Skip to content

Releases: localgovdrupal/localgov_publications

1.0.2

07 May 11:55
72f413b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

16 Apr 16:01
440dbb6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

28 Feb 11:10
0c7b6e4
Compare
Choose a tag to compare

Hello world! The first full release of localgov_publications.

What's Changed

  • Add auto heading id filter to the wysiwyg format on install. by @rupertj in #143
  • Added hook_modules_installed() to immediately delete the book node type when book module is installed. by @rupertj in #146

Full Changelog: 1.0.0-alpha6...1.0.0

1.0.0-alpha6

20 Feb 12:55
cf1f8e5
Compare
Choose a tag to compare

What's Changed

  • Removed version constraint on localgov_paragraphs from info file. by @rupertj in #125
  • Swopped paratest for phpunit. by @rupertj in #128
  • Fix running tests with Paratest in Github Actions by @stephen-cox in #134
  • Removed theming for numbered text paragraph by @rupertj in #132
  • Removes footnotes, its dependencies and the publications filter format, as it's no longer required. by @rupertj in #126
  • Checks fields exist on node in header block before using them. by @rupertj in #127
  • Don't show the publication navigation block on single page publications. by @rupertj in #130
  • Adds new hook_localgov_publications_menu_tree_alter() hook. by @rupertj in #119
  • Updated dependency on localgov_paragraphs to 2.4.0 release or greater. by @rupertj in #135
  • Adds api file to document hooks. by @rupertj in #138
  • Added hooks to update an entire publication's URL aliases should the URL of the cover page change. by @rupertj in #137
  • Fix/1.x/update publication type name by @rupertj in #141
  • Added layout paragraphs to publication content types instead of existing content fields. by @rupertj in #139
  • Release 1.0.0-alpha6 or 1.0.0-beta1? by @stephen-cox in #145

New Contributors

Full Changelog: 1.0.0-alpha4...1.0.0-alpha6

1.0.0-alpha5

15 Jan 16:59
1fb7961
Compare
Choose a tag to compare

What's Changed

  • Removed version constraint on localgov_paragraphs from info file. by @rupertj in #125
  • Swopped paratest for phpunit. by @rupertj in #128
  • Fix running tests with Paratest in Github Actions by @stephen-cox in #134

New Contributors

Full Changelog: 1.0.0-alpha4...1.0.0-alpha5

1.0.0-alpha4

07 Dec 16:17
0da5f36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-alpha3...1.0.0-alpha4

1.0.0-alpha3

08 Sep 15:45
ed6d5a6
Compare
Choose a tag to compare

What's Changed

  • Remove numbered text paragraph to move it to localgov_paragraphs. by @finnlewis in #88
  • 1.0.0-alpha3 release by @finnlewis in #90

Full Changelog: 1.0.0-alpha2...1.0.0-alpha3

1.0.0-alpha2

07 Sep 13:49
053e570
Compare
Choose a tag to compare

What's Changed

  • Moved logic to get the root level of a publication out to a new service so we can re-use it. Fixes cache bug. by @rupertj in #78
  • Added own routing for BookAdminEditForm and used it to selectively change wording. by @rupertj in #73
  • Fixed publication not selected on existing publications. by @rupertj in #71
  • Changed test matrix to remove PHP7.4 and add LGD3.x/D10. by @rupertj in #84
  • Fix/1.x/52 node title ii by @rupertj in #86
  • 1.0.0-alpha2 release by @finnlewis in #87

Full Changelog: 1.0.0-alpha1...1.0.0-alpha2

1.0.0-alpha1

18 May 23:15
d9d4acd
Compare
Choose a tag to compare

Initial alpha release of LocalGov Publications

Please install and test this alpha release and feed back on bugs or UX issues.

What's Changed

  • Moving table of contents code back from fork. by @rupertj in #20
  • Table of contents by @rupertj in #21
  • Feature/1.x/7 publication page content type by @jbloomfield in #22
  • Feature/1.x/13 publication landing page by @jbloomfield in #23
  • Feature/1.x/10 publication footnotes by @jbloomfield in #24
  • 6 - Publication paragraphs by @jbloomfield in #29
  • 15 - New numbered text paragraph type by @jbloomfield in #26
  • Feature/1.x/9 publication navigation by @jbloomfield in #31
  • Add github workflow. by @rupertj in #43
  • Stops empty ToC block appearing when no headings to link to are found. by @rupertj in #40
  • 38 - Delete publication content type, change publications view by @jbloomfield in #41
  • Feature/1.x/42/toc block find all headings by @rupertj in #44
  • Move links below content on publications page. Hide content label. by @rupertj in #49
  • Change the 'Add child page' link on publications to add a publication page, not a book page. by @rupertj in #47
  • Publication management by @j4-m in #45
  • 39 - Rename book to publication by @jbloomfield in #46
  • 9 - CSS not loading. by @jbloomfield in #56
  • Fixed bug where HTML entites in titles found by the ToC block are double escaped. by @rupertj in #54
  • Feature/1.x/28 publications tests by @jbloomfield in #57
  • Stopped trying to use book_values array when it's empty. by @rupertj in #69
  • URL alias patterns by @j4-m in #66
  • Adds a test for non-display of the book navigation on single page books. by @j4-m in #65
  • 52 - Page title block by @jbloomfield in #64
  • 51 - Remove the body field and set the Text component as default. by @jbloomfield in #62
  • 13 - Fix the landing page documents reference field. by @jbloomfield in #58
  • 1.0.0-alpha1 release by @finnlewis in #70

New Contributors

Full Changelog: https://github.com/localgovdrupal/localgov_publications/commits/1.0.0-alpha1