We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac81a9 commit 1e03938Copy full SHA for 1e03938
relevant-density-optimizer.php
@@ -6,7 +6,7 @@
6
* Author URI: https://infinitnet.io/
7
* Plugin URI: https://infinitnet.io/relevant-density-optimizer/
8
* Update URI: https://github.com/infinitnet/relevant-density-optimizer
9
- * Version: 1.7.1
+ * Version: 1.7.2
10
* License: GPLv3
11
* Text Domain: relevant-density-optimizer
12
*/
@@ -17,7 +17,7 @@
17
exit;
18
}
19
20
-define('RDO_VERSION', '1.7.1');
+define('RDO_VERSION', '1.7.2');
21
22
function rdo_enqueue_block_editor_assets() {
23
if (!wp_script_is('rdo-plugin-js', 'enqueued')) {
0 commit comments