Changeset 2387858
- Timestamp:
- 09/24/2020 05:30:41 PM (6 years ago)
- Location:
- embe-core/trunk
- Files:
-
- 3 edited
-
assets/metabox.scripts.js (modified) (1 diff)
-
embe-core.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embe-core/trunk/assets/metabox.scripts.js
r2216696 r2387858 13 13 //For Classic Editor 14 14 var select = $('#post-formats-select').find('[type="radio"]'); 15 select. live('change',function() {15 select.on('change',function() { 16 16 var val = $(this).val(); 17 17 alitheme_core_gallery_post.hide(); -
embe-core/trunk/embe-core.php
r2314601 r2387858 4 4 Plugin URI: http://embe.live/intro 5 5 Description: Core Features for EmBe Theme, this is required plugin for this theme 6 Version: 2.2. 06 Version: 2.2.1 7 7 Author: alithemes.com 8 8 Author URI: alithemes.com -
embe-core/trunk/readme.txt
r2314601 r2387858 76 76 77 77 == Changelog == 78 VERSION 2.2.1 [current] 79 - Fix jquery Menu 80 78 81 VERSION 2.2.0 [current] 79 82 - Fix the RTL language
Note: See TracChangeset
for help on using the changeset viewer.