Changeset 2284068
- Timestamp:
- 04/15/2020 12:17:15 PM (6 years ago)
- Location:
- iconpress-lite/trunk
- Files:
-
- 4 edited
-
iconpress.php (modified) (2 diffs)
-
languages/iconpress.pot (modified) (1 diff)
-
lib/svg-sanitizer/load.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iconpress-lite/trunk/iconpress.php
r2175830 r2284068 7 7 * DomainPath: /languages 8 8 * Author: IconPress team 9 * Version: 1.4. 69 * Version: 1.4.7 10 10 * Author URI: https://iconpress.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash 11 11 */ … … 26 26 } 27 27 28 define( 'ICONPRESSLITE_VERSION', '1.4. 6' );28 define( 'ICONPRESSLITE_VERSION', '1.4.7' ); 29 29 define( 'ICONPRESSLITE_DIR', plugin_dir_path( __FILE__ ) ); 30 30 define( 'ICONPRESSLITE_URI', plugin_dir_url( __FILE__ ) ); -
iconpress-lite/trunk/languages/iconpress.pot
r2054618 r2284068 1 # Copyright (C) 20 19iconpresslite1 # Copyright (C) 2020 iconpresslite 2 2 # This file is distributed under the same license as the iconpresslite package. 3 3 msgid "" -
iconpress-lite/trunk/lib/svg-sanitizer/load.php
r1947810 r2284068 4 4 } 5 5 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' );6 require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/data/AttributeInterface.php' ); 7 require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/data/TagInterface.php' ); 8 require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/data/AllowedAttributes.php' ); 9 require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/data/AllowedTags.php' ); 10 require_once( ICONPRESSLITE_DIR . '/lib/svg-sanitizer/Sanitizer.php' ); -
iconpress-lite/trunk/readme.txt
r2203585 r2284068 2 2 Tags: icons, beaver builder, demo import, elementor, icon, illustration, media library, performance, pictogram, social icons, speed, svg, WPBakery, svg sprite 3 3 Requires at least: 4.7 4 Tested up to: 5. 05 Stable tag: 1.4. 64 Tested up to: 5.4 5 Stable tag: 1.4.7 6 6 Requires PHP: 5.4 7 7 License: GPLv3 … … 142 142 == Changelog == 143 143 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 144 152 = 1.4.5 - 21 March 2019 = 145 153 * Added posibility of disabling system icons to be loaded in frontend (disabled by default);
Note: See TracChangeset
for help on using the changeset viewer.