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

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Aug 24, 2021
1 parent 5e5bfdb commit f9f2df4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
{
"name": "Marek Dědič",
"email": "developer@dedic.eu"
"email": "developer@dedic.eu",
"homepage": "https://dedic.eu"
}
],
"support": {
Expand Down
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.

14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skaut-fio-bank-transactions",
"version": "1.1.2",
"version": "1.1.3",
"description": "A WordPress plugin to show transactions from Fio Bank",
"keywords": [
"wordpress",
Expand All @@ -13,7 +13,17 @@
"url": "https://github.com/skaut/skaut-fio-bank-transactions/issues"
},
"license": "proprietary",
"author": "David Odehnal",
"author": {
"name": "David Odehnal",
"email": "info@davidodehnal.cz"
},
"contributors": [
{
"name": "Marek Dědič",
"email": "marek@dedic.eu",
"url": "https://dedic.eu"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/skaut/skaut-fio-bank-transactions.git"
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.2
* Version: 1.1.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.1.2' );
define( 'FIOTRANSACTIONS_VERSION', '1.1.3' );

class FioTransactions {

Expand Down
6 changes: 5 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.2
Stable tag: 1.1.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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


== Changelog ==

= 1.1.3 =
* Fixed security issues

= 1.1.2 =
* oprava chyb

Expand Down

0 comments on commit f9f2df4

Please sign in to comment.