Skip to content

Releases: Victoire/victoire

2.3.35

07 Jun 09:07
Compare
Choose a tag to compare

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.

02 May 12:08
e54c784
Compare
Choose a tag to compare
  • 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

01 May 22:44
Compare
Choose a tag to compare

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

02 Mar 16:23
Compare
Choose a tag to compare
2.3.33

fix mode switcher style

2.3.32

16 Feb 13:25
4e07993
Compare
Choose a tag to compare

Merged PRs:

  • Fix issues with sensio/framework-extra-bundle 4.0+ #1044

Changes: 2.3.31...2.3.32

✨ some blog fixes and features

05 Feb 10:42
9807f20
Compare
Choose a tag to compare
  • 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

01 Feb 13:34
f2489cc
Compare
Choose a tag to compare

Merged PRs:

  • 931 remove unreachable code in query helper #1036
  • Fixes #1041: Fix Seo features by using English locale #1042
  • Fix test assertion was true with beginning condition #1040
  • Feature/error and redirection #1024

Changes: 2.3.29...2.3.30

2.3.29

17 Jan 14:27
Compare
Choose a tag to compare

Merged PRs:

  • 2.3 update documentation #1029
  • 1030 fix error with tests entities #1031

BC beak:

  • Remove asynchronous mode #1032

Changes: 2.3.28...2.3.29

Symfony 3.4 compatibility

13 Jan 10:57
a514872
Compare
Choose a tag to compare

Please note that you need at least the symfony/symfony ^3.4 version.

2.3.27

28 Dec 15:50
7cc49df
Compare
Choose a tag to compare

Merged PRs:

  • Feature: Display unpublished pages in Victoire sitemap #1021
  • Bugfix: Fix typo in CategoryFilter #1018
  • Feature #1010: Increase “metaDescription” length to 230 #1020

Changes: 2.3.26...2.3.27