Skip to content

Releases: square1-io/wordpressed

Release v0.1.7

30 Sep 15:32
Compare
Choose a tag to compare
  • Include data from term_taxonomy table

Release v0.1.6

25 Sep 14:44
Compare
Choose a tag to compare

PostMeta now has mass-assignable attributes

Release v0.1.5

11 Sep 10:17
Compare
Choose a tag to compare

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

09 Sep 08:01
Compare
Choose a tag to compare

Release v0.1.4

  • Attachments are returned in order, using the menu_order field.

Release v0.1.3

08 Sep 09:36
Compare
Choose a tag to compare
more efficent query

Release v0.1.2

05 Sep 11:15
Compare
Choose a tag to compare

Fix bug where a post could be returned more than once.

0.1.1 Release

01 Sep 14:14
Compare
Choose a tag to compare
v0.1.1

typo