v1.2.0
This commit is contained in:
parent
6708bbb67f
commit
650e69349f
21 changed files with 2919 additions and 268 deletions
|
|
@ -1,15 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* Plugin Name: Media Audit (by ROBOTSTXT)
|
||||
* Plugin URI: https://robotstxt.es/plugins/media-audit/
|
||||
* 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.0.0
|
||||
* Version: 1.2.0
|
||||
* Requires at least: 6.8
|
||||
* Tested up to: 7.0
|
||||
* Requires PHP: 8.2
|
||||
* Requires Plugins: action-scheduler
|
||||
* Author: Javier Casares
|
||||
* Author URI: https://javiercasares.com
|
||||
* Author: ROBOTSTXT
|
||||
* Author URI: https://www.robotstxt.es/
|
||||
* Contributors: javiercasares, robotstxt
|
||||
* License: GPL-3.0-or-later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
* Text Domain: robotstxt-mediaaudit
|
||||
|
|
@ -22,7 +23,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
exit;
|
||||
}
|
||||
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_VERSION', '1.0.0' );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_VERSION', '1.2.0' );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_DB_VERSION', '1.0.1' );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_PLUGIN_FILE', __FILE__ );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue