Skip to content

Commit a6615b2

Browse files
committed
deploy: 41ee03c
1 parent fcf7142 commit a6615b2

File tree

361 files changed

+2224
-460
lines changed

Some content is hidden

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

361 files changed

+2224
-460
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-02-24T07:44:13.152Z",
25+
"build_timestamp": "2023-03-14T07:33:06.462Z",
2626
"googleAnalyticsID": "G-FP5S9BKDSJ",
2727
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
2828
"coreAnalyticsID": "phoenix",
@@ -32,8 +32,8 @@ window.AppConfig = {
3232
"bugsnagEnv": "staging"
3333
},
3434
"name": "Phoenix",
35-
"version": "3.1.14-19198",
36-
"apiVersion": "3.1.14",
35+
"version": "3.1.15-19222",
36+
"apiVersion": "3.1.15",
3737
"homepage": "https://core.ai",
3838
"issues": {
3939
"url": "https://github.com/phcode-dev/phoenix/issues"

appConfig.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/default-project/en.zip

272 Bytes
Binary file not shown.

assets/default-project/en/Newly_added_features.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ We are continuously adding features every week to improve the life of web develo
88

99
List of features added to phoenix:
1010

11+
## Create and Publish extensions
12+
`Added on March,2023`
13+
14+
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) in a single click.
16+
* 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)
17+
* [Publish an extension](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes#publishing-to-the-extensiontheme-store)
18+
directly form your GitHub repo by creating a GitHub release!
19+
1120
## Extensions and Themes Store
1221
`Added on January,2023`
1322

0 commit comments

Comments
 (0)