Changeset 3382629
- Timestamp:
- 10/22/2025 01:09:20 PM (5 months ago)
- Location:
- spiffy-calendar/trunk
- Files:
-
- 3 edited
-
includes/views.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
spiffy-calendar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spiffy-calendar/trunk/includes/views.php
r3295247 r3382629 573 573 } 574 574 575 if ($event->meta['_spiffy_event_link'][0] != '') $details .= '</a>'; 575 576 $details .= $this->format_desc($event->post_content); 576 if ($event->meta['_spiffy_event_link'][0] != '') $details .= '</a>';577 577 $details .= $this->format_location($event->meta['_spiffy_event_location'][0], $linkmap); 578 578 if ( $spiffy_calendar->bonus_addons_active() && isset ($spiffycal_custom_fields) ) { … … 1498 1498 1499 1499 $output .= '<strong class="'.esc_html($cat_class).'" '.$cat_css.'>'.$cat_name_prefix.esc_html(stripslashes($event->post_title)).'</strong> '.esc_html($the_time).'<br />'; 1500 if ($event->meta['_spiffy_event_link'][0] != '') { 1501 $output .= '</a>'; 1502 } 1500 1503 if ($spiffy_calendar->current_options['enable_expanded_mini_popup'] == 'true') { 1501 1504 $image = get_the_post_thumbnail_url ($event->ID, 'thumbnail'); … … 1504 1507 } 1505 1508 $output .= $this->format_desc($event->post_content); 1506 }1507 if ($event->meta['_spiffy_event_link'][0] != '') {1508 $output .= '</a>';1509 1509 } 1510 1510 if ($spiffy_calendar->current_options['enable_expanded_mini_popup'] == 'true') { -
spiffy-calendar/trunk/readme.txt
r3295247 r3382629 4 4 Requires at least: 5.3 5 5 Tested up to: 6.8 6 Stable tag: 5.0. 66 Stable tag: 5.0.7 7 7 License: GPLv2 8 8 Tags: calendar,event,responsive,recurring,block … … 172 172 **Before updating from version 4 to version 5 it is strongly recommended to remove old events** 173 173 174 = 5.0.7 (October 22, 2025) = 175 176 * Fix: support links in event descriptions 177 174 178 = 5.0.6 (May 17, 2025) = 175 179 -
spiffy-calendar/trunk/spiffy-calendar.php
r3295247 r3382629 4 4 Plugin URI: http://www.spiffyplugins.ca/spiffycalendar 5 5 Description: A full featured, simple to use Spiffy Calendar plugin for WordPress that allows you to manage and display your events and appointments. 6 Version: 5.0. 66 Version: 5.0.7 7 7 Author: Spiffy Plugins 8 8 Author URI: http://spiffyplugins.ca
Note: See TracChangeset
for help on using the changeset viewer.