Skip to content

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aad Mathijssen committed Jul 2, 2024
2 parents 14f92bf + 39a6377 commit 1b336f8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 14 deletions.
24 changes: 15 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## v1.2.0 - 2024-07-02

### Changed

- Rename package from `isaac/slugify-cli` to `iodigital-com/slugify-cli`

## v1.1.0 - 2024-07-02

### Added

Add support for PHP 8.2 and 8.3
- Add support for PHP 8.2 and 8.3

### Changed

Upgrade `cocur/slugify` (v4.2.0 => v4.5.1)
Replace `isaac/php-code-sniffer-standard` package (v28.1.0) by `iodigital-com/php-code-sniffer-standard` (v29.2.0)
Upgrade `phpstan/extension-installer` (1.2.0 => 1.4.1)
Upgrade `phpstan/phpstan` (1.9.0 => 1.11.6)
Upgrade `phpstan/phpstan-strict-rules` (1.4.4 => 1.6.0)
Update copyright year and name
Update author email
- Upgrade `cocur/slugify` (v4.2.0 => v4.5.1)
- Replace `isaac/php-code-sniffer-standard` package (v28.1.0) by `iodigital-com/php-code-sniffer-standard` (v29.2.0)
- Upgrade `phpstan/extension-installer` (1.2.0 => 1.4.1)
- Upgrade `phpstan/phpstan` (1.9.0 => 1.11.6)
- Upgrade `phpstan/phpstan-strict-rules` (1.4.4 => 1.6.0)
- Update copyright year and name
- Update author email

### Removed

Remove support for PHP 7.4
- Remove support for PHP 7.4

## v1.0.0 - 2022-11-04

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Installation

Add the package as a requirement to your project:

$ composer require isaac/slugify-cli
$ composer require iodigital-com/slugify-cli

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

Or as a global requirement:

$ composer global require isaac/slugify-cli
$ composer global require iodigital-com/slugify-cli

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

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "isaac/slugify-cli",
"name": "iodigital-com/slugify-cli",
"replace": {
"isaac/slugify-cli": "*"
},
"description": "CLI wrapper for the cocur/slugify package",
"type": "project",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.2.0

0 comments on commit 1b336f8

Please sign in to comment.