Changeset 3289012
- Timestamp:
- 05/07/2025 09:47:13 AM (11 months ago)
- Location:
- exovia-youtube-dsgvo/trunk
- Files:
-
- 2 edited
-
dsgvo-youtube-videos.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exovia-youtube-dsgvo/trunk/dsgvo-youtube-videos.php
r3213910 r3289012 4 4 * Plugin URI: https://wordpress.org/plugins/exovia-youtube-dsgvo/ 5 5 * Description: Easily embed DSGVO compliant Youtube videos 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.0 … … 31 31 * Definitions 32 32 */ 33 define( 'EXOVID_PLUGIN_VERSION', '1.0. 2' );33 define( 'EXOVID_PLUGIN_VERSION', '1.0.3' ); 34 34 define( 'EXOVID_PLUGIN', __FILE__ ); 35 35 define( 'EXOVID_PLUGIN_BASENAME', plugin_basename( EXOVID_PLUGIN ) ); -
exovia-youtube-dsgvo/trunk/readme.txt
r3213912 r3289012 3 3 Tags: GDPR, DSGVO, YouTube, YouTube Video, YouTube Plugin 4 4 Requires at least: 5.8 5 Tested up to: 6. 76 Stable tag: 1.0. 25 Tested up to: 6.8 6 Stable tag: 1.0.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 163 163 5. Youtube Video iframe code as basis for the integration into your plugin 164 164 165 166 == Upgrade Notice == 167 = 1.0.3 = 168 Compatibility tested up to WordPress 6.8. Recommended update for all users. 169 170 165 171 == Change log == 172 = 1.0.3 = 173 * Successful tested with WordPress 6.8 166 174 = 1.0.2 = 167 175 * Successful tested with WordPress 6.7.1 … … 171 179 * Addition of the initial version of the exovia YouTube DSGVO plugin 172 180 173 == Upgrade Notice ==174 = 1.0.2 =175 * Tested successfully with WordPress 6.7.1176 * 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.