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

Bump minimum required versions #122

Merged
merged 3 commits into from
Jan 28, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
run: composer install

- name: PHPCS check
run: './vendor/bin/phpcs . -q --report=checkstyle --runtime-set testVersion 7.0- | cs2pr'
run: './vendor/bin/phpcs . -q --report=checkstyle --runtime-set testVersion 7.4- | cs2pr'
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ This plugin provides a simple interface to enable and disable features.
## Requirements

* [Elasticsearch](https://www.elastic.co) 5.2+ **ElasticSearch max version supported: 7.10**
* [PHP](https://php.net/) 7.0+
* [WordPress](http://wordpress.org) 5.6+
* [ElasticPress plugin](https://github.com/10up/ElasticPress/) 4.3.0+
* [PHP](https://php.net/) 7.4+
* [WordPress](http://wordpress.org) 6.0+
* [ElasticPress plugin](https://github.com/10up/ElasticPress/) 5.0.0+

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion bin/setup-cypress-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ $DISPLAY_HELP -eq 1 ]; then
exit
fi

# Set twentytwentyone as the active theme here, as 2025 won't work with WP 5.6
# Set twentytwentyone as the active theme here, as 2025 won't work with WP 6.0
./bin/wp-env-cli tests-wordpress "wp --allow-root theme activate twentytwentyone"

if [ ! -z $WP_VERSION ]; then
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.0|^8.0",
"php": "^7.4|^8.0",
"yahnis-elsts/plugin-update-checker": "*"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions elasticpresslabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Description: A developer focused interface to commonly ElasticPress plugin issues.
* Version: 2.3.1
* Requires Plugins: elasticpress
* Requires at least: 5.6
* Requires PHP: 7.0
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: 10up
* Author URI: https://10up.com
* License: GPL v2 or later
Expand All @@ -25,7 +25,7 @@
define( 'ELASTICPRESS_LABS_INC', ELASTICPRESS_LABS_PATH . 'includes/' );
define( 'ELASTICPRESS_LABS_MAIN_FILE', __FILE__ );

define( 'ELASTICPRESS_LABS_MIN_EP_VERSION', '4.3.0' );
define( 'ELASTICPRESS_LABS_MIN_EP_VERSION', '5.0.0' );

/**
* Generate a notice if autoload fails.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== ElasticPress Labs ===
Contributors: 10up
Tags: Elasticsearch, ElasticPress, search, boolean, Co-Authors Plus
Requires at least: 5.6
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 2.3.1
Requires PHP: 7.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down