From dbe95d42680aaa9b1ca4d9b3dec1b6880b3a11b9 Mon Sep 17 00:00:00 2001 From: padams Date: Wed, 30 Dec 2020 14:24:43 -0800 Subject: [PATCH] bumping version. --- README.txt | 4 ++-- photopress.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 27e65e2..e1d53d8 100644 --- a/README.txt +++ b/README.txt @@ -6,8 +6,8 @@ Tags: photos, images, gallery, gallery block, masonry, meta-data, photopress, im License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Requires at least: 5.2.0 -Tested up to: 5.5.3 -Stable tag: 1.4.4 +Tested up to: 5.6.2 +Stable tag: 1.4.5 Making WordPress work for photographers with beautiful image galleries, slideshows, meta-data tools, and more. diff --git a/photopress.php b/photopress.php index b41c5db..316919c 100644 --- a/photopress.php +++ b/photopress.php @@ -7,7 +7,7 @@ Author: Peter Adams Author URI: http://www.photopressdev.com License: GPL v3 -Version: 1.4.4 +Version: 1.4.5 */ // If this file is called directly, abort. @@ -75,7 +75,7 @@ public static function getInstance() { array( 'package_name' => 'core', 'package_label' => 'PhotoPress', - 'version' => '1.4.4', + 'version' => '1.4.5', 'modules' => ['base', 'childpages', 'gallery', 'slideshow', 'metadata'], 'dependencies' => [] )