Skip to content

Commit

Permalink
Release action fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasantonov committed Jan 2, 2023
1 parent 1ecd888 commit c732a51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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.0
Version: 1.1.1
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.0' );
define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.1' );
define( 'NS_AIRPORT_TRANSFERS_PATH', plugin_dir_path( __FILE__ ) );
define( 'NS_AIRPORT_TRANSFERS_URL', plugins_url( '/', __FILE__ ) );

Expand Down
9 changes: 6 additions & 3 deletions 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.0
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -84,10 +84,13 @@ There is a nice gentle modal window that is opened when mandatory field is empty

== Changelog ==

= 1.1 =
= 1.1.1
* Release action fixes.

= 1.1
* Multilingual support fixes.

= 1.0 =
= 1.0
* First release.
* No changes.

Expand Down

0 comments on commit c732a51

Please sign in to comment.