Skip to content

teachPress 8.0 beta

Pre-release
Pre-release

Choose a tag to compare

@winkm89 winkm89 released this 11 Jul 11:57
· 299 commits to master since this release

8.0.0 beta changes

  • New: New default publication template teachPress 2021 added (mobile friendly flexible layout) (#161)
  • New: Flexible publication type registration added (#150)
  • New: Publication types added: media (#110), bachelor and diploma thesis (#160)
  • New: Adding DOI-Link to feedlist (#158)
  • New: For custom templates: Add the ability to disable (or customize) currently hardcoded text (#164)
  • Changed: Update bibtexParse to v2.5 (#147)
  • Changed: Font sizes in publication templates defined in rem
  • Changed: Remove field requirements (tags, bibtex key) for adding publications (#159)
  • Changed: Sort publication types in select menus after their localization name instead of the type key (#162)
  • Changed: Class names follows WordPress Naming Conventions. Example: tp_publication_template is now TP_Publication_Template
  • Changed: For custom templates: get_image() method for publication templates added (and is required for all templates!) (#161)
  • Changed: For custom templates: $interface->get_tag_line() renames to $interface->get_menu_line()
  • Bugfix: Punctation lost after import publications (#145)
  • Bugfix: BibTeX import: Uninitialized string offset: 0 notice if bibtex entries are separated with empty lines (#163)
  • Bugfix: BibTeX import: Undefined index: author notice if the author field is not set (#163)
  • Bugfix: Fixed a bug in the unique bibtex key check, which is used if a publication is added by the importer (#101)
  • Bugfix: Options for metadata fields not visible (#152)
  • Bugfix: Replace deprecated (PHP 7.4+) syntax in PARSEENTRIES.php (#144) (Thanks to yanus)