Skip to content

Commit

Permalink
Merge pull request #74 from newfold-labs/release/v1.1.0
Browse files Browse the repository at this point in the history
Bump Migration to 1.1.0
  • Loading branch information
arunshenoy99 authored Jan 24, 2025
2 parents dd744b4 + 0f3e96c commit a941b5a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 675 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function () {
'callback' => function ( Container $container ) {

if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) {
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.12' );
define( 'NFD_MIGRATION_MODULE_VERSION', '1.1.0' );
}
$brand = $container->plugin()->id;
if ( 'atomic' === getContext( 'platform' ) ) {
Expand Down
Loading

0 comments on commit a941b5a

Please sign in to comment.