Plugin Directory

Changeset 3289012


Ignore:
Timestamp:
05/07/2025 09:47:13 AM (11 months ago)
Author:
exovia
Message:

Update to version 1.0.3

Location:
exovia-youtube-dsgvo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • exovia-youtube-dsgvo/trunk/dsgvo-youtube-videos.php

    r3213910 r3289012  
    44 * Plugin URI:        https://wordpress.org/plugins/exovia-youtube-dsgvo/
    55 * Description:       Easily embed DSGVO compliant Youtube videos
    6  * Version:           1.0.2
     6 * Version:           1.0.3
    77 * Requires at least: 5.8
    88 * Requires PHP:      7.0
     
    3131 * Definitions
    3232 */
    33 define( 'EXOVID_PLUGIN_VERSION', '1.0.2' );
     33define( 'EXOVID_PLUGIN_VERSION', '1.0.3' );
    3434define( 'EXOVID_PLUGIN', __FILE__ );
    3535define( 'EXOVID_PLUGIN_BASENAME', plugin_basename( EXOVID_PLUGIN ) );
  • exovia-youtube-dsgvo/trunk/readme.txt

    r3213912 r3289012  
    33Tags: GDPR, DSGVO, YouTube, YouTube Video, YouTube Plugin
    44Requires at least: 5.8
    5 Tested up to: 6.7
    6 Stable tag: 1.0.2
     5Tested up to: 6.8
     6Stable tag: 1.0.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    1631635. Youtube Video iframe code as basis for the integration into your plugin
    164164
     165
     166== Upgrade Notice ==
     167= 1.0.3 =
     168Compatibility tested up to WordPress 6.8. Recommended update for all users.
     169
     170
    165171== Change log ==
     172= 1.0.3 =
     173* Successful tested with WordPress 6.8
    166174= 1.0.2 =
    167175* Successful tested with WordPress 6.7.1
     
    171179* Addition of the initial version of the exovia YouTube DSGVO plugin
    172180
    173 == Upgrade Notice ==
    174 = 1.0.2 =
    175 * Tested successfully with WordPress 6.7.1
    176 * Improved stability and compatibility with modern WordPress versions.
    177 = 1.0.1 =
    178 This update fixes compatibility issues with PHP 7.0.
    179 = 1.0.0 =
    180 There is no reason to upgrade at the moment
Note: See TracChangeset for help on using the changeset viewer.