From 1c4a1bd21e24c6bf6ff5e2614d7eb9eacc42f08d Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Thu, 26 Jun 2014 13:55:07 -0700 Subject: [PATCH] Add bug fix message to README.md. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d61b9af..0f66d1f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ Trestle (beta) ======= +## Important: If you're using a version of Trestle that is prior to the [commit e3db022b760254df95cc6e306ea53b3da46b6ed1](https://github.com/MickeyKay/trestle/commit/e3db022b760254df95cc6e306ea53b3da46b6ed1), please make sure to update your version of Trestle, or at least pull in the changes to: +* functions.php +* lib/functions/theme-functions.php +* lib/admin/admin-functions.php + +This will ensure you avoid the bug in which posts spontaneously switch post_type when looping through a query. + ### A handy boilerplate child theme for serious Genesis developers. ### [View Demo →](http://demo.mightyminnow.com/theme/trestle/)