Skip to content

Commit 636acbc

Browse files
Merge pull request springload#51 from springload/fix/changelog
Add updated changelog for release 2.0.0
2 parents 6c4ae4b + a7b2c5b commit 636acbc

File tree

2 files changed

+43
-19
lines changed

2 files changed

+43
-19
lines changed

CHANGELOG.md

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,102 @@
11
# Change Log
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/)
56
and this project adheres to [Semantic Versioning](http://semver.org/).
67

78
## [Unreleased]
89

10+
## [2.0.0] - 2025-04-27
11+
12+
### Removed
13+
14+
- Compatibility with Wagtail 6.3 and before (use wagtailgmap==1.0.1 instead)
15+
16+
### Changed
17+
18+
- (BREAKING) Rename the `latlng` kwarg to `latlngMode` to better reflect it's meaning
19+
- (BREAKING) Rename `edit_handlers` to `panels` in line with Wagtail Core
20+
- Migrated admin JS to Stimulus
21+
- Replace "WidgetWithScript" with a plain input that has `media`
22+
- Migrate CI testing to Github Actions
23+
- Update tox file
24+
- Format code with black
25+
- Updated test app for modern Django (mostly `url` to `path`)
26+
- Documentation updated with guide for setting up API keys (thanks @FlipperPA)
27+
928
## [1.0.1] - 2018-06-25
1029

1130
Thanks to @scisteffan for their contribution.
1231

1332
## Fixed
1433

15-
- Map would not display correctly in the admin (#36, #37)
34+
- Map would not display correctly in the admin (#36, #37)
1635

1736
## [1.0] - 2018-03-09
1837

1938
### Removed
2039

21-
- Compatibility with Wagtail 1.13 and before (use wagtailgmap==0.4 instead)
40+
- Compatibility with Wagtail 1.13 and before (use wagtailgmap==0.4 instead)
2241

2342
### Changed
2443

25-
- Simplified the implementation of the MapFieldPanel
26-
- Derive the map ID from the field ID (instead of using a randomly generated ID)
27-
- Simplifies the flow of options between the widget, the template and the JS.
44+
- Simplified the implementation of the MapFieldPanel
45+
- Derive the map ID from the field ID (instead of using a randomly generated ID)
46+
- Simplifies the flow of options between the widget, the template and the JS.
2847

2948
### Fixed
3049

31-
- Compatibility with Wagtail 2.0
32-
- Admin map missing API key for display with noscript
50+
- Compatibility with Wagtail 2.0
51+
- Admin map missing API key for display with noscript
3352

3453
## [0.4] - 2018-01-15
3554

3655
Thanks to @balinabbb for their contribution.
3756

3857
### Added
3958

40-
- Add the possibility to set the (admin) map language with `WAGTAIL_ADDRESS_MAP_LANGUAGE`
59+
- Add the possibility to set the (admin) map language with `WAGTAIL_ADDRESS_MAP_LANGUAGE`
4160

4261
## [0.3.1] - 2017-11-20
4362

4463
### Fixed
4564

46-
- Installation on Python 2.7.6 would fail
65+
- Installation on Python 2.7.6 would fail
4766

4867
## [0.3] - 2017-09-21
4968

5069
Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contributions.
5170

5271
### Added
5372

54-
- Dedicated `MapFieldPanel` edit handler
73+
- Dedicated `MapFieldPanel` edit handler
5574

5675
### Changed
5776

58-
- License is now MIT
59-
- Do not require `django-overextends` anymore
77+
- License is now MIT
78+
- Do not require `django-overextends` anymore
6079

6180
### Fixed
6281

63-
- Compatibility with Django >= 1.9
82+
- Compatibility with Django >= 1.9
6483

6584
## [0.2.5] - 2016-04-04
6685

6786
### Fixed
6887

69-
- Compatibility with Wagtail 1.4
88+
- Compatibility with Wagtail 1.4
7089

7190
## [0.2.3] - 2015-09-02
7291

7392
### Added
7493

75-
- Multiple classes allowed on the panel (e.g. classname="gmap col3")
76-
- Added logic to allow outputting a `latlng` value rather than the street address. Adding the `gmap--latlng` modifier class to the panel enables the feature.
94+
- Multiple classes allowed on the panel (e.g. classname="gmap col3")
95+
- Added logic to allow outputting a `latlng` value rather than the street address. Adding the `gmap--latlng` modifier class to the panel enables the feature.
7796

7897
### Fixed
7998

80-
- Compatibility with Wagtail 1.0
99+
- Compatibility with Wagtail 1.0
81100

82101
## [0.2.2] - 2015-07-07
83102

@@ -87,7 +106,7 @@ Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contrib
87106

88107
### Fixed
89108

90-
- Compatibility with Wagtail 1.0b2
109+
- Compatibility with Wagtail 1.0b2
91110

92111
## [0.2] - 2015-05-12
93112

@@ -97,7 +116,8 @@ Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contrib
97116

98117
Initial Release
99118

100-
[Unreleased]: https://github.com/springload/wagtailgmaps/compare/v1.0.1...HEAD
119+
[Unreleased]: https://github.com/springload/wagtailgmaps/compare/2.0.0...HEAD
120+
[2.0.0]: https://github.com/springload/wagtailgmaps/compare/1.0.1...2.0.0
101121
[1.0.1]: https://github.com/springload/wagtailgmaps/compare/v1.0...v1.0.1
102122
[1.0]: https://github.com/springload/wagtailgmaps/compare/v0.4...v1.0
103123
[0.4]: https://github.com/springload/wagtailgmaps/compare/v0.3.1...v0.4

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@
3838
license="MIT",
3939
description="Google Maps widget for address fields in Wagtail",
4040
long_description=README,
41+
long_description_content_type="text/markdown",
4142
url="https://github.com/springload/wagtailgmaps/",
4243
author="Springload",
4344
author_email="[email protected]",
45+
project_urls={
46+
"Changelog": "https://github.com/springload/wagtailgmaps/blob/master/CHANGELOG.md",
47+
},
4448
classifiers=[
4549
"Environment :: Web Environment",
4650
"Framework :: Django",

0 commit comments

Comments
 (0)