Changeset 2033312
- Timestamp:
- 02/18/2019 01:47:51 PM (7 years ago)
- Location:
- clipr
- Files:
-
- 8 added
- 2 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/clipr.php (added)
-
tags/1.2.0/contributors.txt (added)
-
tags/1.2.0/inc (added)
-
tags/1.2.0/inc/functions.cart-builder.php (added)
-
tags/1.2.0/inc/functions.clipr-toolbox.php (added)
-
tags/1.2.0/inc/functions.product-data.php (added)
-
tags/1.2.0/readme.txt (added)
-
trunk/clipr.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clipr/trunk/clipr.php
r1955385 r2033312 4 4 Plugin Name: Clipr 5 5 Description: Mobile experience that converts. Connect your Woocommerce e-shop with Clipr platform now ! 6 Version: 1. 1.66 Version: 1.2.0 7 7 Author: Clipr 8 8 Author URI: https://clipr.co … … 11 11 */ 12 12 13 define( 'CLIPR__VERSION', '1. 1.6' );13 define( 'CLIPR__VERSION', '1.2.0' ); 14 14 define( 'CLIPR__PLUGIN_DIR', __DIR__ ); 15 15 define( 'CLIPR__PLUGIN_FILE', __FILE__ ); -
clipr/trunk/readme.txt
r1955385 r2033312 3 3 Tags: ecommerce, sales, conversion 4 4 Requires at least: 3.0.1 5 Tested up to: 4.95 Tested up to: 5.1 6 6 Requires PHP : 5.4 7 Stable tag: 1. 1.67 Stable tag: 1.2.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 74 74 = 1.1.6 = 75 75 * API root landing & back-office support 76 77 = 1.2.0 = 78 * Wordpress 5.0 compatibility
Note: See TracChangeset
for help on using the changeset viewer.