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

Commit 70412a5

Browse files
committed
Version 1.2.0
1 parent 53bc666 commit 70412a5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1.3",
3+
"version": "1.2.0",
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.1.3
6+
* Version: 1.2.0
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.1.3' );
25+
define( 'FIOTRANSACTIONS_VERSION', '1.2.0' );
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: 5.8
66
Requires PHP: 7.4
7-
Stable tag: 1.1.3
7+
Stable tag: 1.2.0
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

3838
== Changelog ==
3939

40+
= 1.2.0 =
41+
* New icon and branding without official Fio icons
42+
4043
= 1.1.3 =
4144
* Fixed security issues
4245

0 commit comments

Comments
 (0)