All notable changes to the WordPress plugin zitat-service will be documented in this file. Not documented are changes in the test and development environment.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Logo changed.
- Node modules update and adaptation of character strings after backward translation.
- Node modules update, tested with WordPress 6.5 and documentation updated.
wp:zitat-service/random-quote
to
wp:random-quote-zitat-service/random-quote
. If you are already using it, you have to change this twice (for opening
and closing) within code editor, or delete and recreate Random Quote
blocks.
- High severity: Bumps webpack-dev-middleware from 5.3.3 to 5.3.4
- Moderate severity: Bump follow-redirects from 1.15.5 to 1.15.6
- WordPress Plugin Review Team sets slug/plugin permalink as: random-quote-zitat-service
- following changed:
- text domain: random-quote-zitat-service
- display name: Random Quote from Zitat-Service
- PHP namespace: RandomQuoteZitatService
- Gutenberg block name: random-quote-zitat-service/random-quote
- node package update with ncu, to be up-to-date
- JavaScript debugging output (console.log and console.error) can be enabled from browser
- Replacing shortcode with block editor widget implementation
- Added configuration for author, category and user
- Language, author, category and user selectable by UI
- Full translation to German, Spanish, Japanese and Ukrainian
- Standard WordPress styling like text and background color, min height, typography size, padding, margin and spacing enabled
- Quotes source styled with opacity 50%
- Development environment, tests, scripts and documentation extended
- MIT license replaced by GPLv3 license
- Shortcode support
- I18N for backend added.
- Shortcode parameter
language
added.
First version, only implementing shortcode [zitat_service]
. Limiting the selection of quotations from a language, from a category, from an author or by an entering user is not possible. The language used for the quote comes from WordPress user locale.