Plugin Directory

Changeset 3004384


Ignore:
Timestamp:
12/01/2023 07:18:08 PM (2 years ago)
Author:
bradyvercher
Message:

Release 2.4.4.

Location:
cue
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cue/tags/2.4.4/cue.php

    r2946742 r3004384  
    1111 * Plugin URI:   https://audiotheme.com/view/cue/?utm_source=wordpress-plugin&utm_medium=link&utm_content=cue-plugin-uri&utm_campaign=plugins
    1212 * Description:  Create beautiful, fully responsive audio playlists.
    13  * Version:      2.4.3
     13 * Version:      2.4.4
    1414 * Requires PHP: 7.1
    1515 * Author:       AudioTheme
  • cue/tags/2.4.4/php/Provider/Editor.php

    r2577353 r3004384  
    6969            'cue-block-editor',
    7070            $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' ),
    7272            '20171219'
    7373        );
  • cue/tags/2.4.4/readme.txt

    r2946742 r3004384  
    44Tags: playlist, audio, music, mp3, tracks, player
    55Requires at least: 5.6
    6 Tested up to: 6.2
    7 Stable tag: 2.4.3
     6Tested up to: 6.4
     7Stable tag: 2.4.4
    88License: GPL-2.0+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    151151
    152152## 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+.
    153159
    154160### 2.4.2 - August 3, 2021
  • cue/trunk/cue.php

    r2946742 r3004384  
    1111 * Plugin URI:   https://audiotheme.com/view/cue/?utm_source=wordpress-plugin&utm_medium=link&utm_content=cue-plugin-uri&utm_campaign=plugins
    1212 * Description:  Create beautiful, fully responsive audio playlists.
    13  * Version:      2.4.3
     13 * Version:      2.4.4
    1414 * Requires PHP: 7.1
    1515 * Author:       AudioTheme
  • cue/trunk/php/Provider/Editor.php

    r2577353 r3004384  
    6969            'cue-block-editor',
    7070            $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' ),
    7272            '20171219'
    7373        );
  • cue/trunk/readme.txt

    r2946742 r3004384  
    44Tags: playlist, audio, music, mp3, tracks, player
    55Requires at least: 5.6
    6 Tested up to: 6.2
    7 Stable tag: 2.4.3
     6Tested up to: 6.4
     7Stable tag: 2.4.4
    88License: GPL-2.0+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    151151
    152152## 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+.
    153159
    154160### 2.4.2 - August 3, 2021
Note: See TracChangeset for help on using the changeset viewer.