diff --git a/CHANGELOG.md b/CHANGELOG.md index 187aaba..0566d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,105 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.1] - 2025-12-15 + +### Fixed + +- Code Editor: Fix PHP parse error when loading the page (`About Privacy GitHub - v1.1.0 + v1.2.1 diff --git a/resources/views/tools/code-editor.blade.php b/resources/views/tools/code-editor.blade.php index 731ebfa..09699b4 100644 --- a/resources/views/tools/code-editor.blade.php +++ b/resources/views/tools/code-editor.blade.php @@ -575,7 +575,7 @@ function getDefaultContent(language) { case 'css': return '/* Styles */\n'; case 'javascript': return '// JavaScript\n'; case 'json': return '{\n \n}'; - case 'php': return '