Changeset 3004384
- Timestamp:
- 12/01/2023 07:18:08 PM (2 years ago)
- Location:
- cue
- Files:
-
- 6 edited
- 1 copied
-
tags/2.4.4 (copied) (copied from cue/trunk)
-
tags/2.4.4/cue.php (modified) (1 diff)
-
tags/2.4.4/php/Provider/Editor.php (modified) (1 diff)
-
tags/2.4.4/readme.txt (modified) (2 diffs)
-
trunk/cue.php (modified) (1 diff)
-
trunk/php/Provider/Editor.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cue/tags/2.4.4/cue.php
r2946742 r3004384 11 11 * Plugin URI: https://audiotheme.com/view/cue/?utm_source=wordpress-plugin&utm_medium=link&utm_content=cue-plugin-uri&utm_campaign=plugins 12 12 * Description: Create beautiful, fully responsive audio playlists. 13 * Version: 2.4. 313 * Version: 2.4.4 14 14 * Requires PHP: 7.1 15 15 * Author: AudioTheme -
cue/tags/2.4.4/php/Provider/Editor.php
r2577353 r3004384 69 69 'cue-block-editor', 70 70 $this->plugin->get_url( 'admin/assets/js/editor.bundle.js' ), 71 array( ' media-views', 'underscore', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-util' ),71 array( 'lodash', 'media-views', 'underscore', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-util' ), 72 72 '20171219' 73 73 ); -
cue/tags/2.4.4/readme.txt
r2946742 r3004384 4 4 Tags: playlist, audio, music, mp3, tracks, player 5 5 Requires at least: 5.6 6 Tested up to: 6. 27 Stable tag: 2.4. 36 Tested up to: 6.4 7 Stable tag: 2.4.4 8 8 License: GPL-2.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 151 151 152 152 ## Changelog 153 154 ### 2.4.4 - December 1, 2023 155 * Added lodash as a dependency for the playlist block to fix compatibility with the latest release of WordPress. 156 157 ### 2.4.3 - August 2, 2023 158 * Prevented warnings and errors in PHP 8+. 153 159 154 160 ### 2.4.2 - August 3, 2021 -
cue/trunk/cue.php
r2946742 r3004384 11 11 * Plugin URI: https://audiotheme.com/view/cue/?utm_source=wordpress-plugin&utm_medium=link&utm_content=cue-plugin-uri&utm_campaign=plugins 12 12 * Description: Create beautiful, fully responsive audio playlists. 13 * Version: 2.4. 313 * Version: 2.4.4 14 14 * Requires PHP: 7.1 15 15 * Author: AudioTheme -
cue/trunk/php/Provider/Editor.php
r2577353 r3004384 69 69 'cue-block-editor', 70 70 $this->plugin->get_url( 'admin/assets/js/editor.bundle.js' ), 71 array( ' media-views', 'underscore', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-util' ),71 array( 'lodash', 'media-views', 'underscore', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-util' ), 72 72 '20171219' 73 73 ); -
cue/trunk/readme.txt
r2946742 r3004384 4 4 Tags: playlist, audio, music, mp3, tracks, player 5 5 Requires at least: 5.6 6 Tested up to: 6. 27 Stable tag: 2.4. 36 Tested up to: 6.4 7 Stable tag: 2.4.4 8 8 License: GPL-2.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 151 151 152 152 ## Changelog 153 154 ### 2.4.4 - December 1, 2023 155 * Added lodash as a dependency for the playlist block to fix compatibility with the latest release of WordPress. 156 157 ### 2.4.3 - August 2, 2023 158 * Prevented warnings and errors in PHP 8+. 153 159 154 160 ### 2.4.2 - August 3, 2021
Note: See TracChangeset
for help on using the changeset viewer.