Plugin Directory

Changeset 3338687


Ignore:
Timestamp:
08/04/2025 04:46:38 AM (8 months ago)
Author:
idokd
Message:

Update to version 2.4.3 from GitHub

Location:
simple-payment
Files:
8 edited
1 copied

Legend:

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

    r3319619 r3338687  
    33use leewillis77\WpListTableExportable;
    44
    5 class Transaction_List extends WpListTableExportable\WpListTableExportable {
     5class Transaction_List extends WpListTableExportable {
    66
    77  public static $table_name = 'sp_transactions';
  • simple-payment/tags/2.4.3/languages/simple-payment.pot

    r3332473 r3338687  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Payment 2.4.1\n"
     5"Project-Id-Version: Simple Payment 2.4.2\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: 2025-07-22T18:59:38+00:00\n"
     12"POT-Creation-Date: 2025-08-04T04:44:54+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.4.3/readme.txt

    r3332473 r3338687  
    55Requires at least: 4.6
    66Tested up to: 6.8.1
    7 Stable tag: 2.4.2
     7Stable tag: 2.4.3
    88Requires PHP: 5.4
    99License: GPLv2 or later
  • simple-payment/tags/2.4.3/simple-payment-plugin.php

    r3332473 r3338687  
    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.4.2
     6 * Version: 2.4.3
    77 * Author: Ido Kobelkowsky / yalla ya!
    88 * Author URI: https://github.com/idokd
  • simple-payment/trunk/admin/transaction-list-table.php

    r3319619 r3338687  
    33use leewillis77\WpListTableExportable;
    44
    5 class Transaction_List extends WpListTableExportable\WpListTableExportable {
     5class Transaction_List extends WpListTableExportable {
    66
    77  public static $table_name = 'sp_transactions';
  • simple-payment/trunk/languages/simple-payment.pot

    r3332473 r3338687  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Payment 2.4.1\n"
     5"Project-Id-Version: Simple Payment 2.4.2\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: 2025-07-22T18:59:38+00:00\n"
     12"POT-Creation-Date: 2025-08-04T04:44:54+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

    r3332473 r3338687  
    55Requires at least: 4.6
    66Tested up to: 6.8.1
    7 Stable tag: 2.4.2
     7Stable tag: 2.4.3
    88Requires PHP: 5.4
    99License: GPLv2 or later
  • simple-payment/trunk/simple-payment-plugin.php

    r3332473 r3338687  
    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.4.2
     6 * Version: 2.4.3
    77 * Author: Ido Kobelkowsky / yalla ya!
    88 * Author URI: https://github.com/idokd
Note: See TracChangeset for help on using the changeset viewer.