Skip to content

Commit 0f7a86a

Browse files
authored
Merge pull request #75 from newfold-labs/release/1.3.1
Prep 1.3.1 Release
2 parents cf1f0c1 + eeae7b6 commit 0f7a86a

File tree

11 files changed

+178
-25
lines changed

11 files changed

+178
-25
lines changed

build/1.2.2/installer.asset.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/1.3.1/installer.asset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '551cba0089e015aea478');
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@
3131
},
3232
"require-dev": {
3333
"wp-cli/wp-cli": "^2.11",
34-
"newfold-labs/wp-php-standards": "^1.2"
34+
"newfold-labs/wp-php-standards": "^1.2.4"
3535
},
3636
"config": {
3737
"allow-plugins": {
38-
"dealerdirect/phpcodesniffer-composer-installer": true
38+
"dealerdirect/phpcodesniffer-composer-installer": true,
39+
"php-http/discovery": true
40+
},
41+
"platform": {
42+
"php": "7.3"
3943
}
4044
}
4145
}

composer.lock

Lines changed: 164 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/Data/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Constants {
1515
*/
1616
public function __construct( $container ) {
1717
if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) {
18-
define( 'NFD_INSTALLER_VERSION', '1.2.2' );
18+
define( 'NFD_INSTALLER_VERSION', '1.3.1' );
1919
}
2020
if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) {
2121
define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION );

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)