From 1afec9534e2e6d2864900d7e3c5b11fda6ee0ebd Mon Sep 17 00:00:00 2001 From: Darren Cooney Date: Thu, 25 Jan 2024 15:51:50 -0500 Subject: [PATCH] Launch prep chores --- README.txt | 6 +++++- admin/includes/settings/header.php | 4 +++- admin/includes/settings/our-plugins.php | 20 ++++++++++---------- admin/views/app.php | 2 +- instant-images.php | 6 +++--- lang/instant-images.pot | 6 +++--- package.json | 4 ++-- 7 files changed, 27 insertions(+), 21 deletions(-) diff --git a/README.txt b/README.txt index f17757b..c439795 100755 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: Tags: Unsplash, Openverse, Pixabay, Pexels, Stock Photos, media library, prototyping, photos, stock photo, image upload, upload, free photos Requires at least: 5.0 Tested up to: 6.4 -Stable tag: 6.1.0 +Stable tag: 6.1.1 License: GPLv2 or later License URI: @@ -159,6 +159,10 @@ How to install Instant Images. == Changelog == += 6.1.1 - January 25, 2024 = +* FIX: Various security patches. +* FIX: Fixed issue with permissions for accessing Instant Images settings. + = 6.1.0 - November 13, 2023 = * NEW: Adding localization for all image provider filters. * FIX: Fixed issue with CSS classname conflict with other plugins. diff --git a/admin/includes/settings/header.php b/admin/includes/settings/header.php index aa846cb..bd32c0d 100644 --- a/admin/includes/settings/header.php +++ b/admin/includes/settings/header.php @@ -22,6 +22,8 @@ -
+
+ +
diff --git a/admin/includes/settings/our-plugins.php b/admin/includes/settings/our-plugins.php index d695c44..1769643 100644 --- a/admin/includes/settings/our-plugins.php +++ b/admin/includes/settings/our-plugins.php @@ -15,20 +15,20 @@
'ajax-load-more', - ), - array( + ], + [ 'slug' => 'block-manager', - ), - array( + ], + [ 'slug' => 'easy-query', - ), - array( + ], + [ 'slug' => 'velocity', - ), - ); + ], + ]; ?>
diff --git a/admin/views/app.php b/admin/views/app.php index ffcf8da..942e03a 100755 --- a/admin/views/app.php +++ b/admin/views/app.php @@ -1,6 +1,6 @@ \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-01-25T20:43:13+00:00\n" +"POT-Creation-Date: 2024-01-25T20:51:02+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: instant-images\n" @@ -173,7 +173,7 @@ msgstr "" msgid "Jump to Section" msgstr "" -#: admin/includes/settings/header.php:25 +#: admin/includes/settings/header.php:26 msgid "Plugin Version:" msgstr "" diff --git a/package.json b/package.json index 5cf789f..65b3912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instant-images", - "version": "6.1.0", + "version": "6.1.1", "description": "One click image uploads from Unsplash, Openverse, Pixabay and Pexels directly to your WordPress media library.", "author": "connekthq.com ", "license": "GPL-2.0-or-later", @@ -65,4 +65,4 @@ "webpack-cli": "^5.0.1", "webpack-merge": "^5.8.0" } -} +} \ No newline at end of file