Skip to content

Commit 7ab8c54

Browse files
committed
Release 3.7.1
1 parent 56e8acd commit 7ab8c54

4 files changed

Lines changed: 8 additions & 65 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ history, the old changelog, and committed file changes. Older Zemit-era entries
1515
are summarized where the commit history is too granular to be useful as
1616
release notes.
1717

18+
## 3.7.1 - 2026-06-23
19+
20+
### Fixed
21+
22+
- Removed the localhost-only debug smoke-test page from packaged public assets.
23+
1824
## 3.7.0 - 2026-06-23
1925

2026
### Changed

public/debug-test.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/Support/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ class Version extends \Phalcon\Support\Version
4040
#[\Override]
4141
protected function getVersion(): array
4242
{
43-
return [3, 7, 0, 4, 0];
43+
return [3, 7, 1, 4, 0];
4444
}
4545
}

tests/Unit/Support/VersionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testVersion(): void
4040
$this->assertEquals($this->bootstrap->config->path('phalcon.version'), $phalconVersion->get());
4141

4242
// Test version->get()
43-
$this->assertSame('3.7.0', $version->get());
43+
$this->assertSame('3.7.1', $version->get());
4444
$this->assertNotEmpty($version->get());
4545
$this->assertIsString($version->get());
4646

0 commit comments

Comments
 (0)