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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Apr 24, 2024
1 parent bc1db92 commit 5d42b40
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.2",
"version": "1.2.3",
"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.2
* Version: 1.2.3
* 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.2' );
define( 'FIOTRANSACTIONS_VERSION', '1.2.3' );

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.4
Requires PHP: 7.4
Stable tag: 1.2.2
Stable tag: 1.2.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.2.3 =
* Added a deprecation notice

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

Expand Down

0 comments on commit 5d42b40

Please sign in to comment.