v1.3.0
This commit is contained in:
parent
650e69349f
commit
672d0f295f
11 changed files with 438 additions and 73 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* 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.2.0
|
||||
* Version: 1.3.0
|
||||
* Requires at least: 6.8
|
||||
* Tested up to: 7.0
|
||||
* Requires PHP: 8.2
|
||||
|
|
@ -23,8 +23,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
exit;
|
||||
}
|
||||
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_VERSION', '1.2.0' );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_DB_VERSION', '1.0.1' );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_VERSION', '1.3.0' );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_DB_VERSION', '1.1.0' );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_PLUGIN_FILE', __FILE__ );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
||||
define( 'ROBOTSTXT_MEDIAAUDIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue