Plugin Directory

Changeset 3382629


Ignore:
Timestamp:
10/22/2025 01:09:20 PM (5 months ago)
Author:
spiffyplugins
Message:

Version 5.0.7

Location:
spiffy-calendar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • spiffy-calendar/trunk/includes/views.php

    r3295247 r3382629  
    573573        }
    574574       
     575        if ($event->meta['_spiffy_event_link'][0] != '') $details .= '</a>';
    575576        $details .= $this->format_desc($event->post_content);
    576         if ($event->meta['_spiffy_event_link'][0] != '') $details .= '</a>';
    577577        $details .= $this->format_location($event->meta['_spiffy_event_location'][0], $linkmap);
    578578        if ( $spiffy_calendar->bonus_addons_active() && isset ($spiffycal_custom_fields) ) {
     
    14981498               
    14991499                $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                }
    15001503                if ($spiffy_calendar->current_options['enable_expanded_mini_popup'] == 'true') {
    15011504                    $image = get_the_post_thumbnail_url ($event->ID, 'thumbnail');
     
    15041507                    }
    15051508                    $output .= $this->format_desc($event->post_content);
    1506                 }
    1507                 if ($event->meta['_spiffy_event_link'][0] != '') {
    1508                     $output .= '</a>';
    15091509                }
    15101510                if ($spiffy_calendar->current_options['enable_expanded_mini_popup'] == 'true') {
  • spiffy-calendar/trunk/readme.txt

    r3295247 r3382629  
    44Requires at least: 5.3
    55Tested up to: 6.8
    6 Stable tag: 5.0.6
     6Stable tag: 5.0.7
    77License: GPLv2
    88Tags:  calendar,event,responsive,recurring,block
     
    172172**Before updating from version 4 to version 5 it is strongly recommended to remove old events**
    173173
     174= 5.0.7 (October 22, 2025) =
     175
     176* Fix: support links in event descriptions
     177
    174178= 5.0.6 (May 17, 2025) =
    175179
  • spiffy-calendar/trunk/spiffy-calendar.php

    r3295247 r3382629  
    44Plugin URI:  http://www.spiffyplugins.ca/spiffycalendar
    55Description: 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.6
     6Version:     5.0.7
    77Author:      Spiffy Plugins
    88Author URI:  http://spiffyplugins.ca
Note: See TracChangeset for help on using the changeset viewer.