Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
updates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Sep 27, 2018
1 parent 72a94cf commit 9f99c06
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** woocommerce, shopping cart, cart expiration
**Requires at least:** 4.8
**Tested up to:** 4.9.8
**Stable tag:** 0.1.0
**Stable tag:** 0.2.0
**License:** MIT
**License URI:** https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -41,7 +41,10 @@ Because sometimes people need some encouragement.

## Changelog ##

### 0.1.0 ###
### 0.2.0 09/27/2018 ###
* Updating storage and retrieval methods for cookies.

### 0.1.0 09/25/2018 ###
* Initial release


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woo-cart-expiration",
"version": "0.1.0",
"version": "0.2.0",
"description": "Set a time limit on a customer checking out.",
"repository": {
"type": "git",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: liquidweb, norcross
Tags: woocommerce, shopping cart, cart expiration
Requires at least: 4.8
Tested up to: 4.9.8
Stable tag: 0.1.0
Stable tag: 0.2.0
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -41,7 +41,10 @@ Because sometimes people need some encouragement.

== Changelog ==

= 0.1.0 =
= 0.2.0 09/27/2018 =
* Updating storage and retrieval methods for cookies.

= 0.1.0 09/25/2018 =
* Initial release


Expand Down
4 changes: 2 additions & 2 deletions woo-cart-expiration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Cart Expiration
* Plugin URI: https://github.com/liquidweb/woo-cart-expiration
* Description: Set a time limit on a customer checking out.
* Version: 0.1.0
* Version: 0.2.0
* Author: Liquid Web
* Author URI: https://www.liquidweb.com
* Text Domain: woo-cart-expiration
Expand All @@ -22,7 +22,7 @@
if ( ! defined( 'ABSPATH' ) ) exit;

// Define our plugin version.
define( __NAMESPACE__ . '\VERS', '0.1.0' );
define( __NAMESPACE__ . '\VERS', '0.2.0' );

// Plugin root file.
define( __NAMESPACE__ . '\FILE', __FILE__ );
Expand Down

0 comments on commit 9f99c06

Please sign in to comment.