Skip to content

Commit

Permalink
version bump to 12.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyq committed Sep 7, 2021
1 parent 3432fb0 commit b15622c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
### 12.5.9 [2021-09-07]

* Resolved the issue about recap file is significantly larger than the original import file for memberships and profiles import.
* Changed the character limit to match the max_length of username for memberships import.
* Added the county field to the events search.
* Avoided duplicate directory listings being created when a membership application is submitted again.
* Fixed the missing captcha on embed forms
* Removed impersonated_user from code.


### 12.5.8 [2021-08-11]

* Added the option (setting "Hide Free Membership/Corporate Membership Invoices") to not display free membership and corp membership invoices on invoices search.
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Expand Up @@ -9,7 +9,7 @@
| 6.x.x | :x: |
| 7.x.x | :x: |
| 11.x.x | :x: |
| 12.5.8 | :white_check_mark: |
| 12.5.9 | :white_check_mark: |

**Note:** The latest version is the only supported version.

Expand Down
2 changes: 1 addition & 1 deletion tendenci/__init__.py
@@ -1,2 +1,2 @@

__version__ = "12.5.8"
__version__ = "12.5.9"

0 comments on commit b15622c

Please sign in to comment.