-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·142 lines (98 loc) · 4.12 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
=== Mark Posts ===
Contributors: flymke, hofmannsven
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZLNTW4AA4JS2
Tags: mark, mark posts, highlight, highlight posts, status, post status, overview, post overview, featured, custom posts, featured posts, post, posts
Requires at least: 3.7
Tested up to: 4.0
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simply mark and highlight posts, pages and posts of custom post types within the posts overview.
== Description ==
Mark Posts plugin provides an easy way to mark and highlight posts, pages and posts of custom post types within the posts overview.
= Features =
* Set up marker categories and colors
* Assign marker categories to posts/pages/cpt
* View them within the posts/pages/cpt overview lists
* Quick edit, bulk edit and edit all markers
* Dashboard widget with marker overview
* Optional custom setup via filters (See [FAQ](https://wordpress.org/plugins/mark-posts/faq/))
= Languages =
* English
* German
* Hebrew
* Italian
== Installation ==
= Using The WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'Mark posts'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard
= Uploading in WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `mark-posts.zip` from your computer
4. Click 'Install Now'
5. Activate the plugin in the Plugin dashboard
= Using FTP =
1. Unzip the download package
2. Upload `mark-posts` to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
== Support ==
If you find an issue, please [raise an issue](https://github.com/flymke/mark-posts/issues/new) on GitHub.
== Frequently Asked Questions ==
= Can I set specific user roles for specific markers? =
Check the [Custom Marker Limits](https://github.com/flymke/mark-posts/wiki/Custom-Marker-Limits) wiki page for further information.
= Can I set custom parameters for the posts displayed on the dashboard? =
Check the [Custom Dashboard Queries](https://github.com/flymke/mark-posts/wiki/Custom-Dashboard-Queries) wiki page for further information.
= Can I export/import markers? =
Check the [Export & Import](https://github.com/flymke/mark-posts/wiki/Export-&-Import) wiki page for further information.
= I'm having issues getting the plugin to work what should I do? =
See [Mark Posts on Github](https://github.com/flymke/mark-posts) for detailed rundown of common issues.
= Where can I get more information and support for this plugin? =
Visit [Mark Posts on Github](https://github.com/flymke/mark-posts)
== Screenshots ==
1. Shows a screenshot of marked posts in the posts overview
2. Shows a screenshot of the options box while editing a post
3. Shows a screenshot of the quick edit box in the posts overview
4. Shows a screenshot of the Mark Posts settings screen
5. Shows a screenshot of the Mark Posts dashboard widget
== Changelog ==
= 1.1.0 =
* Add `mark_posts_dashboard_query` filter for custom dashboard stats
* Dashboard Widget is activated per default
* Code refactoring and minor fixes
* Added italian localization
= 1.0.9 =
* Bugfix for Dashboard Widget
* Added hebrew localization
= 1.0.8 =
* Introducing the new Dashboard Widget
= 1.0.7 =
* Bugs fixed:
* Update marker count if posts get deleted
* Update dashboard count to only count published posts/markers
= 1.0.6 =
* Updates:
* Better cross browser CSS rendering
* Better script enqueue
* Change `load_textdomain` to `load_plugin_textdomain`
= 1.0.5 =
* Bugfix (Sync)
= 1.0.4 =
* Add `mark_posts_marker_limit` filter for custom marker user roles
* Provide custom color palettes for markers
= 1.0.3 =
* Code refactoring
= 1.0.2 =
* Security fixes:
* Prevent direct access to files (thanks Sergej Müller for pointing it out and helping to fix)
= 1.0.1 =
* Bugs fixed:
* Update marker count if markers get deleted
* Remove duplicate quickedit dropdowns (in case of multiple custom admin columns)
* Assign default color to marker
= 1.0.0 =
* First release
== Upgrade Notice ==
No upgrade notices in here yet.