Skip to content

Commit

Permalink
Merge branch 'MueezKhan/Removing-Unencrypted-Credentials-From-Model' …
Browse files Browse the repository at this point in the history
…of github.com:openedx/edx-enterprise into MueezKhan/Remove-Unencrypted-SAP-Client-Credentials
  • Loading branch information
MueezKhan246 committed Sep 10, 2024
2 parents b8c71de + b2ea600 commit d2a0a89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,22 @@ Unreleased
----------
* nothing unreleased

[4.25.7]
[4.25.8]
----------
* feat: added migration for removing unencrypted client credentials

[4.25.6]
[4.25.7]
----------
* refactor: removed unencrypted credentials from sap config model.

[4.25.5]
[4.25.6]
----------
* refactor: making unencrypted credentials nullable so after removing refs tests can run

[4.25.5]
----------
* feat: changing django enterprise customer summary columns

[4.25.4]
----------
* feat: replaced references from unencrypted to encrypted columns.
Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "4.25.7"
__version__ = "4.25.8"
3 changes: 1 addition & 2 deletions enterprise/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,9 @@ class EnterpriseCustomerAdmin(DjangoObjectActions, SimpleHistoryAdmin):
'name',
'slug',
'customer_type',
'site',
'country',
'active',
'has_logo',
'enable_learner_portal',
'enable_dsc',
'has_identity_provider',
'uuid',
Expand Down

0 comments on commit d2a0a89

Please sign in to comment.