We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea062f commit 09adba5Copy full SHA for 09adba5
hm-query-loop.php
@@ -3,7 +3,7 @@
3
* Plugin Name: HM Query Loop
4
* Plugin URI: https://humanmade.com
5
* Description: Extends the Query Loop block with advanced controls for multiple query loops on a single page
6
- * Version: __VERSION__
+ * Version: 0.4.2
7
* Author: Human Made
8
* Author URI: https://humanmade.com
9
* License: GPL-2.0+
@@ -20,7 +20,7 @@
20
exit;
21
}
22
23
-define( 'HM_QUERY_LOOP_VERSION', '__VERSION__' );
+define( 'HM_QUERY_LOOP_VERSION', '0.4.2' );
24
define( 'HM_QUERY_LOOP_PATH', plugin_dir_path( __FILE__ ) );
25
define( 'HM_QUERY_LOOP_URL', plugin_dir_url( __FILE__ ) );
26
0 commit comments