New / Improve / Bugfix
Released: 06-10-2024
- Improve: Reintroduce custom post type 'portfolio'
- Improve: Remove support for citation and references in 'publication'
- Improve: Remove RIS file support
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
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"
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
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
Released: 09-12-2022
- New: publication__is_publication()
- New: Text domain constant
- Improve: Documentation style
Released: 12-11-2022
- New: German language files
- Improve: Basic language is EN now
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
Released: 09-06-2022
- Initial commit