Changeset 3494159
- Timestamp:
- 03/30/2026 02:16:00 AM (4 days ago)
- Location:
- simple-feature-requests/trunk
- Files:
-
- 2 added
- 4 edited
-
composer.json (modified) (1 diff)
-
plugin-data.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
scripts (added)
-
scripts/patch-symfony-normalizer-stub.php (added)
-
simple-feature-requests.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-feature-requests/trunk/composer.json
r3463921 r3494159 49 49 "post-install-cmd": [ 50 50 "vendor/bin/strauss", 51 "@php scripts/patch-symfony-normalizer-stub.php", 51 52 "composer dump-autoload" 52 53 ], 53 54 "post-update-cmd": [ 54 55 "vendor/bin/strauss", 56 "@php scripts/patch-symfony-normalizer-stub.php", 55 57 "composer dump-autoload" 56 58 ] -
simple-feature-requests/trunk/plugin-data.json
r3463921 r3494159 1 1 { 2 "version": "2.4.9. 3",2 "version": "2.4.9.4", 3 3 "wp": "6.8.2", 4 4 "wp_requires": "6.0", -
simple-feature-requests/trunk/readme.txt
r3463921 r3494159 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9.1 7 Stable tag: 2.4.9. 37 Stable tag: 2.4.9.4 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 151 151 152 152 == Changelog == 153 **v2.4.9.4 ** 154 Bugfix: Resolved rare potential fatal error with a package that was not prefixing properly 155 153 156 **v2.4.9.3 (2026-02-17)** 154 157 Bugfix: Newlines were being stripped from the new request description field -
simple-feature-requests/trunk/simple-feature-requests.php
r3463921 r3494159 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.9. 37 * Version: 2.4.9.4 8 8 * Author: Mindsize 9 9 * Author URI: https://mindsize.com … … 24 24 * @var string 25 25 */ 26 public static $version = '2.4.9. 3';26 public static $version = '2.4.9.4'; 27 27 28 28 /**
Note: See TracChangeset
for help on using the changeset viewer.