Changeset 2542253
- Timestamp:
- 06/03/2021 09:26:00 PM (5 years ago)
- Location:
- gravity-forms-custom-post-types
- Files:
-
- 4 edited
- 1 copied
-
tags/3.1.19 (copied) (copied from gravity-forms-custom-post-types/trunk)
-
tags/3.1.19/gfcptaddon.php (modified) (2 diffs)
-
tags/3.1.19/readme.txt (modified) (1 diff)
-
trunk/gfcptaddon.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gravity-forms-custom-post-types/tags/3.1.19/gfcptaddon.php
r2529437 r2542253 4 4 Plugin URI: https://gravitywiz.com/ 5 5 Description: Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies. 6 Version: 3.1.1 76 Version: 3.1.19 7 7 Author: Gravity Wiz 8 8 Author URI: https://gravitywiz.com/ … … 17 17 private static $name = 'Gravity Forms + Custom Post Types'; 18 18 private static $slug = 'GFCPTAddon'; 19 private static $version = '3.1.1 7';19 private static $version = '3.1.19'; 20 20 private static $min_gravityforms_version = '1.9.3'; 21 21 -
gravity-forms-custom-post-types/tags/3.1.19/readme.txt
r2542252 r2542253 81 81 82 82 == Changelog == 83 84 = 3.1.19 = 85 86 * Bumped plugin version. 83 87 84 88 = 3.1.18 = -
gravity-forms-custom-post-types/trunk/gfcptaddon.php
r2529437 r2542253 4 4 Plugin URI: https://gravitywiz.com/ 5 5 Description: Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies. 6 Version: 3.1.1 76 Version: 3.1.19 7 7 Author: Gravity Wiz 8 8 Author URI: https://gravitywiz.com/ … … 17 17 private static $name = 'Gravity Forms + Custom Post Types'; 18 18 private static $slug = 'GFCPTAddon'; 19 private static $version = '3.1.1 7';19 private static $version = '3.1.19'; 20 20 private static $min_gravityforms_version = '1.9.3'; 21 21 -
gravity-forms-custom-post-types/trunk/readme.txt
r2542252 r2542253 81 81 82 82 == Changelog == 83 84 = 3.1.19 = 85 86 * Bumped plugin version. 83 87 84 88 = 3.1.18 =
Note: See TracChangeset
for help on using the changeset viewer.