Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anteprimorac committed Mar 15, 2024
1 parent 77731de commit 6458f06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion medusa-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-wordpress",
"version": "0.5.0",
"version": "0.6.0",
"description": "A Medusa plugin for WordPress integration. It enables you to use WordPress as a headless CMS or as a storefront for your Medusa shop.",
"keywords": [
"medusa",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion wordpress-plugin/medusawp.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Plugin Name: MedusaWP
* Plugin URI: https://github.com/Agilo/medusawp
* Description: Enables you to use WordPress as a headless CMS or as a storefront for your Medusa shop.
* Version: 0.5.0
* Version: 0.6.0
* Requires at least: 5.6
* Requires PHP: 7.4
* Author: Agilo
Expand Down
2 changes: 1 addition & 1 deletion wordpress-plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: medusa, wordpress, ecommerce, headless, storefront
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 0.5.0
Stable tag: 0.6.0
License: MIT
License URI: https://github.com/Agilo/medusawp/blob/master/wordpress-plugin/LICENSE

Expand Down
2 changes: 1 addition & 1 deletion wordpress-plugin/src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use MedusaWP\Loader;

define( 'MEDUSAWP_PLUGIN_DIR', plugin_dir_path( __DIR__ ) );
define( 'MEDUSAWP_VERSION', '0.5.0' );
define( 'MEDUSAWP_VERSION', '0.6.0' );
define( 'MEDUSAWP_REST_ROUTE_NAMESPACE', 'wp/v2/medusa' );
define( 'MEDUSAWP_REST_ADMIN_ROUTE_NAMESPACE', 'wp/v2/admin/medusa' );

Expand Down

0 comments on commit 6458f06

Please sign in to comment.