diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b50f9f..1c2d473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.6.27] - 2024-05-17 +### Changed +- Clarified RTL support in WordPress.org asset documentation +- Corrected information about `-rtl` suffix for assets (for right-to-left languages, not dark themes) +- Consolidated asset files and improved documentation + ## [1.6.26] - 2024-05-17 ### Changed - Updated screenshot references to use a single comprehensive screenshot diff --git a/README.md b/README.md index 972b3d2..6b19e79 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,11 @@ The plugin works by: ## Changelog +### 1.6.27 +* Clarified RTL support in WordPress.org asset documentation +* Corrected information about `-rtl` suffix for assets (for right-to-left languages, not dark themes) +* Consolidated asset files and improved documentation + ### 1.6.26 * Updated screenshot references to use a single comprehensive screenshot * Fixed asset directory paths in documentation diff --git a/assets/README.md b/assets/README.md index 3d63e07..d8a2083 100644 --- a/assets/README.md +++ b/assets/README.md @@ -14,8 +14,6 @@ This directory contains assets for the WordPress.org plugin repository. - `screenshots/` - Screenshots shown on the plugin page - `screenshot-1.jpg` - Error message with explanation notification - - `screenshot-2.jpg` - Missing plugin shown in the plugins list with "Remove Reference" link - - `screenshot-3.jpg` - Auto-scroll feature that highlights the missing plugin ## WordPress.org Requirements @@ -48,6 +46,4 @@ assets/ │ └── icon-256x256.jpg └── screenshots/ ├── screenshot-1.jpg - ├── screenshot-2.jpg - └── screenshot-3.jpg ``` \ No newline at end of file diff --git a/assets/WORDPRESS_ORG_ASSETS.md b/assets/WORDPRESS_ORG_ASSETS.md index 6472e13..42c9c6a 100644 --- a/assets/WORDPRESS_ORG_ASSETS.md +++ b/assets/WORDPRESS_ORG_ASSETS.md @@ -22,6 +22,14 @@ When submitting a plugin to WordPress.org, you'll work with an SVN repository th [plugin files] ``` +## Right-to-Left (RTL) Support + +For languages that read from right to left (like Hebrew and Arabic), you can provide RTL-specific versions of your assets by appending `-rtl` to the filename. For example: +- `banner-772x250-rtl.png` +- `icon-256x256-rtl.png` + +Note: `-rtl` is specifically for Right-to-Left language support, not for dark theme versions. + ## Asset Requirements ### Icon diff --git a/assets/banner-png/banner-1544x500.png b/assets/banner-png/banner-1544x500.png deleted file mode 100644 index 4a90efc..0000000 Binary files a/assets/banner-png/banner-1544x500.png and /dev/null differ diff --git a/assets/banner-png/banner-772x250.png b/assets/banner-png/banner-772x250.png deleted file mode 100644 index dfb1eda..0000000 Binary files a/assets/banner-png/banner-772x250.png and /dev/null differ diff --git a/assets/banner-png/README.md b/assets/banner/README.md similarity index 100% rename from assets/banner-png/README.md rename to assets/banner/README.md diff --git a/assets/icon-png/icon-128x128.png b/assets/icon-png/icon-128x128.png deleted file mode 100644 index c1029b5..0000000 Binary files a/assets/icon-png/icon-128x128.png and /dev/null differ diff --git a/assets/icon-png/icon-256x256.png b/assets/icon-png/icon-256x256.png deleted file mode 100644 index 67f6101..0000000 Binary files a/assets/icon-png/icon-256x256.png and /dev/null differ diff --git a/assets/icon-png/README.md b/assets/icon/README.md similarity index 100% rename from assets/icon-png/README.md rename to assets/icon/README.md diff --git a/assets/screenshots-png/screenshot-1.png b/assets/screenshots-png/screenshot-1.png deleted file mode 100644 index a68aa64..0000000 Binary files a/assets/screenshots-png/screenshot-1.png and /dev/null differ diff --git a/assets/screenshots-png/README.md b/assets/screenshots/README.md similarity index 100% rename from assets/screenshots-png/README.md rename to assets/screenshots/README.md diff --git a/fix-plugin-does-not-exist-notices.php b/fix-plugin-does-not-exist-notices.php index bc57992..bc070ca 100644 --- a/fix-plugin-does-not-exist-notices.php +++ b/fix-plugin-does-not-exist-notices.php @@ -13,7 +13,7 @@ * Plugin Name: Fix 'Plugin file does not exist.' Notices * Plugin URI: https://wordpress.org/plugins/fix-plugin-does-not-exist-notices/ * Description: Adds missing plugins to the plugins list with a "Remove Reference" link so you can permanently clean up invalid plugin entries and remove error notices. - * Version: 1.6.26 + * Version: 1.6.27 * Author: Marcus Quinn & WP ALLSTARS * Author URI: https://www.wpallstars.com * License: GPL-2.0+ @@ -48,7 +48,7 @@ if ( ! defined( 'ABSPATH' ) ) { } // Define plugin constants -define( 'FPDEN_VERSION', '1.6.26' ); +define( 'FPDEN_VERSION', '1.6.27' ); define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'FPDEN_PLUGIN_FILE', __FILE__ ); diff --git a/languages/fix-plugin-does-not-exist-notices.pot b/languages/fix-plugin-does-not-exist-notices.pot index 54da844..5fcde7d 100644 --- a/languages/fix-plugin-does-not-exist-notices.pot +++ b/languages/fix-plugin-does-not-exist-notices.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.26\n" +"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.27\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/readme.txt b/readme.txt index 0da7292..b7851ae 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file doe Requires at least: 5.0 Tested up to: 6.4 Requires PHP: 7.0 -Stable tag: 1.6.26 +Stable tag: 1.6.27 License: GPL-2.0+ License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -109,6 +109,11 @@ Manually editing the WordPress database is risky and requires technical knowledg == Changelog == += 1.6.27 = +* Clarified RTL support in WordPress.org asset documentation +* Corrected information about `-rtl` suffix for assets (for right-to-left languages, not dark themes) +* Consolidated asset files and improved documentation + = 1.6.26 = * Updated screenshot references to use a single comprehensive screenshot * Fixed asset directory paths in documentation @@ -353,6 +358,9 @@ Manually editing the WordPress database is risky and requires technical knowledg == Upgrade Notice == += 1.6.27 = +Clarified RTL support in WordPress.org asset documentation and improved asset organization. + = 1.6.26 = Updated screenshot references and improved WordPress.org submission documentation.