Bump version to 1.7.0

- Version 1.7.0 'API' with Content API, admin guide page, anchor link fixes, code block styling
This commit is contained in:
2026-07-28 14:37:52 +02:00
parent 0dc7b15fcf
commit a162fd9614
2 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "codepress", "name": "codepress",
"version": "1.5.0", "version": "1.7.0",
"description": "A lightweight, file-based Content Management System built with PHP and Bootstrap.", "description": "A lightweight, file-based Content Management System built with PHP and Bootstrap.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
+14 -3
View File
@@ -6,12 +6,23 @@
*/ */
return [ return [
'version' => '1.6.0', 'version' => '1.7.0',
'release_date' => '2026-06-24', 'release_date' => '2026-07-28',
'codename' => 'Enhanced', 'codename' => 'API',
'status' => 'stable', 'status' => 'stable',
'changelog' => [ 'changelog' => [
'1.7.0' => [
'date' => '2026-07-28',
'changes' => [
'Content API for PHP content files (getAllPages, getPage, getMenu, getConfig, etc.)',
'Admin guide page with rendered markdown (CommonMark with TOC, tables, code blocks)',
'HeadingPermalinkExtension for anchor links in guide TOC',
'Deep links fixed: heading IDs moved from hidden permalink anchors to heading elements',
'Code block styling (light theme) in admin guide and frontend',
'Config form with separate fields (site_title, default_page, language, SEO, author, features)',
]
],
'1.6.0' => [ '1.6.0' => [
'date' => '2026-07-14', 'date' => '2026-07-14',
'changes' => [ 'changes' => [