Plugin Directory

Changeset 1425048


Ignore:
Timestamp:
05/26/2016 10:59:32 PM (10 years ago)
Author:
prelauncher
Message:

Added support for https protocol

Location:
prelauncher
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • prelauncher/tags/1.0.7/assets/javascripts/prelauncher.js

    r1316957 r1425048  
    11var Prelauncher = function(company_id){
    22
    3     var rootUrl = "http://api.prelauncher.info/companies/" + company_id + "/clients/";
     3    var rootUrl = "https://api.prelauncher.info/companies/" + company_id + "/clients/";
    44
    55
  • prelauncher/tags/1.0.7/prelauncher.php

    r1316958 r1425048  
    44   Plugin URI: http://prelauncher.info/docs/wordpress
    55   Description: a plugin which allows to integrate Prelauncher (pre-launch website builder which helps new online store owners to easily build a viral pre-launch website and start referral prelaunch campaign) with Wordpress website.
    6    Version: 1.0.6
     6   Version: 1.0.7
    77   Author: Artem Efremov
    88   Author URI: https://ru.linkedin.com/in/efremovartyom
     
    2727    class Prelauncher {
    2828
    29         public $version = '1.0.6';
     29        public $version = '1.0.7';
    3030
    3131        public $plugin_name = 'prelauncher';
  • prelauncher/tags/1.0.7/readme.txt

    r1316958 r1425048  
    44Requires at least: 4.0
    55Tested up to: 4.0
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • prelauncher/trunk/assets/javascripts/prelauncher.js

    r1316957 r1425048  
    11var Prelauncher = function(company_id){
    22
    3     var rootUrl = "http://api.prelauncher.info/companies/" + company_id + "/clients/";
     3    var rootUrl = "https://api.prelauncher.info/companies/" + company_id + "/clients/";
    44
    55
  • prelauncher/trunk/prelauncher.php

    r1316958 r1425048  
    44   Plugin URI: http://prelauncher.info/docs/wordpress
    55   Description: a plugin which allows to integrate Prelauncher (pre-launch website builder which helps new online store owners to easily build a viral pre-launch website and start referral prelaunch campaign) with Wordpress website.
    6    Version: 1.0.6
     6   Version: 1.0.8
    77   Author: Artem Efremov
    88   Author URI: https://ru.linkedin.com/in/efremovartyom
     
    2727    class Prelauncher {
    2828
    29         public $version = '1.0.6';
     29        public $version = '1.0.8';
    3030
    3131        public $plugin_name = 'prelauncher';
  • prelauncher/trunk/readme.txt

    r1316958 r1425048  
    44Requires at least: 4.0
    55Tested up to: 4.0
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.8
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.