From a6a8a1dbc51790d38869c9eb46b5ccd6eb920bcd Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Sun, 5 Apr 2020 00:48:00 -0500 Subject: [PATCH] Update version --- init.php | 4 ++-- package.json | 2 +- readme.txt | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/init.php b/init.php index 5a8622e69a..7dea7c11d2 100644 --- a/init.php +++ b/init.php @@ -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 @@ -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' ); diff --git a/package.json b/package.json index 3cb4b98073..acbe782599 100644 --- a/package.json +++ b/package.json @@ -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/", diff --git a/readme.txt b/readme.txt index 004e9f6e14..237f6537c2 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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**