Skip to content

Releases: mscode-pl/mailcow-php-api

0.14.3

07 Oct 18:47
5947158
Compare
Choose a tag to compare
Update README.md

0.14.2

07 Oct 18:44
6266138
Compare
Choose a tag to compare
Update Namespace for Consistency

- Changed the namespace from `Exbil` to `MsCode` across all PHP files for consistency.
- Updated the `use` statements to reflect the new namespace in `Aliases.php`, `Domains.php`, `Credentials.php`, `MailCowAPI.php`, `AssertNotImplemented.php`, `MailBoxes.php`, `AntiSpam.php`, and `ParameterException.php`.
- Modified the `composer.json` to autoload the new namespace `MsCode\Mailcow\`.
- Corrected the namespace usage in `README.md` to reflect the updated structure.