Skip to content

Commit

Permalink
update data module bump plugin to version 1.0.5 and WP to 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Aug 8, 2023
1 parent 93d0fe5 commit a2daaa6
Show file tree
Hide file tree
Showing 7 changed files with 960 additions and 5,261 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- '8.1'
- '8.2'
wpVersion:
- '6.0'
- '6.1'
- '6.2'
- '6.3'

steps:

Expand Down
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.2.2",
"core": "WordPress/WordPress#tags/6.3",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"require": {
"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.1",
"newfold-labs/wp-module-data": "^2.4.3",
"newfold-labs/wp-module-ecommerce": "1.1.1",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^1.5.1",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

6,193 changes: 946 additions & 5,247 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.4",
"version": "1.0.5",
"private": true,
"author": {
"name": "Evan Mullins",
Expand Down
6 changes: 3 additions & 3 deletions wp-plugin-crazy-domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* 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.4
* Version: 1.0.5
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.2
* Tested up to: 6.3
* Author: Crazy Domains
* Author URI: https://crazydomains.com
* Text Domain: wp-plugin-crazy-domains
Expand All @@ -31,7 +31,7 @@
}

// Define constants
define( 'CRAZYDOMAINS_PLUGIN_VERSION', '1.0.4' );
define( 'CRAZYDOMAINS_PLUGIN_VERSION', '1.0.5' );
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 a2daaa6

Please sign in to comment.