Changeset 2993756
- Timestamp:
- 11/10/2023 08:53:58 AM (2 years ago)
- Location:
- codeflavors-vimeo-video-post-lite/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
includes/libs/blocks/block-abstract.class.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codeflavors-vimeo-video-post-lite/trunk/CHANGELOG.md
r2981186 r2993756 1 1 *** Vimeotheque Lite Changelog *** 2 3 2023-11-10 - Version 2.2.7 4 * Solved a bug in WP 6.4+ that prevented the Block Editor from loading the Vimeotheque blocks. 2 5 3 6 2023-10-19 - Version 2.2.6 -
codeflavors-vimeo-video-post-lite/trunk/includes/libs/blocks/block-abstract.class.php
r2671125 r2993756 84 84 'wp-element', 85 85 'wp-i18n', 86 'wp-components' 86 'wp-components', 87 'lodash' 87 88 ]; 88 89 -
codeflavors-vimeo-video-post-lite/trunk/main.php
r2981186 r2993756 5 5 * Description: Vimeotheque imports public Vimeo videos as WordPress posts. It is a perfect fit for membership, portfolio, online courses or any type of video collection. 6 6 * Author: CodeFlavors 7 * Version: 2.2. 67 * Version: 2.2.7 8 8 * Author URI: https://codeflavors.com 9 9 * Text Domain: codeflavors-vimeo-video-post-lite … … 17 17 define( 'VIMEOTHEQUE_PATH', plugin_dir_path( __FILE__ ) ); 18 18 define( 'VIMEOTHEQUE_URL', plugin_dir_url( __FILE__ ) ); 19 define( 'VIMEOTHEQUE_VERSION', '2.2. 6' );19 define( 'VIMEOTHEQUE_VERSION', '2.2.7' ); 20 20 define( 'VIMEOTHEQUE_TEMPLATE_DEBUG_MODE', false ); 21 21 /** -
codeflavors-vimeo-video-post-lite/trunk/readme.txt
r2981186 r2993756 136 136 137 137 == Changelog == 138 = 2.2.7 = 139 - Solved a bug in WP 6.4+ that prevented the Block Editor from loading the Vimeotheque blocks. 138 140 139 141 = 2.2.6 =
Note: See TracChangeset
for help on using the changeset viewer.