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 #105 from bluehost/release/1.7.9
Browse files Browse the repository at this point in the history
Release/1.7.9
  • Loading branch information
circlecube authored Oct 18, 2023
2 parents f41950d + ac4ac71 commit eef264a
Show file tree
Hide file tree
Showing 8 changed files with 1,198 additions and 1,049 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ updates:
- dependency-type: direct
schedule:
interval: "daily"
versioning-strategy: increase-if-necessary
versioning-strategy: increase
assignees:
- "wpscholar"
reviewers:
Expand All @@ -52,7 +52,7 @@ updates:
interval: "daily"
allow:
- dependency-type: direct
versioning-strategy: increase-if-necessary
versioning-strategy: increase
assignees:
- "wpscholar"
reviewers:
Expand Down
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' => 'adc59faf7795e99611f3');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-dom-ready', 'wp-element'), 'version' => '12b0140fa860636b3b5e');
2 changes: 1 addition & 1 deletion build/marketplace.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"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.4.5",
"newfold-labs/wp-module-data": "^2.4.8",
"newfold-labs/wp-module-deactivation": "^1.0.2",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "1.5.2",
"newfold-labs/wp-module-secure-passwords": "^1.1",
Expand Down
77 changes: 69 additions & 8 deletions composer.lock

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

6 changes: 3 additions & 3 deletions mojo-marketplace.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* 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.8
* Tested up to: 6.3.1
* Version: 1.7.9
* Tested up to: 6.3.2
* Requires at least: 5.8
* Requires PHP: 5.6
* Author: Bluehost
Expand All @@ -28,7 +28,7 @@
die;
}

define( 'MM_VERSION', '1.7.8' );
define( 'MM_VERSION', '1.7.9' );
define( 'MM_FILE', __FILE__ );
define( 'MM_BASE_DIR', plugin_dir_path( __FILE__ ) );
define( 'MM_BASE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
Loading

0 comments on commit eef264a

Please sign in to comment.