Plugin Directory

Changeset 3487664


Ignore:
Timestamp:
03/21/2026 08:44:56 AM (12 days ago)
Author:
rstake
Message:

Update to version 1.4.25

Location:
sdaweb-channels-for-youtube/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • sdaweb-channels-for-youtube/trunk/admin/views/settings-page.php

    r3487662 r3487664  
    12421242                            <li><?php esc_html_e( 'Click "Save".', 'sdaweb-channels-for-youtube' ); ?></li>
    12431243                        </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>
    12441245                    </div>
    12451246                </div>
  • sdaweb-channels-for-youtube/trunk/blocks/youtube-channel/block.json

    r3487662 r3487664  
    33    "apiVersion": 3,
    44    "name": "sdawchfo/youtube-channel",
    5     "version": "1.4.24",
     5    "version": "1.4.25",
    66    "title": "YouTube Channel",
    77    "category": "embed",
  • sdaweb-channels-for-youtube/trunk/languages/sdaweb-channels-for-youtube.pot

    r3487662 r3487664  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: SDAweb Channels for YouTube 1.4.24\n"
     5"Project-Id-Version: SDAweb Channels for YouTube 1.4.25\n"
    66"Report-Msgid-Bugs-To: \n"
    77"Last-Translator: \n"
  • sdaweb-channels-for-youtube/trunk/readme.txt

    r3487662 r3487664  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.4.24
     7Stable tag: 1.4.25
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    220220
    221221== Changelog ==
     222
     223= 1.4.25 =
     224* Added OAuth consent screen dismissal note to API Key Guide in admin settings
    222225
    223226= 1.4.24 =
  • sdaweb-channels-for-youtube/trunk/sdaweb-channels-for-youtube.php

    r3487662 r3487664  
    33 * Plugin Name: SDAweb Channels for YouTube
    44 * Description: Curate YouTube channels and display their videos on your site with grids, tabs, and lightbox playback.
    5  * Version:     1.4.24
     5 * Version:     1.4.25
    66 * Author:      SDAweb - Rune Stavdal, Vinjar Romsvik, Christer Andvik
    77 * Author URI:  https://sdaweb.no
     
    1919}
    2020
    21 if ( ! defined( 'SDAWCHFO_VERSION' ) )         define( 'SDAWCHFO_VERSION', '1.4.24' );
     21if ( ! defined( 'SDAWCHFO_VERSION' ) )         define( 'SDAWCHFO_VERSION', '1.4.25' );
    2222if ( ! defined( 'SDAWCHFO_PLUGIN_FILE' ) )     define( 'SDAWCHFO_PLUGIN_FILE', __FILE__ );
    2323if ( ! defined( 'SDAWCHFO_PLUGIN_DIR' ) )      define( 'SDAWCHFO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.