Skip to content

Commit ab28ca7

Browse files
committed
Merge branch 'main' into next
2 parents 33d12ae + 29fbabb commit ab28ca7

5 files changed

Lines changed: 23 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -624,38 +624,38 @@ All notable changes to this project will be documented in this file. This projec
624624

625625
Initial release.
626626

627-
[5.2.0]: https://github.com/cloudcreativity/ddd-modules/compare/v5.1.0...v5.2.0
627+
[5.2.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v5.1.0...v5.2.0
628628

629-
[5.1.0]: https://github.com/cloudcreativity/ddd-modules/compare/v5.0.0...v5.1.0
629+
[5.1.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v5.0.0...v5.1.0
630630

631-
[5.0.0]: https://github.com/cloudcreativity/ddd-modules/compare/v5.0.0-rc.4...v5.0.0
631+
[5.0.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v5.0.0-rc.4...v5.0.0
632632

633-
[5.0.0-rc.4]: https://github.com/cloudcreativity/ddd-modules/compare/v5.0.0-rc.3...v5.0.0-rc.4
633+
[5.0.0-rc.4]: https://github.com/cloudcreativity/php-ddd-modules/compare/v5.0.0-rc.3...v5.0.0-rc.4
634634

635-
[5.0.0-rc.3]: https://github.com/cloudcreativity/ddd-modules/compare/v5.0.0-rc.2...v5.0.0-rc.3
635+
[5.0.0-rc.3]: https://github.com/cloudcreativity/php-ddd-modules/compare/v5.0.0-rc.2...v5.0.0-rc.3
636636

637-
[5.0.0-rc.2]: https://github.com/cloudcreativity/ddd-modules/compare/v5.0.0-rc.1...v5.0.0-rc.2
637+
[5.0.0-rc.2]: https://github.com/cloudcreativity/php-ddd-modules/compare/v5.0.0-rc.1...v5.0.0-rc.2
638638

639-
[5.0.0-rc.1]: https://github.com/cloudcreativity/ddd-modules/compare/v4.1.0...v5.0.0-rc.1
639+
[5.0.0-rc.1]: https://github.com/cloudcreativity/php-ddd-modules/compare/v4.1.0...v5.0.0-rc.1
640640

641-
[4.1.0]: https://github.com/cloudcreativity/ddd-modules/compare/v4.0.0...v4.1.0
641+
[4.1.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v4.0.0...v4.1.0
642642

643-
[4.0.0]: https://github.com/cloudcreativity/ddd-modules/compare/v3.4.0...v4.0.0
643+
[4.0.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v3.4.0...v4.0.0
644644

645-
[3.4.0]: https://github.com/cloudcreativity/ddd-modules/compare/v3.3.1...v3.4.0
645+
[3.4.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v3.3.1...v3.4.0
646646

647-
[3.3.1]: https://github.com/cloudcreativity/ddd-modules/compare/v3.3.0...v3.3.1
647+
[3.3.1]: https://github.com/cloudcreativity/php-ddd-modules/compare/v3.3.0...v3.3.1
648648

649-
[3.3.0]: https://github.com/cloudcreativity/ddd-modules/compare/v3.2.0...v3.3.0
649+
[3.3.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v3.2.0...v3.3.0
650650

651-
[3.2.0]: https://github.com/cloudcreativity/ddd-modules/compare/v3.1.0...v3.2.0
651+
[3.2.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v3.1.0...v3.2.0
652652

653-
[3.1.0]: https://github.com/cloudcreativity/ddd-modules/compare/v3.0.0...v3.1.0
653+
[3.1.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v3.0.0...v3.1.0
654654

655-
[3.0.0]: https://github.com/cloudcreativity/ddd-modules/compare/v3.0.0-rc.2...v3.0.0
655+
[3.0.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v3.0.0-rc.2...v3.0.0
656656

657-
[3.0.0-rc.2]: https://github.com/cloudcreativity/ddd-modules/compare/v3.0.0-rc.1...v3.0.0-rc.2
657+
[3.0.0-rc.2]: https://github.com/cloudcreativity/php-ddd-modules/compare/v3.0.0-rc.1...v3.0.0-rc.2
658658

659-
[3.0.0-rc.1]: https://github.com/cloudcreativity/ddd-modules/compare/v2.0.0...v3.0.0-rc.1
659+
[3.0.0-rc.1]: https://github.com/cloudcreativity/php-ddd-modules/compare/v2.0.0...v3.0.0-rc.1
660660

661-
[2.0.0]: https://github.com/cloudcreativity/ddd-modules/compare/v2.0.0-rc.3...v2.0.0
661+
[2.0.0]: https://github.com/cloudcreativity/php-ddd-modules/compare/v2.0.0-rc.3...v2.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Write highly encapsulated and loosely coupled modules, for domain-centric architecture.**
44

5-
[Read the docs here.](https://cloudcreativity.github.io/ddd-modules)
5+
[Read the docs here.](https://cloudcreativity.github.io/php-ddd-modules)
66

77
## What is this?
88

@@ -35,7 +35,7 @@ This package provides a common PHP toolset for writing domain-centric modules.
3535
The key to achieving highly encapsulated and loosely coupled modules is _how you use the tools in this package_. That is
3636
described in the documentation - so ensure you read the docs before using these tools.
3737

38-
[You can read the documentation here.](https://cloudcreativity.github.io/ddd-modules)
38+
[You can read the documentation here.](https://cloudcreativity.github.io/php-ddd-modules)
3939

4040
## Installation
4141

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {defineConfig} from 'vitepress'
44
export default defineConfig({
55
title: "DDD Modules",
66
description: "Modules for domain-driven implementations in PHP.",
7-
base: '/ddd-modules/',
7+
base: '/php-ddd-modules/',
88
themeConfig: {
99
// https://vitepress.dev/reference/default-theme-config
1010
nav: [

docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ composer require cloudcreativity/ddd-modules:^5.0
2424
## License
2525

2626
DDD Modules is licensed under the MIT license. See the
27-
[licence file](https://github.com/cloudcreativity/ddd-modules/blob/develop/LICENSE) for more information.
27+
[licence file](https://github.com/cloudcreativity/php-ddd-modules/blob/main/LICENSE) for more information.

docs/guide/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The documentation provides guidance on how to set up a command queuer port.
6666

6767
### Other Changes
6868

69-
Refer to the [changelog](https://github.com/cloudcreativity/ddd-modules/blob/develop/CHANGELOG.md) for other changes in
69+
Refer to the [changelog](https://github.com/cloudcreativity/php-ddd-modules/blob/main/CHANGELOG.md) for other changes in
7070
this release. These are unlikely to affect consuming applications.
7171

7272
## 1.x to 2.x

0 commit comments

Comments
 (0)