Skip to content

Conversation

@GhDj
Copy link
Owner

@GhDj GhDj commented Dec 15, 2025

Summary

  • Fix PHP parse error when loading code editor page
  • The <?php string in JavaScript was being interpreted as a PHP opening tag
  • Split the string to '<' + '?php' to prevent PHP from parsing it
  • Bump version to v1.2.1

Changes

  • resources/views/tools/code-editor.blade.php - Fix PHP tag in JS string
  • resources/views/layouts/app.blade.php - Update version to v1.2.1
  • CHANGELOG.md - Add v1.2.1 release notes

Test plan

  • Load code editor page at /tools/code-editor
  • Create a new PHP file tab and verify default content shows <?php

GhDj added 2 commits December 15, 2025 01:11
- Update CHANGELOG.md with 13 new tools and enhancements
- Update version to v1.2.0 in footer
@GhDj GhDj merged commit 1fceb4a into develop Dec 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants