Changeset 1817427
- Timestamp:
- 02/07/2018 02:31:11 PM (8 years ago)
- Location:
- snappic/trunk
- Files:
-
- 5 edited
-
includes/class-snappic-helper.php (modified) (1 diff)
-
languages/snappic-for-woocommerce.pot (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
snappic-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snappic/trunk/includes/class-snappic-helper.php
r1743414 r1817427 7 7 const API_HOST_DEFAULT = 'https://api.snappic.io'; 8 8 const API_SANDBOX_HOST_DEFAULT = 'http://api.magento-sandbox.snappic.io'; 9 const SNAPPIC_ADMIN_URL_DEFAULT = 'https:// www.snappic.io';9 const SNAPPIC_ADMIN_URL_DEFAULT = 'https://app.snappic.io'; 10 10 const OPTION = 'woocommerce_snappic_settings'; 11 11 -
snappic/trunk/languages/snappic-for-woocommerce.pot
r1743414 r1817427 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Snappic for WooCommerce 1.0. 3\n"5 "Project-Id-Version: Snappic for WooCommerce 1.0.5\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/snappic-for-woocommerce\n" -
snappic/trunk/package.json
r1743423 r1817427 2 2 "title": "Snapppic for WooCommerce", 3 3 "name": "snappic-for-woocommerce", 4 "version": "1.0. 3",4 "version": "1.0.5", 5 5 "description": "Snappic Integration", 6 6 "main": "Gruntfile.js", -
snappic/trunk/readme.txt
r1743414 r1817427 5 5 Requires at least: 4.7 6 6 Tested up to: 4.8 7 Stable tag: 1.0. 37 Stable tag: 1.0.5 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
snappic/trunk/snappic-for-woocommerce.php
r1743414 r1817427 6 6 Version: 1.0 7 7 Author: Snappic 8 Author URI: http ://www.snappic.io8 Author URI: https://www.snappic.io 9 9 License: GPL2 http://www.gnu.org/licenses/gpl-2.0.html 10 10 Text Domain: snappic-for-woocommerce … … 15 15 16 16 class Snappic_Base { 17 const VERSION = '1.0. 3';17 const VERSION = '1.0.5'; 18 18 const REQUIRED_WOO = '3.1.0'; 19 19
Note: See TracChangeset
for help on using the changeset viewer.