Plugin Directory

Changeset 2932083


Ignore:
Timestamp:
06/29/2023 05:06:45 AM (21 months ago)
Author:
rafasashi
Message:

1.0.11

Location:
svg-captcha/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • svg-captcha/trunk/includes/lib/class-svg-captcha-admin-api.php

    r2893492 r2932083  
    347347    public function save_meta_boxes( $post_id = 0 ) {
    348348
    349         if ( !$post_id ){
     349        if( !$post_id || ( isset($_POST['_inline_edit']) && wp_verify_nonce($_POST['_inline_edit'],'inlineeditnonce') ) ){
    350350           
    351351            return;
  • svg-captcha/trunk/readme.txt

    r2911495 r2932083  
    88Requires WP: 6.1.1
    99Requires PHP: 6.0
    10 Stable Tag: 1.0.10
     10Stable Tag: 1.0.11
    1111Tested up to: 6.2
    1212
  • svg-captcha/trunk/svg-captcha.php

    r2911495 r2932083  
    33 * Plugin Name: SVG Captcha
    44 * Plugin URI: https://code.recuweb.com/get/svg-captcha/
    5  * Version: 1.0.10
     5 * Version: 1.0.11
    66 * Description: Validate your forms with a self hosted SVG Captcha.
    77 * Author: rafasashi
Note: See TracChangeset for help on using the changeset viewer.