Skip to content

Commit

Permalink
Bump companion package version requirements to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Apr 16, 2022
1 parent e35478b commit 0b016dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "htmlburger/wpemerge-theme",
"version": "0.16.2",
"version": "0.17.0",
"description": "A modern WordPress starter theme which uses the WP Emerge framework",
"type": "wordpress-theme",
"keywords": ["wordpress", "theme", "starter theme", "wpemerge"],
Expand All @@ -23,12 +23,12 @@
"require": {
"php": ">=5.5",
"composer/installers": "^1.4",
"htmlburger/wpemerge": "~0.16.0",
"htmlburger/wpemerge-app-core": "~0.16.1"
"htmlburger/wpemerge": "~0.17.0",
"htmlburger/wpemerge-app-core": "~0.17.0"
},
"require-dev": {
"filp/whoops": "^2.2",
"htmlburger/wpemerge-cli": "~0.16.0",
"htmlburger/wpemerge-cli": "~0.17.0",
"symfony/debug": "~3.0",
"wp-coding-standards/wpcs": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
require_once __DIR__ . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'version.php';

$name = trim( get_file_data( __DIR__ . DIRECTORY_SEPARATOR . 'style.css', [ 'Theme Name' ] )[0] );
$load = my_app_should_load_wpemerge( $name, '0.16.0', '2.0.0' );
$load = my_app_should_load_wpemerge( $name, '0.17.0', '2.0.0' );

if ( ! $load ) {
// An incompatible WP Emerge version is already loaded - stop further execution.
Expand Down

0 comments on commit 0b016dd

Please sign in to comment.