Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Mar 29, 2022
1 parent 9fd03b0 commit 7a5f0de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cocart-cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* Description: Simply filters the session cookie to allow CoCart to work across multiple domains.
* Author: Sébastien Dumont
* Author URI: https://sebastiendumont.com
* Version: 1.0.0
* Version: 1.0.1
* Text Domain: cocart-cors
* Domain Path: /languages/
* Requires at least: 5.4
* Requires PHP: 7.0
* Requires PHP: 7.3
* WC requires at least: 4.3
* WC tested up to: 5.1
* WC tested up to: 6.3
*
* @package CoCart CORS
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/class-cocart-cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class CoCart_CORS {
* @access public
* @static
*/
public static $version = '1.0.0';
public static $version = '1.0.1';

/**
* Initiate CoCart CORS.
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Contributors: cocartforwc, sebd86
Tags: woocommerce, cart, rest-api, decoupled, headless, cors
Donate link: https://www.buymeacoffee.com/sebastien
Requires at least: 5.4
Requires PHP: 7.0
Tested up to: 5.7
Requires PHP: 7.3
Tested up to: 5.9
Stable tag: 1.0.1
WC requires at least: 4.3
WC tested up to: 5.1
WC tested up to: 6.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 7a5f0de

Please sign in to comment.