Changeset 3438195
- Timestamp:
- 01/12/2026 10:49:32 PM (7 weeks ago)
- Location:
- simple-feature-requests/trunk
- Files:
-
- 5 edited
-
assets/frontend/js/main.js (modified) (2 diffs)
-
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/trunk/assets/frontend/js/main.js
r3408312 r3438195 400 400 sfr.els.submission_form.choices.post.hide(); 401 401 sfr.els.submission_form.reveal.show(); 402 sfr.focus_submission_title();403 402 }, 404 403 … … 408 407 hide_submission_form: function() { 409 408 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 );419 409 }, 420 410 -
simple-feature-requests/trunk/languages/simple-feature-requests.pot
r3425640 r3438195 1 # Copyright (C) 202 5Mindsize1 # Copyright (C) 202 Mindsize 2 2 # This file is distributed under the same license as the Simple Feature Requests Pro plugin. 3 3 msgid "" 4 4 msgstr "" 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" 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: 202 5-12-22T18:45:47+00:00\n"12 "POT-Creation-Date: 202+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/trunk/plugin-data.json
r3425640 r3438195 1 1 { 2 "version": "2.4.9. 1",2 "version": "2.4.9.", 3 3 "wp": "6.8.2", 4 4 "wp_requires": "6.0", -
simple-feature-requests/trunk/readme.txt
r3425640 r3438195 5 5 Requires at least: 6.0 6 6 Tested up to: 6.9 7 Stable tag: 2.4.9. 17 Stable tag: 2.4.9. 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 151 151 152 152 == Changelog == 153 154 155 153 156 **v2.4.9.1 (2025-12-22)** 154 157 Enhancement: Improved language to be more culturally sensitive -
simple-feature-requests/trunk/simple-feature-requests.php
r3425640 r3438195 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. 17 * Version: 2.4.9. 8 8 * Author: Mindsize 9 9 * Author URI: https://mindsize.com … … 24 24 * @var string 25 25 */ 26 public static $version = '2.4.9. 1';26 public static $version = '2.4.9.'; 27 27 28 28 /**
Note: See TracChangeset
for help on using the changeset viewer.