From abdc2ef699c27e64b2ff9c862ab59f51fce003d3 Mon Sep 17 00:00:00 2001 From: user <29710963+atanasantonov@users.noreply.github.com> Date: Tue, 3 Jan 2023 01:02:34 +0200 Subject: [PATCH] Release action fix. --- README.md | 8 ++++---- airport-transfers.php | 4 ++-- readme.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a279542..b258d73 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Airport Transfers +# Airport Transfers Special airport transfers form that delivers mail to an administrator with customer's data. @@ -8,7 +8,7 @@ The plugin has full l10n and i18n support. There are several options like mails for the delivery and default settings. -= Features = +### Features * Simple & Intuitive * Flexible transfer reservation form * Multiple emails can be used for notifications @@ -69,9 +69,9 @@ There is a nice gentle modal window that is opened when mandatory field is empty ## Changelog -### 1.1 +1.1 * Security fixes. -### 1.0 +1.0 * First release. * No changes. diff --git a/airport-transfers.php b/airport-transfers.php index 18db6f8..24173bd 100644 --- a/airport-transfers.php +++ b/airport-transfers.php @@ -3,7 +3,7 @@ Plugin Name: Airport Transfers Plugin URI: https://github.com/atanasantonov/airport-transfers Description: Plugin delivers multilingual form for airport transfers -Version: 1.1.1 +Version: 1.1.2 Author: Atanas Antonov Author URI: https://unax.org License: GPL2 @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) or die( 'I can\'t do anything alone! Sorry!' ); -define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.1' ); +define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.2' ); define( 'NS_AIRPORT_TRANSFERS_PATH', plugin_dir_path( __FILE__ ) ); define( 'NS_AIRPORT_TRANSFERS_URL', plugins_url( '/', __FILE__ ) ); diff --git a/readme.txt b/readme.txt index a3178c5..80af874 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: transfer, airport, arrival, departure Requires at least: 3.0.1 Tested up to: 6.1.1 Requires PHP: 5.6 -Stable tag: 1.1.1 +Stable tag: 1.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html