Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinSainton committed Jan 24, 2019
1 parent 855a4af commit 9373973
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wp-e-commerce",
"title": "WP eCommerce",
"description": "The most popular independent eCommerce platform for WordPress",
"version": "3.13.1",
"version": "3.14.0",
"license": "GPLv2",
"author": {
"name": "WP-e-Commerce",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you're looking for general user support, please submit your support request o
Development status
-------------------------

* The latest stable version is [3.13.1](http://wordpress.org/extend/plugins/wp-e-commerce).
* The latest stable version is [3.14.0](http://wordpress.org/extend/plugins/wp-e-commerce).
* Active development version: 4.0-dev (branch [master](https://github.com/wp-e-commerce/WP-e-Commerce))
* [Roadmap for 4.0](https://github.com/wp-e-commerce/wp-e-commerce/wiki/Roadmap)
* [4.0 tickets](https://github.com/wp-e-commerce/WP-e-Commerce/milestones/4.0)
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: JustinSainton
Donate link: https://wpecommerce.org
Tags: e-commerce, digital downloads, wp-e-commerce, shop, cart, paypal, authorize, stock control, ecommerce, shipping, tax
Requires at least: 4.5
Tested up to: 4.9
Stable tag: 3.13.1
Requires at least: 4.7
Tested up to: 5.0
Stable tag: 3.14.0

WP eCommerce is a free, powerful plugin that empowers you to sell anything online, quickly and easily.

Expand Down
2 changes: 1 addition & 1 deletion wp-shopping-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP eCommerce
* Plugin URI: http://wpecommerce.org/
* Description: A plugin that provides a WordPress Shopping Cart. See also: <a href="http://wpecommerce.org" target="_blank">WPeCommerce.org</a> | <a href="https://wordpress.org/support/plugin/wp-e-commerce/" target="_blank">Support Forum</a> | <a href="http://docs.wpecommerce.org/" target="_blank">Documentation</a>
* Version: 3.13.1
* Version: 3.14.0
* Author: WP eCommerce
* Author URI: http://wpecommerce.org/
* Text Domain: wp-e-commerce
Expand Down
6 changes: 3 additions & 3 deletions wpsc-core/wpsc-constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ function wpsc_core_constants() {

// Define Plugin version
if ( ! defined( 'WPSC_VERSION' ) ) {
define( 'WPSC_VERSION' , '3.13.1' );
define( 'WPSC_VERSION' , '3.14.0' );
}

if ( ! defined( 'WPSC_MINOR_VERSION' ) ) {
define( 'WPSC_MINOR_VERSION' , '361d748' );
define( 'WPSC_MINOR_VERSION' , '855a4af6' );
}

if ( ! defined( 'WPSC_PRESENTABLE_VERSION' ) ) {
define( 'WPSC_PRESENTABLE_VERSION', '3.13.1' );
define( 'WPSC_PRESENTABLE_VERSION', '3.14.0' );
}

// Define a salt to use when we hash, WPSC_SALT may be defined for us in our config file, so check first
Expand Down

0 comments on commit 9373973

Please sign in to comment.