Plugin Directory

Changeset 928150


Ignore:
Timestamp:
06/07/2014 11:03:13 AM (12 years ago)
Author:
ulih
Message:

Version 0.3.1 Bugfix

Location:
easy-digital-downloads-https
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • easy-digital-downloads-https/trunk/edd-https.php

    r905056 r928150  
    44Plugin URI: http://takebarcelona.com/easy-digital-downloads-https/
    55Description: HTTPS (SSL) Switcher for Easy Digital Downloads.
    6 Version: 0.3.0
     6Version: 0.3.1
    77Author: ulih
    88Author URI: http://takebarcelona.com/
     
    233233         * @access public
    234234         * @since 0.1.0
     235         * @modified 0.3.1
    235236         * @return $url
    236237         */
    237238        public function edd_https_load_plugin_ssl($url, $path, $plugin) {
    238             if ( !is_ssl() ) :
     239            if ( is_ssl() ) :
    239240                $url = preg_replace('|^http://|', 'https://', $url);
    240241            endif;
  • easy-digital-downloads-https/trunk/readme.txt

    r905072 r928150  
    55Requires at least: Wordpress 3.4
    66Tested up to: 3.9.0
    7 Stable tag: 0.3
     7Stable tag: 0.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 0.3.1 =
     104
     105* Bugfix: Correct plugin url filter which caused https protocol on external files under http
     106
    103107= 0.3.0 =
    104108
Note: See TracChangeset for help on using the changeset viewer.