Plugin Directory

Changeset 3115692

Timestamp:
07/10/2024 02:54:03 PM (3 weeks ago)
Author:
wpbean
Message:

Fixed lineicon CSS file slug issue

Location:
wpb-elementor-addons
Files:
3 edited
27 copied

Legend:

Unmodified
Added
Removed
  • wpb-elementor-addons/tags/1.3/inc/wpb_functions.php

    r3088737 r3115692  
    866866            'prefix'        => 'lni-',
    867867            'displayPrefix' => 'lni',
    868             'url'           => WPB_EA_URL . '/assets/icons/lineicons/lineicons.min.css',
     868            'url'           => WPB_EA_URL . 'assets/icons/lineicons/lineicons.min.css',
    869869            'icons'         => $lineicons,
    870870            'ver'           => '1.0.0',
  • wpb-elementor-addons/tags/1.3/main.php

    r3088737 r3115692  
    44 * Plugin URI:        https://wpbean.com/
    55 * Description:       Highly customizable addons for Elementor page builder.
    6  * Version:           1.2
     6 * Version:           1.
    77 * Author:            wpbean
    88 * Author URI:        https://wpbean.com
  • wpb-elementor-addons/tags/1.3/readme.txt

    r3113398 r3115692  
    66Requires at least: 5.0
    77Tested up to: 6.6
    8 Stable tag: 1.2
     8Stable tag: 1.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797== Changelog ==
    9898
     99
     100
     101
    99102= Version 1.2 =
    100103* Fixed all the security issues.
  • wpb-elementor-addons/trunk/inc/wpb_functions.php

    r3088737 r3115692  
    866866            'prefix'        => 'lni-',
    867867            'displayPrefix' => 'lni',
    868             'url'           => WPB_EA_URL . '/assets/icons/lineicons/lineicons.min.css',
     868            'url'           => WPB_EA_URL . 'assets/icons/lineicons/lineicons.min.css',
    869869            'icons'         => $lineicons,
    870870            'ver'           => '1.0.0',
  • wpb-elementor-addons/trunk/main.php

    r3088737 r3115692  
    44 * Plugin URI:        https://wpbean.com/
    55 * Description:       Highly customizable addons for Elementor page builder.
    6  * Version:           1.2
     6 * Version:           1.
    77 * Author:            wpbean
    88 * Author URI:        https://wpbean.com
  • wpb-elementor-addons/trunk/readme.txt

    r3113398 r3115692  
    66Requires at least: 5.0
    77Tested up to: 6.6
    8 Stable tag: 1.2
     8Stable tag: 1.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797== Changelog ==
    9898
     99
     100
     101
    99102= Version 1.2 =
    100103* Fixed all the security issues.
Note: See TracChangeset for help on using the changeset viewer.