Changeset 3412597
- Timestamp:
- 12/05/2025 08:15:43 PM (4 months ago)
- Location:
- simple-feature-requests/tags/2.4.9
- Files:
-
- 4 edited
-
languages/simple-feature-requests.pot (modified) (2 diffs)
-
plugin-data.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
simple-feature-requests.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-feature-requests/tags/2.4.9/languages/simple-feature-requests.pot
r3408312 r3412597 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Feature Requests Pro 2.4. 8.3\n"5 "Project-Id-Version: Simple Feature Requests Pro 2.4.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-feature-requests\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-12-0 2T16:10:06+00:00\n"12 "POT-Creation-Date: 2025-12-05T18:57:30+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
simple-feature-requests/tags/2.4.9/plugin-data.json
r3408312 r3412597 1 1 { 2 "version": "2.4. 8.3",2 "version": "2.4.9", 3 3 "wp": "6.8.2", 4 4 "wp_requires": "6.0", -
simple-feature-requests/tags/2.4.9/readme.txt
r3408312 r3412597 5 5 Requires at least: 6.0 6 6 Tested up to: 6.8.3 7 Stable tag: 2.4. 8.37 Stable tag: 2.4.9 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 151 151 152 152 == Changelog == 153 **v2.4.8.3 FUTURE RELEASE** 153 **v2.4.9 (2025-12-08)** 154 Enhancement: Added support for WordPress 6.9 155 156 **v2.4.8.3 (2025-12-01)** 154 157 Enhancement: Resolved issues from an accessibility audit 155 158 Enhancement: Resolved the deprecated warning for the comments form -
simple-feature-requests/tags/2.4.9/simple-feature-requests.php
r3408312 r3412597 5 5 * Plugin URI: https://simplefeaturerequests.com 6 6 * Description: Collect and manage user feedback using your existing WordPress website. Prioritize the product features important to you and your customers. 7 * Version: 2.4. 8.37 * Version: 2.4.9 8 8 * Author: Mindsize 9 9 * Author URI: https://mindsize.com … … 23 23 * @var string 24 24 */ 25 public static $version = '2.4. 8.3';25 public static $version = '2.4.9'; 26 26 27 27 /**
Note: See TracChangeset
for help on using the changeset viewer.