Skip to content

Commit 23d1c1f

Browse files
authored
Merge pull request #5 from KZeni/patch-1
Minor settings refinement and fleshed out the readme info a bit.
2 parents e4dd2b8 + 623ede2 commit 23d1c1f

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

gravity-forms-sisyphus.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static function add_form_setting( $settings, $form )
9292
$settings['Form Options']['enable_sisyphus'] = '
9393
<tr>
9494
<th>Sisyphus <a href="#" onclick="return false;" class="tooltip tooltip_form_animation" tooltip="&lt;h6&gt;Enable Sisyphus Saving&lt;/h6&gt;Check this option to enable saving forms with local storage through the Sisyphus plugin."></a></th>
95-
<td><input type="checkbox" value="1" '.$checked.' name="enable_sisyphus"> <label for="enable_sisyphus">'.__('Enable local saving of forms', 'gravity-forms-sisyphus').'</label></td>
95+
<td><input type="checkbox" value="1" '.$checked.' name="enable_sisyphus" id="enable_sisyphus"> <label for="enable_sisyphus">'.__('Enable local saving of forms', 'gravity-forms-sisyphus').'</label></td>
9696
</tr>';
9797

9898
return $settings;
@@ -202,4 +202,4 @@ function rgempty($name, $array = null){
202202
function rgblank($text){
203203
return empty($text) && strval($text) != "0";
204204
}
205-
}
205+
}

readme.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ Gravity Forms Sisyphus
33

44
Version 2.0.1
55

6-
Allow for saving your form data with local storage using [Sisyphus](http://sisyphus-js.herokuapp.com/).
6+
Allow for saving & resuming of your form data with the visitor's local storage using [Sisyphus.js](http://sisyphus-js.herokuapp.com/) until the form is submitted.
77

8-
Persist your form's data in a browser's Local Storage and never loose them on occasional tabs closing, browser crashes and other disasters!
8+
Persist your form's data in a browser's Local Storage and never loose them on occasional tabs closing, going offline, browser crashes and other disasters!
99

10-
Thanks to swingline0 for the updates on v2.0. Now works with paged forms.
10+
Thanks to [swingline0](https://github.com/Swingline0) for the updates on v2.0. Now works with paged forms.
11+
12+
Additional community support & development is welcome via GitHub: [https://github.com/bhays/gravity-forms-sisyphus](https://github.com/bhays/gravity-forms-sisyphus)
13+
14+
This requires Gravity Forms version 1.7 or higher.
1115

1216
## Requirements
1317
* WordPress 3.5
@@ -21,6 +25,9 @@ Thanks to swingline0 for the updates on v2.0. Now works with paged forms.
2125

2226
## Changelog
2327

28+
### 2.0.1
29+
* Minor update
30+
2431
### 2.0
2532
* Thanks to swingline0 for the updates on v2.0
2633
* Update to current Sisyphus
@@ -39,4 +46,4 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
3946

4047
You should have received a copy of the GNU General Public License along with this program; if not, write to:
4148

42-
Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
49+
Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

readme.txt

+9-4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ Stable tag: 2.0.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

11-
Save your form data via local storage using Sisyphus.
11+
Save & resume your form data via the visitor's local storage using Sisyphus.js until the form is submitted.
1212

1313
== Description ==
1414

15-
Allow for saving your form data with local storage using [Sisyphus](http://sisyphus-js.herokuapp.com/).
15+
Allow for saving & resuming of your form data with the visitor's local storage using [Sisyphus.js](http://sisyphus-js.herokuapp.com/) until the form is submitted.
1616

17-
Persist your form's data in a browser's Local Storage and never loose them on occasional tabs closing, browser crashes and other disasters!
17+
Persist your form's data in a browser's Local Storage and never loose them on occasional tabs closing, going offline, browser crashes and other disasters!
1818

19-
Thanks to swingline0 for the updates on v2.0. Now works with paged forms.
19+
Thanks to [swingline0](https://profiles.wordpress.org/swingline0) for the updates on v2.0. Now works with paged forms.
20+
21+
Additional community support & development is welcome via GitHub: [https://github.com/bhays/gravity-forms-sisyphus](https://github.com/bhays/gravity-forms-sisyphus)
2022

2123
This requires Gravity Forms version 1.7 or higher.
2224

@@ -34,6 +36,9 @@ This requires Gravity Forms version 1.7 or higher.
3436

3537
== Changelog ==
3638

39+
### 2.0.1
40+
* Minor update
41+
3742
### 2.0
3843
* Thanks to swingline0 for the updates on v2.0
3944
* Update to current Sisyphus

0 commit comments

Comments
 (0)