Changeset 601734
- Timestamp:
- 09/20/2012 07:20:56 PM (13 years ago)
- Location:
- pagely-reseller-management/trunk
- Files:
-
- 3 edited
-
inc/helpers.php (modified) (1 diff)
-
partner-api.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pagely-reseller-management/trunk/inc/helpers.php
r601733 r601734 29 29 if ( !is_ssl() ) { 30 30 31 //echo "<script type='text/javascript'>window.location = '$location'</script>";32 //die();31 echo "<script type='text/javascript'>window.location = '$location'</script>"; 32 die(); 33 33 } 34 34 // load the class -
pagely-reseller-management/trunk/partner-api.php
r599364 r601734 4 4 Plugin URI: https://docs-api.pagely.com/reseller-plugin/ 5 5 Description: For Pagely Resellers 6 Version: 3.0. 66 Version: 3.0.7 7 7 Author: joshua.strebel 8 8 Author URI: http://page.ly -
pagely-reseller-management/trunk/readme.txt
r599364 r601734 21 21 Read [the documentation here](https://docs-api.pagely.com/reseller-plugin/). 22 22 == Changelog == 23 = 3.0.7 = 24 javascript redirect 23 25 = 3.0.6 = 24 26 Commit image, minor bug fixes
Note: See TracChangeset
for help on using the changeset viewer.