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

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Sep 9, 2021
1 parent 53bc666 commit 70412a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.1.3",
"version": "1.2.0",
"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.1.3
* Version: 1.2.0
* 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.1.3' );
define( 'FIOTRANSACTIONS_VERSION', '1.2.0' );

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: 5.8
Requires PHP: 7.4
Stable tag: 1.1.3
Stable tag: 1.2.0
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.0 =
* New icon and branding without official Fio icons

= 1.1.3 =
* Fixed security issues

Expand Down

0 comments on commit 70412a5

Please sign in to comment.