Changeset 3061981
- Timestamp:
- 04/01/2024 09:20:34 AM (2 years ago)
- Location:
- videographywp/trunk
- Files:
-
- 3 edited
-
includes/admin/libs/class-cvwp-admin.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
videographywp/trunk/includes/admin/libs/class-cvwp-admin.php
r2974642 r3061981 89 89 // about plugin page 90 90 $about_page = add_submenu_page( 91 null,91 'videographywp-no-parent-page', 92 92 __( 'About VideographyWP', 'videographywp' ), 93 93 __( 'About VideographyWP' ), -
videographywp/trunk/index.php
r2974642 r3061981 4 4 Plugin URI: https://videographywp.com 5 5 Description: Add featured YouTube videos to any WordPress post and additionally import title, description and featured image. 6 Version: 1.0.1 56 Version: 1.0.16 7 7 Author: CodeFlavors 8 8 Author URI: https://videographywp.com -
videographywp/trunk/readme.txt
r3046825 r3061981 3 3 Tags: video plugin, vimeo, video, featured video, YouTube 4 4 Requires at least: 5.6 5 Tested up to: 6.4.3 5 Tested up to: 6.5 6 Requires PHP: 7.4 6 7 Stable tag: trunk 7 8 … … 61 62 62 63 == Changelog == 64 = 1.0.16 = 65 - Solved deprecation notices for PHP 8.3.+ and checked compatibility with WordPress 6.5. 66 63 67 = 1.0.15 = 64 68 - Query YouTube videos without providing an API key (some limitation apply: image will be low resolution and video description won't be retrieved);
Note: See TracChangeset
for help on using the changeset viewer.