Changeset 3030824
- Timestamp:
- 02/03/2024 08:49:44 AM (2 years ago)
- Location:
- wp-youtube-lyte
- Files:
-
- 3 edited
- 13 copied
-
tags/1.7.23 (copied) (copied from wp-youtube-lyte/trunk)
-
tags/1.7.23/lyte/bg-image-layzload.js (copied) (copied from wp-youtube-lyte/trunk/lyte/bg-image-layzload.js)
-
tags/1.7.23/lyte/bg-image-layzload.min.js (copied) (copied from wp-youtube-lyte/trunk/lyte/bg-image-layzload.min.js)
-
tags/1.7.23/lyte/lyte-min.js (copied) (copied from wp-youtube-lyte/trunk/lyte/lyte-min.js)
-
tags/1.7.23/lyte/lyte.js (copied) (copied from wp-youtube-lyte/trunk/lyte/lyte.js)
-
tags/1.7.23/lyteCache.php (copied) (copied from wp-youtube-lyte/trunk/lyteCache.php)
-
tags/1.7.23/lytePartners.php (copied) (copied from wp-youtube-lyte/trunk/lytePartners.php) (1 diff)
-
tags/1.7.23/lyte_helper.php_example (copied) (copied from wp-youtube-lyte/trunk/lyte_helper.php_example)
-
tags/1.7.23/options.php (copied) (copied from wp-youtube-lyte/trunk/options.php)
-
tags/1.7.23/player_sizes.inc.php (copied) (copied from wp-youtube-lyte/trunk/player_sizes.inc.php)
-
tags/1.7.23/readme.txt (copied) (copied from wp-youtube-lyte/trunk/readme.txt) (2 diffs)
-
tags/1.7.23/widget.php (copied) (copied from wp-youtube-lyte/trunk/widget.php)
-
tags/1.7.23/wp-youtube-lyte.php (copied) (copied from wp-youtube-lyte/trunk/wp-youtube-lyte.php) (2 diffs)
-
trunk/lytePartners.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-youtube-lyte.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-youtube-lyte/tags/1.7.23/lytePartners.php
r2629145 r3030824 21 21 function lyte_partners_init() { 22 22 if ( apply_filters( 'wp-youtube-lyte_filter_show_partner_tabs', true ) ) { 23 $hook = add_submenu_page( NULL, 'Lyte partner', 'Lyte partner', 'manage_options', 'lyte_partners', 'lyte_partners' );23 $hook = add_submenu_page( '', 'Lyte partner', 'Lyte partner', 'manage_options', 'lyte_partners', 'lyte_partners' ); 24 24 // register_settings here as well if needed 25 25 } -
wp-youtube-lyte/tags/1.7.23/readme.txt
r2951302 r3030824 5 5 Requires at least: 4.0 6 6 Tested up to: 6.3 7 Stable tag: 1.7.2 27 Stable tag: 1.7.23 8 8 9 9 High performance YouTube video, playlist and audio-only embeds which don't slow down your blog and offer optimal accessibility. … … 143 143 144 144 == Changelog == 145 146 = 1.7.23 = 147 * fix for PHP deprecation notice in PHP 8.2 in lytePartners.php 145 148 146 149 = 1.7.22 = -
wp-youtube-lyte/tags/1.7.23/wp-youtube-lyte.php
r2850356 r3030824 5 5 Description: Lite and accessible YouTube audio and video embedding. 6 6 Author: Frank Goossens (futtta) 7 Version: 1.7.2 27 Version: 1.7.23 8 8 Author URI: http://blog.futtta.be/ 9 9 Text Domain: wp-youtube-lyte … … 15 15 16 16 $debug = false; 17 $lyte_version = '1.7.2 2';17 $lyte_version = '1.7.23'; 18 18 $lyte_db_version = get_option( 'lyte_version', 'none' ); 19 19 -
wp-youtube-lyte/trunk/lytePartners.php
r2629145 r3030824 21 21 function lyte_partners_init() { 22 22 if ( apply_filters( 'wp-youtube-lyte_filter_show_partner_tabs', true ) ) { 23 $hook = add_submenu_page( NULL, 'Lyte partner', 'Lyte partner', 'manage_options', 'lyte_partners', 'lyte_partners' );23 $hook = add_submenu_page( '', 'Lyte partner', 'Lyte partner', 'manage_options', 'lyte_partners', 'lyte_partners' ); 24 24 // register_settings here as well if needed 25 25 } -
wp-youtube-lyte/trunk/readme.txt
r2951302 r3030824 5 5 Requires at least: 4.0 6 6 Tested up to: 6.3 7 Stable tag: 1.7.2 27 Stable tag: 1.7.23 8 8 9 9 High performance YouTube video, playlist and audio-only embeds which don't slow down your blog and offer optimal accessibility. … … 143 143 144 144 == Changelog == 145 146 = 1.7.23 = 147 * fix for PHP deprecation notice in PHP 8.2 in lytePartners.php 145 148 146 149 = 1.7.22 = -
wp-youtube-lyte/trunk/wp-youtube-lyte.php
r2850356 r3030824 5 5 Description: Lite and accessible YouTube audio and video embedding. 6 6 Author: Frank Goossens (futtta) 7 Version: 1.7.2 27 Version: 1.7.23 8 8 Author URI: http://blog.futtta.be/ 9 9 Text Domain: wp-youtube-lyte … … 15 15 16 16 $debug = false; 17 $lyte_version = '1.7.2 2';17 $lyte_version = '1.7.23'; 18 18 $lyte_db_version = get_option( 'lyte_version', 'none' ); 19 19
Note: See TracChangeset
for help on using the changeset viewer.