Plugin Directory

Changeset 3254730


Ignore:
Timestamp:
03/12/2025 11:52:45 AM (13 months ago)
Author:
spiffyplugins
Message:

Version 5.0.2

Location:
spiffy-calendar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • spiffy-calendar/trunk/includes/admin/custom-posts.php

    r3254168 r3254730  
    230230    */
    231231    function remove_caps ($role) {
     232        if ($role == null) return;
    232233        foreach ( $this->allowed_capabilities as $cap ) {
    233234            $role->remove_cap( $cap );
  • spiffy-calendar/trunk/readme.txt

    r3254168 r3254730  
    170170== Changelog ==
    171171
     172= 5.0.2 (March 12, 2025) =
     173
     174* Fix: handle the case where a WordPress role has been removed from an installation
     175
    172176= 5.0.1 (March 11, 2025) =
    173177
  • spiffy-calendar/trunk/spiffy-calendar.php

    r3254168 r3254730  
    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.1
     6Version:     5.0.2
    77Author:      Spiffy Plugins
    88Author URI:  http://spiffyplugins.ca
Note: See TracChangeset for help on using the changeset viewer.