Changeset 2458516
- Timestamp:
- 01/18/2021 08:22:33 PM (5 years ago)
- Location:
- stapp-divider
- Files:
-
- 2 edited
- 11 copied
-
tags/1.3 (copied) (copied from stapp-divider/trunk)
-
tags/1.3/admin (copied) (copied from stapp-divider/trunk/admin)
-
tags/1.3/includes (copied) (copied from stapp-divider/trunk/includes)
-
tags/1.3/index.php (copied) (copied from stapp-divider/trunk/index.php)
-
tags/1.3/languages (copied) (copied from stapp-divider/trunk/languages)
-
tags/1.3/license.txt (copied) (copied from stapp-divider/trunk/license.txt)
-
tags/1.3/readme.txt (copied) (copied from stapp-divider/trunk/readme.txt) (1 diff)
-
tags/1.3/stapp_divider.php (copied) (copied from stapp-divider/trunk/stapp_divider.php) (2 diffs)
-
tags/1.3/stapp_divider_settings.php (copied) (copied from stapp-divider/trunk/stapp_divider_settings.php)
-
tags/1.3/template (copied) (copied from stapp-divider/trunk/template)
-
tags/1.3/uninstall.php (copied) (copied from stapp-divider/trunk/uninstall.php)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/stapp_divider.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stapp-divider/tags/1.3/readme.txt
r2458489 r2458516 39 39 == Changelog == 40 40 41 = 1.0.0 = 42 First Version 43 44 = 1.1.0 = 45 New Version for Wordpress 5.5 46 47 = 1.2.0 = 41 = 1.3 = 48 42 New Version for Wordpress 5.6 -
stapp-divider/tags/1.3/stapp_divider.php
r2423541 r2458516 7 7 Plugin URI: https://dev-wordpress.com/forum/ 8 8 Description: Create your own divider lines and configure a animation 9 Version: 1. 09 Version: 1.3 10 10 Author: STApp Professional GmbH 11 11 Author URI: https://stapp-professional.de … … 23 23 24 24 25 define( 'STAPP_DIVIDER_VERSION', '1. 0' );25 define( 'STAPP_DIVIDER_VERSION', '1.3' ); 26 26 27 27 define( 'STAPP_DIVIDER_REQUIRED_WP_VERSION', '5.0' ); -
stapp-divider/trunk/readme.txt
r2458489 r2458516 39 39 == Changelog == 40 40 41 = 1.0.0 = 42 First Version 43 44 = 1.1.0 = 45 New Version for Wordpress 5.5 46 47 = 1.2.0 = 41 = 1.3 = 48 42 New Version for Wordpress 5.6 -
stapp-divider/trunk/stapp_divider.php
r2423541 r2458516 7 7 Plugin URI: https://dev-wordpress.com/forum/ 8 8 Description: Create your own divider lines and configure a animation 9 Version: 1. 09 Version: 1.3 10 10 Author: STApp Professional GmbH 11 11 Author URI: https://stapp-professional.de … … 23 23 24 24 25 define( 'STAPP_DIVIDER_VERSION', '1. 0' );25 define( 'STAPP_DIVIDER_VERSION', '1.3' ); 26 26 27 27 define( 'STAPP_DIVIDER_REQUIRED_WP_VERSION', '5.0' );
Note: See TracChangeset
for help on using the changeset viewer.