Skip to content

Commit

Permalink
update module to version 1.2.6
Browse files Browse the repository at this point in the history
update build files for new version
  • Loading branch information
circlecube committed Aug 30, 2024
1 parent d235d74 commit 20ea11a
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
return;
}

define( 'NFD_COMING_SOON_MODULE_VERSION', '1.2.5' );
define( 'NFD_COMING_SOON_MODULE_VERSION', '1.2.6' );

require __DIR__ . '/includes/functions.php';

Expand Down
1 change: 0 additions & 1 deletion build/1.2.5/coming-soon-rtl.css

This file was deleted.

1 change: 0 additions & 1 deletion build/1.2.5/coming-soon.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion build/1.2.5/coming-soon.css

This file was deleted.

1 change: 0 additions & 1 deletion build/1.2.5/coming-soon.js

This file was deleted.

1 change: 1 addition & 0 deletions build/1.2.6/coming-soon.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '99d786ddc46b8ca5c7b2');
1 change: 1 addition & 0 deletions build/1.2.6/coming-soon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2"
"newfold-labs/wp-php-standards": "^1.2.4"
},
"scripts": {
"fix": [
Expand All @@ -46,7 +46,7 @@
}
},
"require": {
"newfold-labs/wp-module-data": ">=2.4.18",
"newfold-labs/wp-module-data": ">=2.6.2",
"wp-forge/wp-upgrade-handler": "^1.0"
}
}
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.5",
"version": "1.2.6",
"description": "Coming Soon",
"license": "GPL-2.0-or-later",
"private": true,
Expand Down

0 comments on commit 20ea11a

Please sign in to comment.