Plugin Directory

Changeset 2002252


Ignore:
Timestamp:
12/27/2018 11:35:00 AM (7 years ago)
Author:
Digital Arm
Message:

1.4.6

Location:
engage-forms
Files:
268 added
3 edited

Legend:

Unmodified
Added
Removed
  • engage-forms/trunk/engage-forms.php

    r1696128 r2002252  
    44Plugin URI: https://wordpress.org/plugins/engage-forms/
    55Description: An easy to use WordPress Form Builder with message storage.
    6 Version: 1.4.5
     6Version: 1.4.6
    77Author: Digital Arm
    88Author URI: https://profiles.wordpress.org/digital-arm/
     
    1212*/
    1313
    14 define( 'ENGAGE_VERSION', '1.4.5' );
     14define( 'ENGAGE_VERSION', '1.4.6' );
    1515define( 'ENGAGE_PLUGIN_DIR', WP_PLUGIN_DIR . '/engage-forms/');
    1616define( 'ENGAGE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • engage-forms/trunk/includes/engage-form-builder-front.php

    r1696128 r2002252  
    1111class Engage_Form_Builder_Front extends Engage_Form_Builder_Abstract {
    1212
    13     private $success_message = '';
     13    private $success_message = [];
    1414    private $error_message = '';
    15     private $error_message_parts = array();
     15    private $error_message_parts = [];
    1616
    1717    /**
     
    382382                }
    383383
     384                error_log($form_actions['success_message']);
     385                error_log($this->success_message[$ref_id]);
     386
    384387            }
    385388
  • engage-forms/trunk/readme.txt

    r1696128 r2002252  
    33Tags: form, email, form builder, contact form, custom form, form manager
    44Requires at least: 4.0
    5 Tested up to: 4.7.0
    6 Stable tag: 1.4.5
     5Tested up to: 5.0.1
     6Stable tag: 1.4.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696
    9797== Changelog ==
     98
     99= 1.4.6 =
     100* PHP7 compatibility update
    98101
    99102= 1.4.5 =
Note: See TracChangeset for help on using the changeset viewer.