Changeset 3417479
- Timestamp:
- 12/11/2025 02:39:03 PM (4 months ago)
- Location:
- spiffy-calendar/trunk
- Files:
-
- 3 edited
-
includes/admin/custom-posts.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
spiffy-calendar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spiffy-calendar/trunk/includes/admin/custom-posts.php
r3295247 r3417479 380 380 'admin.php' 381 381 ), 382 basename(__FILE__) ,382 basename(__FILE__).$post->ID, 383 383 ); 384 384 … … 398 398 } 399 399 400 // Get the original post ID 401 $post_id = absint( $_GET[ 'post' ] ); 402 400 403 // Nonce verification 401 check_admin_referer( basename( __FILE__ ) );402 403 // Get the original post ID anddata404 check_admin_referer( basename( __FILE__ ).$post_id ); 405 406 // Get the original post data 404 407 $post_id = absint( $_GET[ 'post' ] ); 405 408 $post = get_post( $post_id ); -
spiffy-calendar/trunk/readme.txt
r3405259 r3417479 4 4 Requires at least: 5.3 5 5 Tested up to: 6.9 6 Stable tag: 5.0. 76 Stable tag: 5.0.8 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.8 (December 11, 2025) = 175 176 * Fix: add event id to nonce for event copy 177 174 178 = 5.0.7 (October 22, 2025) = 175 179 -
spiffy-calendar/trunk/spiffy-calendar.php
r3382629 r3417479 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. 76 Version: 5.0.8 7 7 Author: Spiffy Plugins 8 8 Author URI: http://spiffyplugins.ca
Note: See TracChangeset
for help on using the changeset viewer.