Changeset 3487664
- Timestamp:
- 03/21/2026 08:44:56 AM (12 days ago)
- Location:
- sdaweb-channels-for-youtube/trunk
- Files:
-
- 5 edited
-
admin/views/settings-page.php (modified) (1 diff)
-
blocks/youtube-channel/block.json (modified) (1 diff)
-
languages/sdaweb-channels-for-youtube.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sdaweb-channels-for-youtube.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sdaweb-channels-for-youtube/trunk/admin/views/settings-page.php
r3487662 r3487664 1242 1242 <li><?php esc_html_e( 'Click "Save".', 'sdaweb-channels-for-youtube' ); ?></li> 1243 1243 </ol> 1244 <p class="sdawchfo-step-note"><strong><?php esc_html_e( 'Note:', 'sdaweb-channels-for-youtube' ); ?></strong> <?php esc_html_e( 'Google may show a warning about configuring the OAuth consent screen — you can safely ignore this. This plugin uses a simple API key, not OAuth authentication.', 'sdaweb-channels-for-youtube' ); ?></p> 1244 1245 </div> 1245 1246 </div> -
sdaweb-channels-for-youtube/trunk/blocks/youtube-channel/block.json
r3487662 r3487664 3 3 "apiVersion": 3, 4 4 "name": "sdawchfo/youtube-channel", 5 "version": "1.4.2 4",5 "version": "1.4.25", 6 6 "title": "YouTube Channel", 7 7 "category": "embed", -
sdaweb-channels-for-youtube/trunk/languages/sdaweb-channels-for-youtube.pot
r3487662 r3487664 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: SDAweb Channels for YouTube 1.4.2 4\n"5 "Project-Id-Version: SDAweb Channels for YouTube 1.4.25\n" 6 6 "Report-Msgid-Bugs-To: \n" 7 7 "Last-Translator: \n" -
sdaweb-channels-for-youtube/trunk/readme.txt
r3487662 r3487664 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.4.2 47 Stable tag: 1.4.25 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 220 220 221 221 == Changelog == 222 223 = 1.4.25 = 224 * Added OAuth consent screen dismissal note to API Key Guide in admin settings 222 225 223 226 = 1.4.24 = -
sdaweb-channels-for-youtube/trunk/sdaweb-channels-for-youtube.php
r3487662 r3487664 3 3 * Plugin Name: SDAweb Channels for YouTube 4 4 * Description: Curate YouTube channels and display their videos on your site with grids, tabs, and lightbox playback. 5 * Version: 1.4.2 45 * Version: 1.4.25 6 6 * Author: SDAweb - Rune Stavdal, Vinjar Romsvik, Christer Andvik 7 7 * Author URI: https://sdaweb.no … … 19 19 } 20 20 21 if ( ! defined( 'SDAWCHFO_VERSION' ) ) define( 'SDAWCHFO_VERSION', '1.4.2 4' );21 if ( ! defined( 'SDAWCHFO_VERSION' ) ) define( 'SDAWCHFO_VERSION', '1.4.25' ); 22 22 if ( ! defined( 'SDAWCHFO_PLUGIN_FILE' ) ) define( 'SDAWCHFO_PLUGIN_FILE', __FILE__ ); 23 23 if ( ! defined( 'SDAWCHFO_PLUGIN_DIR' ) ) define( 'SDAWCHFO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.