Skip to content

Commit

Permalink
bump version, add props
Browse files Browse the repository at this point in the history
  • Loading branch information
psorensen committed Mar 13, 2024
1 parent 506faa8 commit 797283e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Curated Query Loop
* Description: Adds a post-picker to the Query Loop block.
* Version: 0.1.1
* Version: 0.1.2
* Author: Peter Sorensen, 10up
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -13,7 +13,7 @@
if ( ! defined( 'ABSPATH' ) ) exit;

// Useful global constants.
define( 'CURARTED_QUERY_LOOP_VERSION', '0.1.0' );
define( 'CURARTED_QUERY_LOOP_VERSION', '0.1.2' );
define( 'CURARTED_QUERY_LOOP_URL', plugin_dir_url( __FILE__ ) );
define( 'CURARTED_QUERY_LOOP_PATH', plugin_dir_path( __FILE__ ) );
define( 'CURARTED_QUERY_LOOP_INC', CURARTED_QUERY_LOOP_PATH . 'includes/' );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Curated Query Loop ===
Contributors: psorensen
Contributors: psorensen, s3rgiosan
Tags: query loop, block
Requires at least: 6.3
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 0.1.1
Stable tag: 0.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 797283e

Please sign in to comment.