From 31779bb18aedfd361755c89e63b74dd4baa89541 Mon Sep 17 00:00:00 2001 From: Amir Arabnezhad Date: Mon, 14 Aug 2023 23:34:54 +0330 Subject: [PATCH] tested up to WordPress 6.3 --- document-library-lite.php | 4 ++-- package.json | 2 +- readme.txt | 10 ++++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/document-library-lite.php b/document-library-lite.php index d5bccb3..c29e41e 100755 --- a/document-library-lite.php +++ b/document-library-lite.php @@ -11,7 +11,7 @@ * Plugin Name: Document Library Lite - Manage & Display Downloads * Plugin URI: https://wordpress.org/plugins/document-library-lite/ * Description: Add documents and display them in a searchable document library. - * Version: 1.0.4 + * Version: 1.0.5 * Author: Barn2 Plugins * Author URI: https://barn2.com * Text Domain: document-library-lite @@ -29,7 +29,7 @@ exit; } -const PLUGIN_VERSION = '1.0.4'; +const PLUGIN_VERSION = '1.0.5'; const PLUGIN_FILE = __FILE__; // Autoloader. diff --git a/package.json b/package.json index 4fbe512..acec3d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "document-library-lite", - "version": "1.0.4", + "version": "1.0.5", "description": "Document Library Lite.", "main": "gulpfile.js", "directories": { diff --git a/readme.txt b/readme.txt index 14af0b9..1abd0ac 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: barn2media Donate link: https://barn2.com Tags: wordpress, document library, file manager, download manager, documents, downloads, document management Requires at least: 5.2 -Tested up to: 6.2 +Tested up to: 6.3 Requires PHP: 7.2 -Stable tag: 1.0.4 +Stable tag: 1.0.5 License: GPL-3.0 License URI: https://www.gnu.org/licenses/gpl.html @@ -197,6 +197,12 @@ Please report any security bugs through the [Patchstack Vulnerability Disclosure == Changelog == += 1.0.5 = +Release date 14 Aug 2023 + + * Update internal libraries + * Tested up to WordPress 6.3 + = 1.0.4 = Release date 24 May 2023