Skip to content

Commit

Permalink
module version bump to 1.3.2 and update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 3, 2024
1 parent 6896b42 commit c1485a1
Show file tree
Hide file tree
Showing 9 changed files with 374 additions and 346 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.3.1' );
define( 'NFD_COMING_SOON_MODULE_VERSION', '1.3.2' );

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

Expand Down
1 change: 0 additions & 1 deletion build/1.3.0/coming-soon.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
},
"require": {
"newfold-labs/wp-module-data": ">=2.6.2",
"newfold-labs/wp-module-data": "^2.6.7",
"wp-forge/wp-upgrade-handler": "^1.0"
}
}
Loading

0 comments on commit c1485a1

Please sign in to comment.