Plugin Directory

Changeset 2908465


Ignore:
Timestamp:
05/05/2023 11:09:45 AM (3 years ago)
Author:
offshorewebmaster
Message:

tested upto 6.2

Location:
availability-calendar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • availability-calendar/trunk/README.txt

    r2699446 r2908465  
    55Requires at least: 3.5
    66Requires PHP : 5.4.4
    7 Tested up to: 5.9.2
    8 Stable tag: 1.2.5
     7Tested up to: 6.2
     8Stable tag: 1.2.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • availability-calendar/trunk/availabilitycalendar.php

    r2699446 r2908465  
    2828/**
    2929 * Currently plugin version.
    30  * Start at version 1.2.5
     30 * Start at version 1.2.6
    3131 */
    32 define( 'OWAC_VERSION', '1.2.5' );
     32define( 'OWAC_VERSION', '1.2.6' );
    3333   
    3434/**
  • availability-calendar/trunk/public/includes/frontend.php

    r2698956 r2908465  
    8282    {   
    8383        $atts = shortcode_atts(array('category' => ''), $atts);
    84        
     84        $category_short = array();
    8585        if(!empty($atts['category'])){
    86             $category_short = array();
     86           
    8787            $category_atts_array = explode(",",$atts['category']);
    8888            foreach($category_atts_array as $val){
Note: See TracChangeset for help on using the changeset viewer.