Changeset 2495897
- Timestamp:
- 03/15/2021 12:21:55 PM (5 years ago)
- Location:
- stapp-video/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
stapp_video.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stapp-video/trunk/readme.txt
r2495895 r2495897 6 6 Tested up to: 5.7 7 7 Requires PHP: 7.0 8 Stable tag: 0.98 Stable tag: 1.0 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 15 15 == Description == 16 16 17 * Responsive optimi erte Darstellung deiner Videos auf allen Endgeräten18 * Kinderleichtes Handling, keine Programmierkenntnisse erforderlich19 * Weise jedem Endgerättyp (Desktop, Tablet oder Smartphone) eine Video-Datei mit der passenden Größe zu20 * Deine Videos sind damit automatisch SEO-freundlich & Responsive21 * Forum o der E-Mail-Support22 * Un begrenzte Updates auf Lebenszeit23 * Füge deine Videos einfach an einer gewünschten Stelle ein, ohne an Layout-Richtlinien gebunden zu sein.17 * Responsive optimized display of your videos on all devices 18 * Very easy handling, no programming skills required 19 * Assign a video file of the appropriate size to each end device type (desktop, tablet or smartphone) 20 * Your videos are automatically SEO-friendly & responsive 21 * Forum or email support 22 * Unlimited lifetime updates 23 * Simply insert your videos wherever you want, without being bound by layout guidelines. 24 24 25 Plugin language in German or English. Other languages will follow 25 26 26 27 == Screenshots == 27 28 28 29 1. Simply create a new configuration and insert it as a shortcode 29 30 30 31 == Questions & Support == … … 35 36 == Changelog == 36 37 37 = 0.8=38 = 1.0 = 38 39 39 40 41 42 -
stapp-video/trunk/stapp_video.php
r2495895 r2495897 7 7 Plugin URI: https://dev-wordpress.com/forum/ 8 8 Description: Insert videos on any postion via shortcode 9 Version: 0.99 Version: 1.0 10 10 Author: STApp Professional GmbH 11 11 Author URI: https://stapp-professional.de … … 24 24 25 25 26 define( 'STAPP_VIDEO_VERSION', ' 0.9' );26 define( 'STAPP_VIDEO_VERSION', '1.0' ); 27 27 28 28 define( 'STAPP_VIDEO_REQUIRED_WP_VERSION', '5.7' );
Note: See TracChangeset
for help on using the changeset viewer.