Skip to content

Commit

Permalink
update changelogs for add-ons
Browse files Browse the repository at this point in the history
  • Loading branch information
RensTillmann committed Jan 6, 2020
1 parent 732363f commit cacf170
Show file tree
Hide file tree
Showing 29 changed files with 59 additions and 73 deletions.
12 changes: 0 additions & 12 deletions src/add-ons-changed.txt

This file was deleted.

5 changes: 2 additions & 3 deletions src/add-ons/super-forms-calculator/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Aug 05, 2019 - Version 2.0.53
Jan 07, 2020 - Version 2.1.0
- Replaced deprecated function with new one
- Fix: Bug with math pointing to a conditional column that is inside a dynamic
column (resulting in math returning zero value due to pointing to incorrect
field)

Jun 23, 2019 - Version 2.0.52
- Fix: JavaScript error `split()` is not a function on none string data

Jun 14, 2019 - Version 2.0.51
Expand Down
4 changes: 2 additions & 2 deletions src/add-ons/super-forms-calculator/super-forms-calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - Calculator
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Adds an extra element that allows you to do calculations on any of your fields
* Version: 2.0.531
* Version: 2.1.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -39,7 +39,7 @@ final class SUPER_Calculator {
*
* @since 1.0.0
*/
public $version = '2.0.531';
public $version = '2.1.0';


/**
Expand Down
3 changes: 2 additions & 1 deletion src/add-ons/super-forms-csv-attachment/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sep 25, 2019 - Version 1.2.3
Jan 07, 2020 - Version 1.3.0
- Replaced deprecated function with new one
- Improved: display error message when unable to write file
- Fix: PHP Warning: A non-numeric value encountered

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - CSV Attachment
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Sends a CSV file with the form data to the admin email as an attachment
* Version: 1.2.31
* Version: 1.3.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -39,7 +39,7 @@ final class SUPER_CSV_Attachment {
*
* @since 1.0.0
*/
public $version = '1.2.30';
public $version = '1.3.0';


/**
Expand Down
3 changes: 3 additions & 0 deletions src/add-ons/super-forms-email-reminders/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Jan 07, 2020 - Version 1.1.0
- Replaced deprecated function with new one

Jun 14, 2019 - Version 1.0.1
- Compliance: Working towards Envato WordPress Requirements Badge/Compliance
- Escaping all Translatable strings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - E-mail Reminders
* Plugin URI: http://codecanyon.net/user/feeling4design
* Description: Send email appointment reminders at specific times based on form submission date or user selected date with an optional offset
* Version: 1.0.11
* Version: 1.1.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -40,7 +40,7 @@ final class SUPER_Email_Reminders {
*
* @since 1.0.0
*/
public $version = '1.0.10';
public $version = '1.1.0';


/**
Expand Down
3 changes: 3 additions & 0 deletions src/add-ons/super-forms-front-end-posting/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Jan 07, 2020 - Version 1.4.0
- Replaced deprecated function with new one

Jun 14, 2019 - Version 1.3.1
- Compliance: Working towards Envato WordPress Requirements Badge/Compliance
- Escaping all Translatable strings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - Front-end Posting
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Let visitors create posts from your front-end website
* Version: 1.3.11
* Version: 1.4.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand All @@ -38,7 +38,7 @@ final class SUPER_Frontend_Posting {
*
* @since 1.0.0
*/
public $version = '1.3.10';
public $version = '1.4.0';


/**
Expand Down
7 changes: 2 additions & 5 deletions src/add-ons/super-forms-mailchimp/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
Nov 11, 2019 - Version 1.4.60
Jan 07, 2020 - Version 1.5.0
- Replaced deprecated function with new one
- Fix: When no conditional logic is set, make sure column is not hidden (which it was by default)

Oct 31, 2019 - Version 1.4.50
- Fix: Conditional logic not working

Sep 25, 2019 - Version 1.4.40
- Added: Option to define "Tags" to be saved along with the subscriber (this is different from Interests, which can be selected by the user himself)
- Fix: PHP Warnings and Notices

Expand Down
4 changes: 2 additions & 2 deletions src/add-ons/super-forms-mailchimp/super-forms-mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - Mailchimp
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Subscribes and unsubscribes users from a specific Mailchimp list
* Version: 1.4.60
* Version: 1.5.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -39,7 +39,7 @@ final class SUPER_Mailchimp {
*
* @since 1.0.0
*/
public $version = '1.4.60';
public $version = '1.5.0';


/**
Expand Down
3 changes: 3 additions & 0 deletions src/add-ons/super-forms-mailster/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Jan 07, 2020 - Version 1.2.0
- Replaced deprecated function with new one

Jun 14, 2019 - Version 1.1.1
- Compliance: Working towards Envato WordPress Requirements Badge/Compliance
- Escaping all Translatable strings
Expand Down
4 changes: 2 additions & 2 deletions src/add-ons/super-forms-mailster/super-forms-mailster.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - Mailster
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Register subscribers for Mailster with Super Forms
* Version: 1.1.11
* Version: 1.2.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -39,7 +39,7 @@ final class SUPER_Mailster {
*
* @since 1.0.0
*/
public $version = '1.1.10';
public $version = '1.2.0';


/**
Expand Down
3 changes: 3 additions & 0 deletions src/add-ons/super-forms-password-protect/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Jan 07, 2020 - Version 1.2.0
- Replaced deprecated function with new one

Jun 14, 2019 - Version 1.1.1
- Compliance: Working towards Envato WordPress Requirements Badge/Compliance
- Escaping all Translatable strings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - Password Protect
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Password protect your forms or lock out specific user roles from submitting the form
* Version: 1.1.11
* Version: 1.2.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -39,7 +39,7 @@ final class SUPER_Password_Protect {
*
* @since 1.0.0
*/
public $version = '1.1.10';
public $version = '1.2.0';


/**
Expand Down
3 changes: 3 additions & 0 deletions src/add-ons/super-forms-paypal/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Jan 07, 2020 - Version 1.2.0
- Replaced deprecated function with new one

Jun 26, 2019 - Version 1.1.4
- Fix: Update fontawesome $handle to `font-awesome-v5.9`

Expand Down
4 changes: 2 additions & 2 deletions src/add-ons/super-forms-paypal/super-forms-paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - PayPal Checkout
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Checkout with PayPal after form submission. Charge users for registering or posting content.
* Version: 1.1.41
* Version: 1.2.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand All @@ -38,7 +38,7 @@ final class SUPER_PayPal {
*
* @since 1.0.0
*/
public $version = '1.1.40';
public $version = '1.2.0';


/**
Expand Down
3 changes: 2 additions & 1 deletion src/add-ons/super-forms-popups/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Nov 19, 2019 - Version 1.4.20
Jan 07, 2020 - Version 1.5.0
- Replaced deprecated function with new one
- Improved: Possibility to activate other popup from within another popup

Jun 14, 2019 - Version 1.4.1
Expand Down
4 changes: 2 additions & 2 deletions src/add-ons/super-forms-popups/super-forms-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Super Forms - Popups
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Create fully customizable popups for Super Forms
* Version: 1.4.20
* Version: 1.5.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -38,7 +38,7 @@ final class SUPER_Popup {
*
* @since 1.0.0
*/
public $version = '1.4.20';
public $version = '1.5.0';


/**
Expand Down
3 changes: 2 additions & 1 deletion src/add-ons/super-forms-register-login/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Nov 15, 2019 - Version 1.6.22
Jan 07, 2020 - Version 1.7.0
- Replaced deprecated function with new one
- Fix: PHP Notice: Undefined offset: 1

Jul 07, 2019 - Version 1.6.21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - Register & Login
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Makes it possible to let users register and login from the front-end
* Version: 1.6.22
* Version: 1.7.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -39,7 +39,7 @@ final class SUPER_Register_Login {
*
* @since 1.0.0
*/
public $version = '1.6.22';
public $version = '1.7.0';


/**
Expand Down
3 changes: 2 additions & 1 deletion src/add-ons/super-forms-signature/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Dec 17, 2019 - Version 1.4.30
Jan 07, 2020 - Version 1.5.0
- Replaced deprecated function with new one
- Improved: When using "Contact Entry Search" the signature will be redrawn based on the entry data

Jun 18, 2019 - Version 1.4.20
Expand Down
4 changes: 2 additions & 2 deletions src/add-ons/super-forms-signature/super-forms-signature.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - Signature
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Adds an extra element that allows users to sign their signature before submitting the form
* Version: 1.4.30
* Version: 1.5.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -39,7 +39,7 @@ final class SUPER_Signature {
*
* @since 1.0.0
*/
public $version = '1.4.30';
public $version = '1.5.0';


/**
Expand Down
3 changes: 3 additions & 0 deletions src/add-ons/super-forms-woocommerce/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Jan 07, 2020 - Version 1.6.0
- Replaced deprecated function with new one

Oct 31, 2019 - Version 1.5.30
- Improved: When a field value contains comma seperated product ID's add all of them into the cart/checkout

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - WooCommerce Checkout
* Plugin URI: http://codecanyon.net/item/super-forms-drag-drop-form-builder/13979866
* Description: Checkout with WooCommerce after form submission. Charge users for registering or posting content.
* Version: 1.5.31
* Version: 1.6.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand All @@ -38,7 +38,7 @@ final class SUPER_WooCommerce {
*
* @since 1.0.0
*/
public $version = '1.5.30';
public $version = '1.6.0';


/**
Expand Down
3 changes: 3 additions & 0 deletions src/add-ons/super-forms-zapier/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Jan 07, 2020 - Version 1.2.0
- Replaced deprecated function with new one

Jun 14, 2019 - Version 1.1.1
- Compliance: Working towards Envato WordPress Requirements Badge/Compliance
- Escaping all Translatable strings
Expand Down
4 changes: 2 additions & 2 deletions src/add-ons/super-forms-zapier/super-forms-zapier.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Super Forms - Zapier
* Plugin URI: http://codecanyon.net/user/feeling4design
* Description: Allows you to connect Super Forms with Zapier (zapier.com)
* Version: 1.1.11
* Version: 1.2.0
* Author: feeling4design
* Author URI: http://codecanyon.net/user/feeling4design
* Text Domain: super-forms
Expand Down Expand Up @@ -39,7 +39,7 @@ final class SUPER_Zapier {
*
* @since 1.0.0
*/
public $version = '1.1.10';
public $version = '1.2.0';


/**
Expand Down
2 changes: 0 additions & 2 deletions src/documentation-todo-list.txt

This file was deleted.

21 changes: 0 additions & 21 deletions src/elements.css

This file was deleted.

0 comments on commit cacf170

Please sign in to comment.