Skip to content

Commit

Permalink
version bump 1.0.6
Browse files Browse the repository at this point in the history
upgrade routine to clear throttle
ecommerce module to 0.9.3
onboarding module to 1.10.1
  • Loading branch information
circlecube committed Aug 11, 2023
1 parent bd9c647 commit e3f7d00
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 65 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-coming-soon": "^1.1.3",
"newfold-labs/wp-module-data": "^2.4.3",
"newfold-labs/wp-module-ecommerce": "0.9.2",
"newfold-labs/wp-module-ecommerce": "0.9.3",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^1.5.1",
"newfold-labs/wp-module-notifications": "^1.1.2",
"newfold-labs/wp-module-onboarding": "^1.8.2",
"newfold-labs/wp-module-onboarding": "^1.10.1",
"newfold-labs/wp-module-performance": "^1.1.1",
"newfold-labs/wp-module-secure-passwords": "^1.1",
"newfold-labs/wp-module-sso": "^1.0.4",
Expand Down
103 changes: 51 additions & 52 deletions composer.lock

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

5 changes: 5 additions & 0 deletions inc/upgrades/1.0.6.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
/**
* Reset the connection attempts counter.
**/
update_option( 'nfd_data_connection_attempts', 0 );
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wp-plugin-crazy-domains",
"description": "WordPress plugin that integrates your WordPress site with the Crazy Domains control panel, including performance, security, and update features.",
"license": "GPL-2.0-or-later",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"author": {
"name": "Evan Mullins",
Expand Down Expand Up @@ -38,7 +38,7 @@
"srb": "npm run simulate-runner-build"
},
"dependencies": {
"@newfold-labs/wp-module-ecommerce": "github:newfold-labs/wp-module-ecommerce#v0.9.2",
"@newfold-labs/wp-module-ecommerce": "github:newfold-labs/wp-module-ecommerce#v0.9.3",
"@wordpress/compose": "^6.15.0",
"@wordpress/dom-ready": "^3.38.0",
"@wordpress/element": "^5.15.0",
Expand Down
4 changes: 2 additions & 2 deletions wp-plugin-crazy-domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: The Crazy Domains Plugin
* Plugin URI: https://crazydomains.com
* Description: WordPress plugin that integrates a WordPress site with the Crazy Domains control panel, including performance, security, and update features.
* Version: 1.0.5
* Version: 1.0.6
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.3
Expand All @@ -31,7 +31,7 @@
}

// Define constants
define( 'CRAZYDOMAINS_PLUGIN_VERSION', '1.0.5' );
define( 'CRAZYDOMAINS_PLUGIN_VERSION', '1.0.6' );
define( 'CRAZYDOMAINS_PLUGIN_FILE', __FILE__ );
define( 'CRAZYDOMAINS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'CRAZYDOMAINS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit e3f7d00

Please sign in to comment.