Releases: Victoire/victoire
Releases · Victoire/victoire
2.3.35
Merged PRs:
- separate drafts articles in an other tabs and orderBy date DESC #1062
- Fix error in docker environment #1057
- [2.3] update jquery scrollTo for chrome compatibility #1072
Changes: 2.3.34...2.3.35
Split articles and drafts in blog and ordered them by descending date.
- Split published, unpublished and scheduled articles in one tab (Posts list).
- Split draft articles in other tab (Drafts).
- Order "Posts list" by descending publication
- Order "Drafts" by descending creation
✨ Introduce Global config
The global website configuration allow to define things in a single place.
- upload your logo and get all the favicons generated 💥
- add schema.org JSON-LD code to be recognized by bots 🤖
- add some code you want to inject in your HEAD section (in all pages) 🔢
- define a pattern for every meta title (prefix, suffix) 💄
- set the main color to make browsers dressed up 💃
Instruction
To get the new features, you just need to declare the VictoireGlobalConfigBundle
in your AppKernel
.
Then clear your cache and open the bottom left navigation
Remove uses of @Template annotation
2.3.33 fix mode switcher style
2.3.32
✨ some blog fixes and features
- General change in the blog: Rename of Category => BLogCategory
- Set as BusinessEntity and properties in the blog
- Add promoted property
- Fix on the i18n Blog template
- use a prefixed version of intercooler for ajax
2.3.30
2.3.29
Symfony 3.4 compatibility
Please note that you need at least the symfony/symfony ^3.4 version.