Plugin Directory

Changeset 3170981


Ignore:
Timestamp:
10/17/2024 07:30:05 PM (18 months ago)
Author:
idokd
Message:

Update to version 2.3.7 from GitHub

Location:
simple-payment
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-payment/tags/2.3.7/admin/transaction-list-table.php

    r3168857 r3170981  
    5252      global $wpdb;
    5353      if ($which == "top"){
    54           if (isset($_REQUEST['page'])) echo '<input type="hidden" name="page" value="'.esc_attr( $_REQUEST['page'] ).'" />';
    55           if (isset($_REQUEST['status'])) echo '<input type="hidden" name="status" value="'.esc_attr( $_REQUEST['status'] ).'" />';
     54          if (isset($_REQUEST['page'])) echo '<input type="hidden" name="page" value="'.esc_attr( sanitize_text_field( $_REQUEST['page'] ) ).'" />';
     55          if (isset($_REQUEST['status'])) echo '<input type="hidden" name="status" value="'.esc_attr( sanitize_text_field( $_REQUEST['status'] ) ).'" />';
    5656
    5757          ?>
  • simple-payment/tags/2.3.7/languages/simple-payment.pot

    r3168857 r3170981  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Payment 2.3.5\n"
     5"Project-Id-Version: Simple Payment 2.3.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment\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: 2024-10-14T20:23:54+00:00\n"
     12"POT-Creation-Date: 2024-10-17T19:29:30+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • simple-payment/tags/2.3.7/readme.txt

    r3168857 r3170981  
    55Requires at least: 4.6
    66Tested up to: 6.6.2
    7 Stable tag: 2.3.6
     7Stable tag: 2.3.7
    88Requires PHP: 5.4
    99License: GPLv2 or later
  • simple-payment/tags/2.3.7/simple-payment-plugin.php

    r3168857 r3170981  
    44 * Plugin URI: https://simple-payment.yalla-ya.com
    55 * Description: Simple Payment enables integration with multiple payment gateways, and customize multiple payment forms.
    6  * Version: 2.3.6
     6 * Version: 2.3.7
    77 * Author: Ido Kobelkowsky / yalla ya!
    88 * Author URI: https://github.com/idokd
  • simple-payment/trunk/admin/transaction-list-table.php

    r3168857 r3170981  
    5252      global $wpdb;
    5353      if ($which == "top"){
    54           if (isset($_REQUEST['page'])) echo '<input type="hidden" name="page" value="'.esc_attr( $_REQUEST['page'] ).'" />';
    55           if (isset($_REQUEST['status'])) echo '<input type="hidden" name="status" value="'.esc_attr( $_REQUEST['status'] ).'" />';
     54          if (isset($_REQUEST['page'])) echo '<input type="hidden" name="page" value="'.esc_attr( sanitize_text_field( $_REQUEST['page'] ) ).'" />';
     55          if (isset($_REQUEST['status'])) echo '<input type="hidden" name="status" value="'.esc_attr( sanitize_text_field( $_REQUEST['status'] ) ).'" />';
    5656
    5757          ?>
  • simple-payment/trunk/languages/simple-payment.pot

    r3168857 r3170981  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Payment 2.3.5\n"
     5"Project-Id-Version: Simple Payment 2.3.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment\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: 2024-10-14T20:23:54+00:00\n"
     12"POT-Creation-Date: 2024-10-17T19:29:30+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • simple-payment/trunk/readme.txt

    r3168857 r3170981  
    55Requires at least: 4.6
    66Tested up to: 6.6.2
    7 Stable tag: 2.3.6
     7Stable tag: 2.3.7
    88Requires PHP: 5.4
    99License: GPLv2 or later
  • simple-payment/trunk/simple-payment-plugin.php

    r3168857 r3170981  
    44 * Plugin URI: https://simple-payment.yalla-ya.com
    55 * Description: Simple Payment enables integration with multiple payment gateways, and customize multiple payment forms.
    6  * Version: 2.3.6
     6 * Version: 2.3.7
    77 * Author: Ido Kobelkowsky / yalla ya!
    88 * Author URI: https://github.com/idokd
Note: See TracChangeset for help on using the changeset viewer.