Plugin Directory

Changeset 1817427


Ignore:
Timestamp:
02/07/2018 02:31:11 PM (8 years ago)
Author:
snappic
Message:

Updates the extension to use our new app.snappic.io domain.

Location:
snappic/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • snappic/trunk/includes/class-snappic-helper.php

    r1743414 r1817427  
    77    const API_HOST_DEFAULT = 'https://api.snappic.io';
    88    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';
    1010    const OPTION = 'woocommerce_snappic_settings';
    1111
  • snappic/trunk/languages/snappic-for-woocommerce.pot

    r1743414 r1817427  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Snappic for WooCommerce 1.0.3\n"
     5"Project-Id-Version: Snappic for WooCommerce 1.0.5\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/snappic-for-woocommerce\n"
  • snappic/trunk/package.json

    r1743423 r1817427  
    22  "title": "Snapppic for WooCommerce",
    33  "name": "snappic-for-woocommerce",
    4   "version": "1.0.3",
     4  "version": "1.0.5",
    55  "description": "Snappic Integration",
    66  "main": "Gruntfile.js",
  • snappic/trunk/readme.txt

    r1743414 r1817427  
    55Requires at least: 4.7
    66Tested up to: 4.8
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.5
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • snappic/trunk/snappic-for-woocommerce.php

    r1743414 r1817427  
    66Version: 1.0
    77Author: Snappic
    8 Author URI: http://www.snappic.io
     8Author URI: https://www.snappic.io
    99License: GPL2 http://www.gnu.org/licenses/gpl-2.0.html
    1010Text Domain: snappic-for-woocommerce
     
    1515
    1616class Snappic_Base {
    17     const VERSION = '1.0.3';
     17    const VERSION = '1.0.5';
    1818    const REQUIRED_WOO = '3.1.0';
    1919
Note: See TracChangeset for help on using the changeset viewer.