Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion custom-document-folder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 15 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 ==

Expand Down Expand Up @@ -115,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
Expand Down Expand Up @@ -148,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.

Expand Down