Gravity Forms + Custom Post Types - Version 3.1.26

Version Description

  • Updated "Tested up to" to WordPress 5.9.
Download this release

Release Info

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

Code changes from version 3.1.25 to 3.1.26

Files changed (2) hide show
  1. gfcptaddon.php +2 -2
  2. readme.txt +4 -1
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.25
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.25';
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.26
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.26';
20
  private static $min_gravityforms_version = '1.9.3';
21
 
22
  //Plugin starting point. Will load appropriate files
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: spivurno,claygriffiths,bradvin,wpsmith
3
  Donate link: http://gravitywiz.com/
4
  Tags: form,forms,gravity,gravity form,gravity forms,CPT,custom post types,custom post type,taxonomy,taxonomies
5
  Requires at least: 3.0.1
6
- Tested up to: 5.7
7
  Stable tag: 3.1.16
8
 
9
  Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies.
@@ -81,6 +81,9 @@ When populating a Drop Down field with a post type, you may wish to set the sele
81
 
82
  == Changelog ==
83
 
 
 
 
84
  = 3.1.25 =
85
  * Fixed PHP 8 deprecation notices about required parameters after optional parameters.
86
 
3
  Donate link: http://gravitywiz.com/
4
  Tags: form,forms,gravity,gravity form,gravity forms,CPT,custom post types,custom post type,taxonomy,taxonomies
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.9
7
  Stable tag: 3.1.16
8
 
9
  Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies.
81
 
82
  == Changelog ==
83
 
84
+ = 3.1.26 =
85
+ * Updated "Tested up to" to WordPress 5.9.
86
+
87
  = 3.1.25 =
88
  * Fixed PHP 8 deprecation notices about required parameters after optional parameters.
89