Plugin Directory

Changeset 3171729


Ignore:
Timestamp:
10/18/2024 11:26:23 PM (16 months ago)
Author:
albedo0
Message:

version 2.3.5

Location:
manager-for-icomoon
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • manager-for-icomoon/tags/2.3.5/managerforicomoon.php

    r3118631 r3171729  
    44Plugin URI: http://wordpress.org/plugins/manager-for-icomoon/
    55Description: Manage your icomoon font easily
    6 Version: 2.3.4
     6Version: 2.3.5
    77Author: Julien Crego
    88Author URI: http://dev.juliencrego.com/manager-for-icomoon/
     
    114114    static public function getUrl($url=""){
    115115        $fullurl = plugin_dir_url( __FILE__ );
     116        $fullurl = set_url_scheme($fullurl);
    116117        if(strlen($url)>0) {
    117118            $fullurl .= ltrim($url, '/');
     
    147148    }
    148149    static public function getIcomoonUrl(){
     150        self::$icomoon_url = set_url_scheme(self::$icomoon_url);
    149151        return self::$icomoon_url ;
    150152    }
  • manager-for-icomoon/tags/2.3.5/readme.txt

    r3121825 r3171729  
    3030
    3131== Changelog ==
     32= 2.3.5 =
     33* Increase fiability of https.
    3234= 2.3.4 =
    3335* Fix the retrieval of codes for colored icons.
  • manager-for-icomoon/trunk/managerforicomoon.php

    r3118631 r3171729  
    44Plugin URI: http://wordpress.org/plugins/manager-for-icomoon/
    55Description: Manage your icomoon font easily
    6 Version: 2.3.4
     6Version: 2.3.5
    77Author: Julien Crego
    88Author URI: http://dev.juliencrego.com/manager-for-icomoon/
     
    114114    static public function getUrl($url=""){
    115115        $fullurl = plugin_dir_url( __FILE__ );
     116        $fullurl = set_url_scheme($fullurl);
    116117        if(strlen($url)>0) {
    117118            $fullurl .= ltrim($url, '/');
     
    147148    }
    148149    static public function getIcomoonUrl(){
     150        self::$icomoon_url = set_url_scheme(self::$icomoon_url);
    149151        return self::$icomoon_url ;
    150152    }
  • manager-for-icomoon/trunk/readme.txt

    r3121825 r3171729  
    3030
    3131== Changelog ==
     32= 2.3.5 =
     33* Increase fiability of https.
    3234= 2.3.4 =
    3335* Fix the retrieval of codes for colored icons.
Note: See TracChangeset for help on using the changeset viewer.