Changeset 1805048
- Timestamp:
- 01/18/2018 10:18:51 AM (8 years ago)
- Location:
- clipr
- Files:
-
- 2 edited
-
tags/1.0.3/clipr.php (modified) (2 diffs)
-
trunk/clipr.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clipr/tags/1.0.3/clipr.php
r1805045 r1805048 4 4 Plugin Name: Clipr 5 5 Description: Mobile experience that converts. Connect your Woocommerce e-shop with Clipr platform now ! 6 Version: 1.0. 06 Version: 1.0.3 7 7 Author: Clipr 8 8 Author URI: https://clipr.co … … 11 11 */ 12 12 13 define( 'CLIPR__VERSION', '1.0 ' );13 define( 'CLIPR__VERSION', '1.0.3' ); 14 14 define( 'CLIPR__PLUGIN_DIR', __DIR__ ); 15 15 define( 'CLIPR__PLUGIN_FILE', __FILE__ ); -
clipr/trunk/clipr.php
r1782872 r1805048 4 4 Plugin Name: Clipr 5 5 Description: Mobile experience that converts. Connect your Woocommerce e-shop with Clipr platform now ! 6 Version: 1.0. 06 Version: 1.0.3 7 7 Author: Clipr 8 8 Author URI: https://clipr.co … … 11 11 */ 12 12 13 define( 'CLIPR__VERSION', '1.0 ' );13 define( 'CLIPR__VERSION', '1.0.3' ); 14 14 define( 'CLIPR__PLUGIN_DIR', __DIR__ ); 15 15 define( 'CLIPR__PLUGIN_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.