Changeset 3446256
- Timestamp:
- 01/24/2026 07:10:13 PM (2 months ago)
- Location:
- envo-extra/trunk
- Files:
-
- 2 edited
-
envo-extra.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
envo-extra/trunk/envo-extra.php
r3445988 r3446256 4 4 * Plugin URI: https://envothemes.com/ 5 5 * Description: Extra addon for EnvoThemes Themes 6 * Version: 1.9.1 46 * Version: 1.9.15 7 7 * Author: EnvoThemes 8 8 * Author URI: https://envothemes.com/ … … 58 58 59 59 function envo_extra_admin_scripts() { 60 wp_enqueue_script( 'preview-script-elmn', ENVO_EXTRA_PLUGIN_URL . 'lib/elementor/assets/js/elementor.js', [ ], E LEMENTOR_VERSION, true );60 wp_enqueue_script( 'preview-script-elmn', ENVO_EXTRA_PLUGIN_URL . 'lib/elementor/assets/js/elementor.js', [ ], ENVO_EXTRA_CURRENT_VERSION, true ); 61 61 } 62 62 //Dequeue Styles -
envo-extra/trunk/readme.txt
r3445988 r3446256 5 5 Requires at Least: 4.9 6 6 Tested Up To: 6.9 7 Stable tag: 1.9.1 47 Stable tag: 1.9.15 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 31 31 32 32 == Changelog == 33 34 = 1.9.15 = 35 * Fixed updating error 33 36 34 37 = 1.9.14 =
Note: See TracChangeset
for help on using the changeset viewer.