Plugin Directory

Changeset 3494159


Ignore:
Timestamp:
03/30/2026 02:16:00 AM (4 days ago)
Author:
blobaugh
Message:

v2.4.9.4

Location:
simple-feature-requests/trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • simple-feature-requests/trunk/composer.json

    r3463921 r3494159  
    4949        "post-install-cmd": [
    5050            "vendor/bin/strauss",
     51            "@php scripts/patch-symfony-normalizer-stub.php",
    5152            "composer dump-autoload"
    5253        ],
    5354        "post-update-cmd": [
    5455            "vendor/bin/strauss",
     56            "@php scripts/patch-symfony-normalizer-stub.php",
    5557            "composer dump-autoload"
    5658        ]
  • simple-feature-requests/trunk/plugin-data.json

    r3463921 r3494159  
    11{
    2   "version": "2.4.9.3",
     2  "version": "2.4.9.4",
    33  "wp": "6.8.2",
    44  "wp_requires": "6.0",
  • simple-feature-requests/trunk/readme.txt

    r3463921 r3494159  
    55Requires at least: 6.0
    66Tested up to: 6.9.1
    7 Stable tag: 2.4.9.3
     7Stable tag: 2.4.9.4
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    151151
    152152== Changelog ==
     153**v2.4.9.4 **
     154Bugfix: Resolved rare potential fatal error with a package that was not prefixing properly
     155
    153156**v2.4.9.3 (2026-02-17)**
    154157Bugfix: Newlines were being stripped from the new request description field
  • simple-feature-requests/trunk/simple-feature-requests.php

    r3463921 r3494159  
    55 * Plugin URI: https://simplefeaturerequests.com
    66 * 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.3
     7 * Version: 2.4.9.4
    88 * Author: Mindsize
    99 * Author URI: https://mindsize.com
     
    2424     * @var string
    2525     */
    26     public static $version = '2.4.9.3';
     26    public static $version = '2.4.9.4';
    2727
    2828    /**
Note: See TracChangeset for help on using the changeset viewer.