Plugin Directory

Changeset 2421516


Ignore:
Timestamp:
11/19/2020 01:21:53 PM (5 years ago)
Author:
devbunch
Message:

mega menu Fixed

Location:
master-elements/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • master-elements/trunk/changelog.txt

    r2410957 r2421516  
     119/11/2020
     2
     3Version 7.5
     4
     5    [New] Mega Menu
     6
    1702/11/2020
    28
  • master-elements/trunk/masterelements.php

    r2410957 r2421516  
    1010 * Plugin URI: https://akdesigner.com/
    1111 * Author: TeamDevBunch
    12  * Version: 7.4
     12 * Version: 7.5
    1313 * Tested up to: 5.5
    1414 * Author URI: https://devbunch.com/
     
    654654
    655655
     656                wp_enqueue_style('bootstrap_min', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css', null, self::version, 'all');
     657
     658                wp_enqueue_style('bootstrap_theme_min', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css', null, self::version, 'all');
     659
     660                wp_enqueue_script('bootstrap_theme_js', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js', null, self::version, 'all');
     661
    656662                wp_enqueue_style('select2', self::assets_url() . 'css/select2.min.css', null, self::version, 'all');
    657663
  • master-elements/trunk/readme.txt

    r2410957 r2421516  
    6464
    6565== Changelog ==
     66= 19/11/2020 Version 7.5 =
     67*  [Fix] Mega Menu
     68
    6669= 02/11/2020 Version 7.4 =
    6770*  [Fix] Master Archive Col
Note: See TracChangeset for help on using the changeset viewer.