Changeset 2421516
- Timestamp:
- 11/19/2020 01:21:53 PM (5 years ago)
- Location:
- master-elements/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
masterelements.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
master-elements/trunk/changelog.txt
r2410957 r2421516 1 19/11/2020 2 3 Version 7.5 4 5 [New] Mega Menu 6 1 7 02/11/2020 2 8 -
master-elements/trunk/masterelements.php
r2410957 r2421516 10 10 * Plugin URI: https://akdesigner.com/ 11 11 * Author: TeamDevBunch 12 * Version: 7. 412 * Version: 7.5 13 13 * Tested up to: 5.5 14 14 * Author URI: https://devbunch.com/ … … 654 654 655 655 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 656 662 wp_enqueue_style('select2', self::assets_url() . 'css/select2.min.css', null, self::version, 'all'); 657 663 -
master-elements/trunk/readme.txt
r2410957 r2421516 64 64 65 65 == Changelog == 66 = 19/11/2020 Version 7.5 = 67 * [Fix] Mega Menu 68 66 69 = 02/11/2020 Version 7.4 = 67 70 * [Fix] Master Archive Col
Note: See TracChangeset
for help on using the changeset viewer.