Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

93 lines (62 loc) · 2.03 KB

Changelog

New / Improve / Bugfix


Latest changes to the main branch


2.0.0

Released: 06-10-2024

  • Improve: Reintroduce custom post type 'portfolio'
  • Improve: Remove support for citation and references in 'publication'
  • Improve: Remove RIS file support

1.4.1

Released: 27-06-2024

  • New: Add the ability for localized slug names
  • Improve: Coding style: Change array notation
  • Improve: Coding style: Change clamping style
  • Improve: Coding style: Use WP style for control structures

1.4.0

Released: 24-07-2023

  • Improve: Unify the icon associated with custom post types
  • Improve: Remove portfolio post type (dropped)
  • Improve: Use NAMESPACE
  • Improve: Refine namespace path for post-types and taxonomies
  • Improve: Rename "core" to "api"

1.3.2

Released: 20-05-2023

  • New: Extract changelog from README.md
  • New: Add custom post type 'portfolio'
  • Improve: Unify the string associated with custom post types to simplify translations
  • Improve: German translation
  • Bugfix: Fix wrongful post column titles

1.3.1

Released: 05-02-2023

  • New: Add .pot file
  • Improve: File and folder structure
  • Improve: Documentation style
  • Improve: Include post-types, taxonomies and core files package-wise via index.php
  • Improve: Replace text domain constant with text domain string
  • Bugfix: Namespace issues

1.3.0

Released: 09-12-2022

  • New: publication__is_publication()
  • New: Text domain constant
  • Improve: Documentation style

1.2.0

Released: 12-11-2022

  • New: German language files
  • Improve: Basic language is EN now

1.1.0

Released: 30-10-2022

  • New: Plugin version variable
  • New: Hint to prevent direct access code
  • New: backend.ph
  • New: Namespace mdb_theme_core
  • Improve: Add Assets folder structure
  • Improve: Documentation header in PHP files
  • Improve: Move content of acf.php into post-type-lecture.php
  • Improve: Remove useless code
  • Improve: Function prefix mdb_theme_core_ (in favor of namespace)
  • Bugfix: Text domain in publication.php

1.0.0

Released: 09-06-2022

  • Initial commit