File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " curated-query-loop" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"scripts" : {
5
5
"start" : " npm run watch" ,
6
6
"watch" : " 10up-toolkit watch --port=5010 --hot" ,
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Plugin Name: Curated Query Loop
4
4
* Description: Adds a post-picker to the Query Loop block.
5
- * Version: 0.1.3
5
+ * Version: 0.1.4
6
6
* Author: Peter Sorensen, 10up
7
7
* License: GPL v2 or later
8
8
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
13
13
if ( ! defined ( 'ABSPATH ' ) ) exit ;
14
14
15
15
// Useful global constants.
16
- define ( 'CURARTED_QUERY_LOOP_VERSION ' , '0.1.2 ' );
16
+ define ( 'CURARTED_QUERY_LOOP_VERSION ' , '0.1.4 ' );
17
17
define ( 'CURARTED_QUERY_LOOP_URL ' , plugin_dir_url ( __FILE__ ) );
18
18
define ( 'CURARTED_QUERY_LOOP_PATH ' , plugin_dir_path ( __FILE__ ) );
19
19
define ( 'CURARTED_QUERY_LOOP_INC ' , CURARTED_QUERY_LOOP_PATH . 'includes/ ' );
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Tags: query loop, block
4
4
Requires at least: 6.3
5
5
Tested up to: 6.4
6
6
Requires PHP: 7.4
7
- Stable tag: 0.1.3
7
+ Stable tag: 0.1.4
8
8
License: GPLv2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
You can’t perform that action at this time.
0 commit comments