Plugin Directory

Changeset 831705


Ignore:
Timestamp:
01/02/2014 04:44:15 PM (12 years ago)
Author:
benhays
Message:

contributor fix

Location:
gravity-forms-sisyphus/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gravity-forms-sisyphus/trunk/gravity-forms-sisyphus.php

    r831703 r831705  
    44Plugin URI: https://github.com/bhays/gravity-forms-sisyphus
    55Description: 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
     6Version: 2.0.1
    77Author: Ben Hays
    88Author URI: http://benhays.com
     
    3535    private static $url = "http://www.gravityforms.com";
    3636    private static $slug = "gravity-forms-sisyphus";
    37     private static $version = "2.0";
     37    private static $version = "2.0.1";
    3838    private static $min_gravityforms_version = "1.7";
    3939    private static $sisyphus_version = '1.1.107';
  • gravity-forms-sisyphus/trunk/readme.md

    r831703 r831705  
    22======================
    33
    4 Version 2.0
     4Version 2.0.1
    55
    66Allow for saving your form data with local storage using [Sisyphus](http://sisyphus-js.herokuapp.com/).
  • gravity-forms-sisyphus/trunk/readme.txt

    r831703 r831705  
    11=== Gravity Forms Sisyphus ===
    2 Contributors: benhays swingline0
     2Contributors: benhays, swingline0
    33Donate link:
    44Tags: gravity forms, gravityforms, sisyphus, save data, local storage
    55Requires at least: 3.3
    66Tested up to: 3.8
    7 Stable tag: 2.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.