diff --git a/composer.json b/composer.json index 2a33ee1..2166c7f 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ }, { "name": "Marek Dědič", - "email": "developer@dedic.eu" + "email": "developer@dedic.eu", + "homepage": "https://dedic.eu" } ], "support": { diff --git a/package-lock.json b/package-lock.json index 2a1e02e..54c50cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skaut-fio-bank-transactions", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ba973f..63bfb74 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" diff --git a/src/fio-transactions.php b/src/fio-transactions.php index 41fd3ea..e17837c 100644 --- a/src/fio-transactions.php +++ b/src/fio-transactions.php @@ -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 @@ -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 { diff --git a/src/readme.txt b/src/readme.txt index 92eb060..e7c0140 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -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 @@ -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