forked from craftplugins/sitemap
-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGELOG
45 lines (31 loc) · 1.08 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and starting with version 1.0.0 this project adheres to
[Semantic Versioning](http://semver.org/).
## [1.2.3] - 2018-04-18
### Fixed
- Limit width of include-if column in settings
## [1.2.2] - 2018-02-18
### Fixed
- Fixed a bug that prevented saving settings when only one locale is present
## [1.2.1] - 2018-02-06
### Fixed
- Fixed locale handling
## [1.2.0] - 2018-02-06
### Added
- Added options to configure multi-locale handling
### Improved
- Sort elements by priority descending
## [1.1.0] - 2017-05-11
### Added
- Added option to conditionally include/exclude entries based on any lightswitch field
- Added composer file
### Fixed
- Fix failing Schematic imports
## [1.0.0] - 2016-11-04
### Fixed
- Fix [missing <url> tags](#17) for multi-locale multi-domain sites
- Fix error thrown by Craft\SitemapPlugin::prepSettings()
- Update addCategoryGroup in SitemapService.php
- Remove select limit on entries fetched with EntryModel