Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Support new version WP and increase PHP version #719

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ A record of the changes made to `ALPS for Wordpress`.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.15.1.3]
## [3.15.1.4]
### Fix
- Add "Enable Auto-updates" [#693](https://github.com/adventistchurch/alps-wordpress/issues/693)

### Update
- Update content-page-full-width.blade.php [#630](https://github.com/adventistchurch/alps-wordpress/pull/630)
- Support new version WP and increase PHP version [#718](https://github.com/adventistchurch/alps-wordpress/issues/718)

## [3.15.1.2]
### Update
- Update ALPS Theme settings design for supporting footer localizatinon [#627](https://github.com/adventistchurch/alps-wordpress/issues/627);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
"aws-sdk": "^2.1397.0",
"dotenv": "^16.0.3"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
@endphp
@include('patterns.02-organisms.sections.page-header-hero')
<section id="top" class="l-main__content l-grid l-grid--7-col full-width {{ $section_offset }} l-grid-wrap--6-of-7 u-spacing--double--until-xxlarge u-padding--zero--sides">
<section id="top" class="l-main__content l-grid l-grid--7-col full-width {{ $section_offset }} l-grid-wrap--6-of-7 u-spacing--double--until-xxlarge u-shift--left--1-col--at-xxlarge u-padding--zero--sides">
<article @php post_class("c-article l-grid-item l-grid-item--l--4-col $article_offset") @endphp>
<div class="c-article__body">
<div class="text u-spacing">
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Theme Name: ALPS for WordPress
Theme URI: https://adventist.io/themes
Description: ALPS is the Adventist Living Pattern Library theme based off of the Sage WordPress theme.
Version: 3.15.1.3
Version: 3.15.1.4
Author: Seventh-day Adventist Church
Author URI: https://adventist.io/themes/worpdress
Text Domain: alps
Requires PHP: 8.0
Requires at least: 6.1
Requires PHP: 8.1
Requires at least: 6.1.1
*/