Changeset 3170981
- Timestamp:
- 10/17/2024 07:30:05 PM (18 months ago)
- Location:
- simple-payment
- Files:
-
- 8 edited
- 1 copied
-
tags/2.3.7 (copied) (copied from simple-payment/trunk)
-
tags/2.3.7/admin/transaction-list-table.php (modified) (1 diff)
-
tags/2.3.7/languages/simple-payment.pot (modified) (2 diffs)
-
tags/2.3.7/readme.txt (modified) (1 diff)
-
tags/2.3.7/simple-payment-plugin.php (modified) (1 diff)
-
trunk/admin/transaction-list-table.php (modified) (1 diff)
-
trunk/languages/simple-payment.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/simple-payment-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-payment/tags/2.3.7/admin/transaction-list-table.php
r3168857 r3170981 52 52 global $wpdb; 53 53 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'] ) ).'" />'; 56 56 57 57 ?> -
simple-payment/tags/2.3.7/languages/simple-payment.pot
r3168857 r3170981 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Payment 2.3. 5\n"5 "Project-Id-Version: Simple Payment 2.3.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment\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: 2024-10-1 4T20:23:54+00:00\n"12 "POT-Creation-Date: 2024-10-17T19:29:30+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" -
simple-payment/tags/2.3.7/readme.txt
r3168857 r3170981 5 5 Requires at least: 4.6 6 6 Tested up to: 6.6.2 7 Stable tag: 2.3. 67 Stable tag: 2.3.7 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later -
simple-payment/tags/2.3.7/simple-payment-plugin.php
r3168857 r3170981 4 4 * Plugin URI: https://simple-payment.yalla-ya.com 5 5 * Description: Simple Payment enables integration with multiple payment gateways, and customize multiple payment forms. 6 * Version: 2.3. 66 * Version: 2.3.7 7 7 * Author: Ido Kobelkowsky / yalla ya! 8 8 * Author URI: https://github.com/idokd -
simple-payment/trunk/admin/transaction-list-table.php
r3168857 r3170981 52 52 global $wpdb; 53 53 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'] ) ).'" />'; 56 56 57 57 ?> -
simple-payment/trunk/languages/simple-payment.pot
r3168857 r3170981 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Payment 2.3. 5\n"5 "Project-Id-Version: Simple Payment 2.3.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment\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: 2024-10-1 4T20:23:54+00:00\n"12 "POT-Creation-Date: 2024-10-17T19:29:30+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" -
simple-payment/trunk/readme.txt
r3168857 r3170981 5 5 Requires at least: 4.6 6 6 Tested up to: 6.6.2 7 Stable tag: 2.3. 67 Stable tag: 2.3.7 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later -
simple-payment/trunk/simple-payment-plugin.php
r3168857 r3170981 4 4 * Plugin URI: https://simple-payment.yalla-ya.com 5 5 * Description: Simple Payment enables integration with multiple payment gateways, and customize multiple payment forms. 6 * Version: 2.3. 66 * Version: 2.3.7 7 7 * Author: Ido Kobelkowsky / yalla ya! 8 8 * Author URI: https://github.com/idokd
Note: See TracChangeset
for help on using the changeset viewer.