You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/---bug-report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ assignees: ''
8
8
---
9
9
10
10
<!--
11
-
- Please do not report an issue for a version of `serial-number-bundle` that is no longer supported. Currently supported versions are listed here: https://github.com/nowo-tech/SerialNumberBundle#version-information
11
+
- Please do not report an issue for a version of `serial-number-bundle` that is no longer supported. See [Version policy](https://github.com/nowo-tech/SerialNumberBundle#version-policy) and [Supported versions](https://github.com/nowo-tech/SerialNumberBundle/security/policy#supported-versions) in the repository.
12
12
- Please fill in this template according to your issue.
13
13
- Please keep the table shown below at the top of your issue.
14
14
- You can retrieve `serial-number-bundle` version by running `composer info | grep "serial-number-bundle"`.
The Composer package name is [`nowo-tech/serial-number-bundle`](https://packagist.org/packages/nowo-tech/serial-number-bundle). Source code and issues are in the GitHub repository [`nowo-tech/SerialNumberBundle`](https://github.com/nowo-tech/SerialNumberBundle).
76
+
77
+
We follow [Semantic Versioning](https://semver.org/). See [Changelog](docs/CHANGELOG.md) for release notes. Security support by major version is described in the [Security policy](.github/SECURITY.md#supported-versions).
Copy file name to clipboardExpand all lines: demo/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Serial Number Bundle – Demos
2
2
3
-
Demos for [nowo-tech/serial-number-bundle](https://github.com/nowo-tech/serial-number-bundle) on Symfony 7 and 8.
3
+
Demos for Composer package [nowo-tech/serial-number-bundle](https://packagist.org/packages/nowo-tech/serial-number-bundle) ([source on GitHub](https://github.com/nowo-tech/SerialNumberBundle)) on Symfony 7 and 8.
4
4
5
5
## Demos
6
6
7
-
| Demo | Symfony | Port (default) |
8
-
|------------|---------|----------------|
9
-
| symfony7 | 7.0 | 8001 |
10
-
| symfony8 | 8.0 | 8001 |
7
+
| Demo | Symfony | Port (default in `.env.example`) |
Copy file name to clipboardExpand all lines: demo/symfony7/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Serial Number Bundle - Symfony 7 Demo
2
2
3
-
Demo application for [nowo-tech/serial-number-bundle](https://github.com/nowo-tech/serial-number-bundle) on Symfony 7.0.
3
+
Demo application for [`nowo-tech/serial-number-bundle`](https://packagist.org/packages/nowo-tech/serial-number-bundle) ([GitHub](https://github.com/nowo-tech/SerialNumberBundle)) on Symfony 7.0.
Copy file name to clipboardExpand all lines: demo/symfony8/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Serial Number Bundle - Symfony 8 Demo
2
2
3
-
Demo application for [nowo-tech/serial-number-bundle](https://github.com/nowo-tech/serial-number-bundle) on Symfony 8.0.
3
+
Demo application for [`nowo-tech/serial-number-bundle`](https://packagist.org/packages/nowo-tech/serial-number-bundle) ([GitHub](https://github.com/nowo-tech/SerialNumberBundle)) on Symfony 8.0.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
## Table of contents
8
8
9
9
- [Unreleased](#unreleased)
10
+
- [1.0.5 - 2026-03-30](#105---2026-03-30)
10
11
- [Changed](#changed)
11
12
- [1.0.4 - 2026-03-13](#104---2026-03-13)
12
13
- [Fixed](#fixed)
@@ -16,17 +17,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
16
17
- [Added](#added-1)
17
18
- [Changed](#changed-1)
18
19
- [1.0.1 - 2026-03-12](#101---2026-03-12)
19
-
- [Added](#added-1)
20
+
- [Added](#added-2)
20
21
- [Fixed](#fixed-1)
21
22
- [1.0.0 - 2026-03-12](#100---2026-03-12)
22
-
- [Added](#added-2)
23
+
- [Added](#added-3)
23
24
- [Security](#security)
24
25
25
26
## [Unreleased]
26
27
28
+
## [1.0.5] - 2026-03-30
29
+
27
30
### Changed
28
31
29
-
- **Documentation**: Corrected mask examples in README and USAGE (last four characters of `FAC-2025-01-00042` are `0042`). README requirements aligned with `composer.json` (PHP `< 8.6`). Makefile `help` lists `release-check-demos` as part of `release-check`. **DEMO-FRANKENPHP.md**: demo `bundles.php` example includes Twig Inspector (as in the repo demos). **SECURITY.md** rewritten in English to match the rest of the docs.
32
+
- **Documentation and metadata:** GitHub URLs now use the real repository slug `nowo-tech/SerialNumberBundle` (the previous `nowo-tech/serial-number-bundle` path returned 404). The Composer package name remains `nowo-tech/serial-number-bundle`. Updated root `composer.json` (`homepage`, `support.*`) and demo `composer.lock` metadata for the path package.
33
+
- **README:** Added [Version policy](https://github.com/nowo-tech/SerialNumberBundle#version-policy) (package name vs repo, SemVer, links to changelog and security policy). GitHub stars badge uses the correct repo slug.
34
+
- **Demos:** `demo/README.md` default ports aligned with `.env.example` (Symfony 7 → 8007, Symfony 8 → 8008). [DEMO-FRANKENPHP.md](DEMO-FRANKENPHP.md) port section updated to match.
35
+
- **Bug report template:** Links to version policy and security policy instead of a non-existent `#version-information` anchor.
36
+
- **Documentation (carry-over from pre-release notes):** Mask examples in README/USAGE; README PHP constraint aligned with `composer.json` (`< 8.6`); Makefile `help` documents `release-check-demos` under `release-check`; DEMO-FRANKENPHP `bundles.php` example includes Twig Inspector; SECURITY.md in English.
30
37
31
38
## [1.0.4] - 2026-03-13
32
39
@@ -79,9 +86,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
79
86
- Enforce single-character mask in config and in Twig mask filter (multi-char uses first character only).
80
87
- Treat negative `visibleLast` in `serial_number_mask` as zero to prevent huge `str_repeat` output.
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
Contributions are welcome. Please open an issue or a pull request on the [GitHub repository](https://github.com/nowo-tech/serial-number-bundle).
3
+
Contributions are welcome. Please open an issue or a pull request on the [GitHub repository](https://github.com/nowo-tech/SerialNumberBundle) (Composer package: `nowo-tech/serial-number-bundle`).
4
4
5
5
- Follow PSR-12 and the project's PHP-CS-Fixer configuration.
6
6
- Add tests for new behaviour. Tests live under `tests/Unit/` (isolated) and `tests/Integration/` (container/kernel). Run all with `make test`, or only `composer test-unit` / `composer test-integration`.
0 commit comments