File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* Plugin Name: Shopp
4
4
* Plugin URI: http://shopplugin.com
5
5
* Description: An ecommerce framework for WordPress.
6
- * Version: 1.3.9
6
+ * Version: 1.4.0dev
7
7
* Author: Ingenesis Limited
8
8
* Author URI: http://ingenesis.net
9
9
* Requires at least: 3.5
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ class ShoppVersion {
21
21
const MINOR = 3 ;
22
22
23
23
/** @type int PATCH The maintenance patch version number */
24
- const PATCH = 9 ;
24
+ const PATCH = 4 ;
25
25
26
26
/** @type string PRERELEASE The prerelease designation (dev, beta, RC1) */
27
- const PRERELEASE = '' ;
27
+ const PRERELEASE = 'dev ' ;
28
28
29
29
/** @type string CODENAME The release project code name */
30
- const CODENAME = 'Cydonia ' ;
30
+ const CODENAME = 'Orion ' ;
31
31
32
32
/** @type int DB The database schema version */
33
33
const DB = 1201 ;
You can’t perform that action at this time.
0 commit comments