Plugin Directory

Changeset 3154027


Ignore:
Timestamp:
09/18/2024 03:51:38 PM (19 months ago)
Author:
mdrejon
Message:

1.0.6 - 18/09/2024

  • Improved : resolved vulnerable issue
Location:
quicksnap
Files:
66 added
3 edited

Legend:

Unmodified
Added
Removed
  • quicksnap/trunk/Includes/Post_Type.php

    r3150237 r3154027  
    6666            'labels'             => $labels,
    6767            'description'        => __( 'Description.', 'quicksnap' ),
    68             'public'             => true,
     68            'public'             => false,
    6969            'publicly_queryable' => true,
    7070            'show_ui'            => true,
    7171            'show_in_menu'       => true,
    7272            'query_var'          => true,
    73             'rewrite'            => array( 'slug' => 'quicksnap' ),
     73            // 'rewrite'            => array( 'slug' => 'quicksnap' ),
    7474            'capability_type'    => 'post',
    75             'has_archive'        => true,
     75            'has_archive'        => false,
    7676            'hierarchical'       => false,
    7777            'menu_position'      => null,
  • quicksnap/trunk/quicksnap.php

    r3151849 r3154027  
    66 * Plugin URI:  https://github.com/mdrejon/quicksnap
    77 * Description: Quicksnap is a plugin that allows you to search for posts and pages in the WordPress admin area.
    8  * Version:     1.0.5
     8 * Version:     1.0.6
    99 * Author:      Sydur Rahman
    1010 * Author URI:  https://github.com/mdrejon/
  • quicksnap/trunk/readme.txt

    r3151849 r3154027  
    55Tested up to: 6.6
    66Requires PHP: 7.4
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    9191
    9292- Improved      : readme.txt file & Screenshot
     93
     94= 1.0.6 - 18/09/2024 =
     95
     96- Improved      : resolved vulnerable issue
Note: See TracChangeset for help on using the changeset viewer.