Changeset 776052
- Timestamp:
- 09/20/2013 03:14:50 PM (13 years ago)
- Location:
- gravity-forms-wysija-add-on/trunk
- Files:
-
- 2 edited
-
gravity-forms-wysija.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gravity-forms-wysija-add-on/trunk/gravity-forms-wysija.php
r758184 r776052 4 4 Plugin URI: https://github.com/bhays/gravity-forms-wysija 5 5 Description: Integrates the Gravity Forms plugin with the Wysija plugin, creating a menage-a-plugin. 6 Version: 1.3 6 Version: 1.3.1 7 7 Author: Ben Hays 8 8 Author URI: http://benhays.com … … 134 134 135 135 update_option( 'gf_wysija_version', self::$version ); 136 137 return $update_plugins_option; 136 138 } 137 139 -
gravity-forms-wysija-add-on/trunk/readme.txt
r758184 r776052 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 1.3 7 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 == Changelog == 33 33 34 ### 1.3.1 35 * Fix for updating other plugins 36 34 37 ### 1.3 35 38 * jQuery fix for GF 1.7.7 tooltips
Note: See TracChangeset
for help on using the changeset viewer.