Changeset 2788076
- Timestamp:
- 09/21/2022 09:19:41 AM (4 years ago)
- Location:
- bookslots-simple-booking-form
- Files:
-
- 28 added
- 2 deleted
- 8 edited
- 1 copied
-
tags/0.1.4 (copied) (copied from bookslots-simple-booking-form/trunk)
-
tags/0.1.4/README.txt (modified) (1 diff)
-
tags/0.1.4/app/Include (deleted)
-
tags/0.1.4/app/Includes (added)
-
tags/0.1.4/app/Includes/AppointmentTable.php (added)
-
tags/0.1.4/app/Includes/BaseCpt.php (added)
-
tags/0.1.4/app/Includes/BaseModel.php (added)
-
tags/0.1.4/app/Includes/BookingCalendar.php (added)
-
tags/0.1.4/app/Includes/EmployeeTable.php (added)
-
tags/0.1.4/app/Includes/Filter.php (added)
-
tags/0.1.4/app/Includes/Loader.php (added)
-
tags/0.1.4/app/Includes/RequiredIfWith.php (added)
-
tags/0.1.4/app/Includes/ServiceTable.php (added)
-
tags/0.1.4/app/Includes/Stringy.php (added)
-
tags/0.1.4/app/Includes/TimeSlotGenerator.php (added)
-
tags/0.1.4/app/Includes/helper.php (added)
-
tags/0.1.4/app/Includes/i18n.php (added)
-
tags/0.1.4/bookslots.php (modified) (2 diffs)
-
tags/0.1.4/composer.lock (modified) (1 diff)
-
tags/0.1.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/app/Include (deleted)
-
trunk/app/Includes (added)
-
trunk/app/Includes/AppointmentTable.php (added)
-
trunk/app/Includes/BaseCpt.php (added)
-
trunk/app/Includes/BaseModel.php (added)
-
trunk/app/Includes/BookingCalendar.php (added)
-
trunk/app/Includes/EmployeeTable.php (added)
-
trunk/app/Includes/Filter.php (added)
-
trunk/app/Includes/Loader.php (added)
-
trunk/app/Includes/RequiredIfWith.php (added)
-
trunk/app/Includes/ServiceTable.php (added)
-
trunk/app/Includes/Stringy.php (added)
-
trunk/app/Includes/TimeSlotGenerator.php (added)
-
trunk/app/Includes/helper.php (added)
-
trunk/app/Includes/i18n.php (added)
-
trunk/bookslots.php (modified) (2 diffs)
-
trunk/composer.lock (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bookslots-simple-booking-form/tags/0.1.4/README.txt
r2788071 r2788076 5 5 Requires at least: 5.0 6 6 Tested up to: 6.0 7 Stable tag: 0.1. 37 Stable tag: 0.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bookslots-simple-booking-form/tags/0.1.4/bookslots.php
r2788071 r2788076 11 11 * Plugin URI: https://pluginette.com/product/bookslots/ 12 12 * Description: A simple yet powerful stand-alone booking form for bookings, appointments and reservations. 13 * Version: 0.1. 313 * Version: 0.1.4 14 14 * Author: David Towoju 15 15 * Author URI: https://github.com/davidtowoju … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define( 'BOOKSLOTS_VERSION', '0.1. 3' );32 define( 'BOOKSLOTS_VERSION', '0.1.4' ); 33 33 define( 'BOOKSLOTS_DIR_PATH', plugin_dir_path( __FILE__ ) ); 34 34 define( 'BOOKSLOTS_DIR_URL', plugin_dir_url( __FILE__ ) ); -
bookslots-simple-booking-form/tags/0.1.4/composer.lock
r2746526 r2788076 1009 1009 "facturascripts/facturascripts": "<=2022.8", 1010 1010 "feehi/cms": "<=2.1.1", 1011 "feehi/feehicms": "<=0.1. 3",1011 "feehi/feehicms": "<=0.1.4", 1012 1012 "fenom/fenom": "<=2.12.1", 1013 1013 "filegator/filegator": "<7.8", -
bookslots-simple-booking-form/tags/0.1.4/vendor/composer/installed.php
r2788071 r2788076 2 2 'root' => array( 3 3 'name' => 'figarts/bookslot', 4 'pretty_version' => '0.1. 3',5 'version' => '0.1. 3.0',6 'reference' => ' 96d5f13ab0b28ca708c659ee32a487b90541151a',4 'pretty_version' => '0.1.4', 5 'version' => '0.1.4.0', 6 'reference' => 'cdf834baeda690233b945134d54dbf2f38d7c607', 7 7 'type' => 'wordpress-plugins', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'figarts/bookslot' => array( 23 'pretty_version' => '0.1. 3',24 'version' => '0.1. 3.0',25 'reference' => ' 96d5f13ab0b28ca708c659ee32a487b90541151a',23 'pretty_version' => '0.1.4', 24 'version' => '0.1.4.0', 25 'reference' => 'cdf834baeda690233b945134d54dbf2f38d7c607', 26 26 'type' => 'wordpress-plugins', 27 27 'install_path' => __DIR__ . '/../../', -
bookslots-simple-booking-form/trunk/README.txt
r2788071 r2788076 5 5 Requires at least: 5.0 6 6 Tested up to: 6.0 7 Stable tag: 0.1. 37 Stable tag: 0.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bookslots-simple-booking-form/trunk/bookslots.php
r2788071 r2788076 11 11 * Plugin URI: https://pluginette.com/product/bookslots/ 12 12 * Description: A simple yet powerful stand-alone booking form for bookings, appointments and reservations. 13 * Version: 0.1. 313 * Version: 0.1.4 14 14 * Author: David Towoju 15 15 * Author URI: https://github.com/davidtowoju … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define( 'BOOKSLOTS_VERSION', '0.1. 3' );32 define( 'BOOKSLOTS_VERSION', '0.1.4' ); 33 33 define( 'BOOKSLOTS_DIR_PATH', plugin_dir_path( __FILE__ ) ); 34 34 define( 'BOOKSLOTS_DIR_URL', plugin_dir_url( __FILE__ ) ); -
bookslots-simple-booking-form/trunk/composer.lock
r2746526 r2788076 1009 1009 "facturascripts/facturascripts": "<=2022.8", 1010 1010 "feehi/cms": "<=2.1.1", 1011 "feehi/feehicms": "<=0.1. 3",1011 "feehi/feehicms": "<=0.1.4", 1012 1012 "fenom/fenom": "<=2.12.1", 1013 1013 "filegator/filegator": "<7.8", -
bookslots-simple-booking-form/trunk/vendor/composer/installed.php
r2788071 r2788076 2 2 'root' => array( 3 3 'name' => 'figarts/bookslot', 4 'pretty_version' => '0.1. 3',5 'version' => '0.1. 3.0',6 'reference' => ' 96d5f13ab0b28ca708c659ee32a487b90541151a',4 'pretty_version' => '0.1.4', 5 'version' => '0.1.4.0', 6 'reference' => 'cdf834baeda690233b945134d54dbf2f38d7c607', 7 7 'type' => 'wordpress-plugins', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'figarts/bookslot' => array( 23 'pretty_version' => '0.1. 3',24 'version' => '0.1. 3.0',25 'reference' => ' 96d5f13ab0b28ca708c659ee32a487b90541151a',23 'pretty_version' => '0.1.4', 24 'version' => '0.1.4.0', 25 'reference' => 'cdf834baeda690233b945134d54dbf2f38d7c607', 26 26 'type' => 'wordpress-plugins', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.