We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2032c commit fdcc3bbCopy full SHA for fdcc3bb
1 file changed
bea-media-analytics.php
@@ -1,7 +1,7 @@
1
<?php
2
/*
3
Plugin Name: BEA - Media Analytics
4
- Version: 2.0.3
+ Version: 2.0.4
5
Plugin URI: https://github.com/BeAPI/bea-media-analytics
6
Description: Find where and how media are used across your site.
7
Author: Be API Technical team
@@ -35,7 +35,7 @@
35
}
36
37
// Plugin constants
38
-define( 'BEA_MEDIA_ANALYTICS_VERSION', '2.0.3' );
+define( 'BEA_MEDIA_ANALYTICS_VERSION', '2.0.4' );
39
define( 'BEA_MEDIA_ANALYTICS_MIN_PHP_VERSION', '7.0' );
40
41
// Plugin URL and PATH
0 commit comments