Changeset 2908465
- Timestamp:
- 05/05/2023 11:09:45 AM (3 years ago)
- Location:
- availability-calendar/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
availabilitycalendar.php (modified) (1 diff)
-
public/includes/frontend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
availability-calendar/trunk/README.txt
r2699446 r2908465 5 5 Requires at least: 3.5 6 6 Requires PHP : 5.4.4 7 Tested up to: 5.9.28 Stable tag: 1.2. 57 Tested up to: 6.2 8 Stable tag: 1.2.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
availability-calendar/trunk/availabilitycalendar.php
r2699446 r2908465 28 28 /** 29 29 * Currently plugin version. 30 * Start at version 1.2. 530 * Start at version 1.2.6 31 31 */ 32 define( 'OWAC_VERSION', '1.2. 5' );32 define( 'OWAC_VERSION', '1.2.6' ); 33 33 34 34 /** -
availability-calendar/trunk/public/includes/frontend.php
r2698956 r2908465 82 82 { 83 83 $atts = shortcode_atts(array('category' => ''), $atts); 84 84 $category_short = array(); 85 85 if(!empty($atts['category'])){ 86 $category_short = array();86 87 87 $category_atts_array = explode(",",$atts['category']); 88 88 foreach($category_atts_array as $val){
Note: See TracChangeset
for help on using the changeset viewer.