Changeset 3254730
- Timestamp:
- 03/12/2025 11:52:45 AM (13 months ago)
- Location:
- spiffy-calendar/trunk
- Files:
-
- 3 edited
-
includes/admin/custom-posts.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
spiffy-calendar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spiffy-calendar/trunk/includes/admin/custom-posts.php
r3254168 r3254730 230 230 */ 231 231 function remove_caps ($role) { 232 if ($role == null) return; 232 233 foreach ( $this->allowed_capabilities as $cap ) { 233 234 $role->remove_cap( $cap ); -
spiffy-calendar/trunk/readme.txt
r3254168 r3254730 170 170 == Changelog == 171 171 172 = 5.0.2 (March 12, 2025) = 173 174 * Fix: handle the case where a WordPress role has been removed from an installation 175 172 176 = 5.0.1 (March 11, 2025) = 173 177 -
spiffy-calendar/trunk/spiffy-calendar.php
r3254168 r3254730 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. 16 Version: 5.0.2 7 7 Author: Spiffy Plugins 8 8 Author URI: http://spiffyplugins.ca
Note: See TracChangeset
for help on using the changeset viewer.