Plugin Directory

Changeset 3061981


Ignore:
Timestamp:
04/01/2024 09:20:34 AM (2 years ago)
Author:
codeflavors
Message:

Version 1.0.15

Location:
videographywp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • videographywp/trunk/includes/admin/libs/class-cvwp-admin.php

    r2974642 r3061981  
    8989        // about plugin page
    9090        $about_page = add_submenu_page(
    91             null,
     91            'videographywp-no-parent-page',
    9292            __( 'About VideographyWP', 'videographywp' ),
    9393            __( 'About VideographyWP' ),
  • videographywp/trunk/index.php

    r2974642 r3061981  
    44Plugin URI: https://videographywp.com
    55Description: Add featured YouTube videos to any WordPress post and additionally import title, description and featured image.
    6 Version: 1.0.15
     6Version: 1.0.16
    77Author: CodeFlavors
    88Author URI: https://videographywp.com
  • videographywp/trunk/readme.txt

    r3046825 r3061981  
    33Tags:  video plugin, vimeo, video, featured video, YouTube
    44Requires at least: 5.6
    5 Tested up to: 6.4.3
     5Tested up to: 6.5
     6Requires PHP: 7.4
    67Stable tag: trunk
    78
     
    6162
    6263== Changelog ==
     64= 1.0.16 =
     65- Solved deprecation notices for PHP 8.3.+ and checked compatibility with WordPress 6.5.
     66
    6367= 1.0.15 =
    6468- 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.