Plugin Directory

Changeset 3438195

Timestamp:
01/12/2026 10:49:32 PM (7 weeks ago)
Author:
blobaugh
Message:

v2.4.9.2

Location:
simple-feature-requests/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • simple-feature-requests/trunk/assets/frontend/js/main.js

    r3408312 r3438195  
    400400            sfr.els.submission_form.choices.post.hide();
    401401            sfr.els.submission_form.reveal.show();
    402             sfr.focus_submission_title();
    403402        },
    404403
     
    408407        hide_submission_form: function() {
    409408            sfr.els.submission_form.reveal.hide();
    410         },
    411 
    412         /**
    413          * Focus in submission title field.
    414          */
    415         focus_submission_title: function() {
    416             var value = sfr.els.submission_form.title.val();
    417             sfr.els.submission_form.title.focus();
    418             sfr.els.submission_form.title.val( '' ).val( value );
    419409        },
    420410
  • simple-feature-requests/trunk/languages/simple-feature-requests.pot

    r3425640 r3438195  
    1 # Copyright (C) 2025 Mindsize
     1# Copyright (C) 202 Mindsize
    22# This file is distributed under the same license as the Simple Feature Requests Pro plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Feature Requests Pro 2.4.9.1\n"
     5"Project-Id-Version: Simple Feature Requests Pro 2.4.9.\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-feature-requests\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-12-22T18:45:47+00:00\n"
     12"POT-Creation-Date: 202+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • simple-feature-requests/trunk/plugin-data.json

    r3425640 r3438195  
    11{
    2   "version": "2.4.9.1",
     2  "version": "2.4.9.",
    33  "wp": "6.8.2",
    44  "wp_requires": "6.0",
  • simple-feature-requests/trunk/readme.txt

    r3425640 r3438195  
    55Requires at least: 6.0
    66Tested up to: 6.9
    7 Stable tag: 2.4.9.1
     7Stable tag: 2.4.9.
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    151151
    152152== Changelog ==
     153
     154
     155
    153156**v2.4.9.1 (2025-12-22)**
    154157Enhancement: Improved language to be more culturally sensitive
  • simple-feature-requests/trunk/simple-feature-requests.php

    r3425640 r3438195  
    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.1
     7 * Version: 2.4.9.
    88 * Author: Mindsize
    99 * Author URI: https://mindsize.com
     
    2424     * @var string
    2525     */
    26     public static $version = '2.4.9.1';
     26    public static $version = '2.4.9.';
    2727
    2828    /**
Note: See TracChangeset for help on using the changeset viewer.