Changeset 2566402
- Timestamp:
- 07/17/2021 07:15:57 PM (5 years ago)
- Location:
- ngsurvey
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.5 (copied) (copied from ngsurvey/trunk)
-
tags/1.0.5/ngsurvey.php (modified) (2 diffs)
-
tags/1.0.5/readme.txt (modified) (2 diffs)
-
trunk/ngsurvey.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ngsurvey/tags/1.0.5/ngsurvey.php
r2566400 r2566402 16 16 * Plugin URI: https://ngideas.com/ 17 17 * Description: Next generation open source surveys for Wordpress is here. Create feature rich surveys on your wordpress site and get feedback from your users. 18 * Version: 1.0. 318 * Version: 1.0.5 19 19 * Author: NgIdeas 20 20 * Author URI: https://ngideas.com/ … … 35 35 * Start at version 1.0.0 and use SemVer - https://semver.org 36 36 */ 37 define( 'NGSURVEY_VERSION', '1.0. 3' );37 define( 'NGSURVEY_VERSION', '1.0.5' ); 38 38 39 39 /** -
ngsurvey/tags/1.0.5/readme.txt
r2566400 r2566402 8 8 Requires PHP: 5.6 9 9 Tested up to: 5.8 10 Stable tag: 1.0. 310 Stable tag: 1.0.5 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 122 122 123 123 == Changelog == 124 = 1.0.5: Jul 17, 2021 = 125 * [Fix] Fix build version 126 124 127 = 1.0.4: Jul 17, 2021 = 125 128 * [Fix] Extension activation modal dialog is not showing -
ngsurvey/trunk/ngsurvey.php
r2566400 r2566402 16 16 * Plugin URI: https://ngideas.com/ 17 17 * Description: Next generation open source surveys for Wordpress is here. Create feature rich surveys on your wordpress site and get feedback from your users. 18 * Version: 1.0. 318 * Version: 1.0.5 19 19 * Author: NgIdeas 20 20 * Author URI: https://ngideas.com/ … … 35 35 * Start at version 1.0.0 and use SemVer - https://semver.org 36 36 */ 37 define( 'NGSURVEY_VERSION', '1.0. 3' );37 define( 'NGSURVEY_VERSION', '1.0.5' ); 38 38 39 39 /** -
ngsurvey/trunk/readme.txt
r2566400 r2566402 8 8 Requires PHP: 5.6 9 9 Tested up to: 5.8 10 Stable tag: 1.0. 310 Stable tag: 1.0.5 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 122 122 123 123 == Changelog == 124 = 1.0.5: Jul 17, 2021 = 125 * [Fix] Fix build version 126 124 127 = 1.0.4: Jul 17, 2021 = 125 128 * [Fix] Extension activation modal dialog is not showing
Note: See TracChangeset
for help on using the changeset viewer.