File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 10
10
* Plugin Name: LCP Ajax Pagination
11
11
* Plugin URI: https://github.com/klemens-st/lcp-ajax-pagination
12
12
* Description: Ajax pagination add-on plugin for List Category Posts.
13
- * Version: 0.1.4
13
+ * Version: 0.1.5
14
14
* Author: Klemens Starybrat
15
15
* Author URI: https://github.com/klemens-st
16
16
* License: GPL-3.0
39
39
/**
40
40
* Current plugin version.
41
41
*/
42
- define ( 'LCP_AJAX_VERSION ' , '0.1.4 ' );
42
+ define ( 'LCP_AJAX_VERSION ' , '0.1.5 ' );
43
43
44
44
/**
45
45
* The core plugin class that is used to define plugin's hooks.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lcp-ajax" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.1.5 " ,
4
4
"author" : " Klemens Starybrat" ,
5
5
"license" : " GPL-3.0" ,
6
6
"homepage" : " https://github.com/klemens-st/lcp-ajax-pagination" ,
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ Contributors: zymeth25
3
3
Donate link: https://www.paypal.com/donate?hosted_button_id=BX4TN5Z4MSX52&source=url
4
4
Tags: ajax, ajax-pagination, list-category-posts
5
5
Requires at least: 4.7
6
- Tested up to: 5.8
6
+ Tested up to: 6.1
7
7
Requires PHP: 5.6
8
- Stable tag: 0.1.4
8
+ Stable tag: 0.1.5
9
9
License: GPLv3 or later
10
10
License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
11
@@ -85,6 +85,9 @@ Please note that this is an add-on plugin which requires [List Category Posts](h
85
85
86
86
== Changelog ==
87
87
88
+ = 0.1.5 =
89
+ * Updated dependencies.
90
+
88
91
= 0.1.4 =
89
92
* Updated dependencies.
90
93
You can’t perform that action at this time.
0 commit comments