Changeset 3424847
- Timestamp:
- 12/21/2025 04:59:05 PM (3 months ago)
- Location:
- link-library/trunk
- Files:
-
- 3 edited
-
link-library-admin.php (modified) (1 diff)
-
link-library.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
link-library/trunk/link-library-admin.php
r3322410 r3424847 8237 8237 function link_library_reciprocal_link_checker() { 8238 8238 8239 if ( !wp_verify_nonce( '_ajax_nonce' ) ) { 8240 die(); 8241 } 8242 8239 8243 $genoptions = get_option( 'LinkLibraryGeneral' ); 8240 8244 $genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) ); -
link-library/trunk/link-library.php
r3369263 r3424847 4 4 Plugin URI: https://ylefebvre.github.io/wordpress-plugins/link-library/ 5 5 Description: Display links on pages with a variety of options 6 Version: 7.8. 46 Version: 7.8.5 7 7 Author: Yannick Lefebvre 8 8 Author URI: http://ylefebvre.github.io/ … … 10 10 11 11 A plugin for the blogging MySQL/PHP-based WordPress. 12 Copyright 202 5Yannick Lefebvre12 Copyright 2026 Yannick Lefebvre 13 13 14 14 Translations: -
link-library/trunk/readme.txt
r3369263 r3424847 5 5 Requires at least: 4.4 6 6 Tested up to: 6.8.2 7 Stable tag: 7.8. 47 Stable tag: 7.8.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 52 52 53 53 == Changelog == 54 55 = 7.8.5 = 56 * Fixed potential security issue 54 57 55 58 = 7.8.4 =
Note: See TracChangeset
for help on using the changeset viewer.