Plugin Directory

Changeset 3424847


Ignore:
Timestamp:
12/21/2025 04:59:05 PM (3 months ago)
Author:
jackdewey
Message:

7.8.5

  • Fixed potential security issue
Location:
link-library/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • link-library/trunk/link-library-admin.php

    r3322410 r3424847  
    82378237function link_library_reciprocal_link_checker() {
    82388238
     8239    if ( !wp_verify_nonce( '_ajax_nonce' ) ) {
     8240        die();
     8241    }
     8242
    82398243    $genoptions = get_option( 'LinkLibraryGeneral' );
    82408244    $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
  • link-library/trunk/link-library.php

    r3369263 r3424847  
    44Plugin URI: https://ylefebvre.github.io/wordpress-plugins/link-library/
    55Description: Display links on pages with a variety of options
    6 Version: 7.8.4
     6Version: 7.8.5
    77Author: Yannick Lefebvre
    88Author URI: http://ylefebvre.github.io/
     
    1010
    1111A plugin for the blogging MySQL/PHP-based WordPress.
    12 Copyright 2025 Yannick Lefebvre
     12Copyright 2026 Yannick Lefebvre
    1313
    1414Translations:
  • link-library/trunk/readme.txt

    r3369263 r3424847  
    55Requires at least: 4.4
    66Tested up to: 6.8.2
    7 Stable tag: 7.8.4
     7Stable tag: 7.8.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5252
    5353== Changelog ==
     54
     55= 7.8.5 =
     56* Fixed potential security issue
    5457
    5558= 7.8.4 =
Note: See TracChangeset for help on using the changeset viewer.