From 88727985c1f43f64f363bb1df0050069aacb659c Mon Sep 17 00:00:00 2001 From: padams Date: Mon, 9 Nov 2020 22:53:56 -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 9e896b6..05dfad8 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.2 -Stable tag: 1.4.2 +Tested up to: 5.5.3 +Stable tag: 1.4.3 Making WordPress work for photographers with beautiful image galleries, slideshows, meta-data tools, and more. diff --git a/photopress.php b/photopress.php index f5adc98..582999d 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.2 +Version: 1.4.3 */ // 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.2', + 'version' => '1.4.3', 'modules' => ['base', 'childpages', 'gallery', 'slideshow', 'metadata'], 'dependencies' => [] )