Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

n/a

[1.3.0] - 2018-06-05

Added

  • Yoast SEO output, see docs for more information

Updated

  • Slug output in responses

[1.2.1] - 2018-06-04

Added

  • Permalinks to all page/post endpoints

[1.2.0] - 2018-02-07

Added

  • ACF query in endpoint url to hide acf values from the response where applicable (all collections)
  • Media query in endpoint url to hide featured media from the response where applicable (all collections)

[1.1.2] - 2018-01-25

Update

  • Fix issue where get post by slug was returning just the first post
  • Fix instance of lefover $bwe variable naming

[1.1.1] - 2018-01-25

Update

  • Update plugin version to re-trigger build.

[1.1.0] - 2018-01-25

Added

  • Adds post by slug endpoint

[1.0.2] - 2018-01-19

Fixed

  • Fixed static instance warning
  • Fixed failure of ACF function by including admin plugin.php

Updates

  • Updates all functions named bwe_ to bre_

[1.0.1] - 2018-01-19

Added

  • Changelog
  • readme.txt for WP repo