Skip to content

Commit 08bd57a

Browse files
committed
Beta
1 parent 100316f commit 08bd57a

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

resources/views/components/alert-beta.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class="font-bold italic font-mono flex-inline px-1 mx-0.5 text-base bg-orange-200 dark:bg-orange-900
1010
rounded inline-block"
1111
>
12-
alpha
12+
beta
1313
</span>
1414
development
1515
</p>
@@ -20,7 +20,7 @@ class="group mt-4 font-bold inline-flex items-center rounded-md px-3 py-1
2020
bg-orange-200 hover:bg-orange-300
2121
dark:bg-orange-900 dark:hover:bg-orange-500 dark:text-orange-100
2222
" target="_blank">
23-
Let's get to beta!
23+
Let's get to v1!
2424
<x-heroicon-o-rocket-launch class="ml-2 size-5 group-hover:hidden"/>
2525
<x-heroicon-s-rocket-launch class="hidden ml-2 size-5 group-hover:block"/>
2626
</a>

resources/views/docs/1/getting-started/status.md

+17-10
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,32 @@ We've put together a basic [roadmap](https://github.com/orgs/NativePHP/projects/
1010
current _estimated_ development timeline.
1111

1212
## Current Status
13-
NativePHP is currently in the `alpha` stage.
13+
NativePHP is currently in the `beta` stage.
1414

1515
We need your help with testing and bug-hunting, so we want you to _build_ apps with NativePHP.
1616

17-
As we're at the `alpha` stage, this means NativePHP is not quite ready for prime-time, so we don't recommend
18-
_distributing_ the apps you build just yet... unless you're comfortable with the following:
17+
As we're at the `beta` stage, NativePHP is almost ready for prime-time. This means we think it's ready for
18+
you to distribute your apps to users. But you should be aware of a couple of issues:
1919

20-
- The PHP source code in your app can be seen _and modified_.
21-
- Signing of build files has not been tested, so your users may see warnings from their operating system indicating that
22-
your app may be suspicious and may need to explicitly allow your app to run.
23-
- Your app may not be as performant or secure as it will be once we reach NativePHP v1.0.
20+
- The PHP source code inside your app can be seen _and modified_. We're actively working on a solution for this in time
21+
for the `v1` release.
22+
- Documentation around signing apps for Microsoft Windows and macOS are not yet available.
2423

25-
We still want you to _try_ to get your apps into a production-ready state! The more parts of the whole process we can
26-
exercise to find bugs and fix them, the better.
24+
**If you're planning to release an app, it may be useful to get in touch on [Discord](https://discord.gg/X62tWNStZK) so
25+
we can run through any last minute checks to ensure your app is in the best shape.**
26+
27+
The more parts of the whole process we can exercise to find bugs and fix them, the better.
2728

2829
Be sure to share your findings through the [forum](https://github.com/orgs/nativephp/discussions), by
2930
[raising issues](https://github.com/nativephp/laravel/issues/new/choose)/reporting bugs, and on
3031
[Discord](https://discord.gg/X62tWNStZK).
3132

32-
If you're building an app that you plan to distribute,
33+
<aside class="rounded-lg border border-teal-500 bg-teal-100 text-teal-800 p-4
34+
[&>*]:text-teal-800 [&>*:last-child]:mb-0 [&>*:first-child]:mt-0">
35+
36+
#### Can you sponsor?
37+
38+
If you're building an app that you plan to sell,
3339
[can you sponsor the development of NativePHP](https://github.com/nativephp/laravel?sponsor=1) to help us get to the
3440
v1.0 release sooner?
41+
</aside>

0 commit comments

Comments
 (0)