Changeset 1425048
- Timestamp:
- 05/26/2016 10:59:32 PM (10 years ago)
- Location:
- prelauncher
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.7 (copied) (copied from prelauncher/trunk)
-
tags/1.0.7/assets/javascripts/prelauncher.js (modified) (1 diff)
-
tags/1.0.7/prelauncher.php (modified) (2 diffs)
-
tags/1.0.7/readme.txt (modified) (1 diff)
-
trunk/assets/javascripts/prelauncher.js (modified) (1 diff)
-
trunk/prelauncher.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prelauncher/tags/1.0.7/assets/javascripts/prelauncher.js
r1316957 r1425048 1 1 var Prelauncher = function(company_id){ 2 2 3 var rootUrl = "http ://api.prelauncher.info/companies/" + company_id + "/clients/";3 var rootUrl = "https://api.prelauncher.info/companies/" + company_id + "/clients/"; 4 4 5 5 -
prelauncher/tags/1.0.7/prelauncher.php
r1316958 r1425048 4 4 Plugin URI: http://prelauncher.info/docs/wordpress 5 5 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. 66 Version: 1.0.7 7 7 Author: Artem Efremov 8 8 Author URI: https://ru.linkedin.com/in/efremovartyom … … 27 27 class Prelauncher { 28 28 29 public $version = '1.0. 6';29 public $version = '1.0.7'; 30 30 31 31 public $plugin_name = 'prelauncher'; -
prelauncher/tags/1.0.7/readme.txt
r1316958 r1425048 4 4 Requires at least: 4.0 5 5 Tested up to: 4.0 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
prelauncher/trunk/assets/javascripts/prelauncher.js
r1316957 r1425048 1 1 var Prelauncher = function(company_id){ 2 2 3 var rootUrl = "http ://api.prelauncher.info/companies/" + company_id + "/clients/";3 var rootUrl = "https://api.prelauncher.info/companies/" + company_id + "/clients/"; 4 4 5 5 -
prelauncher/trunk/prelauncher.php
r1316958 r1425048 4 4 Plugin URI: http://prelauncher.info/docs/wordpress 5 5 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. 66 Version: 1.0.8 7 7 Author: Artem Efremov 8 8 Author URI: https://ru.linkedin.com/in/efremovartyom … … 27 27 class Prelauncher { 28 28 29 public $version = '1.0. 6';29 public $version = '1.0.8'; 30 30 31 31 public $plugin_name = 'prelauncher'; -
prelauncher/trunk/readme.txt
r1316958 r1425048 4 4 Requires at least: 4.0 5 5 Tested up to: 4.0 6 Stable tag: 1.0. 66 Stable tag: 1.0.8 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.