Skip to content

Commit

Permalink
Release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 10, 2024
1 parent 218274c commit 263298f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Address Module Changelog

## Unreleased
##### 2024-XX-YY
## 3.3.1
##### 2024-04-10

- Added the `isZoneRestricted()` and `isNotZoneRestricted()` methods to the `Zoneable` trait

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ php artisan concord:modules -a
+----+-----------------------+--------+---------+------------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+-----------------------+--------+---------+------------------+-----------------+
| 1. | Konekt Address Module | Module | 3.3.0 | konekt.address | Konekt\Address |
| 1. | Konekt Address Module | Module | 3.3.1 | konekt.address | Konekt\Address |
+----+-----------------------+--------+---------+------------------+-----------------+
```
1 change: 1 addition & 0 deletions docs/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ that points to the id of a [zone](zones.md) record.
It adds the following features to the model:

- the `getZone(): ?Zone` method,
- the `isZoneRestricted(): bool` and `isNotZoneRestricted(): bool` methods,
- the `forZone(int|Zone $zone): Builder` scope,
- the `forZones(array|Collection $zones): Builder` scope, and
- the `zone(): BelongsTo` relationship
Expand Down
2 changes: 1 addition & 1 deletion src/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'Konekt Address Module',
'version' => '3.3.0',
'version' => '3.3.1',
];

0 comments on commit 263298f

Please sign in to comment.