Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #148 from skaut/version-1.2.2
Browse files Browse the repository at this point in the history
Version 1.2.2
  • Loading branch information
marekdedic authored Aug 6, 2022
2 parents 4f8701a + d521685 commit 3fedebc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skaut-fio-bank-transactions",
"version": "1.2.1",
"version": "1.2.2",
"description": "A WordPress plugin to show transactions from Fio Bank",
"keywords": [
"wordpress",
Expand Down
4 changes: 2 additions & 2 deletions src/fio-transactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Fio bank - transactions
* Plugin URI: https://github.com/skaut/skaut-fio-bank-transactions
* Description: Zobrazování transakcí z Fio banky.
* Version: 1.2.1
* Version: 1.2.2
* Author: Junák - český skaut
* Author URI: https://github.com/skaut
* Text Domain: skaut-fio-bank-transactions
Expand All @@ -22,7 +22,7 @@
define( 'FIOTRANSACTIONS_PATH', plugin_dir_path( __FILE__ ) );
define( 'FIOTRANSACTIONS_URL', plugin_dir_url( __FILE__ ) );
define( 'FIOTRANSACTIONS_NAME', 'fio_bank_transactions' );
define( 'FIOTRANSACTIONS_VERSION', '1.2.1' );
define( 'FIOTRANSACTIONS_VERSION', '1.2.2' );

class FioTransactions {

Expand Down
5 changes: 4 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: skaut, multisite, plugin, shortcode, fio, transactions
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.4
Stable tag: 1.2.1
Stable tag: 1.2.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -37,6 +37,9 @@ Je potřeba vytvořit nový token podle [návodu.](http://napoveda.fapi.cz/artic

== Changelog ==

= 1.2.2 =
* Fixed a critical error introduced in version 1.2.1

= 1.2.1 =
* Fixed an issue with translations in the shortcode

Expand Down

0 comments on commit 3fedebc

Please sign in to comment.