From 3395d39b77c72e38d11f8e69865cc2cc0f7afa6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20S=C3=B8derlind?= Date: Tue, 25 Nov 2025 20:28:29 +0100 Subject: [PATCH 1/2] Update installation instructions in README.md and readme.txt to enhance clarity and user guidance; include steps for downloading the plugin zip file and automatic update handling via GitHub. --- README.md | 1 + readme.txt | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 827a4e0..be8348e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Custom Document Folder automatically organizes your WordPress media uploads by d - Download [`custom-document-folder.zip`](https://github.com/soderlind/custom-document-folder/releases/latest/download/custom-document-folder.zip) - Upload via Plugins > Add New > Upload Plugin - Activate the plugin. + - Go to **Settings > Document Folder** to configure - **Composer Install** diff --git a/readme.txt b/readme.txt index 0fb1975..ad70d44 100644 --- a/readme.txt +++ b/readme.txt @@ -53,11 +53,14 @@ For example, if you select PDF and DOCX extensions: == Installation == -1. Upload the `custom-document-folder` folder to `/wp-content/plugins/` -2. Activate the plugin through the 'Plugins' menu in WordPress -3. Go to Settings > Document Folder to configure file extensions -4. Select the extensions you want to organize (PDF is pre-selected) -5. Save your settings +1. Download [`custom-document-folder.zip`](https://github.com/soderlind/custom-document-folder/releases/latest/download/custom-document-folder.zip) +2. Upload via Plugins > Add New > Upload Plugin +3. Activate the plugin. +4. Go to Settings > Document Folder to configure file extensions +5. Select the extensions you want to organize (PDF is pre-selected) +6. Save your settings + +Plugin [updates are handled automatically](https://github.com/soderlind/wordpress-plugin-github-updater#readme) via GitHub. No need to manually download and install updates. == Frequently Asked Questions == From 2df27cf21abcaa424a7da196b3e2e0d7d3ae3dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20S=C3=B8derlind?= Date: Tue, 25 Nov 2025 20:30:29 +0100 Subject: [PATCH 2/2] Update version to 1.1.1; document housekeeping changes in CHANGELOG.md and readme.txt --- CHANGELOG.md | 6 ++++++ custom-document-folder.php | 2 +- readme.txt | 8 +++++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618fa2a..9aa8f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1] - 2025-11-25 + +### Changed +- Housekeeping + ## [1.1.0] - 2025-11-25 ### Added @@ -88,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Settings sanitization: XSS protection tested - Upload path modification: Verified for multiple file types +[1.1.1]: https://github.com/soderlind/custom-document-folder/releases/tag/1.1.1 [1.1.0]: https://github.com/soderlind/custom-document-folder/releases/tag/1.1.0 [1.0.1]: https://github.com/soderlind/custom-document-folder/releases/tag/1.0.1 [1.0.0]: https://github.com/soderlind/custom-document-folder/releases/tag/1.0.0 diff --git a/custom-document-folder.php b/custom-document-folder.php index cdb27eb..efc33a7 100644 --- a/custom-document-folder.php +++ b/custom-document-folder.php @@ -3,7 +3,7 @@ * Plugin Name: Custom Document Folder * Plugin URI: https://github.com/soderlind/custom-document-folder * Description: Redirects specific document types to custom folders based on file extensions. Configure document types in Settings > Document Folder. - * Version: 1.1.0 + * Version: 1.1.1 * Author: Per Soderlind * Author URI: https://soderlind.no * License: GPL v2 or later diff --git a/readme.txt b/readme.txt index ad70d44..383ff35 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: uploads, documents, media, folder, organization, file management Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 8.3 -Stable tag: 1.1.0 +Stable tag: 1.1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -118,6 +118,9 @@ The plugin includes non-unique filename handling. Old attachments with the same == Changelog == += 1.1.1 - 2025-11-25 = +* Housekeeping + = 1.1.0 - 2025-11-25 = * Add automatic updates via GitHub releases using Plugin Update Checker library * Plugin now checks for updates from GitHub repository @@ -151,6 +154,9 @@ The plugin includes non-unique filename handling. Old attachments with the same == Upgrade Notice == += 1.1.1 = +Housekeeping release. + = 1.1.0 = Added automatic updates from GitHub releases. The plugin will now notify you when new versions are available.