-
Notifications
You must be signed in to change notification settings - Fork 16
/
readme.txt
51 lines (34 loc) · 1.26 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== Jigsaw ===
Contributors: jarednova
Tags: admin, configuration
Requires at least: 3.7
Stable tag: 0.9.2
Tested up to: 5.3
PHP version: 5.3.0 or greater
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simple ways to customize your WordPress build.
== Description ==
Simple ways to make admin customizations for WordPress. You know all that brain space you saved for [memorizing hooks](http://wptavern.com/learn-three-wordpress-filters-a-day)? Use it for something better. For example, you can...
* On [GitHub](https://github.com/upstatement/jigsaw)
== Installation ==
1. Activate the plugin through the 'Plugins' menu in WordPress
== Support ==
Please use the [GitHub repo](https://github.com/upstatement/jigsaw/issues?state=open) to file bugs or questions.
== Changelog ==
= 0.9.1 =
* Automate deployment to WordPress.org with new GitHub action
= 0.9.0 =
* Allow for sorting of columns #6 (thanks @shadowshades)
= 0.8.1 =
* Updating and fixing links in readme, examples
= 0.8.0 =
* Bring the same amazing sorting functionality to user fields (thanks @arenddeboer)
= 0.7.0 =
* Allow for sorting of columns with meta fields
= 0.6.2 =
* Fixed method visibility error
= 0.6.1 =
* Fixed error in PHP 5.3
= 0.6 =
* Added column support for users