Skip to content

Commit

Permalink
Release action fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasantonov committed Jan 2, 2023
1 parent c732a51 commit abdc2ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Airport Transfers
# Airport Transfers

Special airport transfers form that delivers mail to an administrator with customer's data.

Expand All @@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions airport-transfers.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit abdc2ef

Please sign in to comment.