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

Commit 5d42b40

Browse files
committed
Version 1.2.3
1 parent bc1db92 commit 5d42b40

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skaut-fio-bank-transactions",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A WordPress plugin to show transactions from Fio Bank",
55
"keywords": [
66
"wordpress",

src/fio-transactions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Fio bank - transactions
44
* Plugin URI: https://github.com/skaut/skaut-fio-bank-transactions
55
* Description: Zobrazování transakcí z Fio banky.
6-
* Version: 1.2.2
6+
* Version: 1.2.3
77
* Author: Junák - český skaut
88
* Author URI: https://github.com/skaut
99
* Text Domain: skaut-fio-bank-transactions
@@ -22,7 +22,7 @@
2222
define( 'FIOTRANSACTIONS_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'FIOTRANSACTIONS_URL', plugin_dir_url( __FILE__ ) );
2424
define( 'FIOTRANSACTIONS_NAME', 'fio_bank_transactions' );
25-
define( 'FIOTRANSACTIONS_VERSION', '1.2.2' );
25+
define( 'FIOTRANSACTIONS_VERSION', '1.2.3' );
2626

2727
class FioTransactions {
2828

src/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: skaut, multisite, plugin, shortcode, fio, transactions
44
Requires at least: 5.0
55
Tested up to: 6.4
66
Requires PHP: 7.4
7-
Stable tag: 1.2.2
7+
Stable tag: 1.2.3
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

4242
== Changelog ==
4343

44+
= 1.2.3 =
45+
* Added a deprecation notice
46+
4447
= 1.2.2 =
4548
* Fixed a critical error introduced in version 1.2.1
4649

0 commit comments

Comments
 (0)