Plugin Directory

Changeset 3417479


Ignore:
Timestamp:
12/11/2025 02:39:03 PM (4 months ago)
Author:
spiffyplugins
Message:

Version 5.0.8

Location:
spiffy-calendar/trunk
Files:
3 edited

Legend:

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

    r3295247 r3417479  
    380380                    'admin.php'
    381381                ),
    382                 basename(__FILE__),
     382                basename(__FILE__).$post->ID,
    383383            );
    384384
     
    398398        }
    399399
     400        // Get the original post ID
     401        $post_id = absint( $_GET[ 'post' ] );
     402
    400403        // Nonce verification
    401         check_admin_referer( basename( __FILE__ ) );
    402 
    403         // Get the original post ID and data
     404        check_admin_referer( basename( __FILE__ ).$post_id );
     405
     406        // Get the original post data
    404407        $post_id = absint( $_GET[ 'post' ] );
    405408        $post = get_post( $post_id );
  • spiffy-calendar/trunk/readme.txt

    r3405259 r3417479  
    44Requires at least: 5.3
    55Tested up to: 6.9
    6 Stable tag: 5.0.7
     6Stable tag: 5.0.8
    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.8 (December 11, 2025) =
     175
     176* Fix: add event id to nonce for event copy
     177
    174178= 5.0.7 (October 22, 2025) =
    175179
  • spiffy-calendar/trunk/spiffy-calendar.php

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