Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #77 from bluehost/release/1.7.6
Browse files Browse the repository at this point in the history
Release 1.7.6
  • Loading branch information
circlecube authored Jul 26, 2023
2 parents 7af0dd4 + de4edfc commit b152c3a
Show file tree
Hide file tree
Showing 8 changed files with 824 additions and 630 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
2 changes: 1 addition & 1 deletion build/marketplace.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-dom-ready', 'wp-element'), 'version' => 'a43ca9d875471d4571cb');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-dom-ready', 'wp-element'), 'version' => 'a315203eef7f4fc60545');
2 changes: 1 addition & 1 deletion build/marketplace.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-business-reviews": "^1.1.1",
"newfold-labs/wp-module-data": "^2.3.4",
"newfold-labs/wp-module-data": "^2.4.1",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^1.5.1",
"newfold-labs/wp-module-secure-passwords": "^1.1",
Expand All @@ -38,7 +38,7 @@
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2.2",
"wp-cli/i18n-command": "^2.2.4",
"wp-cli/i18n-command": "^2.4.3",
"wp-cli/wp-cli-bundle": "^2.4"
},
"config": {
Expand Down
148 changes: 74 additions & 74 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mojo-marketplace.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: The MOJO Marketplace
* Plugin URI: https://mojomarketplace.com
* Description: This plugin adds shortcodes, widgets, and themes to your WordPress site.
* Version: 1.7.5
* Version: 1.7.6
* Tested up to: 6.2
* Requires at least: 5.8
* Requires PHP: 5.6
Expand All @@ -28,7 +28,7 @@
die;
}

define( 'MM_VERSION', '1.7.5' );
define( 'MM_VERSION', '1.7.6' );
define( 'MM_FILE', __FILE__ );
define( 'MM_BASE_DIR', plugin_dir_path( __FILE__ ) );
define( 'MM_BASE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
1,283 changes: 737 additions & 546 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Micah Wood (https://wpscholar.com)",
"license": "GPL-2.0+",
"devDependencies": {
"@wordpress/scripts": "^26.6.0",
"@wordpress/scripts": "^26.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"node-wp-i18n": "^1.2.7",
Expand All @@ -27,7 +27,8 @@
"create:dist": "rsync -r --exclude-from=.distignore . ./mojo-marketplace-wp-plugin",
"php-deps": "composer install --no-dev --optimize-autoloader",
"create:zip": "cd ./mojo-marketplace-wp-plugin && zip -r -9 ../mojo-marketplace-wp-plugin.zip . && ls -lh ../mojo-marketplace-wp-plugin.zip",
"simulate-runner-build": "rm -rf ./mojo-marketplace-wp-plugin ./mojo-marketplace-wp-plugin.zip ./vendor && npm i && npm run php-deps && npm run create:dist && npm run create:zip"
"simulate-runner-build": "rm -rf ./mojo-marketplace-wp-plugin ./mojo-marketplace-wp-plugin.zip ./vendor && npm i && npm run php-deps && npm run create:dist && npm run create:zip",
"prepare": "husky install"
},
"husky": {
"hooks": {
Expand All @@ -39,11 +40,11 @@
"npx yamllint --ignore=node_modules/**"
],
"**/*.php": [
"vendor/bin/phpcs --standard=Bluehost -s"
"vendor/bin/phpcs --standard=Mojo-Plugin -s"
]
},
"dependencies": {
"classnames": "^2.3.2",
"react-router-dom": "^6.14.0"
"react-router-dom": "^6.14.2"
}
}

0 comments on commit b152c3a

Please sign in to comment.