Skip to content

Commit 8f535ce

Browse files
committed
Version updated from 1.5.1 to 1.6.0
1 parent b8648a5 commit 8f535ce

25 files changed

+110
-142
lines changed

build/1.5.1/dataAttrListener.js

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

build/1.5.1/installer.js

Lines changed: 0 additions & 2 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => 'b208b9a3938b304abbde');
1+
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '901cf9e7675cff000071');

build/1.6.0/dataAttrListener.js

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

build/1.6.0/installer.js

Lines changed: 2 additions & 0 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.5.1' );
18+
define( 'NFD_INSTALLER_VERSION', '1.6.0' );
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 );

languages/wp-module-installer-de_DE-442edcce1738ac22c76321e8a08dc25b.json renamed to languages/wp-module-installer-de_DE-98e0ebe6573f28f35f366f90fa2a04a1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"translation-revision-date": "2025-02-19 15:52",
33
"generator": "WP-CLI\/2.11.0",
4-
"source": "build\/1.5.1\/installer.js",
4+
"source": "build\/1.6.0\/installer.js",
55
"domain": "messages",
66
"locale_data": {
77
"messages": {

0 commit comments

Comments
 (0)