You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: news/2026-04-01-april-news.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,44 @@ Key focus:
17
17
- Keeping Facebook iOS SDK integrations current
18
18
- Resolving a macOS NativeWebView crash scenario
19
19
- Expanding AgeRange testing and handling paths for edge cases
20
+
- Migrating extension repositories from `distriqt` to `airnativeextensions`
20
21
21
22
As always, we recommend updating to the latest versions to ensure compatibility, stability, and access to the newest platform features.
22
23
24
+
25
+
:::tip Repository Migration Notice
26
+
We are migrating our GitHub repositories for native extensions from the [**distriqt**](https://github.com/distriqt) organisation to [**airnativeextensions**](https://github.com/airnativeextensions).
27
+
28
+
During this migration, existing users may receive invitations to the new repositories.
29
+
30
+
You will need to **accept these GitHub invitations** to continue having access to extension repositories and future updates.
31
+
32
+
### What to expect
33
+
34
+
1. We will progressively move extension repositories to the **airnativeextensions** organisation.
35
+
2. If you currently have access, GitHub will send an invitation for the equivalent repository under the new organisation.
36
+
3. Invitations are sent by GitHub and may appear as an email and/or a notification in GitHub.
37
+
38
+
### What you need to do
39
+
40
+
1. Open the invitation from GitHub.
41
+
2. Accept the invitation to the repository under **airnativeextensions**.
42
+
3. Confirm you can access the new repository and release tags.
43
+
4. Update any existing bookmarks, remotes, or automation to point to the new repository URL.
44
+
45
+
### Timing and continuity
46
+
47
+
- Access to migrated repositories depends on accepting the invitation.
48
+
- We will aim to keep migration disruption to a minimum and communicate important changes as they happen.
49
+
50
+
### Questions
51
+
52
+
If you believe you should have access but do not receive an invite or if the invitation expires, please contact us so we can verify your account access and resend the invitation where required.
53
+
54
+
Please feel free to reach out if you have any questions or concerns about this migration.
55
+
:::
56
+
57
+
23
58
<!-- truncate -->
24
59
25
60
Here's a quick overview of the latest extension updates:
@@ -28,8 +63,7 @@ Here's a quick overview of the latest extension updates:
28
63
-[InAppBilling v18.1.0](https://github.com/distriqt/ANE-InAppBilling/releases/tag/v18.1.0) - Play Billing SDK v8.3.0 and `countryCode` support in `getUserData`
29
64
-[FacebookAPI v18.1.1](https://github.com/distriqt/ANE-FacebookAPI/releases/tag/v18.1.1) - iOS SDK update to v18.0.3
-[AgeRange v0.2.0](https://github.com/airnativeextensions/ANE-AgeRange/releases/tag/v0.2.0) - Play Age Signals API v0.0.3 updates
66
+
-[AgeRange v0.3.0](https://github.com/airnativeextensions/ANE-AgeRange/releases/tag/v0.3.0) - Null handling, fake error testing, and packaging fixes. Play Age Signals API v0.0.3 updates
0 commit comments