Plugin Directory

Changeset 3095135


Ignore:
Timestamp:
05/30/2024 11:52:19 AM (11 months ago)
Author:
themewinter
Message:

Adding version 2.2.26

Location:
wp-cafe
Files:
4 edited
7 copied

Legend:

Unmodified
Added
Removed
  • wp-cafe/tags/2.2.26/core/shortcodes/views/reservation/reservation-form-template.php

    r3084054 r3095135  
    176176                                        // render extra field
    177177                                        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";
    179179                                        }
    180180                                        ?>
  • wp-cafe/tags/2.2.26/readme.txt

    r3089847 r3095135  
    44Requires at least: 5.2
    55Tested up to: 6.5.3
    6 Stable tag: 2.2.25
     6Stable tag: 2.2.26
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    397397== Changelog ==
    398398
     399= 2.2.26 ( May 30, 2024 ) =
     400
     401Fix             : Sanitization and validation issue fixed in reservation form
     402
    399403= 2.2.25 ( May 20, 2024 ) =
    400404
  • wp-cafe/tags/2.2.26/wpcafe.php

    r3089847 r3095135  
    99 * Plugin URI:         https://product.themewinter.com/wpcafe
    1010 * Description:        WordPress Restaurant solution plugin to launch Restaurant Websites.
    11  * Version:            2.2.25
     11 * Version:            2.2.26
    1212 * Author:             Themewinter
    1313 * Author URI:         http://themewinter.com/
     
    3030     */
    3131    static function version() {
    32         return '2.2.25';
     32        return '2.2.26';
    3333    }
    3434
  • wp-cafe/trunk/core/shortcodes/views/reservation/reservation-form-template.php

    r3084054 r3095135  
    176176                                        // render extra field
    177177                                        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";
    179179                                        }
    180180                                        ?>
  • wp-cafe/trunk/readme.txt

    r3089847 r3095135  
    44Requires at least: 5.2
    55Tested up to: 6.5.3
    6 Stable tag: 2.2.25
     6Stable tag: 2.2.26
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    397397== Changelog ==
    398398
     399= 2.2.26 ( May 30, 2024 ) =
     400
     401Fix             : Sanitization and validation issue fixed in reservation form
     402
    399403= 2.2.25 ( May 20, 2024 ) =
    400404
  • wp-cafe/trunk/wpcafe.php

    r3089847 r3095135  
    99 * Plugin URI:         https://product.themewinter.com/wpcafe
    1010 * Description:        WordPress Restaurant solution plugin to launch Restaurant Websites.
    11  * Version:            2.2.25
     11 * Version:            2.2.26
    1212 * Author:             Themewinter
    1313 * Author URI:         http://themewinter.com/
     
    3030     */
    3131    static function version() {
    32         return '2.2.25';
     32        return '2.2.26';
    3333    }
    3434
Note: See TracChangeset for help on using the changeset viewer.