Skip to content

Releases: prestaconcept/PrestaSitemapBundle

v1.7.2

23 Oct 11:03
04387d5
Compare
Choose a tag to compare

Changelog (since v1.7.0...v1.7.2)

⚠️ This release replaces v1.7.1 that was created from the wrong branch.

! ERRORED ! Use v1.7.2 instead

22 Oct 07:15
Compare
Choose a tag to compare

DO NOT USE (see #217)

v1.7.0

27 May 11:33
5ec8028
Compare
Choose a tag to compare

Changelog (since v1.6.0...v1.7.0)

Added

  • Configurable default section for static routes (#191)
  • Configurable default dump directory (#192)

Fixed

  • Default target directory implementation (#194)
  • Sitemap index generation (#200)

Documentation

  • Removed usage of Doctrine's ManagerRegistry (#190)

v1.6.0

01 Apr 07:41
Compare
Choose a tag to compare

Changelog (since v1.5.4...v1.6.0)

Added

  • Autowiring alias for DumperInterface (#175)

Fixed

  • Deprecation notice with Symfony 4.2 (#176)
  • Command container aware deprecation (#177)
  • Dispatch event with correct section when requesting section (#181)

Documentation

  • Fixed url video decoration class name typo (#182)

v1.5.4

07 Jan 09:17
b332983
Compare
Choose a tag to compare

Changelog (since v1.5.3...v1.5.4)

  • #170 - Guess default dir for dumping sitemap using symfony version constant
  • #172 - Update sitemap file limit size according to new practices

v1.5.3

05 Mar 10:17
16a2c0e
Compare
Choose a tag to compare

Changelog (since v1.5.2...v1.5.3)

  • Compatibility with symfony 4
  • Compatibility with symfony flex
  • Rewrite documentation

v1.5.2

22 Nov 18:28
Compare
Choose a tag to compare

Changelog (since v1.5.1...v1.5.2)

  • Added more documentation about routing configuration and formats (#127)
  • Moved defaults handling to the addUrl process (#129)
  • Fixed Travis CI build (#135)
  • Uniformize files copyright (#133)
  • Add event annotation. (#137)
  • Deprecated SitemapListenerInterface (#134)
  • tipo(doc): Added full command name (#139)
  • Updated Travis testing matrix (#145)
  • Bugfix - Exception class not found (#148)

v1.5.1

16 Jun 14:16
Compare
Choose a tag to compare

Changelog (since v1.5.0...v1.5.1)

  • Add few missing colons (#118)
  • Add example of YAML configuration (#120)
  • Deprecate Presta\SitemapBundle\Event\SitemapPopulateEvent::getGenerator (#116)

v1.5.0

08 Jun 15:43
Compare
Choose a tag to compare

Changelog (since v1.4.2...v1.5.0)

  • #114 Updated travis config
  • #113 Disable specifying the host and let Symfony's router doing the job
  • #112 Enhances performances of deleteExistingSitemaps
  • #111 Fixed wrong service parameters and service references in YAML
  • #107 Allowing 'sitemap' option to be either true or false or array
  • #110 Added ability to define default options at bundle configuration level
  • #109 Allow specifying the section within the route configuration
  • #108 Allow a custom generator service
  • #102 Fix tag limit exceeded exception message
  • #106 Fix PHPCS
  • #105 Fixed deprecated usage of LiipDoctrineCacheBundle
  • #104 Fixed exception not chained in RouteAnnotationEventListener
  • #98 Allow UrlConcrete Generation to be overriden
  • #96 Update branch-alias
  • #88 fix Dumper::dump() phpdoc
  • #78 Resolves issue #77
  • #69 Update README.md
  • #67 Make RouteAnnotationEventListener more extensible
  • #54 fix url

v1.4.2

28 Dec 10:55
Compare
Choose a tag to compare

Changelog (since v1.4.1...v1.4.2)