Skip to content

Releases: CentralTimes/wp_centraltimes

v0.7.1

17 Oct 16:06
5affc96
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • Fixed bug that left out the Editorials tab category.

v0.7.0

10 Oct 04:23
327655d
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Project has been renamed from wp_ct_rest_api to wp_centraltimes
  • Registered a new endpoint /centraltimes/v1/sno-gallery/(?P<ids>(\d+,*)+), to return SNO gallery image data

v0.6.0

02 Oct 20:50
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • Registered a new endpoint /centraltimes/v1/ngg-gallery/(?P<id>\d+), to return gallery image data
  • Modified /centraltimes/v1/shortcodes to return an array of shortcode names instead of shortcode keys

v0.5.1

29 Sep 13:15
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Metas registered in v0.5.0 did not actually exist. Removed those registrations, and fixed behavior by registering
    metas of post (endpoint posts in namespace wp/v2): writer, sno_deck, jobtitle, video, & videographer
    to REST fields ct_writer, ct_subtitle, ct_jobtitle, ct_video, & ct_videographer, respectively.

v0.5.0

24 Sep 12:25
7f7e751
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

The plugin currently performs the following changes to the REST API:

  • Registers a field, ct_raw, containing raw un-rendered post data, with shortcodes, to each post on /wp/v2/posts
  • Registers a new endpoint /centraltimes/v1/shortcodes, which describes the internal shortcode_tags global
    variable. (
    shortcode names are the keys)
  • Registers a new endpoint /wp/v2/staff_profile for the SNO staff_profile custom post type.
  • Registers post meta fields jobtitle, name, schoolyear, sno_deck, staffposition, and writer as keys under
    each staff_profile entry.
  • Registers custom taxonomies at the endpoints /wp/v2/staff_year and /wp/v2/staff_name, for staff_year
    and staff_name respectively.