Changeset 928150
- Timestamp:
- 06/07/2014 11:03:13 AM (12 years ago)
- Location:
- easy-digital-downloads-https
- Files:
-
- 5 added
- 2 edited
-
tags/0.3.0 (added)
-
tags/0.3.0/edd-https.php (added)
-
tags/0.3.0/languages (added)
-
tags/0.3.0/readme.txt (added)
-
tags/0.3.0/screenshot-1.png (added)
-
trunk/edd-https.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-digital-downloads-https/trunk/edd-https.php
r905056 r928150 4 4 Plugin URI: http://takebarcelona.com/easy-digital-downloads-https/ 5 5 Description: HTTPS (SSL) Switcher for Easy Digital Downloads. 6 Version: 0.3. 06 Version: 0.3.1 7 7 Author: ulih 8 8 Author URI: http://takebarcelona.com/ … … 233 233 * @access public 234 234 * @since 0.1.0 235 * @modified 0.3.1 235 236 * @return $url 236 237 */ 237 238 public function edd_https_load_plugin_ssl($url, $path, $plugin) { 238 if ( !is_ssl() ) :239 if ( is_ssl() ) : 239 240 $url = preg_replace('|^http://|', 'https://', $url); 240 241 endif; -
easy-digital-downloads-https/trunk/readme.txt
r905072 r928150 5 5 Requires at least: Wordpress 3.4 6 6 Tested up to: 3.9.0 7 Stable tag: 0.3 7 Stable tag: 0.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 == Changelog == 102 102 103 = 0.3.1 = 104 105 * Bugfix: Correct plugin url filter which caused https protocol on external files under http 106 103 107 = 0.3.0 = 104 108
Note: See TracChangeset
for help on using the changeset viewer.