Plugin Directory

Changeset 3194414


Ignore:
Timestamp:
11/21/2024 06:38:40 PM (16 months ago)
Author:
sagargurnani
Message:

Updated as per the latest version of WordPress 6.7

Location:
papaya-youtube-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • papaya-youtube-widget/trunk/papaya-youtube-widget.php

    r2856504 r3194414  
    88 * Network:       false
    99 * Slug:          papaya-youtube-widget
    10  * Version:       2.3
     10 * Version:       2.4
    1111 * License:       GPLv2 or later
    1212 *
     
    1414 *
    1515 * @package    papaya-youtube-widget
    16  * @version    2.3
     16 * @version    2.4
    1717 */
    1818
     
    6565         * @method  __construct
    6666         *
    67          * @since   1.0.0
     67         * @since   2.4
    6868         */
    6969        public function __construct() {
    7070            $this->site_url    = get_site_url();
    7171            $this->plugin_path = plugin_dir_path( __FILE__ );
    72             $this->plugin_url  = plugins_url( null, __FILE__ );
     72            $this->plugin_url  = plugins_url( '', __FILE__ );
    7373
    7474            add_action( 'plugin_action_links_' . plugin_basename(__FILE__), array($this, 'add_action_links') );
  • papaya-youtube-widget/trunk/readme.txt

    r2856499 r3194414  
    33Tags: youtube, widget, channel
    44Requires at least: 4.8
    5 Tested up to: 6.1.1
     5Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 2.3
     7Stable tag: 2.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    129129
    130130== Upgrade Notice ==
     131= 2.4 =
     132* Compatibility with latest WordPress version 6.7 and related fixes
     133
    131134= 2.3 =
    132135* Compatibility with latest WordPress version 6.1.1 and related fixes
     
    143146
    144147== Changelog ==
     148= 2.4 =
     149* Compatibility with latest WordPress version 6.7 and related fixes
     150
    145151= 2.3 =
    146152* Compatibility with latest WordPress version 6.1.1 and related fixes
Note: See TracChangeset for help on using the changeset viewer.