Plugin Directory

Changeset 2284068


Ignore:
Timestamp:
04/15/2020 12:17:15 PM (6 years ago)
Author:
iconpress
Message:

Updated version

Location:
iconpress-lite/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • iconpress-lite/trunk/iconpress.php

    r2175830 r2284068  
    77 * DomainPath: /languages
    88 * Author: IconPress team
    9  * Version: 1.4.6
     9 * Version: 1.4.7
    1010 * Author URI: https://iconpress.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
    1111 */
     
    2626}
    2727
    28 define( 'ICONPRESSLITE_VERSION', '1.4.6' );
     28define( 'ICONPRESSLITE_VERSION', '1.4.7' );
    2929define( 'ICONPRESSLITE_DIR', plugin_dir_path( __FILE__ ) );
    3030define( 'ICONPRESSLITE_URI', plugin_dir_url( __FILE__ ) );
  • iconpress-lite/trunk/languages/iconpress.pot

    r2054618 r2284068  
    1 # Copyright (C) 2019 iconpresslite
     1# Copyright (C) 2020 iconpresslite
    22# This file is distributed under the same license as the iconpresslite package.
    33msgid ""
  • iconpress-lite/trunk/lib/svg-sanitizer/load.php

    r1947810 r2284068  
    44}
    55
    6 require_once( 'data/AttributeInterface.php' );
    7 require_once( 'data/TagInterface.php' );
    8 require_once( 'data/AllowedAttributes.php' );
    9 require_once( 'data/AllowedTags.php' );
    10 require_once( 'Sanitizer.php' );
     6require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/data/AttributeInterface.php' );
     7require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/data/TagInterface.php' );
     8require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/data/AllowedAttributes.php' );
     9require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/data/AllowedTags.php' );
     10require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/Sanitizer.php' );
  • iconpress-lite/trunk/readme.txt

    r2203585 r2284068  
    22Tags: icons, beaver builder, demo import, elementor, icon, illustration, media library, performance, pictogram, social icons, speed, svg, WPBakery, svg sprite
    33Requires at least: 4.7
    4 Tested up to: 5.0
    5 Stable tag: 1.4.6
     4Tested up to: 5.4
     5Stable tag: 1.4.7
    66Requires PHP: 5.4
    77License: GPLv3
     
    142142== Changelog ==
    143143
     144= 1.4.7 - 15 Apr 2020 =
     145* Fixed fatal error;
     146
     147= 1.4.6 - 19 Oct 2019 =
     148* Fixed WPBakery Page builder elements (were not showing in Elements list);
     149* Improved: Loading extra Gutenberg CSS stylesheet;
     150* Improved: Checks and conditionals;
     151
    144152= 1.4.5 - 21 March 2019 =
    145153* Added posibility of disabling system icons to be loaded in frontend (disabled by default);
Note: See TracChangeset for help on using the changeset viewer.