Changeset 2517157
- Timestamp:
- 04/18/2021 03:59:23 PM (5 years ago)
- Location:
- stapp-video
- Files:
-
- 18 added
- 1 deleted
- 4 edited
- 1 copied
-
tags/1.5 (deleted)
-
tags/1.6 (copied) (copied from stapp-video/trunk)
-
tags/1.6/admin/menu/CreateSubMenuHTML_HelpDialog.php (added)
-
tags/1.6/admin/menu/CreateSubMenuHTML_NoImageMessage.php (added)
-
tags/1.6/admin/menu/CreateSubMenuHTML_NoVideoMessage.php (added)
-
tags/1.6/admin/menu/OverviewSubMenuHTML_HelpBox.php (added)
-
tags/1.6/admin/menu/OverviewSubMenuHTML_HelpDialog.php (added)
-
tags/1.6/includes/css/styleForOverlay.css (added)
-
tags/1.6/includes/db/stapp_video_option.php (added)
-
tags/1.6/includes/image/help_icon.svg (added)
-
tags/1.6/includes/image/x_icon.svg (added)
-
tags/1.6/readme.txt (modified) (2 diffs)
-
tags/1.6/stapp_video.php (modified) (2 diffs)
-
trunk/admin/menu/CreateSubMenuHTML_HelpDialog.php (added)
-
trunk/admin/menu/CreateSubMenuHTML_NoImageMessage.php (added)
-
trunk/admin/menu/CreateSubMenuHTML_NoVideoMessage.php (added)
-
trunk/admin/menu/OverviewSubMenuHTML_HelpBox.php (added)
-
trunk/admin/menu/OverviewSubMenuHTML_HelpDialog.php (added)
-
trunk/includes/css/styleForOverlay.css (added)
-
trunk/includes/db/stapp_video_option.php (added)
-
trunk/includes/image/help_icon.svg (added)
-
trunk/includes/image/x_icon.svg (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/stapp_video.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stapp-video/tags/1.6/readme.txt
r2517150 r2517157 6 6 Tested up to: 5.7 7 7 Requires PHP: 7.0 8 Stable tag: 1. 58 Stable tag: 1.6 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 40 40 == Changelog == 41 41 42 = 1. 5=42 = 1.6 = 43 43 44 44 * Add Welcome layer on start -
stapp-video/tags/1.6/stapp_video.php
r2517150 r2517157 7 7 Plugin URI: https://dev-wordpress.com/forum/ 8 8 Description: Insert videos on any postion via shortcode 9 Version: 1. 59 Version: 1.6 10 10 Author: STApp Professional GmbH 11 11 Author URI: https://stapp-professional.de … … 25 25 26 26 27 define( 'STAPP_VIDEO_VERSION', '1. 5' );27 define( 'STAPP_VIDEO_VERSION', '1.6' ); 28 28 29 29 define( 'STAPP_VIDEO_REQUIRED_WP_VERSION', '5.7' ); -
stapp-video/trunk/readme.txt
r2517150 r2517157 6 6 Tested up to: 5.7 7 7 Requires PHP: 7.0 8 Stable tag: 1. 58 Stable tag: 1.6 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 40 40 == Changelog == 41 41 42 = 1. 5=42 = 1.6 = 43 43 44 44 * Add Welcome layer on start -
stapp-video/trunk/stapp_video.php
r2517150 r2517157 7 7 Plugin URI: https://dev-wordpress.com/forum/ 8 8 Description: Insert videos on any postion via shortcode 9 Version: 1. 59 Version: 1.6 10 10 Author: STApp Professional GmbH 11 11 Author URI: https://stapp-professional.de … … 25 25 26 26 27 define( 'STAPP_VIDEO_VERSION', '1. 5' );27 define( 'STAPP_VIDEO_VERSION', '1.6' ); 28 28 29 29 define( 'STAPP_VIDEO_REQUIRED_WP_VERSION', '5.7' );
Note: See TracChangeset
for help on using the changeset viewer.