Skip to content

Commit fc0f3fb

Browse files
committed
Bump to version 1.2.2
1 parent 5bc1b3a commit fc0f3fb

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

RandomPostOnRefresh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Random Post on Refresh
44
* Description: Show a random post on every page load.
55
* Plugin URI: http://wpscholar.com/wordpress-plugins/random-post-on-refresh/
6-
* Version: 1.2.1
6+
* Version: 1.2.2
77
* Author: Micah Wood
88
* Author URI: https://wpscholar.com
99
* Requires at least: 6.4

readme.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: random post, post rotation, different post
55
Requires at least: 6.4
66
Requires PHP: 7.4
77
Tested up to: 6.8
8-
Stable tag: 1.2.1
8+
Stable tag: 1.2.2
99
License: GPLv3
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -80,6 +80,11 @@ Keep in mind that any of these attributes can be combined as needed. Example: `
8080

8181
== Changelog ==
8282

83+
= 1.2.2 =
84+
85+
* General maintenance
86+
* Allow customization of posts_per_page query arg
87+
8388
= 1.2.1 =
8489

8590
* General maintenance
@@ -119,3 +124,11 @@ Keep in mind that any of these attributes can be combined as needed. Example: `
119124

120125
* Minor bug fixes and improvements.
121126

127+
= 1.2.1 =
128+
129+
* Allow filtering of query args.
130+
131+
= 1.2.2 =
132+
133+
* Allow customization of posts_per_page query arg.
134+

0 commit comments

Comments
 (0)