Plugin Directory

Changeset 2542253


Ignore:
Timestamp:
06/03/2021 09:26:00 PM (5 years ago)
Author:
claygriffiths
Message:

Update to version 3.1.19 from GitHub

Location:
gravity-forms-custom-post-types
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gravity-forms-custom-post-types/tags/3.1.19/gfcptaddon.php

    r2529437 r2542253  
    44Plugin URI: https://gravitywiz.com/
    55Description: Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies.
    6 Version: 3.1.17
     6Version: 3.1.19
    77Author: Gravity Wiz
    88Author URI: https://gravitywiz.com/
     
    1717    private static $name = 'Gravity Forms + Custom Post Types';
    1818    private static $slug = 'GFCPTAddon';
    19     private static $version = '3.1.17';
     19    private static $version = '3.1.19';
    2020    private static $min_gravityforms_version = '1.9.3';
    2121
  • gravity-forms-custom-post-types/tags/3.1.19/readme.txt

    r2542252 r2542253  
    8181
    8282== Changelog ==
     83
     84= 3.1.19 =
     85
     86* Bumped plugin version.
    8387
    8488= 3.1.18 =
  • gravity-forms-custom-post-types/trunk/gfcptaddon.php

    r2529437 r2542253  
    44Plugin URI: https://gravitywiz.com/
    55Description: Map your Gravity-Forms-generated posts to a custom post type and/or custom taxonomies.
    6 Version: 3.1.17
     6Version: 3.1.19
    77Author: Gravity Wiz
    88Author URI: https://gravitywiz.com/
     
    1717    private static $name = 'Gravity Forms + Custom Post Types';
    1818    private static $slug = 'GFCPTAddon';
    19     private static $version = '3.1.17';
     19    private static $version = '3.1.19';
    2020    private static $min_gravityforms_version = '1.9.3';
    2121
  • gravity-forms-custom-post-types/trunk/readme.txt

    r2542252 r2542253  
    8181
    8282== Changelog ==
     83
     84= 3.1.19 =
     85
     86* Bumped plugin version.
    8387
    8488= 3.1.18 =
Note: See TracChangeset for help on using the changeset viewer.