Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SEGMENT_ENDING_BAR not working with a different FIELD_SEPARATOR #129

Merged
merged 9 commits into from
Jan 24, 2025
Prev Previous commit
Next Next commit
Add deprecation notice to readme
skeemer committed Jan 21, 2025
commit 4853b0ce56ca320ece6079f84dcc6e4f344d38cb
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,11 +5,14 @@
<a href="https://packagist.org/packages/aranyasen/hl7"><img src="https://poser.pugx.org/aranyasen/hl7/license" alt="License"></a>
</p>

**Important: Minimum supported PHP version has been updated to 8.0 <br>
Last supported versions: <br>
-> PHP 7.0 or 7.1 => [1.5.4](https://github.com/senaranya/HL7/tree/1.5.4)<br>
-> PHP 7.2 => [2.0.2](https://github.com/senaranya/HL7/tree/2.0.2)<br>
-> PHP 7.4 => [2.1.7](https://github.com/senaranya/HL7/tree/2.1.7)**
## Important
- Minimum supported PHP version has been updated to 8.0 <br>
Last supported versions: <br>
- PHP 7.0 or 7.1 => [1.5.4](https://github.com/senaranya/HL7/tree/1.5.4)<br>
- PHP 7.2 => [2.0.2](https://github.com/senaranya/HL7/tree/2.0.2)<br>
- PHP 7.4 => [2.1.7](https://github.com/senaranya/HL7/tree/2.1.7)
- The global setting _SEGMENT_ENDING_BAR_ is deprecated and will be removed in a future release. Use _WITH_SEGMENT_ENDING_FIELD_SEPARATOR_
instead.

## Introduction