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 #79 from bluehost/release/1.7.7
Browse files Browse the repository at this point in the history
Release/1.7.7
  • Loading branch information
circlecube authored Aug 9, 2023
2 parents b152c3a + 8e73df2 commit a99b826
Show file tree
Hide file tree
Showing 4 changed files with 2,065 additions and 14,264 deletions.
2 changes: 1 addition & 1 deletion 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.4.1",
"newfold-labs/wp-module-data": "^2.4.3",
"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 Down
43 changes: 21 additions & 22 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.6
* Tested up to: 6.2
* Version: 1.7.7
* Tested up to: 6.3
* Requires at least: 5.8
* Requires PHP: 5.6
* Author: Bluehost
Expand All @@ -28,7 +28,7 @@
die;
}

define( 'MM_VERSION', '1.7.6' );
define( 'MM_VERSION', '1.7.7' );
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 a99b826

Please sign in to comment.