File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 * Author URI: https://infinitnet.io/
77 * Plugin URI: https://infinitnet.io/relevant-density-optimizer/
88 * Update URI: https://github.com/infinitnet/relevant-density-optimizer
9- * Version: 1.6.2
9+ * Version: 1.6.3
1010 * License: GPLv3
1111 * Text Domain: relevant-density-optimizer
1212 */
1313
1414namespace Infinitnet \RDO ;
1515
16- define ('RDO_VERSION ' , '1.6.2 ' );
16+ define ('RDO_VERSION ' , '1.6.3 ' );
1717
1818function rdo_enqueue_block_editor_assets () {
1919 if (!wp_script_is ('rdo-plugin-js ' , 'enqueued ' )) {
@@ -35,4 +35,4 @@ function rdo_register_meta() {
3535}
3636
3737add_action ('enqueue_block_editor_assets ' , __NAMESPACE__ . '\rdo_enqueue_block_editor_assets ' );
38- add_action ('init ' , __NAMESPACE__ . '\rdo_register_meta ' );
38+ add_action ('init ' , __NAMESPACE__ . '\rdo_register_meta ' );
You can’t perform that action at this time.
0 commit comments