Skip to content

Commit f274837

Browse files
committed
deploy: 23c910a
1 parent 5dde756 commit f274837

File tree

261 files changed

+3225
-2449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+3225
-2449
lines changed

appConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ window.AppConfig = {
2222
"extension_url": "https://extensions.phcode.dev/extensions/",
2323
"extension_store_url": "https://store.core.ai/src/",
2424
"linting.enabled_by_default": true,
25-
"build_timestamp": "2023-04-09T06:50:02.222Z",
25+
"build_timestamp": "2023-05-03T13:18:03.649Z",
2626
"googleAnalyticsID": "G-P4HJFPDB76",
2727
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
2828
"coreAnalyticsID": "phoenix",
@@ -32,8 +32,8 @@ window.AppConfig = {
3232
"bugsnagEnv": "development"
3333
},
3434
"name": "Phoenix",
35-
"version": "3.1.21-19256",
36-
"apiVersion": "3.1.21",
35+
"version": "3.2.0-19272",
36+
"apiVersion": "3.2.0",
3737
"homepage": "https://core.ai",
3838
"issues": {
3939
"url": "https://github.com/phcode-dev/phoenix/issues"

assets/default-project/en.zip

357 Bytes
Binary file not shown.

assets/default-project/en/Newly_added_features.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,31 @@
33
# Newly Added Features
44

55
We are continuously adding features every week to improve the life of web developers.
6+
<a href="https://github.com/phcode-dev/phoenix/releases" target="_blank">Check out our release page!</a>
67

7-
**Development status:** `Stable/Active Development`
8+
Here's a list of top features recently added to Phoenix:
89

9-
List of features added to phoenix:
10+
## Safari Support (Beta)
11+
`Added on May,2023`
1012

11-
## Create and Publish extensions
13+
Safari browser support is now in beta! Stay tuned for our **upcoming Web and native Mac/iOS apps** for full support.
14+
15+
### A note to Safari users
16+
Safari automatically deletes website data if a site is not revisited within 7 days.
17+
Phoenix relies on browser storage to save your projects, which may be removed due to this policy.
18+
**To prevent data loss**, please **download** your projects before closing the tab or stay tuned for our **upcoming Web and native Mac/iOS apps** for full support.
19+
20+
## Firefox Support
21+
`Added on April,2023`
22+
23+
phcode.dev now compatible with Firefox! Although opening local folders is not yet supported,
24+
you can import projects from GitHub. Stay tuned for upcoming support for uploading local folders.
25+
26+
## Create and Publish Extensions
1227
`Added on March,2023`
1328

1429
Creating extensions and themes is now easier than ever with a single click in GitHub. We have added workflows to:
15-
* Create a [Theme](https://github.com/phcode-dev/theme-template) or [Extension](https://github.com/phcode-dev/extension-template) with a single click.
30+
* Create a <a href="https://github.com/phcode-dev/theme-template" target="_blank">Theme</a> or <a href="https://github.com/phcode-dev/extension-template" target="_blank">Extension</a> with a single click.
1631
* Load/unload development extensions with new `Debug> Reload With Extensions` menu. ![image](https://user-images.githubusercontent.com/5336369/224746152-0416a862-891a-4fe1-b9dd-09add25a6cc0.png)
1732
* [Publish an extension](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes#publishing-to-the-extensiontheme-store)
1833
directly from your GitHub repo by creating a GitHub release!

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

cacheManifest.json

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extension_url": "https://extensions.phcode.dev/extensions/",
2222
"extension_store_url": "https://store.core.ai/src/",
2323
"linting.enabled_by_default": true,
24-
"build_timestamp": "2023-04-09T06:50:02.222Z",
24+
"build_timestamp": "2023-05-03T13:18:03.649Z",
2525
"googleAnalyticsID": "G-P4HJFPDB76",
2626
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
2727
"coreAnalyticsID": "phoenix",
@@ -31,8 +31,8 @@
3131
"bugsnagEnv": "development"
3232
},
3333
"name": "Phoenix",
34-
"version": "3.1.21-19256",
35-
"apiVersion": "3.1.21",
34+
"version": "3.2.0-19272",
35+
"apiVersion": "3.2.0",
3636
"homepage": "https://core.ai",
3737
"issues": {
3838
"url": "https://github.com/phcode-dev/phoenix/issues"

0 commit comments

Comments
 (0)