- Restructured application, connectors and models out of db.js and into their own modules
- Fixed typo in Postmeta causing import issues on some systems.
- Fixed issue with Post Categories and Category Posts not using wp_prefix setting.
- Provide default order by date and post type for Category Posts.
- Fixed issue with
shapeThumbnail
and postmeta ordering - #18.
- Fixed issue wuth
shapeThumbnail
not using thewp_prefix
setting
- Added
attachments
query for getting a list of Thumbnails by ID (used for things like galleries)
- Added posts to User schema
- Changed post_type argument for
Posts
queries fromString
to[String]
to allow for querying posts by multiple post types - Query User by id and name, instead of just id
- Changed
getCategory
query to get category by term id OR name. Previously it was just by term id.