Changeset 2352433
- Timestamp:
- 08/04/2020 01:13:01 PM (6 years ago)
- Location:
- snappic
- Files:
-
- 3 added
- 8 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from snappic/trunk)
-
tags/1.3.2/bin (added)
-
tags/1.3.2/bin/publish.macos.sh (added)
-
tags/1.3.2/bin/publish.sh (added)
-
tags/1.3.2/languages/snappic-for-woocommerce.pot (modified) (1 diff)
-
tags/1.3.2/package.json (modified) (1 diff)
-
tags/1.3.2/readme.txt (modified) (1 diff)
-
tags/1.3.2/snappic-for-woocommerce.php (modified) (2 diffs)
-
trunk/languages/snappic-for-woocommerce.pot (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/snappic-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snappic/tags/1.3.2/languages/snappic-for-woocommerce.pot
r2352409 r2352433 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Snappic for WooCommerce 1.3. 1\n"5 "Project-Id-Version: Snappic for WooCommerce 1.3.2\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/snappic-for-woocommerce\n" -
snappic/tags/1.3.2/package.json
r2352409 r2352433 2 2 "title": "Snapppic for WooCommerce", 3 3 "name": "snappic-for-woocommerce", 4 "version": "1.3. 1",4 "version": "1.3.2", 5 5 "description": "Snappic Integration", 6 6 "main": "Gruntfile.js", -
snappic/tags/1.3.2/readme.txt
r2352409 r2352433 5 5 Requires at least: 4.7 6 6 Tested up to: 5.0 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
snappic/tags/1.3.2/snappic-for-woocommerce.php
r2352415 r2352433 4 4 Plugin URI: https://wordpress.org/plugins/snappic-for-woocommerce/ 5 5 Description: Link your WooCommerce store to Snappic 6 Version: 1.3. 16 Version: 1.3.2 7 7 Author: Snappic 8 8 Author URI: https://www.snappic.io … … 15 15 16 16 class Snappic_Base { 17 const VERSION = '1.3. 1';17 const VERSION = '1.3.2'; 18 18 const REQUIRED_WOO = '3.1.0'; 19 19 -
snappic/trunk/languages/snappic-for-woocommerce.pot
r2352409 r2352433 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Snappic for WooCommerce 1.3. 1\n"5 "Project-Id-Version: Snappic for WooCommerce 1.3.2\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/snappic-for-woocommerce\n" -
snappic/trunk/package.json
r2352409 r2352433 2 2 "title": "Snapppic for WooCommerce", 3 3 "name": "snappic-for-woocommerce", 4 "version": "1.3. 1",4 "version": "1.3.2", 5 5 "description": "Snappic Integration", 6 6 "main": "Gruntfile.js", -
snappic/trunk/readme.txt
r2352409 r2352433 5 5 Requires at least: 4.7 6 6 Tested up to: 5.0 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
snappic/trunk/snappic-for-woocommerce.php
r2352415 r2352433 4 4 Plugin URI: https://wordpress.org/plugins/snappic-for-woocommerce/ 5 5 Description: Link your WooCommerce store to Snappic 6 Version: 1.3. 16 Version: 1.3.2 7 7 Author: Snappic 8 8 Author URI: https://www.snappic.io … … 15 15 16 16 class Snappic_Base { 17 const VERSION = '1.3. 1';17 const VERSION = '1.3.2'; 18 18 const REQUIRED_WOO = '3.1.0'; 19 19
Note: See TracChangeset
for help on using the changeset viewer.