Changeset 3095135
- Timestamp:
- 05/30/2024 11:52:19 AM (11 months ago)
- Location:
- wp-cafe
- Files:
-
- 4 edited
- 7 copied
-
tags/2.2.26 (copied) (copied from wp-cafe/trunk)
-
tags/2.2.26/core/modules/guten-block/inc/blocks/food-list.php (copied) (copied from wp-cafe/trunk/core/modules/guten-block/inc/blocks/food-list.php)
-
tags/2.2.26/core/modules/guten-block/inc/blocks/food-tab.php (copied) (copied from wp-cafe/trunk/core/modules/guten-block/inc/blocks/food-tab.php)
-
tags/2.2.26/core/shortcodes/template-functions.php (copied) (copied from wp-cafe/trunk/core/shortcodes/template-functions.php)
-
tags/2.2.26/core/shortcodes/views/reservation/reservation-form-template.php (modified) (1 diff)
-
tags/2.2.26/readme.txt (copied) (copied from wp-cafe/trunk/readme.txt) (2 diffs)
-
tags/2.2.26/utils/wpc-utilities.php (copied) (copied from wp-cafe/trunk/utils/wpc-utilities.php)
-
tags/2.2.26/wpcafe.php (copied) (copied from wp-cafe/trunk/wpcafe.php) (2 diffs)
-
trunk/core/shortcodes/views/reservation/reservation-form-template.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpcafe.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-cafe/tags/2.2.26/core/shortcodes/views/reservation/reservation-form-template.php
r3084054 r3095135 176 176 // render extra field 177 177 if( !empty( $result_data['reservation_extra_field']) && file_exists( $result_data['reservation_extra_field'] )) { 178 include $result_data['reservation_extra_field'];178 require_once \WpCafe_Pro::plugin_dir() . "core/shortcodes/views/reservation/reservation-extra-fields.php"; 179 179 } 180 180 ?> -
wp-cafe/tags/2.2.26/readme.txt
r3089847 r3095135 4 4 Requires at least: 5.2 5 5 Tested up to: 6.5.3 6 Stable tag: 2.2.2 56 Stable tag: 2.2.26 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 397 397 == Changelog == 398 398 399 = 2.2.26 ( May 30, 2024 ) = 400 401 Fix : Sanitization and validation issue fixed in reservation form 402 399 403 = 2.2.25 ( May 20, 2024 ) = 400 404 -
wp-cafe/tags/2.2.26/wpcafe.php
r3089847 r3095135 9 9 * Plugin URI: https://product.themewinter.com/wpcafe 10 10 * Description: WordPress Restaurant solution plugin to launch Restaurant Websites. 11 * Version: 2.2.2 511 * Version: 2.2.26 12 12 * Author: Themewinter 13 13 * Author URI: http://themewinter.com/ … … 30 30 */ 31 31 static function version() { 32 return '2.2.2 5';32 return '2.2.26'; 33 33 } 34 34 -
wp-cafe/trunk/core/shortcodes/views/reservation/reservation-form-template.php
r3084054 r3095135 176 176 // render extra field 177 177 if( !empty( $result_data['reservation_extra_field']) && file_exists( $result_data['reservation_extra_field'] )) { 178 include $result_data['reservation_extra_field'];178 require_once \WpCafe_Pro::plugin_dir() . "core/shortcodes/views/reservation/reservation-extra-fields.php"; 179 179 } 180 180 ?> -
wp-cafe/trunk/readme.txt
r3089847 r3095135 4 4 Requires at least: 5.2 5 5 Tested up to: 6.5.3 6 Stable tag: 2.2.2 56 Stable tag: 2.2.26 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 397 397 == Changelog == 398 398 399 = 2.2.26 ( May 30, 2024 ) = 400 401 Fix : Sanitization and validation issue fixed in reservation form 402 399 403 = 2.2.25 ( May 20, 2024 ) = 400 404 -
wp-cafe/trunk/wpcafe.php
r3089847 r3095135 9 9 * Plugin URI: https://product.themewinter.com/wpcafe 10 10 * Description: WordPress Restaurant solution plugin to launch Restaurant Websites. 11 * Version: 2.2.2 511 * Version: 2.2.26 12 12 * Author: Themewinter 13 13 * Author URI: http://themewinter.com/ … … 30 30 */ 31 31 static function version() { 32 return '2.2.2 5';32 return '2.2.26'; 33 33 } 34 34
Note: See TracChangeset
for help on using the changeset viewer.