Plugin Directory

Changeset 2800648


Ignore:
Timestamp:
10/18/2022 02:12:02 PM (3 years ago)
Author:
partners_iai
Message:

v 1.2

Location:
booking-calendar-with-availability-management
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • booking-calendar-with-availability-management/trunk/idosellbooking.php

    r1543289 r2800648  
    6060add_filter('the_content', 'idoSellBookingContentPlugin');
    6161
    62 add_action('widgets_init', create_function('', 'return register_widget("idoSellBookingWidget");'));
     62add_action('widgets_init', function() {return register_widget("idoSellBookingWidget");});
    6363
    64 add_action('widgets_init', create_function('', 'return register_widget("idoSellBookingSideButtonWidget");'));
     64add_action('widgets_init', function() {return register_widget("idoSellBookingSideButtonWidget");});
    6565
    6666if (is_admin()) {
  • booking-calendar-with-availability-management/trunk/readme.txt

    r2536938 r2800648  
    33Tags: booking calendar, reservation system, availability calendar, booking engine, online booking, hotel
    44Requires at least: 4.0
    5 Tested up to: 5.6
    6 Stable tag: 1.1
     5Tested up to: 6.0
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.