Plugin Directory

Changeset 1994489


Ignore:
Timestamp:
12/14/2018 08:03:38 AM (7 years ago)
Author:
iconpress
Message:

New release

Location:
iconpress-lite/trunk
Files:
3 edited

Legend:

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

    r1988115 r1994489  
    77 * DomainPath: /languages
    88 * Author: IconPress team
    9  * Version: 1.4.1
     9 * Version: 1.4.2
    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.1' );
     28define( 'ICONPRESSLITE_VERSION', '1.4.2' );
    2929define( 'ICONPRESSLITE_DIR', plugin_dir_path( __FILE__ ) );
    3030define( 'ICONPRESSLITE_URI', plugin_dir_url( __FILE__ ) );
  • iconpress-lite/trunk/lib/Base.php

    r1947810 r1994489  
    175175            $hide_stuff_css = "
    176176            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;}
    178178            #wpcontent {margin-left: 0 !important; }";
    179179            wp_add_inline_style( 'iconpress-css', $hide_stuff_css );
  • iconpress-lite/trunk/readme.txt

    r1988123 r1994489  
    11=== 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
     2Tags: icons, beaver builder, demo import, elementor, icon, illustration, media library, performance, pictogram, social icons, speed, svg, visual composer, WPBakery, svg sprite
    33Requires at least: 4.7
    4 Tested up to: 4.9
    5 Stable tag: 1.4.1
     4Tested up to: 5.0
     5Stable tag: 1.4.2
    66Requires PHP: 5.4
    77License: GPLv3
     
    142142== Changelog ==
    143143
     144= 1.4.2 - 14 December 2018 =
     145* Fixed conflict with Post SMTP plugin
     146
    144147= 1.4.1 - 7 December 2018 =
    145148* Fixed Elementor element bug when icons are not inserted into editor's frontend
Note: See TracChangeset for help on using the changeset viewer.