Skip to content

Commit

Permalink
Raise QR code level and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPetakNeuralab committed Jan 3, 2023
1 parent 06a8b23 commit d1fc45e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion includes/core/class-kekspay-sell.php
Expand Up @@ -49,7 +49,7 @@ public function get_sell_qr( $order ) {
try {
$options = new QROptions(
array(
'version' => 5,
'version' => 6,
'quietzoneSize' => 4,
'eccLevel' => QRCode::ECC_L,
'imageTransparent' => false,
Expand Down
20 changes: 12 additions & 8 deletions languages/kekspay.pot
@@ -1,17 +1,17 @@
# Copyright (C) 2022 Erste bank Croatia
# This file is distributed under the same license as the KEKS Pay for WooCommerce plugin.
# Copyright (C) 2023 Erste bank Croatia
# This file is distributed under the GPL v3 or later.
msgid ""
msgstr ""
"Project-Id-Version: KEKS Pay for WooCommerce 1.0.10\n"
"Project-Id-Version: KEKS Pay for WooCommerce 1.0.12\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/keks-pay-for-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-12-27T22:26:07+00:00\n"
"POT-Creation-Date: 2023-01-03T08:29:14+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: kekspay\n"

#. Plugin Name of the plugin
Expand All @@ -34,11 +34,11 @@ msgstr ""
msgid "https://www.erstebank.hr/hr/gradjanstvo"
msgstr ""

#: includes/core/class-kekspay-connector.php:97
#: includes/core/class-kekspay-connector.php:107
msgid "Uspješno izvršen povrat %s via KEKS Pay."
msgstr ""

#: includes/core/class-kekspay-connector.php:105
#: includes/core/class-kekspay-connector.php:115
msgid "Dogodila se greška pri povratu %s via KEKS Pay."
msgstr ""

Expand All @@ -54,6 +54,10 @@ msgstr ""
msgid "Narudžba kreirana koristeći KEKS Pay u testnom načinu rada."
msgstr ""

#: includes/core/class-kekspay-order-admin.php:47
msgid "KEKS Pay - Narudžba naplaćena u valuti HRK koja više nije podržana od strane KEKS Pay sustava. Ako želite napraviti povrat novca kroz KEKS Pay sustav, iznos za povrat prije povrata preračunati će se u EUR prema tečaju 7.5345 te biti vraćen u valuti EUR."
msgstr ""

#: includes/core/class-kekspay-payment-gateway.php:31
#: includes/core/class-kekspay-payment-gateway.php:85
msgid "KEKS Pay"
Expand Down Expand Up @@ -237,7 +241,7 @@ msgid "KEKS Pay je trenutno onemogućen, molimo provjerite da su TID, CID i tajn
msgstr ""

#: woocommerce-gateway-kekspay.php:225
msgid "KEKS Pay je trenutno onemogućen, valuta web trgovine nije podržana. Podržane valute: \"HRK\". Podrška za \"EUR\" bit će omogućena 02.01.2023. u sklopu unaprijeđenja KEKS Pay sustava."
msgid "KEKS Pay je trenutno onemogućen, valuta web trgovine nije podržana. Podržane valute: \"EUR\"."
msgstr ""

#: woocommerce-gateway-kekspay.php:243
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Expand Up @@ -4,7 +4,7 @@ Tags: kekspay, woocommerce, gateway, payment
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.2
Stable tag: 1.0.11
Stable tag: 1.0.12
License: GPL v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -49,6 +49,9 @@ For more installation options check the [official WordPress documentation](https

== Changelog ==

= 1.0.12 =
* Raise QR Code Level 5 => 6.

= 1.0.11 =
* Change supported currency.

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-gateway-kekspay.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: KEKS Pay for WooCommerce
* Plugin URI: https://www.kekspay.hr/
* Description: Incredible fast and user friendly payment method created by Erste Bank Croatia.
* Version: 1.0.11
* Version: 1.0.12
* Requires at least: 5.0
* Requires PHP: 7.2
* Author: Erste bank Croatia
Expand Down Expand Up @@ -128,7 +128,7 @@ public static function register_constants() {
define( 'KEKSPAY_PLUGIN_ID', 'erste-kekspay-woocommerce' );
}
if ( ! defined( 'KEKSPAY_PLUGIN_VERSION' ) ) {
define( 'KEKSPAY_PLUGIN_VERSION', '1.0.11' );
define( 'KEKSPAY_PLUGIN_VERSION', '1.0.12' );
}
if ( ! defined( 'KEKSPAY_DIR_PATH' ) ) {
define( 'KEKSPAY_DIR_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit d1fc45e

Please sign in to comment.