Skip to content

v0.1.1

Choose a tag to compare

@jtsternberg jtsternberg released this 28 Aug 15:11
· 73 commits to master since this release
  • Specify rewite slugs for all taxonomies.
  • When calling get_audio_player, init media.
  • Be more discerning when removing metaboxes, and replace the featured image metabox.
  • Use plugins_loaded hook to filter the post-type/taxonomy values so that the filter happens early (before init).
  • Update to series column. Replace with image, if one is set.
  • Check if gc_staff is loaded, and change speaker connected field and augmented data.
  • Fix textdomains.
  • Add sermon get and get_many methods.
  • build a series image when we only have a url.
  • Only get the user avatar if there is no speaker image set.
  • on post save, asynchronously save the sermon series terms in order of recent sermons.
  • Allow a series_image_fallback.
  • New GCS_Sermon_Post methods, permalink, title, series_image, get_others_in_series, get_others_by_speaker.
  • Make play button shortcode enqueue scripts/styles and for the video modal to actually work.
  • Add get_video_player method to sermon post class.
  • make url, path, dir publicly accessible variables.
  • Add wds-shortcodes as dependency.
  • Add GCS_Sermon_Post method for getting the sermon post meta.
  • Add GCS_Sermon_Post method for getting the sermon audio player.
  • Add methods to GCS_Sermon_Post for getting the post's series or speaker's term object.
  • Add addional CMB2 field types and add related links, etc to sermon CPT.
  • Add several utility methods for getting taxonomy term objects, and augmenting with additional info.
  • Update rewrite for sermons.
  • Fix a bug with taxonomy most_recent.
  • Differentiate between taxonomy/post-type slug, and the object identifier (since slug can be changed via filter).
  • clean up composer.json.