Skip to content

Commit 831956b

Browse files
committed
deploy: cd657c3
1 parent 21ef1e9 commit 831956b

89 files changed

Lines changed: 228 additions & 236 deletions

File tree

Some content is hidden

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

appConfig.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ window.AppConfig = {
99
"about_icon": "styles/images/phoenix-icon.svg",
1010
"account_url": "https://account-stage.phcode.dev/",
1111
"promotions_url": "https://promotions.phcode.dev/dev/",
12-
"purchase_url": "https://phcode.io/pricing",
12+
"purchase_url": "https://phcode.dev/pricing",
1313
"license_url": "https://www.gnu.org/licenses/agpl-3.0.en.html",
1414
"how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
1515
"docs_url": "https://docs.phcode.dev/",
@@ -18,8 +18,8 @@ window.AppConfig = {
1818
"report_issue_url": "https://github.com/phcode-dev/phoenix/issues/new/choose",
1919
"get_involved_url": "https://github.com/phcode-dev/phoenix/discussions/77",
2020
"release_notes_url": "https://github.com/adobe/brackets/wiki/Release-Notes",
21-
"homepage_url": "https://phcode.io",
22-
"update_download_page": "https://phcode.io/",
21+
"homepage_url": "https://phcode.dev",
22+
"update_download_page": "https://phcode.dev/",
2323
"twitter_url": "https://twitter.com/phcodedev",
2424
"youtube_url": "https://www.youtube.com/channel/UCNK2a8DKqPQQe3GlfTk-RHg",
2525
"troubleshoot_url": "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev",
@@ -40,7 +40,7 @@ window.AppConfig = {
4040
"ruff": "0.16.5"
4141
},
4242
"linting.enabled_by_default": true,
43-
"build_timestamp": "2026-09-02T09:54:23.038Z",
43+
"build_timestamp": "2026-09-02T17:21:16.101Z",
4444
"googleAnalyticsID": "G-FP5S9BKDSJ",
4545
"googleAnalyticsIDDesktop": "G-D5R1Y6PTS8",
4646
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
@@ -52,7 +52,7 @@ window.AppConfig = {
5252
"bugsnagEnv": "staging"
5353
},
5454
"name": "Phoenix Code",
55-
"version": "5.5.3-23395",
55+
"version": "5.5.3-23397",
5656
"apiVersion": "5.5.3",
5757
"homepage": "https://core.ai",
5858
"issues": {

assets/default-project/en.zip

2 Bytes
Binary file not shown.

assets/default-project/en/Newly_added_features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Automatically rename paired HTML/XML/SVG tags as you type at the start or end of
235235

236236
All new native ChromeOS app is now available on the Google Play Store. The ChromeOS app is a highly requested feature and is specially made for education and student use.
237237

238-
[![Get phcode.io on google play](https://github.com/user-attachments/assets/0a7f20ce-653c-43a8-ac3e-3875ea74df5b)](https://play.google.com/store/apps/details?id=prod.phcode.twa)
238+
[![Get Phoenix Code on google play](https://github.com/user-attachments/assets/0a7f20ce-653c-43a8-ac3e-3875ea74df5b)](https://play.google.com/store/apps/details?id=prod.phcode.twa)
239239

240240
## Drag and Drop Files and Folders in Desktop Apps - Experimental
241241

@@ -315,7 +315,7 @@ All new search filters to find exactly what you want. `Search in files` or `Excl
315315

316316
Brand new Native Desktop Apps for Mac (M1 and Intel), Linux, and Windows, a milestone release that addresses one of our most requested features. Built from the ground up with the latest Tauri/Rust technology, this update modernizes the core platform with enhanced performance, security, and a seamless cross-platform experience.
317317

318-
Download your copy from [phcode.io](https://phcode.io)
318+
Download your copy from [phcode.dev](https://phcode.dev)
319319

320320
![Desktop apps](https://github.com/phcode-dev/phoenix/assets/5336369/9ea4f9cc-5ebd-4d67-bf36-0a6ae7611767)
321321

assets/new-project/assets/js/code-editor.js

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/phoenix-splash/live-preview-error.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// innerHTML — that would be reflected XSS. Build the DOM with
1010
// textContent and createElement only. The strings are plain text:
1111
// mainHeading uses "\n" for line breaks, mainSpan uses "{0}" as
12-
// the placeholder for the phcode.io link.
12+
// the placeholder for the phcode.dev link.
1313
function applyTranslations() {
1414
const params = Object.fromEntries(
1515
new URLSearchParams(window.location.search).entries()
@@ -32,9 +32,9 @@
3232
parts.forEach(function(part, i) {
3333
if (i > 0) {
3434
const a = document.createElement("a");
35-
a.href = "https://phcode.io";
35+
a.href = "https://phcode.dev";
3636
a.style.color = "white";
37-
a.textContent = "phcode.io";
37+
a.textContent = "phcode.dev";
3838
el.appendChild(a);
3939
}
4040
el.appendChild(document.createTextNode(part));
@@ -51,7 +51,7 @@
5151
<div id="MainText" class="safari-text">
5252
<h2 id="mainHeading">Uh Oh!<br>Your current browser doesn't support live preview.</h2>
5353
<span id="mainSpan">
54-
Get the best live preview experience by downloading our native apps for Windows, Mac, and Linux from <a href="https://phcode.io" style="color: white">phcode.io</a>.
54+
Get the best live preview experience by downloading our native apps for Windows, Mac, and Linux from <a href="https://phcode.dev" style="color: white">phcode.dev</a>.
5555
</span><br>
5656
</div>
5757
</div>

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.

0 commit comments

Comments
 (0)