Changeset 1949560
- Timestamp:
- 10/01/2018 08:43:27 AM (8 years ago)
- Location:
- gf-fields-persistence/trunk
- Files:
-
- 3 edited
-
classes/class-persistence.php (modified) (1 diff)
-
gravityforms-fields-persistence.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gf-fields-persistence/trunk/classes/class-persistence.php
r1949555 r1949560 6 6 7 7 private static $instance; 8 private $_version = '1.0. 3';8 private $_version = '1.0.4'; 9 9 private $load_js_in_footer = true; 10 10 -
gf-fields-persistence/trunk/gravityforms-fields-persistence.php
r1949555 r1949560 4 4 Plugin URI: https://github.com/radishconcepts/gravityforms-field-persistence/ 5 5 Description: Adds persistence to the Gravity Forms fields, so inputs will be saved in order to use it in other forms. This will improve user experience and boost your goals! 6 Version: 1.0. 36 Version: 1.0.4 7 7 Author: Radish Concepts <info@radishconcepts.com> 8 8 Author URI: https://www.radishconcepts.com -
gf-fields-persistence/trunk/readme.txt
r1918317 r1949560 28 28 == Changelog == 29 29 30 = 1.0.4 = 31 * Option page added to specify variables you want to exclude from persistance. 32 30 33 = 1.0.2 = 31 34 * Stupid JS fix (debug info removed)
Note: See TracChangeset
for help on using the changeset viewer.