Changeset 3063708
- Timestamp:
- 04/03/2024 12:48:30 PM (2 years ago)
- Location:
- videographywp/trunk
- Files:
-
- 3 edited
-
includes/admin/libs/class-cvwp-admin.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
videographywp/trunk/includes/admin/libs/class-cvwp-admin.php
r3061981 r3063708 89 89 // about plugin page 90 90 $about_page = add_submenu_page( 91 ' videographywp-no-parent-page',91 '', 92 92 __( 'About VideographyWP', 'videographywp' ), 93 93 __( 'About VideographyWP' ), -
videographywp/trunk/index.php
r3061981 r3063708 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 66 Version: 1.0.17 7 7 Author: CodeFlavors 8 8 Author URI: https://videographywp.com … … 47 47 * @var string 48 48 */ 49 define( 'CVWP_VERSION' , '1.0.1 5');49 define( 'CVWP_VERSION' , '1.0.17'); 50 50 /** 51 51 * Query videos by video URL -
videographywp/trunk/readme.txt
r3063520 r3063708 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.1 67 Stable tag: 1.0.17 8 8 9 9 WordPress featured video plugin that allows you to create video posts from YouTube videos. … … 62 62 63 63 == Changelog == 64 = 1.0.17 = 65 - Solved a bug that prevented the about page to be viewed. 66 64 67 = 1.0.16 = 65 68 - Solved deprecation notices for PHP 8.3.+ and checked compatibility with WordPress 6.5.
Note: See TracChangeset
for help on using the changeset viewer.