Skip to content

Commit

Permalink
version bump to 14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyq committed Aug 26, 2022
1 parent d1dbc95 commit 8ad996d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
### 14.3 [2022-08-26]

**New Features and Improvements**
* Integrated Django Two-Factor Authentication. To enable the two-factor authentication, please see https://tendenci.readthedocs.io/en/latest/topic-guides/two-factor-auth.html.
* Added form entry editing capabilities (Thanks @bernd-wechner).
* Added chapter state coordinating agencies.
* Listed the chapter memberships (if exists) on user profile.
* Added the option to allow non-interactive user to activate their accounts if self registration is enabled.
* Added the option to NOT override interactive/non-interactive status for existing users on users import.
* Added the confirmation step for newsletters unsubscription.
* Updated the groups section on user profiles to indicate if newsletter is unsubscribed, and if so, link to re-subscribe.
* Added the setting "Member Can View Corporate Membership Roster" (default to False).
* Changed the default value from True to False for the setting "Minimal Event Add Enabled".

**Fixes**
* Fixed an issue in Forums about time at front end not matching with the admin back end.
* More bugfixes.


### 14.2 [2022-07-11]

* **Backward Incompatible**: Due to some issues in the pylibmc, we've switched the memcached client from pylibmc https://pypi.org/project/pylibmc/ to pymemcache https://pypi.org/project/pymemcache/. This change will NOT affect your production sites. However, if you don't have memcached installed in your local environment, please specify the cache backend to `CACHES['default']['BACKEND'] = 'django.core.cache.backends.dummy.DummyCach'` or to something you have set up.
Expand Down
2 changes: 1 addition & 1 deletion tendenci/__init__.py
@@ -1 +1 @@
__version__ = "14.2"
__version__ = "14.3"

0 comments on commit 8ad996d

Please sign in to comment.