Plugin Directory

Changeset 1339040


Ignore:
Timestamp:
01/29/2016 04:45:02 PM (10 years ago)
Author:
BaggerMAN
Message:

v2.17.3 Documentation fixes

Location:
amoforms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • amoforms/trunk/amoforms.php

    r1338248 r1339040  
    88Plugin URI:  https://wordpress.org/plugins/amoforms/
    99Description: Create forms and manage submissions easily with a simple interface. Contact forms, subscription forms, or any other form for WordPress.
    10 Version:     2.17.2
     10Version:     2.17.3
    1111Author:      amoCRM
    1212Author URI:  http://www.amocrm.com
  • amoforms/trunk/const.php

    r1338248 r1339040  
    22defined('AMOFORMS_BOOTSTRAP') or die('Direct access denied');
    33
    4 define('AMOFORMS_VERSION', '2.17.2');
     4define('AMOFORMS_VERSION', '2.17.3');
    55define('AMOFORMS_VERSIONS_JSON', json_encode([
    66    '1.0.0',
     
    5959    '2.17.0',
    6060    '2.17.1',
     61    '2.17.2',
    6162    AMOFORMS_VERSION,
    6263]));
  • amoforms/trunk/readme.txt

    r1338248 r1339040  
    44Requires at least: 4.0
    55Tested up to: 4.4.1
    6 Stable tag: 2.17.2
     6Stable tag: 2.17.3
    77License: GPLv2 or later
    88
     
    1414
    1515amoForms is the easiest way to build any form you need for your WordPress website. No more messing with code or worries about limitations. Create any form you want, when you want with a simple drag and drop interface provided by the very powerful amoForms framework. This contact form builder will equally fit the needs of the beginners and experienced developers and designers.
     16
     17Create your own styles, customize forms and fields with Custom CSS and expand your form's functionality using Custom JS (JavaScript).
    1618
    1719amoForms has cross-browser compatibility, which means that it can be used in any browser.
     
    134136== Changelog ==
    135137
     138= 2.17.3 =
     139
     140* Documentation fixes
     141
    136142= 2.17.2 =
    137143
Note: See TracChangeset for help on using the changeset viewer.