Changeset 831705
- Timestamp:
- 01/02/2014 04:44:15 PM (12 years ago)
- Location:
- gravity-forms-sisyphus/trunk
- Files:
-
- 3 edited
-
gravity-forms-sisyphus.php (modified) (2 diffs)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gravity-forms-sisyphus/trunk/gravity-forms-sisyphus.php
r831703 r831705 4 4 Plugin URI: https://github.com/bhays/gravity-forms-sisyphus 5 5 Description: Persist your form's data in a browser's Local Storage and never loose them on occasional tabs closing, browser crashes and other disasters with Sisyphus. 6 Version: 2.0 6 Version: 2.0.1 7 7 Author: Ben Hays 8 8 Author URI: http://benhays.com … … 35 35 private static $url = "http://www.gravityforms.com"; 36 36 private static $slug = "gravity-forms-sisyphus"; 37 private static $version = "2.0 ";37 private static $version = "2.0.1"; 38 38 private static $min_gravityforms_version = "1.7"; 39 39 private static $sisyphus_version = '1.1.107'; -
gravity-forms-sisyphus/trunk/readme.md
r831703 r831705 2 2 ====================== 3 3 4 Version 2.0 4 Version 2.0.1 5 5 6 6 Allow for saving your form data with local storage using [Sisyphus](http://sisyphus-js.herokuapp.com/). -
gravity-forms-sisyphus/trunk/readme.txt
r831703 r831705 1 1 === Gravity Forms Sisyphus === 2 Contributors: benhays swingline02 Contributors: benhays, swingline0 3 3 Donate link: 4 4 Tags: gravity forms, gravityforms, sisyphus, save data, local storage 5 5 Requires at least: 3.3 6 6 Tested up to: 3.8 7 Stable tag: 2.0 7 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.