آیکن WP-Sweep
افزونه رایگان نسخه 1.2.0

WP-Sweep

توسعه‌دهنده: Lester Chan

توضیحات

WP-Sweep به شما اجازه می دهد تا داده های استفاده نشده، یتیم و تکراری را در وردپرس خود پاک کنید. همچنین جداول پایگاه داده شما را بهینه می کند.

تغییرات این نسخه

1.2.0

NEW: Per-type meta key filters (wp_sweep_postmeta_whitelist, wp_sweep_commentmeta_whitelist, wp_sweep_usermeta_whitelist, wp_sweep_termmeta_whitelist) to protect metadata from accidental deletion

NEW: Documented all available filters in README

1.1.9

NEW: Bump WordPress 7.0

NEW: Add CLAUDE.md

1.1.8

FIXED: Added current_user_can() Check For AJAX Calls

1.1.7

FIXED: Pass in default blank string to fix fatal error

1.1.6

NEW: Re-org wp-sweep.php to inc/class-wpsweep.php

NEW: Bump to WordPress 6.2

1.1.5

NEW: Bump to WordPress 5.8

1.1.4

FIXED: Replaced %_transient_% with %\_transient\_%. Escape _ in MySQL if not it is being used as a wildcard character. Props @janrenn.

1.1.3

FIXED: Changed permissions check to activate_plugins because update_plugins will return false when DISALLOW_FILE_MODS=true.

1.1.2

NEW: Changed permission check to update_plugins for better MultiSite compatibility.

NEW: Bump min PHP version to 5.6.

1.1.1

NEW: wp_sweep_excluded_termids filter.

1.1.0

NEW: Added WP Rest API Endpoint support, sweep/v1/count/<Name>, sweep/v1/details/<Name>, and sweep/v1/sweep/<Name>

FIXED: Follow as close as possible to WordPress Coding Standards

1.0.12

NEW: Bump to WordPress 4.9

NEW: Update README to incompatible plugins

1.0.10

FIXED: Invalid plugin head ‘This plugin has an invalid header.’

1.0.9

NEW: Support for Codeclimate

FIXES: Uses get_sites() on WordPress 4.6. This should fix deprecated notices.

FIXES: Fixes translation placeholder count.