💥 TRENDING: Changeset/ - Full Archive

Changeset 3425640


Ignore:
Timestamp:
12/22/2025 08:13:27 PM (7 days ago)
Author:
blobaugh
Message:

v2.4.9.1

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

Legend:

Unmodified
Added
Removed
  • simple-feature-requests/trunk/inc/class-ajax.php

    r3418487 r3425640  
    5050
    5151        if ( ! $check_nonce ) {
    52             $response['message'] = __( 'Nonce check failed.', 'simple-feature-requests' );
     52            $response['message'] = __( 'Your session has expired, please log in again.', 'simple-feature-requests' );
    5353            wp_send_json( $response );
    5454        }
     
    104104
    105105        if ( ! $check_nonce ) {
    106             $response['message'] = __( 'Nonce check failed.', 'simple-feature-requests' );
     106            $response['message'] = __( 'Your session has expired, please log in again.', 'simple-feature-requests' );
    107107            wp_send_json( $response );
    108108        }
     
    162162
    163163        if ( ! $nonce ) {
    164             $response['message'] = __( 'Nonce check failed.', 'simple-feature-requests' );
     164            $response['message'] = __( 'Your session has expired, please log in again.', 'simple-feature-requests' );
    165165            wp_send_json( $response );
    166166        }
     
    226226
    227227        if ( ! $nonce ) {
    228             $response['message'] = __( 'Nonce check failed.', 'simple-feature-requests' );
     228            $response['message'] = __( 'Your session has expired, please log in again.', 'simple-feature-requests' );
    229229            wp_send_json( $response );
    230230        }
  • simple-feature-requests/trunk/languages/simple-feature-requests.pot

    r3418487 r3425640  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Feature Requests Pro 2.4.9\n"
     5"Project-Id-Version: Simple Feature Requests Pro 2.4.9.1\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-05T18:57:30+00:00\n"
     12"POT-Creation-Date: 2025-12-22T18:45:47+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
     
    7676msgstr ""
    7777
    78 #: inc/class-ajax.php:51
    79 #: inc/class-ajax.php:104
    80 #: inc/class-ajax.php:162
    81 #: inc/class-ajax.php:226
    82 msgid "Nonce check failed."
    83 msgstr ""
    84 
    85 #: inc/class-ajax.php:59
     78#: inc/class-ajax.php:52
     79#: inc/class-ajax.php:106
     80#: inc/class-ajax.php:164
     81#: inc/class-ajax.php:228
     82msgid "Your session has expired, please log in again."
     83msgstr ""
     84
     85#: inc/class-ajax.php:60
    8686msgid "Simple Feature Requests: No post ID sent to AJAX."
    8787msgstr ""
    8888
    89 #: inc/class-ajax.php:66
     89#: inc/class-ajax.php:67
    9090#, php-format
    9191msgid "Simple Feature Requests: No post found for ID %d"
    9292msgstr ""
    9393
    94 #: inc/class-ajax.php:81
     94#: inc/class-ajax.php:82
    9595#: inc/class-template-methods.php:165
    9696msgid "vote"
     
    9999msgstr[1] ""
    100100
    101 #: inc/class-ajax.php:169
     101#: inc/class-ajax.php:171
    102102msgid "No attachments found."
    103103msgstr ""
    104104
    105 #: inc/class-ajax.php:236
     105#: inc/class-ajax.php:238
    106106msgid "No attachment IDs provided."
    107107msgstr ""
     
    11121112msgstr ""
    11131113
    1114 #: simple-feature-requests.php:312
     1114#: simple-feature-requests.php:327
    11151115msgid "Available in Pro"
    11161116msgstr ""
  • simple-feature-requests/trunk/plugin-data.json

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

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

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