Skip to content

Commit

Permalink
v4.9.550
Browse files Browse the repository at this point in the history
  • Loading branch information
RensTillmann committed Nov 16, 2020
1 parent 0312cfc commit 0837346
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@

## Nov 16, 2020 - Version 4.9.550

- **Added:** [Secrets](secrets.md) to savely store sensitive data on server side, but still be able to retrieve it conditionally and use it in the form settings
- **Fix:** When using Accordion or TAB element and using columns inside the column was not correctly closed in some scenario's
- **Fix:** When using a `Global secret` inside a Hidden fields default value, it would be converted to the underlaying value upon page load

## Nov 15, 2020 - Version 4.9.540

- **Added:** [Secrets](secrets.md) to savely store sensitive data on server side, but still be able to retrieve it conditionally and use it in the form settings
- **Fix:** Problem with datepicker connected to a datepicker that allows a user to choose multiple dates automatically clearing the field value upon selecting dates
- **Fix:** Issue when adaptive placeholders are being used, but are empty, would cause it to be prefixed with numbers "1" or "2"
- **Fix:** JS error when not using adaptive placeholders
Expand Down
5 changes: 1 addition & 4 deletions src/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@

## Nov 16, 2020 - Version 4.9.550

- **Added:** [Secrets](secrets.md) to savely store sensitive data on server side, but still be able to retrieve it conditionally and use it in the form settings
- **Fix:** When using Accordion or TAB element and using columns inside the column was not correctly closed in some scenario's
- **Fix:** When using a `Global secret` inside a Hidden fields default value, it would be converted to the underlaying value upon page load

## Nov 15, 2020 - Version 4.9.540

- **Added:** [Secrets](secrets.md) to savely store sensitive data on server side, but still be able to retrieve it conditionally and use it in the form settings
- **Fix:** Problem with datepicker connected to a datepicker that allows a user to choose multiple dates automatically clearing the field value upon selecting dates
- **Fix:** Issue when adaptive placeholders are being used, but are empty, would cause it to be prefixed with numbers "1" or "2"
- **Fix:** JS error when not using adaptive placeholders
Expand Down
4 changes: 2 additions & 2 deletions src/super-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: Super Forms - Drag & Drop Form Builder
* Plugin URI: http://codecanyon.net/user/feeling4design
* Description: The most advanced, flexible and easy to use form builder for WordPress!
* Version: 4.9.541
* Version: 4.9.550
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand All @@ -41,7 +41,7 @@ final class SUPER_Forms {
*
* @since 1.0.0
*/
public $version = '4.9.541';
public $version = '4.9.550';
public $slug = 'super-forms';
public $apiUrl = 'https://api.super-forms.com/';
public $apiVersion = 'v1';
Expand Down

0 comments on commit 0837346

Please sign in to comment.