Plugin Directory

Changeset 2842523


Ignore:
Timestamp:
01/02/2023 08:56:18 PM (3 years ago)
Author:
nant82
Message:

Update to version 1.1.1 from GitHub

Location:
airport-transfers
Files:
2 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • airport-transfers/tags/1.1.1/airport-transfers.php

    r2842502 r2842523  
    44Plugin URI:  https://github.com/atanasantonov/airport-transfers
    55Description: Plugin delivers multilingual form for airport transfers
    6 Version: 1.1.0
     6Version:     1.1.1
    77Author:      Atanas Antonov
    88Author URI:  https://unax.org
     
    1515defined( 'ABSPATH' ) or die( 'I can\'t do anything alone! Sorry!' );
    1616
    17 define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.0' );
     17define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.1' );
    1818define( 'NS_AIRPORT_TRANSFERS_PATH', plugin_dir_path( __FILE__ ) );
    1919define( 'NS_AIRPORT_TRANSFERS_URL', plugins_url( '/', __FILE__ ) );
  • airport-transfers/tags/1.1.1/readme.txt

    r2842502 r2842523  
    55Tested up to: 6.1.1
    66Requires PHP: 5.6
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585== Changelog ==
    8686
    87 = 1.1 =
     87= 1.1.1
     88* Release action fixes.
     89
     90= 1.1
    8891* Multilingual support fixes.
    8992
    90 = 1.0 =
     93= 1.0
    9194* First release.
    9295* No changes.
  • airport-transfers/trunk/airport-transfers.php

    r2842502 r2842523  
    44Plugin URI:  https://github.com/atanasantonov/airport-transfers
    55Description: Plugin delivers multilingual form for airport transfers
    6 Version: 1.1.0
     6Version:     1.1.1
    77Author:      Atanas Antonov
    88Author URI:  https://unax.org
     
    1515defined( 'ABSPATH' ) or die( 'I can\'t do anything alone! Sorry!' );
    1616
    17 define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.0' );
     17define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.1' );
    1818define( 'NS_AIRPORT_TRANSFERS_PATH', plugin_dir_path( __FILE__ ) );
    1919define( 'NS_AIRPORT_TRANSFERS_URL', plugins_url( '/', __FILE__ ) );
  • airport-transfers/trunk/readme.txt

    r2842502 r2842523  
    55Tested up to: 6.1.1
    66Requires PHP: 5.6
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585== Changelog ==
    8686
    87 = 1.1 =
     87= 1.1.1
     88* Release action fixes.
     89
     90= 1.1
    8891* Multilingual support fixes.
    8992
    90 = 1.0 =
     93= 1.0
    9194* First release.
    9295* No changes.
Note: See TracChangeset for help on using the changeset viewer.