Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-st committed Jun 21, 2021
1 parent adef5c7 commit 8d7e0fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lcp-ajax-pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: LCP Ajax Pagination
* Plugin URI: https://github.com/klemens-st/lcp-ajax-pagination
* Description: Ajax pagination add-on plugin for List Category Posts.
* Version: 0.1.2
* Version: 0.1.3
* Author: Klemens Starybrat
* Author URI: https://github.com/klemens-st
* License: GPL-3.0
Expand Down Expand Up @@ -39,7 +39,7 @@
/**
* Current plugin version.
*/
define( 'LCP_AJAX_VERSION', '0.1.2' );
define( 'LCP_AJAX_VERSION', '0.1.3' );

/**
* The core plugin class that is used to define plugin's hooks.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcp-ajax",
"version": "0.1.2",
"version": "0.1.3",
"author": "Klemens Starybrat",
"license": "GPL-3.0",
"homepage": "https://github.com/klemens-st/lcp-ajax-pagination",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: ajax, ajax-pagination, list-category-posts
Requires at least: 4.7
Tested up to: 5.7.1
Requires PHP: 5.6
Stable tag: 0.1.2
Stable tag: 0.1.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -85,6 +85,9 @@ Please note that this is an add-on plugin which requires [List Category Posts](h

== Changelog ==

= 0.1.3 =
* Updated dependencies.

= 0.1.2 =
* Fixed load more link remaining active before previous fetch is finished.

Expand Down

0 comments on commit 8d7e0fa

Please sign in to comment.