Changeset 3194414
- Timestamp:
- 11/21/2024 06:38:40 PM (16 months ago)
- Location:
- papaya-youtube-widget/trunk
- Files:
-
- 2 edited
-
papaya-youtube-widget.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
papaya-youtube-widget/trunk/papaya-youtube-widget.php
r2856504 r3194414 8 8 * Network: false 9 9 * Slug: papaya-youtube-widget 10 * Version: 2. 310 * Version: 2.4 11 11 * License: GPLv2 or later 12 12 * … … 14 14 * 15 15 * @package papaya-youtube-widget 16 * @version 2. 316 * @version 2.4 17 17 */ 18 18 … … 65 65 * @method __construct 66 66 * 67 * @since 1.0.067 * @since 2.4 68 68 */ 69 69 public function __construct() { 70 70 $this->site_url = get_site_url(); 71 71 $this->plugin_path = plugin_dir_path( __FILE__ ); 72 $this->plugin_url = plugins_url( null, __FILE__ );72 $this->plugin_url = plugins_url( '', __FILE__ ); 73 73 74 74 add_action( 'plugin_action_links_' . plugin_basename(__FILE__), array($this, 'add_action_links') ); -
papaya-youtube-widget/trunk/readme.txt
r2856499 r3194414 3 3 Tags: youtube, widget, channel 4 4 Requires at least: 4.8 5 Tested up to: 6. 1.15 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 2. 37 Stable tag: 2.4 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 129 129 130 130 == Upgrade Notice == 131 = 2.4 = 132 * Compatibility with latest WordPress version 6.7 and related fixes 133 131 134 = 2.3 = 132 135 * Compatibility with latest WordPress version 6.1.1 and related fixes … … 143 146 144 147 == Changelog == 148 = 2.4 = 149 * Compatibility with latest WordPress version 6.7 and related fixes 150 145 151 = 2.3 = 146 152 * Compatibility with latest WordPress version 6.1.1 and related fixes
Note: See TracChangeset
for help on using the changeset viewer.