Plugin Directory

Changeset 3185979


Ignore:
Timestamp:
11/11/2024 07:20:51 PM (17 months ago)
Author:
idokd
Message:

Update to version 2.3.8 from GitHub

Location:
simple-payment
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-payment/tags/2.3.8/languages/simple-payment.pot

    r3170981 r3185979  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Payment 2.3.6\n"
     5"Project-Id-Version: Simple Payment 2.3.7\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-17T19:29:30+00:00\n"
     12"POT-Creation-Date: 2024-11-11T19:20:14+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.8/readme.txt

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

    r3170981 r3185979  
    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.7
     6 * Version: 2.3.8
    77 * Author: Ido Kobelkowsky / yalla ya!
    88 * Author URI: https://github.com/idokd
  • simple-payment/tags/2.3.8/vendor/yalla-ya/simple-payment/Engines/Cardcom.php

    r3168857 r3185979  
    4646
    4747  const LANGUAGES = [ 'he' => 'Hebrew', 'en' => 'English' ];
    48   const CURRENCIES = [ 'ILS' => 1, 'USD' => 2, 'AUD' => 36, 'CAD' => 124, 'DKK' => 208, 'JPY' => 392, 'NZD' => 554, 'RUB' => 643, 'CHF' => 756, 'GBP' => 826 ];
     48  const CURRENCIES = [ 'ILS' => 1, 'USD' => 2, 'AUD' => 36, 'CAD' => 124, 'DKK' => 208, 'JPY' => 392, 'NZD' => 554, 'RUB' => 643, 'CHF' => 756, 'GBP' => 826, 'EUR' => 978, 'ZAR' => 710, 'EGP' => 818, 'SEK' => '752', 'NOK' => 578, 'LBP' => 422, 'JOD' => 400 ];
    4949  const OPERATIONS = [ 1 => 'Charge', 2 => 'Charge & Token', 3 => 'Token (Charge Pending)', 4 => 'Suspended Deal' ];
    5050  const DOC_TYPES = [ 1 => 'Invoice', 3 => 'Formal Receipt', 101 => 'Order Confirmation', 400 => 'Receipt' , 405 => 'Donation' ];
  • simple-payment/trunk/languages/simple-payment.pot

    r3170981 r3185979  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Simple Payment 2.3.6\n"
     5"Project-Id-Version: Simple Payment 2.3.7\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-17T19:29:30+00:00\n"
     12"POT-Creation-Date: 2024-11-11T19:20:14+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

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

    r3170981 r3185979  
    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.7
     6 * Version: 2.3.8
    77 * Author: Ido Kobelkowsky / yalla ya!
    88 * Author URI: https://github.com/idokd
  • simple-payment/trunk/vendor/yalla-ya/simple-payment/Engines/Cardcom.php

    r3168857 r3185979  
    4646
    4747  const LANGUAGES = [ 'he' => 'Hebrew', 'en' => 'English' ];
    48   const CURRENCIES = [ 'ILS' => 1, 'USD' => 2, 'AUD' => 36, 'CAD' => 124, 'DKK' => 208, 'JPY' => 392, 'NZD' => 554, 'RUB' => 643, 'CHF' => 756, 'GBP' => 826 ];
     48  const CURRENCIES = [ 'ILS' => 1, 'USD' => 2, 'AUD' => 36, 'CAD' => 124, 'DKK' => 208, 'JPY' => 392, 'NZD' => 554, 'RUB' => 643, 'CHF' => 756, 'GBP' => 826, 'EUR' => 978, 'ZAR' => 710, 'EGP' => 818, 'SEK' => '752', 'NOK' => 578, 'LBP' => 422, 'JOD' => 400 ];
    4949  const OPERATIONS = [ 1 => 'Charge', 2 => 'Charge & Token', 3 => 'Token (Charge Pending)', 4 => 'Suspended Deal' ];
    5050  const DOC_TYPES = [ 1 => 'Invoice', 3 => 'Formal Receipt', 101 => 'Order Confirmation', 400 => 'Receipt' , 405 => 'Donation' ];
Note: See TracChangeset for help on using the changeset viewer.