Skip to content

Commit

Permalink
version bump to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyq committed Mar 30, 2024
1 parent 4edc65a commit bb2db2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ env:

# command to install dependencies
install:
- pip install "Django>=3.2,<4.0"
- pip install "Django>=4.2,<5.0"

# TODO: command to run tests
# for now, run command to push source and translation files to Transifex
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
### 15.0 [2024-3-30]

* **Breaking Changes: Requires Django 4.2 LTS**. Django 3.2 LTS is not supported. For migrating T14 sites to T15, please follow the guide in docs/source/upgrade/upgrade-to-tendenci.txt.
* Implemented json-ld as structured data on event view for events to show in Google events search.
* Added bulk checkout feature on events roster report.
* Adjusted the format for event certifications.
* Fixed an error on skillset edit due to openstreetmap search requires user agent specified.
* Fixed an issue regarding photo size too large for photos batch edit.
* Fixed some broken links in tendenci default fixtures.
* Fixed a format issue for profile top menu.
* Removed "\r" from ical description to prevent it from showing in google calendar.
* Other minor fixes.


### 14.8.2 [2024-2-21]

* Added Region filter option to member_quick_list report. (Thanks to @rob-hills)
Expand Down

0 comments on commit bb2db2e

Please sign in to comment.