Skip to content

Commit

Permalink
Merge pull request #1366 from Tencent/1.3.x_lts
Browse files Browse the repository at this point in the history
set v1.3.9 release date
  • Loading branch information
lingol authored Jul 26, 2024
2 parents 80847b2 + bf2f8f8 commit 9fce6ea
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MMKV Change Log
## v1.3.9 / 2024-07-xx
## v1.3.9 / 2024-07-26
**This is a Long Term Support (LTS) release.**
### Changes for All platforms
* Fix a data corruption bug on an encrypted MMKV with only one key value stored.
Expand Down
2 changes: 1 addition & 1 deletion OpenHarmony/MMKV/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.3.7';
export const HAR_VERSION = '1.3.9';
export const BUILD_MODE_NAME = 'release';
export const DEBUG = false;
export const TARGET_NAME = 'default';
Expand Down
2 changes: 1 addition & 1 deletion OpenHarmony/MMKV/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MMKV for HarmonyOS NEXT Change Log

## v1.3.9 / 2024-07-xx
## v1.3.9 / 2024-07-26
* Fix a data corruption bug on an encrypted MMKV with only one key value stored.
* Make encryption more resilient from brute force cracking.

Expand Down
2 changes: 1 addition & 1 deletion OpenHarmony/entry/oh-package-lock.json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions flutter/mmkv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# MMKV for Flutter Change Log
## v1.3.9 / 2024-07-xx
* Modify the dependency of native lib in a way that no Dart package update is needed for any LTS release in the future. This will be the last LTS release of MMKV for Flutter.
## v1.3.9 / 2024-07-26
This will be **the last LTS release of MMKV for Flutter**.
* Modify the dependency of native lib in a way that no Dart package update is needed for any LTS release in the future.
* Fix a data corruption bug on an encrypted MMKV with only one key value stored.
* Make encryption more resilient from brute force cracking.
* Fix a bug that pthread_mutex is not being destroyed correctly.
Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MMKV Platform Android Change Log
## v1.0.5 / 2024-07-xx
## v1.0.5 / 2024-07-26
Keep up with native lib v1.3.9.

## v1.0.4 / 2024-07-12
Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MMKV Platform iOS Change Log
## v1.0.5 / 2024-07-xx
## v1.0.5 / 2024-07-26
Keep up with native lib v1.3.9.

## v1.0.4 / 2024-07-12
Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv_ohos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MMKV Platform OHOS Change Log
## v1.0.1 / 2024-07-xx
## v1.0.1 / 2024-07-26
Keep up with native lib v1.3.9.

## v1.0.0 / 2024-07-12
Expand Down

0 comments on commit 9fce6ea

Please sign in to comment.