Skip to content

Commit b61cbd8

Browse files
committed
Bump version requirements to 0.16.0
1 parent 87dde5b commit b61cbd8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlburger/wpemerge-theme",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "A modern WordPress starter theme which uses the WP Emerge framework",
55
"type": "wordpress-theme",
66
"keywords": ["wordpress", "theme", "starter theme", "wpemerge"],
@@ -23,12 +23,12 @@
2323
"require": {
2424
"php": ">=5.5",
2525
"composer/installers": "^1.4",
26-
"htmlburger/wpemerge": "~0.15.0",
27-
"htmlburger/wpemerge-app-core": "~0.15.0"
26+
"htmlburger/wpemerge": "~0.16.0",
27+
"htmlburger/wpemerge-app-core": "~0.16.0"
2828
},
2929
"require-dev": {
3030
"filp/whoops": "^2.2",
31-
"htmlburger/wpemerge-cli": "~0.15.1",
31+
"htmlburger/wpemerge-cli": "~0.16.0",
3232
"symfony/debug": "~3.0",
3333
"wp-coding-standards/wpcs": "^2.0",
3434
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0"

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
require_once __DIR__ . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'version.php';
2929

3030
$name = trim( get_file_data( __DIR__ . DIRECTORY_SEPARATOR . 'style.css', [ 'Theme Name' ] )[0] );
31-
$load = my_app_should_load_wpemerge( $name, '0.15.0', '2.0.0' );
31+
$load = my_app_should_load_wpemerge( $name, '0.16.0', '2.0.0' );
3232

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

0 commit comments

Comments
 (0)