Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Jun 30, 2022
1 parent 7c5a337 commit d041da7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 13.0.0

- Rename package to `vinkla/extended-acf`
- Rename namespace from `WordPlate\Acf` to `Extended\ACF`

## 12.0.3

- Added default value to email field
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
![Extended ACF](https://user-images.githubusercontent.com/499192/34915298-1782a500-f924-11e7-85a7-dc7de6aacc14.png)


# Extended ACF

> Register [advanced custom fields](https://www.advancedcustomfields.com) with object oriented PHP.
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vinkla/extended-acf",
"description": "Register advanced custom fields with object oriented PHP",
"license": "MIT",
"keywords": [
"acf",
"advanced",
Expand All @@ -9,7 +10,6 @@
"fields",
"wordpress"
],
"license": "MIT",
"authors": [
{
"name": "Vincent Klaiber",
Expand All @@ -23,14 +23,8 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
},
"config": {
"preferred-install": "dist"
},
"extra": {
"branch-alias": {
"dev-master": "13.0-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Extended\\ACF\\": "src/"
Expand All @@ -47,6 +41,12 @@
"tests/helpers.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true
"config": {
"preferred-install": "dist"
},
"extra": {
"branch-alias": {
"dev-master": "13.0-dev"
}
}
}

0 comments on commit d041da7

Please sign in to comment.