Releases: square1-io/wordpressed
Releases · square1-io/wordpressed
Release v0.1.7
- Include data from term_taxonomy table
Release v0.1.6
PostMeta now has mass-assignable attributes
Release v0.1.5
Have added an Option model.
Pull out site description
Option::where('option_name', 'blogdescription')->first()
Get a list of sticky post ids
Option::select('option_value')->where('option_name', 'sticky_posts')->firstOrFail()->toArray()
Release v0.1.4
Release v0.1.4
- Attachments are returned in order, using the menu_order field.
Release v0.1.3
more efficent query
Release v0.1.2
Fix bug where a post could be returned more than once.
0.1.1 Release
v0.1.1 typo