Changeset 2842523
- Timestamp:
- 01/02/2023 08:56:18 PM (3 years ago)
- Location:
- airport-transfers
- Files:
-
- 2 deleted
- 4 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from airport-transfers/trunk)
-
tags/1.1.1/.gitattributes (deleted)
-
tags/1.1.1/airport-transfers.php (modified) (2 diffs)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/.gitattributes (deleted)
-
trunk/airport-transfers.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
airport-transfers/tags/1.1.1/airport-transfers.php
r2842502 r2842523 4 4 Plugin URI: https://github.com/atanasantonov/airport-transfers 5 5 Description: Plugin delivers multilingual form for airport transfers 6 Version: 1.1.06 Version: 1.1.1 7 7 Author: Atanas Antonov 8 8 Author URI: https://unax.org … … 15 15 defined( 'ABSPATH' ) or die( 'I can\'t do anything alone! Sorry!' ); 16 16 17 define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1. 0' );17 define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.1' ); 18 18 define( 'NS_AIRPORT_TRANSFERS_PATH', plugin_dir_path( __FILE__ ) ); 19 19 define( 'NS_AIRPORT_TRANSFERS_URL', plugins_url( '/', __FILE__ ) ); -
airport-transfers/tags/1.1.1/readme.txt
r2842502 r2842523 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 == Changelog == 86 86 87 = 1.1 = 87 = 1.1.1 88 * Release action fixes. 89 90 = 1.1 88 91 * Multilingual support fixes. 89 92 90 = 1.0 =93 = 1.0 91 94 * First release. 92 95 * No changes. -
airport-transfers/trunk/airport-transfers.php
r2842502 r2842523 4 4 Plugin URI: https://github.com/atanasantonov/airport-transfers 5 5 Description: Plugin delivers multilingual form for airport transfers 6 Version: 1.1.06 Version: 1.1.1 7 7 Author: Atanas Antonov 8 8 Author URI: https://unax.org … … 15 15 defined( 'ABSPATH' ) or die( 'I can\'t do anything alone! Sorry!' ); 16 16 17 define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1. 0' );17 define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.1' ); 18 18 define( 'NS_AIRPORT_TRANSFERS_PATH', plugin_dir_path( __FILE__ ) ); 19 19 define( 'NS_AIRPORT_TRANSFERS_URL', plugins_url( '/', __FILE__ ) ); -
airport-transfers/trunk/readme.txt
r2842502 r2842523 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 == Changelog == 86 86 87 = 1.1 = 87 = 1.1.1 88 * Release action fixes. 89 90 = 1.1 88 91 * Multilingual support fixes. 89 92 90 = 1.0 =93 = 1.0 91 94 * First release. 92 95 * No changes.
Note: See TracChangeset
for help on using the changeset viewer.