-
Notifications
You must be signed in to change notification settings - Fork 29
[REL-3292] Flutter Personalize Release Changes #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| {"version": "1.0.0"} | ||
| {"version": "0.0.1"} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,10 @@ | |
|
|
||
| ## Release Version | ||
|
|
||
| - [major] Added Personalize module and feature support | ||
| - [major] Added Personalize module and feature support | ||
|
|
||
| # 07-05-2026 | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Critical — Future date: Same issue as main package — |
||
| ## 0.0.1 | ||
|
|
||
| - Added Personalize module and feature support | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| Copyright (c) 2026 MoEngage, Inc. | ||
| All rights reserved. | ||
| Use of source code or binaries contained within MoEngage's SDKs is permitted only to enable use of the MoEngage platform by customers of MoEngage. The Licensee may not: | ||
| - permit any third party to use the Software; | ||
| - modify or translate the Software except as otherwise permitted; | ||
| - reverse engineer, decompile, or disassemble the Software; | ||
| - copy the Software, except as expressly provided above; or | ||
| - remove or obscure any proprietary rights notices or labels on the Software. | ||
| - Licensee may not transfer the Software or any rights under this Agreement without the Licensor's prior written consent. | ||
| - MoEngage owns the Software and all intellectual property rights embodied therein, including copyrights and valuable trade secrets embodied in the Software. The Licensee shall not alter or remove this copyright notice. | ||
|
|
||
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE USER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # moengage\_personalize\_android | ||
|
|
||
| The Android implementation of [`moengage_personalize`][1]. | ||
|
|
||
| ## Usage | ||
|
|
||
| This package is [endorsed][2], which means you can simply use `moengage_personalize` | ||
| normally. This package will be automatically included in your app when you do, | ||
| so you do not need to add it to your `pubspec.yaml`. | ||
|
|
||
| However, if you `import` this package to use any of its APIs directly, you | ||
| should add it to your `pubspec.yaml` as usual. | ||
|
|
||
| [1]: https://pub.dev/packages/moengage_personalize | ||
| [2]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -167,4 +167,4 @@ class PlatformMethodCallHandler( | |
| Logger.print(LogLevel.ERROR, t) { "$tag offeringClicked() : " } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import 'package:flutter_test/flutter_test.dart'; | ||
|
|
||
| void main() { | ||
| test('Sample Test', () { | ||
| // This is a Sample Test that will always pass. | ||
| // It's just here to satisfy the test requirements. | ||
| expect(1 + 1, equals(2)); | ||
| }); | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,3 +3,9 @@ | |
| ## Release Version | ||
|
|
||
| - [major] Added Personalize module and feature support | ||
|
|
||
| # 07-05-2026 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Critical — Future date: Same issue — (Same concern also applies to |
||
|
|
||
| ## 0.0.1 | ||
|
|
||
| - Added Personalize module and feature support | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Critical — Future date: The date
07-05-2026is in the future (May 7th, 2026). This should be the actual release date when the PR is merged. If you're releasing now, change this to the current date (e.g.,07-05-2025). If this is genuinely planned for May 2026, the PR should not be merged until then.Why this matters: pub.dev displays this CHANGELOG to users. A future date creates confusion and violates version history integrity.