Changeset 1994489
- Timestamp:
- 12/14/2018 08:03:38 AM (7 years ago)
- Location:
- iconpress-lite/trunk
- Files:
-
- 3 edited
-
iconpress.php (modified) (2 diffs)
-
lib/Base.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iconpress-lite/trunk/iconpress.php
r1988115 r1994489 7 7 * DomainPath: /languages 8 8 * Author: IconPress team 9 * Version: 1.4. 19 * Version: 1.4.2 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. 1' );28 define( 'ICONPRESSLITE_VERSION', '1.4.2' ); 29 29 define( 'ICONPRESSLITE_DIR', plugin_dir_path( __FILE__ ) ); 30 30 define( 'ICONPRESSLITE_URI', plugin_dir_url( __FILE__ ) ); -
iconpress-lite/trunk/lib/Base.php
r1947810 r1994489 175 175 $hide_stuff_css = " 176 176 html.wp-toolbar {padding-top: 0 !important;} 177 #adminmenumain, #wpadminbar, #wpfooter {display: none !important;}177 #adminmenumain, #wpadminbar, #wpfooter, #wpbody-content .update-nag, #screen-meta, #screen-meta-links, .wrap > .notice, .wrap > .error {display: none !important;} 178 178 #wpcontent {margin-left: 0 !important; }"; 179 179 wp_add_inline_style( 'iconpress-css', $hide_stuff_css ); -
iconpress-lite/trunk/readme.txt
r1988123 r1994489 1 1 === IconPress Lite - Icon management in WordPress === 2 Tags: icons, beaver builder, demo import, elementor, icon, illustration, media library, performance, pictogram, social icons, speed, svg, visual composer, WPBakery 2 Tags: icons, beaver builder, demo import, elementor, icon, illustration, media library, performance, pictogram, social icons, speed, svg, visual composer, WPBakery, svg sprite 3 3 Requires at least: 4.7 4 Tested up to: 4.95 Stable tag: 1.4. 14 Tested up to: 5.0 5 Stable tag: 1.4.2 6 6 Requires PHP: 5.4 7 7 License: GPLv3 … … 142 142 == Changelog == 143 143 144 = 1.4.2 - 14 December 2018 = 145 * Fixed conflict with Post SMTP plugin 146 144 147 = 1.4.1 - 7 December 2018 = 145 148 * Fixed Elementor element bug when icons are not inserted into editor's frontend
Note: See TracChangeset
for help on using the changeset viewer.