Skip to content

Commit

Permalink
Merge pull request #116 from newfold-labs/release/1.0.4
Browse files Browse the repository at this point in the history
Release 1.0.4
  • Loading branch information
circlecube authored Jul 28, 2023
2 parents 28613a4 + f0723a9 commit 1f910ea
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 121 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"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-ecommerce": "1.0.8",
"newfold-labs/wp-module-ecommerce": "0.9.2",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^1.5.1",
"newfold-labs/wp-module-notifications": "^1.1.2",
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.

124 changes: 15 additions & 109 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.3",
"version": "1.0.4",
"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#v1.0.8",
"@newfold-labs/wp-module-ecommerce": "github:newfold-labs/wp-module-ecommerce#v0.9.2",
"@wordpress/compose": "^6.15.0",
"@wordpress/dom-ready": "^3.38.0",
"@wordpress/element": "^5.15.0",
Expand Down
1 change: 1 addition & 0 deletions src/app/pages/ecommerce/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {

import "@newfold-labs/wp-module-ecommerce";
import "@newfold-labs/wp-module-ecommerce/crazydomain.css";
import "@newfold-labs/wp-module-ecommerce/styles.scss";
import "./styles.scss";

const NewfoldECommerce = window.NewfoldECommerce;
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.3
* Version: 1.0.4
* Requires at least: 6.0
* Requires PHP: 7.1
* Tested up to: 6.2
Expand All @@ -31,7 +31,7 @@
}

// Define constants
define( 'CRAZYDOMAINS_PLUGIN_VERSION', '1.0.3' );
define( 'CRAZYDOMAINS_PLUGIN_VERSION', '1.0.4' );
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 1f910ea

Please sign in to comment.