Skip to content

Commit 1b336f8

Browse files
committed
Merge branch 'release/v1.2.0'
2 parents 14f92bf + 39a6377 commit 1b336f8

File tree

5 files changed

+23
-14
lines changed

5 files changed

+23
-14
lines changed

CHANGELOG.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## v1.2.0 - 2024-07-02
10+
11+
### Changed
12+
13+
- Rename package from `isaac/slugify-cli` to `iodigital-com/slugify-cli`
14+
915
## v1.1.0 - 2024-07-02
1016

1117
### Added
1218

13-
Add support for PHP 8.2 and 8.3
19+
- Add support for PHP 8.2 and 8.3
1420

1521
### Changed
1622

17-
Upgrade `cocur/slugify` (v4.2.0 => v4.5.1)
18-
Replace `isaac/php-code-sniffer-standard` package (v28.1.0) by `iodigital-com/php-code-sniffer-standard` (v29.2.0)
19-
Upgrade `phpstan/extension-installer` (1.2.0 => 1.4.1)
20-
Upgrade `phpstan/phpstan` (1.9.0 => 1.11.6)
21-
Upgrade `phpstan/phpstan-strict-rules` (1.4.4 => 1.6.0)
22-
Update copyright year and name
23-
Update author email
23+
- Upgrade `cocur/slugify` (v4.2.0 => v4.5.1)
24+
- Replace `isaac/php-code-sniffer-standard` package (v28.1.0) by `iodigital-com/php-code-sniffer-standard` (v29.2.0)
25+
- Upgrade `phpstan/extension-installer` (1.2.0 => 1.4.1)
26+
- Upgrade `phpstan/phpstan` (1.9.0 => 1.11.6)
27+
- Upgrade `phpstan/phpstan-strict-rules` (1.4.4 => 1.6.0)
28+
- Update copyright year and name
29+
- Update author email
2430

2531
### Removed
2632

27-
Remove support for PHP 7.4
33+
- Remove support for PHP 7.4
2834

2935
## v1.0.0 - 2022-11-04
3036

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Installation
99

1010
Add the package as a requirement to your project:
1111

12-
$ composer require isaac/slugify-cli
12+
$ composer require iodigital-com/slugify-cli
1313

1414
This will install the `slugify-cli` script to the `vendor/bin` folder of the project.
1515

1616
Or as a global requirement:
1717

18-
$ composer global require isaac/slugify-cli
18+
$ composer global require iodigital-com/slugify-cli
1919

2020
This will install the `slugify` script to the `$HOME/.composer/vendor/bin` folder.
2121

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"name": "isaac/slugify-cli",
2+
"name": "iodigital-com/slugify-cli",
3+
"replace": {
4+
"isaac/slugify-cli": "*"
5+
},
36
"description": "CLI wrapper for the cocur/slugify package",
47
"type": "project",
58
"license": "MIT",

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.0
1+
v1.2.0

0 commit comments

Comments
 (0)