Changeset 1339040
- Timestamp:
- 01/29/2016 04:45:02 PM (10 years ago)
- Location:
- amoforms/trunk
- Files:
-
- 3 edited
-
amoforms.php (modified) (1 diff)
-
const.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amoforms/trunk/amoforms.php
r1338248 r1339040 8 8 Plugin URI: https://wordpress.org/plugins/amoforms/ 9 9 Description: Create forms and manage submissions easily with a simple interface. Contact forms, subscription forms, or any other form for WordPress. 10 Version: 2.17. 210 Version: 2.17.3 11 11 Author: amoCRM 12 12 Author URI: http://www.amocrm.com -
amoforms/trunk/const.php
r1338248 r1339040 2 2 defined('AMOFORMS_BOOTSTRAP') or die('Direct access denied'); 3 3 4 define('AMOFORMS_VERSION', '2.17. 2');4 define('AMOFORMS_VERSION', '2.17.3'); 5 5 define('AMOFORMS_VERSIONS_JSON', json_encode([ 6 6 '1.0.0', … … 59 59 '2.17.0', 60 60 '2.17.1', 61 '2.17.2', 61 62 AMOFORMS_VERSION, 62 63 ])); -
amoforms/trunk/readme.txt
r1338248 r1339040 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4.1 6 Stable tag: 2.17. 26 Stable tag: 2.17.3 7 7 License: GPLv2 or later 8 8 … … 14 14 15 15 amoForms 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 17 Create your own styles, customize forms and fields with Custom CSS and expand your form's functionality using Custom JS (JavaScript). 16 18 17 19 amoForms has cross-browser compatibility, which means that it can be used in any browser. … … 134 136 == Changelog == 135 137 138 = 2.17.3 = 139 140 * Documentation fixes 141 136 142 = 2.17.2 = 137 143
Note: See TracChangeset
for help on using the changeset viewer.