Plugin Directory

Changeset 2566402


Ignore:
Timestamp:
07/17/2021 07:15:57 PM (5 years ago)
Author:
ngideas
Message:

Update to version 1.0.5 from GitHub

Location:
ngsurvey
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ngsurvey/tags/1.0.5/ngsurvey.php

    r2566400 r2566402  
    1616 * Plugin URI:          https://ngideas.com/
    1717 * 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.3
     18 * Version:             1.0.5
    1919 * Author:              NgIdeas
    2020 * Author URI:          https://ngideas.com/
     
    3535 * Start at version 1.0.0 and use SemVer - https://semver.org
    3636 */
    37 define( 'NGSURVEY_VERSION', '1.0.3' );
     37define( 'NGSURVEY_VERSION', '1.0.5' );
    3838
    3939/**
  • ngsurvey/tags/1.0.5/readme.txt

    r2566400 r2566402  
    88Requires PHP: 5.6
    99Tested up to: 5.8
    10 Stable tag: 1.0.3
     10Stable tag: 1.0.5
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122
    123123== Changelog ==
     124= 1.0.5: Jul 17, 2021 =
     125* [Fix] Fix build version
     126
    124127= 1.0.4: Jul 17, 2021 =
    125128* [Fix] Extension activation modal dialog is not showing
  • ngsurvey/trunk/ngsurvey.php

    r2566400 r2566402  
    1616 * Plugin URI:          https://ngideas.com/
    1717 * 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.3
     18 * Version:             1.0.5
    1919 * Author:              NgIdeas
    2020 * Author URI:          https://ngideas.com/
     
    3535 * Start at version 1.0.0 and use SemVer - https://semver.org
    3636 */
    37 define( 'NGSURVEY_VERSION', '1.0.3' );
     37define( 'NGSURVEY_VERSION', '1.0.5' );
    3838
    3939/**
  • ngsurvey/trunk/readme.txt

    r2566400 r2566402  
    88Requires PHP: 5.6
    99Tested up to: 5.8
    10 Stable tag: 1.0.3
     10Stable tag: 1.0.5
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122
    123123== Changelog ==
     124= 1.0.5: Jul 17, 2021 =
     125* [Fix] Fix build version
     126
    124127= 1.0.4: Jul 17, 2021 =
    125128* [Fix] Extension activation modal dialog is not showing
Note: See TracChangeset for help on using the changeset viewer.