PluginProbe
Stream – Activity Log & Audit Trail / 3.2.2
Stream – Activity Log & Audit Trail v3.2.2
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
stream / readme.txt

readme.txt in Stream – Activity Log & Audit Trail 3.2.2, at readme.txt

596 lines 43.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Stream ===
2 Contributors: lukecarbis, fjarrett, stream, xwp
3 Tags: wp stream, stream, activity, logs, track
4 Requires at least: 3.9
5 Tested up to: 4.8.1
6 Stable tag: 3.2.2
7 License: GPLv2 or later
8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
10 Planes have a black box, WordPress has Stream. When something goes wrong, you need to know how it happened.
11
12 == Description ==
13
14 With Stream, you're never left in the dark about WordPress Admin activity.
15
16 Every logged-in user action is displayed in an activity stream and organized for easy filtering by User, Role, Context, Action or IP address.
17
18 For advanced users, Stream also supports a Multisite view of all activity records on your network, the ability to set exclude rules to ignore certain kinds of user activity, and a WP‑CLI command for querying records.
19
20 Stream is perfect for keeping tabs on your clients. When something breaks, Stream is there to help. See what changed and who changed it.
21
22 **Built-In Tracking Integrations For Popular Plugins:**
23
24 * Advanced Custom Fields
25 * bbPress
26 * BuddyPress
27 * Easy Digital Downloads
28 * Gravity Forms
29 * Jetpack
30 * User Switching
31 * WooCommerce
32 * WordPress SEO by Yoast
33
34 **Built-In Tracking For Core Actions:**
35
36 * Posts
37 * Pages
38 * Custom Post Types
39 * Users
40 * Themes
41 * Plugins
42 * Tags
43 * Categories
44 * Custom Taxonomies
45 * Settings
46 * Custom Backgrounds
47 * Custom Headers
48 * Menus
49 * Media Library
50 * Widgets
51 * Comments
52 * Theme Editor
53 * WordPress Core Updates
54
55 **Other Noteworthy Features:**
56
57 * Multisite view of all activity records on a network
58 * Limit who can view user activity records by user role
59 * Set exclude rules to ignore certain kinds of user activity
60 * Live updates of user activity records in the Stream
61 * Export your Activity Stream as a CSV or JSON file
62 * WP-CLI command for querying records
63
64 **See room for improvement?**
65
66 Great! There are several ways you can get involved to help make Stream better:
67
68 1. **Report Bugs:** If you find a bug, error or other problem, please report it! You can do this by [creating a new topic](https://wordpress.org/support/plugin/stream) in the plugin forum. Once a developer can verify the bug by reproducing it, they will create an official bug report in GitHub where the bug will be worked on.
69 2. **Suggest New Features:** Have an awesome idea? Please share it! Simply [create a new topic](https://wordpress.org/support/plugin/stream) in the plugin forum to express your thoughts on why the feature should be included and get a discussion going around your idea.
70 3. **Issue Pull Requests:** If you're a developer, the easiest way to get involved is to help out on [issues already reported](https://github.com/x-team/wp-stream/issues) in GitHub. Be sure to check out the [contributing guide](https://github.com/x-team/wp-stream/blob/master/contributing.md) for developers.
71
72 Thank you for wanting to make Stream better for everyone!
73
74 == Screenshots ==
75
76 1. Every logged-in user action is displayed in an activity stream and organized for easy filtering and searching.
77 2. Enable live updates in Screen Options to watch your site activity appear in near real-time.
78 3. Create rules for excluding certain kinds of records from appearing in Stream.
79
80 == Changelog ==
81
82 = 3.2.2 - September 13, 2017 =
83
84 * Fix: Prevent fatal error when attempting to store an Object in the database.
85
86 = 3.2.1 - September 8, 2017 =
87
88 * New: Support for the ACF Options page. ([#931](https://github.com/xwp/stream/pull/931))
89 * New: Added minimal composer file. ([#932](https://github.com/xwp/stream/pull/932)
90 * Tweak: Remove dependence on serializing functions. ([#939](https://github.com/xwp/stream/pull/939))
91 * Tweak: Add wp_stream_is_record_excluded filter. ([#921](https://github.com/xwp/stream/pull/921))
92 * Fix: Readme spelling fixes (localised [sic] for en_US). ([#928](https://github.com/xwp/stream/pull/928))
93 * Fix: Undefined index ID issue when trashing post with customize-posts. ([#936](https://github.com/xwp/stream/pull/936))
94 * Fix: Stream fails to install properly (sometimes) due to database error. ([#934](https://github.com/xwp/stream/pull/934))
95
96 = 3.2.0 - March 15, 2017 =
97
98 * New: Stream now support alternate Database Drivers. ([#889](https://github.com/xwp/stream/pull/889))
99 * Fix: Exclude dropdown menus ([e5c8677](https://github.com/xwp/stream/commit/e5c8677), [3626ba8](https://github.com/xwp/stream/commit/3626ba8), [e923a92](https://github.com/xwp/stream/commit/e923a92))
100 * Fix: Prevent loading of connectors on frontend ([ed3a635](https://github.com/xwp/stream/commit/ed3a635))
101 * Fix: Customizer performance issue ([#898](https://github.com/xwp/stream/pull/898))
102 * Fix: Various Network Admin bugs ([#899](https://github.com/xwp/stream/pull/899))
103 * Tweak: Codeclimate & Editorconfig support ([#896](https://github.com/xwp/stream/pull/896))
104 * Tweak: Better DB migration support ([#905](https://github.com/xwp/stream/pull/905))
105
106 = 3.1.1 - October 31, 2016 =
107
108 * Fix: Hotfix for Error Updating Stream DB.
109
110 = 3.1 - October 31, 2016 =
111
112 * New: Stream Alerts is here! Get notified when something happens in your WP-Admin, so that you don't miss a thing. ([#844](https://github.com/xwp/stream/pull/844))
113 * Tweak: Better support for the latest version of Yoast SEO ([#838](https://github.com/xwp/stream/pull/838))
114 * Tweak: Better support for the latest version of WooCommerce ([#851](https://github.com/xwp/stream/pull/851)[#864](https://github.com/xwp/stream/pull/864))
115 * Tweak: Better taxonomy labeling ([#859](https://github.com/xwp/stream/pull/859))
116 * Fix: Fatal error caused by conflict with Yoast SEO ([#879](https://github.com/xwp/stream/pull/879))
117 * Fix: Activating Stream through WP CLI now works ([#880](https://github.com/xwp/stream/pull/880))
118 * Fix: Custom roles track properly ([#836](https://github.com/xwp/stream/pull/836))
119
120 Props [@chacha](https://github.com/chacha), [@lukecarbis](https://github.com/lukecarbis), [@johnbillion](https://github.com/johnbillion), [@rheinardkorf](https://github.com/rheinardkorf), [@frozzare](https://github.com/frozzare), [@johnregan3](https://github.com/johnregan3), [@jacobschweitzer](https://github.com/jacobschweitzer), [@wrongware](https://github.com/wrongware)
121
122 = 3.0.7 - June 14, 2016 =
123
124 * Tweak: Use get_sites instead of wp_get_sites when available ([#856](https://github.com/xwp/stream/pull/856))
125 * Tweak: More stable record actions (like exporting) ([71e6ac1](https://github.com/xwp/stream/commit/71e6ac1ff66e4415909c7ae29b243733a1fd209d))
126 * Tweak: Better multisite support ([cfab041](https://github.com/xwp/stream/commit/cfab0413e67b83d969bd6612c895ecdb05dbfce4))
127 * Fix: Exclude rule settings have been restored and enhanced ([#855](https://github.com/xwp/stream/pull/855))
128 * Fix: Loading users via ajax ([#854](https://github.com/xwp/stream/pull/854))
129 * Fix: Use the correct label for events relating to taxonomies which are registered late ([#859](https://github.com/xwp/stream/pull/859))
130
131 Props [@chacha](https://github.com/chacha), [@lukecarbis](https://github.com/lukecarbis), Eugene Kireev, [@johnbillion](https://github.com/johnbillion)
132
133 = 3.0.6 - May 31, 2016 =
134
135 * New: Better support for default themes ([#831](https://github.com/xwp/stream/pull/831))
136 * New: Upgrade filter menus to Select2 4 ([c3f6c65](https://github.com/xwp/stream/commit/c3f6c65c1bd95cebb26da7f00a720050a9144586))
137 * Fix: Security Fixes
138 * Fix: Cron for purging old records has been fixed ([#843](https://github.com/xwp/stream/pull/843))
139 * Fix: Better at storing records for Super Admins ([#835](https://github.com/xwp/stream/pull/835))
140 * Fix: Allow Super Admins to be ignored and filtered ([#835](https://github.com/xwp/stream/pull/835))
141
142 Props [@chacha](https://github.com/chacha), [@lukecarbis](https://github.com/lukecarbis), [@marcin-lawrowski](https://github.com/marcin-lawrowski)
143
144 = 3.0.5 - March 15, 2016 =
145
146 * New: Export your Stream records as CSV or JSON. ([#823](https://github.com/xwp/stream/pull/823))
147 * Tweak: More mobile responsive list table ([#810](https://github.com/xwp/stream/pull/810))
148 * Tweak: Better Javascript conflict prevention ([#812](https://github.com/xwp/stream/pull/812))
149 * Tweak: Minor styling updates. It's about attention to detail. ([#826](https://github.com/xwp/stream/pull/826))
150 * Fix: Gravity Forms error when adding a note ([#811](https://github.com/xwp/stream/pull/811))
151 * Fix: In some instances, custom roles weren't being logged by Stream ([#824](https://github.com/xwp/stream/pull/824))
152 * Fix: The Customizer fix you've been waiting for! Stream now properly records changes made from the Customizer. ([#827](https://github.com/xwp/stream/pull/827))
153
154 Props [@chacha](https://github.com/chacha), [@lukecarbis](https://github.com/lukecarbis), [@Stayallive](https://github.com/Stayallive), [@barryceelen](https://github.com/barryceelen), Jonathan Desrosiers, [@marcin-lawrowski](https://github.com/marcin-lawrowski)
155
156 = 3.0.4 - November 27, 2015 =
157
158 * Tweak: Better descriptions when a post changes status ([0eada10](https://github.com/xwp/stream/commit/0eada108b443ed3b6f9bdae3f1e4c87c77128a0a))
159 * Fix: Stream no longer crashes every time it tries to use a Jetpack ([#798](https://github.com/xwp/stream/pull/798))
160 * Fix: You may now actually choose an item from the filter dropdown menus, instead of having everything greyed out ([#800](https://github.com/xwp/stream/pull/800))
161 * Fix: Logging in / out of a Multisite install is now possible ([#801](https://github.com/xwp/stream/pull/801))
162 * Fix: The Settings connector now works with WP CLI ([78a56b2](https://github.com/xwp/stream/commit/78a56b2c6b33b4f41c7b4f1f256a4d03ad42b2cb))
163
164 Props [@lukecarbis](https://github.com/lukecarbis)
165
166 = 3.0.3 - November 6, 2015 =
167
168 * Tweak: Better compatibility with upcoming WordPress 4.4 ([2b2493c](https://github.com/xwp/stream/commit/2b2493ccb3ef6cba5aeb773433fdb5f0d414e8f3))
169 * Tweak: Minor security improvements
170 * Fix: New and improved Gravity Forms connector, works much better ([#780](https://github.com/xwp/stream/pull/780)) (thanks [Rob](https://github.com/rob)!)
171 * Fix: Stream no longer explodes on < PHP 5.3, when trying to tell you that it explodes on < PHP 5.3 ([#781](https://github.com/xwp/stream/pull/781))
172 * Fix: Fixed a smal typo ([62455c5](https://github.com/xwp/stream/commit/62455c518b95ddaf5e6c6c0733e7d03e5aa1311c))
173 * Fix: Multiple Multisite Mistakes Mended ([#788](https://github.com/xwp/stream/pull/788))
174 * Fix: Internet Explorer 8 fix!! IE8!? Come on, people, it's 2015. ([#789](https://github.com/xwp/stream/pull/789))
175 * Fix: EDD connector bug ([#790](https://github.com/xwp/stream/pull/790))
176
177 Props [@lukecarbis](https://github.com/lukecarbis), [@rob](https://github.com/rob), [greguly](https://github.com/greguly)
178
179 = 3.0.2 - October 2, 2015 =
180
181 * Tweak: Helper function for running Stream queries added ([#774](https://github.com/xwp/stream/pull/774))
182 * Tweak: Migration dialog removed ([76e809f](https://github.com/xwp/stream/commit/76e809f9abb3dd691b755cf943b50a76a3ffb488))
183 * Tweak: Better handling of draft saving and auto-saving ([#775](https://github.com/xwp/stream/pull/775))
184 * Tweak: Records page title size now matches other admin pages ([afcced8](https://github.com/xwp/stream/commit/afcced8b590e047e8adfe6ae79483a7436c849f4))
185 * Fix: Database update dialog is now displayed correctly ([#773](https://github.com/xwp/stream/pull/773))
186 * Fix: The record's connector was being incorrectly stored as the connector name ([#773](https://github.com/xwp/stream/pull/773))
187 * Fix: Record action links are back ([#773](https://github.com/xwp/stream/pull/773))
188 * Fix: Jetpack is now able to connect without error while Stream is active ([#768](https://github.com/xwp/stream/pull/768))
189 * Fix: Reset Filters text no longer wraps to a second line ([#765](https://github.com/xwp/stream/pull/765))
190
191 Props [@lukecarbis](https://github.com/lukecarbis), Props [@sirjonathan](https://github.com/sirjonathan)
192
193 = 3.0.1 - September 2, 2015 =
194
195 * New: Stream and [User Switching](https://wordpress.org/plugins/user-switching/) are now besties ([#744](https://github.com/xwp/stream/pull/744))
196 * New: You can now choose to keep your records indefinitely (probably not a good idea) ([#748](https://github.com/xwp/stream/pull/748))
197 * Tweak: We're now using local styles for our datepicker, instead of loading them externally ([#751](https://github.com/xwp/stream/pull/751))
198 * Fix: Updating from version 1.4.9 no longer breaks your records ([#749](https://github.com/xwp/stream/pull/749))
199 * Fix: Stream now works with custom wp-content folder locations ([#745](https://github.com/xwp/stream/pull/745))
200 * Fix: Live updates work again ([#739](https://github.com/xwp/stream/pull/739))
201
202 Props [@lukecarbis](https://github.com/lukecarbis), [@johnbillion](https://github.com/johnbillion), [@rob](https://github.com/rob)
203
204 = 3.0.0 - August 25, 2015 =
205
206 * New: Activity logs are now stored locally in WordPress. No data is sent externally and no registration required.
207 * New: Migration process for Stream 2 users to move records out of the cloud, and into your local database.
208 * New: Various measures and database schema changes to improve Stream's performance.
209 * Removed: Notifications and Reports have been removed to be reworked for an upcoming release.
210
211 Props [@fjarrett](https://github.com/fjarrett), [@lukecarbis](https://github.com/lukecarbis)
212
213 = 2.0.5 - April 23, 2015 =
214
215 * Tweak: Compatibility with split terms introduced in WordPress 4.2 ([#702](https://github.com/wp-stream/stream/issues/702))
216 * Tweak: Add support for future and pending post transitions ([#716](https://github.com/wp-stream/stream/pull/716))
217 * Tweak: Match new default admin colors introduced in WordPress 4.2 ([#718](https://github.com/wp-stream/stream/pull/718))
218 * Fix: Compatibility issues with WP-Cron Control plugin and system crons ([#715](https://github.com/wp-stream/stream/issues/715))
219 * Fix: Broken date range filter on Reports screen ([#717](https://github.com/wp-stream/stream/pull/717))
220
221 Props [@fjarrett](https://github.com/fjarrett)
222
223 = 2.0.4 - April 16, 2015 =
224
225 * New: Add reset button to reset search filters ([#144](https://github.com/wp-stream/stream/issues/144))
226 * Tweak: WP-CLI command output improvements via `--format` option for table view, JSON and CSV ([#705](https://github.com/wp-stream/stream/pull/705))
227 * Tweak: Add link to https://wp-stream.com in README ([#709](https://github.com/wp-stream/stream/issues/709))
228 * Tweak: Better highlighting on multiple live update rows
229 * Tweak: Limit custom range datepickers based on the Stream plan type
230 * Tweak: Limit legacy record migrations based on the Stream plan type
231 * Fix: Allow properties with values of zero to be included in queries ([#698](https://github.com/wp-stream/stream/issues/698))
232 * Fix: Properly return record success/failure in log and store methods ([#711](https://github.com/wp-stream/stream/issues/711))
233
234 Props [@fjarrett](https://github.com/fjarrett), [@szepeviktor](https://github.com/szepeviktor)
235
236 = 2.0.3 - January 23, 2015 =
237
238 * New: WP-CLI command now available for querying records via the command line ([#499](https://github.com/wp-stream/stream/issues/499))
239 * Tweak: Silently disable Stream during content import ([#672](https://github.com/wp-stream/stream/issues/672))
240 * Tweak: Search results now ordered by date instead of relevance ([#689](https://github.com/wp-stream/stream/issues/689))
241 * Fix: Handle boolean values appropriately during wp_stream_log_data filter ([#680](https://github.com/wp-stream/stream/issues/680))
242 * Fix: Hook into external class load methods on init rather than plugins_loaded ([#686](https://github.com/wp-stream/stream/issues/686))
243 * Fix: N/A user not working in exclude rules ([#688](https://github.com/wp-stream/stream/issues/688))
244 * Fix: Prevent Notification Rule meta from being saved to all post types ([#693](https://github.com/wp-stream/stream/issues/693))
245 * Fix: PHP warning shown for some users when deleting plugins ([#695](https://github.com/wp-stream/stream/issues/695))
246
247 Props [@fjarrett](https://github.com/fjarrett)
248
249 = 2.0.2 - January 15, 2015 =
250
251 * New: Full record backtrace now available to developers for debugging ([#467](https://github.com/wp-stream/stream/issues/467))
252 * New: Unread count badge added to Stream menu, opt-out available in User Profile ([#588](https://github.com/wp-stream/stream/issues/588))
253 * New: Stream connector to track Stream-specific contexts and actions ([#622](https://github.com/wp-stream/stream/issues/622))
254 * Tweak: Inherit role access from Stream Settings for Notifications and Reports ([#641](https://github.com/wp-stream/stream/issues/641))
255 * Tweak: Opt-in required for Akismet tracking ([#649](https://github.com/wp-stream/stream/issues/649))
256 * Tweak: Ignore comments deleted when deleting parent post ([#652](https://github.com/wp-stream/stream/issues/652))
257 * Tweak: Opt-in required for comment flood tracking ([#656](https://github.com/wp-stream/stream/issues/656))
258 * Tweak: Opt-in required for WP Cron tracking ([#673](https://github.com/wp-stream/stream/issues/673))
259 * Fix: Post revision action link pointing to wrong revision ID ([#585](https://github.com/wp-stream/stream/issues/585))
260 * Fix: PHP warnings caused by Menu connector ([#663](https://github.com/wp-stream/stream/issues/663))
261 * Fix: Non-static method called statically in WPSEO connector ([#668](https://github.com/wp-stream/stream/issues/668))
262 * Fix: Prevent live updates from tampering with filtered results ([#675](https://github.com/wp-stream/stream/issues/675))
263
264 Props [@fjarrett](https://github.com/fjarrett), [@lukecarbis](https://github.com/lukecarbis), [@shadyvb](https://github.com/shadyvb), [@jonathanbardo](https://github.com/jonathanbardo), [@westonruter](https://github.com/westonruter)
265
266 = 2.0.1 - September 30, 2014 =
267
268 * Tweak: Improved localization strings throughout the plugin ([#644](https://github.com/wp-stream/stream/pull/644))
269 * Tweak: Improved tooltip text explaining WP.com sign in
270 * Fix: ACF Pro doesn't save custom field values when Stream enabled ([#642](https://github.com/wp-stream/stream/issues/642))
271
272 Props [@lukecarbis](https://github.com/lukecarbis), [@fjarrett](https://github.com/fjarrett)
273
274 = 2.0.0 - September 27, 2014 =
275
276 * All activity is now stored only in the cloud over SSL, local MySQL storage dependence is over!
277 * Connector and Context have merged in the UI, now just called Contexts
278 * The Exclude Rules UI has been completely revamped
279 * Notifications and Reports are now conveniently built into Stream for Pro subscribers
280 * Connectors for tracking other popular plugins are now built into Stream, like BuddyPress, Jetpack, Gravity Forms, and more...
281 * You create an account for Stream simply by signing in with your WordPress.com ID
282
283 **NOTE:** Multisite view of all activity records in the Network Admin has been removed in this release. If you require this feature, please do not update Stream until version 2.1.0 is released.
284
285 Props [@fjarrett](https://github.com/fjarrett), [@lukecarbis](https://github.com/lukecarbis), [@shadyvb](https://github.com/shadyvb), [@chacha](https://github.com/chacha), [@jonathanbardo](https://github.com/jonathanbardo), [@bordoni](https://github.com/bordoni), [@dero](https://github.com/dero), [@jeffmatson](https://github.com/jeffmatson), [@stipsan](https://github.com/stipsan), [@c3mdigital](https://github.com/c3mdigital), [@adamsilverstein](https://github.com/adamsilverstein), [@westonruter](https://github.com/westonruter), [@japh](https://github.com/japh), [@solace](https://github.com/solace), [@johnbillion](https://github.com/johnbillion)
286
287 = 1.4.9 - July 23, 2014 =
288
289 * Fix: Revert delayed log mechanism for post transition ([#585](https://github.com/x-team/wp-stream/issues/585))
290 * Fix: Revert usage of get_taxonomy() ([#586](https://github.com/x-team/wp-stream/pull/586))
291 * Fix: Notices not firing on correct action ([#589](https://github.com/x-team/wp-stream/issues/589))
292
293 Props [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
294
295 = 1.4.8 - July 18, 2014 =
296
297 * New: Greatly improved widget tracking, including changes performed in Customizer ([#391](https://github.com/x-team/wp-stream/pull/391))
298 * New: Now tracking when Akismet automatically marks comments as spam ([#587](https://github.com/x-team/wp-stream/pull/587))
299 * Tweak: Log WP-CLI details to Stream author meta ([#470](https://github.com/x-team/wp-stream/issues/470))
300 * Tweak: Track changes to options more deeply ([#573](https://github.com/x-team/wp-stream/pull/573))
301 * Fix: Labels not seen for CPT registered on init with default priority ([#565](https://github.com/x-team/wp-stream/issues/565))
302 * Fix: Stream menu appearing in Network menu when not network activated ([#582](https://github.com/x-team/wp-stream/issues/582))
303 * Fix: Post Revision ID associated to record is not the most recent one ([#585](https://github.com/x-team/wp-stream/issues/585))
304 * Fix: Incorrect action label for comment throttling ([#591](https://github.com/x-team/wp-stream/issues/591))
305
306 Props [@westonruter](https://github.com/westonruter), [@fjarrett](https://github.com/fjarrett), [@shadyvb](https://github.com/shadyvb), [@lukecarbis](https://github.com/lukecarbis), [@chacha](https://github.com/chacha)
307
308 = 1.4.7 - June 27, 2014 =
309
310 * New: Comment Type support added to the Comments connector ([#558](https://github.com/x-team/wp-stream/issues/558))
311 * Fix: Datepicker opens again with each paged view ([#568](https://github.com/x-team/wp-stream/issues/568))
312 * Fix: PHP warning when deleting network users ([#579](https://github.com/x-team/wp-stream/issues/579))
313 * Fix: Track user count setting changes ([#583](https://github.com/x-team/wp-stream/issues/583))
314 * Fix: .po and .pot files out-of-date for translators ([#584](https://github.com/x-team/wp-stream/issues/584))
315
316 Props [@lukecarbis](https://github.com/lukecarbis), [@fjarrett](https://github.com/fjarrett), [@bordoni](https://github.com/bordoni), [@shadyvb](https://github.com/shadyvb)
317
318 = 1.4.6 - May 30, 2014 =
319
320 * Tweak: Actions provided for trashed posts are irrelevant ([#523](https://github.com/x-team/wp-stream/issues/523))
321 * Tweak: Use core language pack translations where possible ([#534](https://github.com/x-team/wp-stream/issues/534))
322 * Tweak: Consolidate show filter and show column screen options ([#542](https://github.com/x-team/wp-stream/issues/542))
323 * Tweak: Stop tracking failed login attempts ([#547](https://github.com/x-team/wp-stream/issues/547))
324 * Tweak: Remove all uses of extract() from Stream ([#556](https://github.com/x-team/wp-stream/issues/556))
325 * Fix: Excluding roles is not handled properly ([#527](https://github.com/x-team/wp-stream/issues/527))
326 * Fix: Stream runs install routine twice ([#528](https://github.com/x-team/wp-stream/issues/528))
327 * Fix: Widget records show sidebar slug instead of label ([#531](https://github.com/x-team/wp-stream/issues/531))
328 * Fix: Fatal error when PHP version is less than 5.3 ([#538](https://github.com/x-team/wp-stream/issues/538))
329 * Fix: Cannot exclude Custom Background context ([#543](https://github.com/x-team/wp-stream/issues/543))
330 * Fix: Conflict with Jetpack body class in WP Admin ([#545](https://github.com/x-team/wp-stream/issues/545))
331 * Fix: Stream settings exclude error for big wp_users table ([#551](https://github.com/x-team/wp-stream/issues/551))
332
333 Props [@fjarrett](https://github.com/fjarrett), [@lukecarbis](https://github.com/lukecarbis), [@shadyvb](https://github.com/shadyvb), [@barryceelen](https://github.com/barryceelen), [@japh](https://github.com/japh)
334
335 = 1.4.5 - May 15, 2014 =
336
337 * New: Lightweight frontend indicator for sites using Stream ([#507](https://github.com/x-team/wp-stream/issues/507))
338 * Tweak: Add filterable method for excluded comment types ([#487](https://github.com/x-team/wp-stream/issues/487))
339 * Tweak: Rename "ID" column label to "Record ID" ([#490](https://github.com/x-team/wp-stream/issues/490))
340 * Tweak: One admin notice for any missing DB tables ([#506](https://github.com/x-team/wp-stream/pull/506))
341 * Fix: Custom authentication schemes not tracking user logins correctly ([#434](https://github.com/x-team/wp-stream/issues/434))
342 * Fix: Taxonomy connector conflicts with Edit Flow plugin ([#498](https://github.com/x-team/wp-stream/issues/498))
343 * Fix: Switching user is incorrectly tracked ([#501](https://github.com/x-team/wp-stream/issues/501))
344 * Fix: Extension activation links broken when plugin folders are renamed ([#502](https://github.com/x-team/wp-stream/issues/502))
345 * Fix: Author info showing up incorrectly ([#505](https://github.com/x-team/wp-stream/issues/505))
346 * Fix: Incompatibility with multi-server environments ([#517](https://github.com/x-team/wp-stream/issues/517))
347 * Fix: Warnings seen when Show Avatars is disabled ([#518](https://github.com/x-team/wp-stream/issues/518))
348 * Fix: Notices for non-existent extension data after timeout ([#529](https://github.com/x-team/wp-stream/pull/529))
349
350 Props [@fjarrett](https://github.com/fjarrett), [@shadyvb](https://github.com/shadyvb), [@lukecarbis](https://github.com/lukecarbis), [@japh](https://github.com/japh)
351
352 = 1.4.4 - May 6, 2014 =
353
354 * New: Admin pointers to highlight when new admin screens are introduced ([#466](https://github.com/x-team/wp-stream/issues/466))
355 * Tweak: Filter introduced to allow the Stream admin menu position to be changed ([#99](https://github.com/x-team/wp-stream/issues/99))
356 * Tweak: Provide option label for records that show when the Stream database has updated ([#444](https://github.com/x-team/wp-stream/pull/444))
357 * Tweak: Better handling of authors in the list table ([#448](https://github.com/x-team/wp-stream/pull/448))
358 * Tweak: Way for developers to set their Stream Extensions affiliate ID on links from the Extensions screen ([#482](https://github.com/x-team/wp-stream/issues/482))
359 * Fix: Extensions screen CSS bug in Firefox ([#464](https://github.com/x-team/wp-stream/issues/464))
360 * Fix: Error when installing extensions from the Network Admin ([#491](https://github.com/x-team/wp-stream/issues/491))
361 * Fix: Undefined notice in admin.php ([#468](https://github.com/x-team/wp-stream/issues/468))
362
363 Props [@westonruter](https://github.com/westonruter), [@fjarrett](https://github.com/fjarrett), [@japh](https://github.com/japh), [@lukecarbis](https://github.com/lukecarbis), [@jonathanbardo](https://github.com/jonathanbardo), [@bordoni](https://github.com/bordoni)
364
365 = 1.4.3 - April 26, 2014 =
366
367 * New: Introducing the Stream Extensions screen! ([#396](https://github.com/x-team/wp-stream/issues/396))
368
369 Props [@jonathanbardo](https://github.com/jonathanbardo), [@lukecarbis](https://github.com/lukecarbis), [@shadyvb](https://github.com/shadyvb), [@c3mdigital](https://github.com/c3mdigital), [@fjarrett](https://github.com/fjarrett)
370
371 = 1.4.2 - April 24, 2014 =
372
373 * Fix: Update Database button redirecting to previous screen ([#443](https://github.com/x-team/wp-stream/issues/443))
374 * Fix: Update routine hotfix that was causing records to disappear ([#447](https://github.com/x-team/wp-stream/issues/447))
375
376 Props [@jonathanbardo](https://github.com/jonathanbardo), [@lukecarbis](https://github.com/lukecarbis), [@westonruter](https://github.com/westonruter), [@fjarrett](https://github.com/fjarrett)
377
378 = 1.4.1 - April 24, 2014 =
379
380 * Fix: Scripts and styles not using Stream version number ([#440](https://github.com/x-team/wp-stream/issues/440))
381 * Fix: WP-CLI incorrectly referenced in records ([#441](https://github.com/x-team/wp-stream/issues/441))
382
383 Props [@westonruter](https://github.com/westonruter), [@fjarrett](https://github.com/fjarrett)
384
385 = 1.4.0 - April 24, 2014 =
386
387 * New: Multisite is now fully supported, activate Stream network-wide ([#65](https://github.com/x-team/wp-stream/issues/65))
388 * New: Separate API for handling DB update routines ([#379](https://github.com/x-team/wp-stream/issues/379))
389 * New: WP-CLI compatibility, Stream now tracks changes made via WP-CLI ([#423](https://github.com/x-team/wp-stream/issues/423))
390 * Tweak: Deprecate functions and hooks in favor of consistent naming conventions ([#267](https://github.com/x-team/wp-stream/issues/267))
391 * Tweak: Use icon link instead of clicking the summary to filter by object ID ([#380](https://github.com/x-team/wp-stream/issues/380))
392 * Tweak: Save additional author meta for better records ([#389](https://github.com/x-team/wp-stream/issues/389))
393 * Tweak: More compact search filters for smaller screens ([#403](https://github.com/x-team/wp-stream/issues/403))
394 * Fix: Fix AJAX loading of authors in dropdown filters ([#49](https://github.com/x-team/wp-stream/issues/49))
395 * Fix: Custom capability conflict with W3 Total Cache plugin ([#296](https://github.com/x-team/wp-stream/issues/296))
396 * Fix: Live updates remove last item in activity table ([#386](https://github.com/x-team/wp-stream/issues/386))
397 * Fix: Live updates screen option checkbox not persisting ([#392](https://github.com/x-team/wp-stream/issues/392))
398 * Fix: IP validator not respecting zero ([#394](https://github.com/x-team/wp-stream/issues/394))
399 * Fix: Non-Administrator users seeing errors in Settings records ([#406](https://github.com/x-team/wp-stream/issues/406))
400 * Fix: Uninstall confirmation message doesn't display ([#411](https://github.com/x-team/wp-stream/issues/411))
401 * Fix: TTL purge schedule is never setup ([#412](https://github.com/x-team/wp-stream/issues/412))
402 * Fix: NextGen compability issue ([#416](https://github.com/x-team/wp-stream/issues/416))
403 * Fix: Stream Feeds Key not being automatically generated ([#420](https://github.com/x-team/wp-stream/issues/420))
404
405 Props [@fjarrett](https://github.com/fjarrett), [@lukecarbis](https://github.com/lukecarbis), [@c3mdigital](https://github.com/c3mdigital), [@westonruter](https://github.com/westonruter), [@shadyvb](https://github.com/shadyvb), [@powelski](https://github.com/powelski), [@johnregan3](https://github.com/johnregan3), [@jonathanbardo](https://github.com/jonathanbardo), [@desaiuditd](https://github.com/desaiuditd)
406
407 = 1.3.1 - April 3, 2014 =
408
409 * New: Theme Editor connector for tracking changes made to theme files ([#313](https://github.com/x-team/wp-stream/issues/313))
410 * New: Additional screen options to show/hide only the filters you care about ([#329](https://github.com/x-team/wp-stream/issues/329))
411 * New: Visibility option in Exclude settings to hide past records from view ([#355](https://github.com/x-team/wp-stream/issues/355))
412 * New: Stream Activity dashboard widget now supports live updates ([#356](https://github.com/x-team/wp-stream/issues/356))
413 * New: Hover authors to reveal a tooltip with helpful user meta ([#338](https://github.com/x-team/wp-stream/issues/338))
414 * New: Hover roles to reveal a tooltip with the number of authors assigned to that role ([#377](https://github.com/x-team/wp-stream/issues/377))
415 * Tweak: Future dates now disabled in Start date field datepicker ([#334](https://github.com/x-team/wp-stream/issues/334))
416 * Tweak: Now showing user Gravatars in Exclude Authors & Roles settings field ([#333](https://github.com/x-team/wp-stream/issues/333))
417 * Tweak: ID column is now hidden by default in Screen Options ([#348](https://github.com/x-team/wp-stream/issues/348))
418 * Tweak: Widget updated summary message improvement ([8818976](https://github.com/x-team/wp-stream/commit/88189761d4a8836038e8d9ec348096a0aab3072d))
419 * Fix: Autocomplete not working correctly in Exclude IP Addresses settings field ([#335](https://github.com/x-team/wp-stream/issues/335))
420 * Fix: Reset Stream Database link not clearing everything in all cases ([#347](https://github.com/x-team/wp-stream/issues/347))
421 * Fix: PHP 5.3.3 compatibility issue with filter constant ([#351](https://github.com/x-team/wp-stream/issues/351))
422 * Fix: Predefined date range intervals not honoring the site timezone setting ([#353](https://github.com/x-team/wp-stream/issues/353))
423 * Fix: wpdb::prepare() notice appearing in WordPress 3.9 ([#354](https://github.com/x-team/wp-stream/issues/354))
424 * Fix: Invalid argument warning thrown on fresh installations of WordPress ([#358](https://github.com/x-team/wp-stream/issues/358))
425 * Fix: Record TTL purge not functioning correctly ([#371](https://github.com/x-team/wp-stream/issues/371))
426 * Fix: Small CSS bug in jQuery UI datepicker skins ([04c80af](https://github.com/x-team/wp-stream/commit/04c80afa99486086612be9f6ad83148dfbbe533a))
427
428 Props [@powelski](https://github.com/powelski), [@fjarrett](https://github.com/fjarrett), [@jonathanbardo](https://github.com/jonathanbardo), [@faishal](https://github.com/faishal), [@desaiuditd](https://github.com/desaiuditd), [@lukecarbis](https://github.com/lukecarbis), [@johnregan3](https://github.com/johnregan3), [@Powdered-Toast-Man](https://github.com/Powdered-Toast-Man)
429
430 = 1.3.0 - March 12, 2014 =
431
432 * New: Exclude tab in Settings to prevent specific types of activity from being tracked ([#251](https://github.com/x-team/wp-stream/issues/251))
433 * New: Now logging Custom Background and Custom Header changes ([#309](https://github.com/x-team/wp-stream/issues/309))
434 * New: Predefined date intervals now available when filtering records ([#320](https://github.com/x-team/wp-stream/issues/320))
435 * Tweak: Action links are now available for Stream Settings records ([#305](https://github.com/x-team/wp-stream/issues/305))
436 * Tweak: User avatars now displayed in Authors dropdown filter ([#311](https://github.com/x-team/wp-stream/issues/311))
437 * Tweak: Live updates are enabled by default for new installs ([#312](https://github.com/x-team/wp-stream/issues/312))
438 * Fix: Fallback to the term slug if a label does not exist in list-table ([#214](https://github.com/x-team/wp-stream/issues/214))
439 * Fix: Widget sorting is now being tracked properly as well as Inactive widgets ([#283](https://github.com/x-team/wp-stream/issues/283))
440 * Fix: Superfluous auto-draft posts are now prevented from being logged ([#293](https://github.com/x-team/wp-stream/issues/293))
441
442 Props [@powelski](https://github.com/powelski), [@faishal](https://github.com/faishal), [@fjarrett](https://github.com/fjarrett), [@desaiuditd](https://github.com/desaiuditd), [@lukecarbis](https://github.com/lukecarbis), [@shadyvb](https://github.com/shadyvb)
443
444 = 1.2.9 - March 8, 2014 =
445 Fixes bug that caused media uploads to fail on new posts. Props [@fjarrett](https://github.com/fjarrett)
446
447 = 1.2.8 - March 7, 2014 =
448 Use attachment type as context in Media connector. Bug fixes. Props [@lukecarbis](https://github.com/lukecarbis), [@powelski](https://github.com/powelski), [@fjarrett](https://github.com/fjarrett)
449
450 = 1.2.7 - March 4, 2014 =
451 Pagination added to Stream Activity dashboard widget. Bug fixes. Props [@chacha](https://github.com/chacha), [@fjarrett](https://github.com/fjarrett)
452
453 = 1.2.6 - February 28, 2014 =
454 Improved context names in Users connector. Props [@powelski](https://github.com/powelski)
455
456 = 1.2.5 - February 27, 2014 =
457 Use sidebar area names as context in Widgets connector. Bug fixes. Props [@desaiuditd](https://github.com/desaiuditd), [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett), [@bordoni](https://github.com/bordoni)
458
459 = 1.2.4 - February 25, 2014 =
460 Use post type names as context in Comments connector. German translation update. Bug fixes. Props [@powelski](https://github.com/powelski), [@kucrut](https://github.com/kucrut), [@pascalklaeres](https://github.com/pascal-klaeres), [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
461
462 = 1.2.3 - February 21, 2014 =
463 Replacement function for filter_input family to avoid PHP bug. Filter added to main Stream query. Bug fixes. Props [@shadyvb](https://github.com/shadyvb), [@powelski](https://github.com/powelski), [@fjarrett](https://github.com/fjarrett)
464
465 = 1.2.2 - February 19, 2014 =
466 Prevent records of disabled connectors from appearing in the Stream. Bug fixes. Props [@kucrut](https://github.com/kucrut), [@johnregan3](https://github.com/johnregan3)
467
468 = 1.2.1 - February 17, 2014 =
469 Translation updates. Language packs for pt_BR and id_ID. Bug fixes. Props [@kucrut](https://github.com/kucrut), [@shadyvb](https://github.com/shadyvb), [@bordoni](https://github.com/bordoni), [@powelski](https://github.com/powelski), [omniwired](https://github.com/omniwired), [@fjarrett](https://github.com/fjarrett)
470
471 = 1.2.0 - February 12, 2014 =
472 Awesome datepicker styles. Performance optimizations. Bug fixes. Props [@johnregan3](https://github.com/johnregan3), [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett), [@jonathanbardo](https://github.com/jonathanbardo)
473
474 = 1.1.9 - February 10, 2014 =
475 Load authors filter using AJAX if there are more than 50. Props [@powelski](https://github.com/powelski)
476
477 = 1.1.8 - February 9, 2014 =
478 Bug fixes. Props [@shadyvb](https://github.com/shadyvb)
479
480 = 1.1.7 - February 6, 2014 =
481 Upgrade routine for IPv6 support. Persist tab selection after saving Stream Settings. Props [@shadyvb](https://github.com/shadyvb), [dero](https://github.com/dero)
482
483 = 1.1.6 - February 6, 2014 =
484 Sortable columns bug fix on the records screen. Props [@powelski](https://github.com/powelski), [@fjarrett](https://github.com/fjarrett)
485
486 = 1.1.5 - February 5, 2014 =
487 Fixed a class scope bug [reported in the support forum](https://wordpress.org/support/topic/temporary-fatal-error-after-upgrade-113) that was causing a fatal error on some installs. Props [@shadyvb](https://github.com/shadyvb)
488
489 = 1.1.4 - February 5, 2014 =
490 Highlight changed settings field feature. DB upgrade routine for proper utf-8 charset. Various bug fixes. Props [@powelski](https://github.com/powelski), [@johnregan3](https://github.com/johnregan3), [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
491
492 = 1.1.3 - February 4, 2014 =
493 Upgrade routine for IP column in DB. Serialized option parsing for Stream Settings records. Purge records immediately when TTL is set backwards in Stream Settings. Various bug fixes. Props [@shadyvb](https://github.com/shadyvb), [@powelski](https://github.com/powelski), [@fjarrett](https://github.com/fjarrett)
494
495 = 1.1.2 - February 2, 2014 =
496 Bug fix for list table notice on new installations. Props [@shadyvb](https://github.com/shadyvb)
497
498 = 1.1.0 - January 31, 2014 =
499 Disable terms in dropdown filters for which records do not exist. Props [@johnregan3](https://github.com/johnregan3)
500
501 = 1.0.9 - January 31, 2014 =
502 Several important bug fixes. Props [@shadyvb](https://github.com/shadyvb)
503
504 = 1.0.8 - January 30, 2014 =
505 Bug fix for sites using BuddyPress. Props [@johnregan3](https://github.com/johnregan3)
506
507 = 1.0.7 - January 29, 2014 =
508 Code efficiency improvements when fetching admin area URLs. Props [@fjarrett](https://github.com/fjarrett)
509
510 = 1.0.6 - January 28, 2014 =
511 Query improvements, default connector interface, hook added for general settings fields. Bug fixes. Props [dero](https://github.com/dero), [@jonathanbardo](https://github.com/jonathanbardo), [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
512
513 = 1.0.5 - January 27, 2014 =
514 Bug fix for live updates breaking columns when some are hidden via Screen Options. Props [@johnregan3](https://github.com/johnregan3)
515
516 = 1.0.4 - January 23, 2014 =
517 Language pack for Polish. Bug fixes. Props [@powelski](https://github.com/powelski), [@fjarrett](https://github.com/fjarrett), [@johnregan3](https://github.com/johnregan3), [@kucrut](https://github.com/kucrut)
518
519 = 1.0.3 - January 19, 2014 =
520 Language pack for Spanish. Bug fixes. Props [omniwired](https://github.com/omniwired), [@shadyvb](https://github.com/shadyvb)
521
522 = 1.0.2 - January 15, 2014 =
523 Ensure the dashboard widget repects the Role Access setting. Props [@fjarrett](https://github.com/fjarrett)
524
525 = 1.0.1 - January 15, 2014 =
526 Require nonce for generating a new user feed key. Props [@johnregan3](https://github.com/johnregan3)
527
528 = 1.0.0 - January 13, 2014 =
529 Allow list table to be exensible. Hook added to prevent tables from being created, if desired. Props [@johnregan3](https://github.com/johnregan3), [@fjarrett](https://github.com/fjarrett), [@jonathanbardo](https://github.com/jonathanbardo)
530
531 = 0.9.9 - January 8, 2014 =
532 Updated screenshot assets and descriptions. Props [@fjarrett](https://github.com/fjarrett)
533
534 = 0.9.8 - January 1, 2014 =
535 Support for live updates in the Stream. Bug fixes. Props [@jonathanbardo](https://github.com/jonathanbardo), [@johnregan3](https://github.com/johnregan3), [@fjarrett](https://github.com/fjarrett)
536
537 = 0.9.7 - December 29, 2013 =
538 Plugin version available as a constant. Bug fixes. Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett)
539
540 = 0.9.6 - December 29, 2013 =
541 Use menu name as context in Menus connector. Warning if required DB tables are missing. Bug fixes. Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett), [@topher1kenobe](https://github.com/topher1kenobe)
542
543 = 0.9.5 - December 22, 2013 =
544 WordPress context added to Installer connector for core updates. Props [@shadyvb](https://github.com/shadyvb)
545
546 = 0.9.3 - December 22, 2013 =
547 Replacing Chosen library with Select2. Bug fixes. Props [@kucrut](https://github.com/kucrut), [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
548
549 = 0.9.2 - December 22, 2013 =
550 Added support for private feeds in JSON format. Flush rewrite rules automatically for feeds when enabled/disabled. Bug fixes. Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett)
551
552 = 0.9.1 - December 21, 2013 =
553 Specify which roles should have their activity logged. Delete all options on uninstall. Bug fixes. Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett)
554
555 = 0.9.0 - December 20, 2013 =
556 Added connector for Comments. Stream activity dashboard widget. UI enhancements. Bug fixes. Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett), [@shadyvb](https://github.com/shadyvb), [@topher1kenobe](https://github.com/topher1kenobe)
557
558 = 0.8.2 - December 19, 2013 =
559 Language packs for French and German. Option to uninstall database tables. Bug fixes. Props [@jonathanbardo](https://github.com/jonathanbardo), [@fjarrett](https://github.com/fjarrett), [@topher1kenobe](https://github.com/topher1kenobe), [@pascalklaeres](https://github.com/pascal-klaeres)
560
561 = 0.8.1 - December 18, 2013 =
562 Setting to enable/disable private feeds functionality. Additional record logged when a user's role is changed. Bug fixes. Props [@fjarrett](https://github.com/fjarrett), [@kucrut](https://github.com/kucrut), [@topher1kenobe](https://github.com/topher1kenobe), [@justinsainton](https://github.com/justinsainton)
563
564 = 0.8.0 - December 16, 2013 =
565 Ability to query Stream records in a private RSS feed. Bug fixes. Props [@fjarrett](https://github.com/fjarrett), [@shadyvb](https://github.com/shadyvb)
566
567 = 0.7.3 - December 13, 2013 =
568 Bug fix for Role Access option. Props [@fjarrett](https://github.com/fjarrett)
569
570 = 0.7.2 - December 12, 2013 =
571 Bug fixes for the Installer connector. Props [@shadyvb](https://github.com/shadyvb)
572
573 = 0.7.1 - December 12, 2013 =
574 Hotfix to remove PHP 5.4-only syntax. Role Access option added to Settings. Props [@kucrut](https://github.com/kucrut)
575
576 = 0.7.0 - December 11, 2013 =
577 Added connectors for Taxonomies and Settings. Bug fixes. Props [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
578
579 = 0.6.0 - December 9, 2013 =
580 UX improvements to manual DB purge. Cron event for user-defined TTL of records. Bug fixes. Props [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
581
582 = 0.5.0 - December 8, 2013 =
583 Require PHP 5.3 to activate plugin. Provide action links for records when applicable. Bug fixes. Props [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
584
585 = 0.4.0 - December 8, 2013 =
586 Improved support for pages and custom post types. Chosen for filter dropdowns. Pagination support in screen options. Bug fixes. Props [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
587
588 = 0.3.0 - December 7, 2013 =
589 Improved actions for Users context. Action for edited images in Media context. Bug fixes in Menus context. Props [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett), [@akeda](https://github.com/gedex)
590
591 = 0.2.0 - December 6, 2013 =
592 Second iteration build using custom tables data model. First public release. Props [@shadyvb](https://github.com/shadyvb), [@fjarrett](https://github.com/fjarrett)
593
594 = 0.1.0 =
595 Initial concept built using custom post type/taxonomies as the data model. Props [@shadyvb](https://github.com/shadyvb)
596