Plugin Directory

Changeset 3063708


Ignore:
Timestamp:
04/03/2024 12:48:30 PM (2 years ago)
Author:
codeflavors
Message:

Version 1.0.17

Location:
videographywp/trunk
Files:
3 edited

Legend:

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

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

    r3061981 r3063708  
    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.16
     6Version: 1.0.17
    77Author: CodeFlavors
    88Author URI: https://videographywp.com
     
    4747 * @var string
    4848 */
    49 define( 'CVWP_VERSION'  , '1.0.15');
     49define( 'CVWP_VERSION'  , '1.0.17');
    5050/**
    5151 * Query videos by video URL
  • videographywp/trunk/readme.txt

    r3063520 r3063708  
    55Tested up to: 6.5
    66Requires PHP: 7.4
    7 Stable tag: 1.0.16
     7Stable tag: 1.0.17
    88
    99WordPress featured video plugin that allows you to create video posts from YouTube videos.
     
    6262
    6363== Changelog ==
     64= 1.0.17 =
     65- Solved a bug that prevented the about page to be viewed.
     66
    6467= 1.0.16 =
    6568- Solved deprecation notices for PHP 8.3.+ and checked compatibility with WordPress 6.5.
Note: See TracChangeset for help on using the changeset viewer.