Skip to content

v2.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@matticbot matticbot released this 21 Jun 21:26
· 392 commits to alpha since this release

2.0.0-alpha.1 (2021-06-21)

Bug Fixes

  • activation PHP warning (#70) (29b0a34)
  • failing npm ci command (f509f36)
  • guard against nonexistent meta object (#66) (c821a09)
  • missing condition for block appender in list container (#74) (2c49896)
  • newspack_blocks support slug (a2bda56)
  • remove material packages (b489015)
  • use synced attributes for ListContainer directly (#73) (f8641a7)
  • use value property of selection from AutocompleteWithSuggestions (#61) (c7c4cea)
  • util for checking post type on new posts (fb61530)
  • warning about default meta value (16af17b)
  • wp_insert_post filter name and theme_mod filter (5befca7)

Features

  • add a new global setting and post option to hide date (#57) (896f68f)
  • add revisions support for listings (42d04d2)
  • add settings for individual listing type URL slugs (d78a3f7), closes #41
  • better integration with Newspack Theme features (823f66a)
  • child and related listings UI (#58) (06aff81)
  • convert legacy custom terms to regular post terms (#67) (a2fcf84)
  • CSV importer script (#51) (ffbea00)
  • flush permalinks automatically if updating slug option (988521e)
  • support Newspack Sponsors for listings (#65) (7d2ef64)
  • update cpt icon and block icons (7b59032), closes #49
  • update price block to use placeholder and large font size (#71) (710f34c)
  • use post categories and tags for all listing post types (#39) (f223053), closes #32

BREAKING CHANGES

  • This feature will deprecate existing custom taxonomies, so any existing terms for those taxonomies will be lost.

To fix, we can convert terms from the deprecated taxonomies to standard post categories/tags via a migration script.