Plugin Directory

Changeset 2387858


Ignore:
Timestamp:
09/24/2020 05:30:41 PM (6 years ago)
Author:
alithemes
Message:

Fixed Menu for WordPress 5.4

Location:
embe-core/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • embe-core/trunk/assets/metabox.scripts.js

    r2216696 r2387858  
    1313        //For Classic Editor
    1414        var select = $('#post-formats-select').find('[type="radio"]');
    15         select.live('change', function() {
     15        select.on('change',function() {
    1616            var val = $(this).val();
    1717            alitheme_core_gallery_post.hide();
  • embe-core/trunk/embe-core.php

    r2314601 r2387858  
    44Plugin URI: http://embe.live/intro
    55Description: Core Features for EmBe Theme, this is required plugin for this theme
    6 Version: 2.2.0
     6Version: 2.2.1
    77Author: alithemes.com
    88Author URI: alithemes.com
  • embe-core/trunk/readme.txt

    r2314601 r2387858  
    7676
    7777== Changelog ==
     78VERSION 2.2.1 [current]
     79- Fix jquery Menu
     80
    7881VERSION 2.2.0 [current]
    7982- Fix the RTL language
Note: See TracChangeset for help on using the changeset viewer.