Skip to content

Commit

Permalink
(chore): Updated CMB2 to version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
projmunoz committed Apr 5, 2024
1 parent f1704fe commit d4741ba
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 325 deletions.
74 changes: 28 additions & 46 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,54 @@
## Version 2.1
# Changelog

## Feat
## v2.1.1

- Support for multiple type params in tax query used in api responses.
- Chore: Update CMB2 to version 2.11.0.

## Version 2.0.0
## v2.1.0

### Feat
- Feat: Support for multiple type params in tax query used in api responses.

- Implement CMB2 and replace Metabox.io.
## v2.0.0

## Version 1.0.9
- Feat: Implement CMB2 and replace Metabox.io.

### Fix
## v1.0.9

- Remove return type of getItemBySlug method inside BaseItemsController.
- Fix: Remove return type of getItemBySlug method inside BaseItemsController.

## Version 1.0.8
## v1.0.8

### Fix
- Fix: APP_ENV check in ItemsFactory while getting controller class.

- APP_ENV check in ItemsFactory while getting controller class.
## v1.0.7

## Version 1.0.7
- Feat: Add preview parameter for retrieving drafts.

### Feat
## v1.0.6

- Add preview parameter for retrieving drafts.
- Feat: Add related items to api response, single openpub item.

## Version 1.0.6
## v1.0.5

### Feat
- Feat: Add filtering on items in api based on taxonomies slug in active items endpoint.

- Add related items to api response, single openpub item.
## v1.0.4

## Version 1.0.5
- Feat: Filter items, in api, on type taxonomy slug when param is set.
- Feat: Filter items, in api, on show on taxonomy slug when param is set.

### Feat
## v1.0.3

- Add filtering on items in api based on taxonomies slug in active items endpoint.
- Fix: Return value must be array, object returned in ItemsFactory method retrieve.

## Version 1.0.4
## v1.0.2

### Feat
- Chore: Update dependencies + reference openpub-base plugin from BitBucket to GitHub.

- Filter items, in api, on type taxonomy slug when param is set.
- Filter items, in api, on show on taxonomy slug when param is set.
## v1.0.1

## Version 1.0.3
- Fix: Fixes and tweaks.

### Fix
## v1.0.0

- Return value must be array, object returned in ItemsFactory method retrieve.

## Version 1.0.2

### Chore

- Update dependencies + reference openpub-base plugin from BitBucket to GitHub.

## Version 1.0.1

### Features:

- Fixes and tweaks.

## Version 1.0.0

### Features:

- Initial release.
- Initial release.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^7.0|^8.0",
"plugin/openpub-base": "^3.0",
"wpackagist-plugin/cmb2": "2.10.*"
"wpackagist-plugin/cmb2": "2.11.*"
},
"require-dev": {
"mockery/mockery": "^1.5",
Expand All @@ -45,4 +45,4 @@
"composer/installers": true
}
}
}
}
Loading

0 comments on commit d4741ba

Please sign in to comment.