diff --git a/changelog.md b/changelog.md index c5390ba..0466564 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,19 @@ # Change log +## Version 1.0.x + +### 1.0.1 +2019-03-07 + +* Update WPListTable class to work with WP 5.1+. + +### 1.0.0 +2019-01-23 + +* Fix PHP required version. +* Update required at least (WordPress). +* Moved previous version change log to changelog.md file. + ## Version 0.x ### 0.9.1 diff --git a/readme.txt b/readme.txt index 55aaad9..6fd8869 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Rundiz PostOrder === Contributors: okvee Tags: posts, order, sort, re-arrange, re arrange, rearrange, re_arrange, sortable, sort posts, order posts -Tested up to: 5.9 +Tested up to: 6.1 Stable tag: 1.0.3 License: MIT License URI: https://opensource.org/licenses/MIT @@ -93,15 +93,3 @@ Please note that to hook into this filter in the theme some times it might not w 2021-12-14 * Update WPListTable class based on WordPress 5.8.2. - -= 1.0.1 = -2019-03-07 - -* Update WPListTable class to work with WP 5.1+. - -= 1.0 = -2019-01-23 - -* Fix PHP required version. -* Update required at least (WordPress). -* Moved previous version change log to changelog.md file. \ No newline at end of file