This commit is contained in:
Javier Casares 2026-06-03 06:31:47 +00:00
commit 7b7fff5246
36 changed files with 610 additions and 31 deletions

View file

@ -3,10 +3,10 @@
* Plugin Name: Media Audit (by ROBOTSTXT)
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-mediaaudit
* Description: Internal media library usage auditing and external reverse image search to detect potential copyright issues.
* Version: 1.7.0
* Requires at least: 6.8
* Version: 1.7.1
* Requires at least: 5.3
* Tested up to: 7.0
* Requires PHP: 8.2
* Requires PHP: 8.0
* Requires Plugins: action-scheduler
* Author: ROBOTSTXT
* Author URI: https://www.robotstxt.es/
@ -23,7 +23,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit;
}
define( 'ROBOTSTXT_MEDIAAUDIT_VERSION', '1.7.0' );
define( 'ROBOTSTXT_MEDIAAUDIT_VERSION', '1.7.1' );
define( 'ROBOTSTXT_MEDIAAUDIT_DB_VERSION', '1.2.0' );
define( 'ROBOTSTXT_MEDIAAUDIT_PLUGIN_FILE', __FILE__ );
define( 'ROBOTSTXT_MEDIAAUDIT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );