Skip to content

Commit

Permalink
Bump the version number and update readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 1, 2023
1 parent 2ce338f commit 619d9c6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
/**
* Plugin Name: Advanced Query Loop
* Description: Query loop block variations to create custom queries.
* Version: 1.0.1
* Plugin URI: https://github.com/ryanwelcher/advanced-query-loop/
* Version: 1.0.2
* Requires at least: 6.1
* Requires PHP: 7.2
* Author: Ryan Welcher
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-loop-advanced",
"version": "1.0.0",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This plugin introduces a Query Loop block variation that will empower users to be able to do much more complicated queries with the Query Loop block, such number of posts to display and post meta

### Support/Issues

Please use the either the [support](https://wordpress.org/support/plugin/advanced-query-loop/) forum or the [official repository](https://github.com/ryanwelcher/advanced-query-loop) for any questions or to log issues.

### Available Controls

#### Post Count and Offset
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: welcher
Tags: Query Loop, Custom Queries
Requires at least: 6.1
Tested up to: 6.1
Stable tag: 1.0.1
Stable tag: 1.0.2
Requires PHP: 7.2
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -13,6 +13,9 @@ A Query Loop block variation that provides controls to build more complicated qu
== Description ==
This plugin introduces a Query Loop block variation that will empower users to be able to do much more complicated queries with the Query Loop block, such number of posts to display and post meta

=== Support/Issues ===
Please use the either the [support](https://wordpress.org/support/plugin/advanced-query-loop/) forum or the [official repository](https://github.com/ryanwelcher/advanced-query-loop) for any questions or to log issues.

=== Available Controls ===

==== Post Count and Offset ====
Expand All @@ -37,3 +40,7 @@ Query items before a date, after a date or between two dates!

= 1.0.1 =
* Small fix to no longer show an empty pattern after inserting the block.

= 1.0.2 =
* Fix various PHP notices. Props to @wildworks for opening the support thread.
* Add some information to the readmes.

0 comments on commit 619d9c6

Please sign in to comment.