Gravity Forms + Custom Post Types - Version 3.1.19

Version Description

  • Bumped plugin version.
Download this release

Release Info

Developer claygriffiths
Plugin Icon wp plugin Gravity Forms + Custom Post Types
Version 3.1.19
Comparing to
See all releases

Code changes from version 3.1.18 to 3.1.19

Files changed (2) hide show
  1. gfcptaddon.php +2 -2
  2. readme.txt +4 -0
gfcptaddon.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Gravity Forms + Custom Post Types
4
  Plugin URI: https://gravitywiz.com/
5
  Description: Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies.
6
- Version: 3.1.17
7
  Author: Gravity Wiz
8
  Author URI: https://gravitywiz.com/
9
  License: GPL2
@@ -16,7 +16,7 @@ class GFCPTAddon {
16
 
17
  private static $name = 'Gravity Forms + Custom Post Types';
18
  private static $slug = 'GFCPTAddon';
19
- private static $version = '3.1.17';
20
  private static $min_gravityforms_version = '1.9.3';
21
 
22
  //Plugin starting point. Will load appropriate files
3
  Plugin Name: Gravity Forms + Custom Post Types
4
  Plugin URI: https://gravitywiz.com/
5
  Description: Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies.
6
+ Version: 3.1.19
7
  Author: Gravity Wiz
8
  Author URI: https://gravitywiz.com/
9
  License: GPL2
16
 
17
  private static $name = 'Gravity Forms + Custom Post Types';
18
  private static $slug = 'GFCPTAddon';
19
+ private static $version = '3.1.19';
20
  private static $min_gravityforms_version = '1.9.3';
21
 
22
  //Plugin starting point. Will load appropriate files
readme.txt CHANGED
@@ -81,6 +81,10 @@ When populating a Drop Down field with a post type, you may wish to set the sele
81
 
82
  == Changelog ==
83
 
 
 
 
 
84
  = 3.1.18 =
85
 
86
  * Fixed issue with "Save To Taxonomy" setting not properly saving the entered taxonomy.
81
 
82
  == Changelog ==
83
 
84
+ = 3.1.19 =
85
+
86
+ * Bumped plugin version.
87
+
88
  = 3.1.18 =
89
 
90
  * Fixed issue with "Save To Taxonomy" setting not properly saving the entered taxonomy.