| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | * @wordpress-plugin |
| 16 | 16 | * Plugin Name: Survey Maker |
| 17 | 17 | * Plugin URI: https://ays-pro.com/wordpress/survey-maker |
| 18 | 18 | * Description: Survey Maker plugin allows you to create unlimited surveys with unlimited sections and unlimited questions. |
| 19 | - * Version: 5.2.3.9 | |
| 19 | + * Version: 5.2.4.0 | |
| 20 | 20 | * Author: Survey Maker team |
| 21 | 21 | * Author URI: https://ays-pro.com/ |
| 22 | 22 | * License: GPL-2.0+ |
| 23 | 23 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | * Currently plugin version. |
| 35 | 35 | * Start at version 1.0.0 and use SemVer - https://semver.org |
| 36 | 36 | * Rename this for your plugin and update it as you release new versions. |
| 37 | 37 | */ |
| 38 | -define( 'SURVEY_MAKER_VERSION', '5.2.3.9' ); | |
| 38 | +define( 'SURVEY_MAKER_VERSION', '5.2.4.0' ); | |
| 39 | 39 | define( 'SURVEY_MAKER_NAME_VERSION', '1.0.0' ); |
| 40 | 40 | define( 'SURVEY_MAKER_NAME', 'survey-maker' ); |
| 41 | 41 | define( 'SURVEY_MAKER_DB_PREFIX', 'ayssurvey_' ); |
| 42 | 42 | |