Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Apr 5, 2020
1 parent 715fdfc commit a6a8a1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Pods - Custom Content Types and Fields
Plugin URI: https://pods.io/
Description: Pods is a framework for creating, managing, and deploying customized content types and fields
Version: 2.7.18.1
Version: 2.7.20
Author: Pods Framework Team
Author URI: https://pods.io/about/
Text Domain: pods
Expand Down Expand Up @@ -36,7 +36,7 @@
add_action( 'init', 'pods_deactivate_pods_ui' );
} else {
// Current version
define( 'PODS_VERSION', '2.7.18.1' );
define( 'PODS_VERSION', '2.7.20' );

// Version tracking between DB updates themselves
define( 'PODS_DB_VERSION', '2.3.5' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pods",
"version": "2.7.18.1",
"version": "2.7.20",
"description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.",
"author": "Pods Foundation, Inc",
"homepage": "https://pods.io/",
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: pods, custom post types, custom taxonomies, content types, custom fields,
Requires at least: 4.5
Tested up to: 5.4
Requires PHP: 5.3
Stable tag: 2.7.18.1
Stable tag: 2.7.20
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -190,12 +190,16 @@ We are also available through our [Live Slack Chat](https://pods.io/chat/) to he

== Changelog ==

= 2.7.18.1 - April 5th 2020 =
= 2.7.20 - April 5th 2020 =

**Bug Fixes**

* Fixed: Resolved issues with Freemius notices not being able to be properly dismissed. (@sc0ttkclark)

= 2.7.19 - April 5th 2020 =

This version was bugged due to a deployment that sent out a copy of 2.7.18 as 2.7.19.

= 2.7.18 - April 3rd 2020 =

**New Features & Enhancements**
Expand Down

0 comments on commit a6a8a1d

Please sign in to comment.