Skip to content

Commit

Permalink
Update to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Feb 13, 2021
1 parent 51d407b commit 2810a2b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 43 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
=========

## 4.6.0
* Migrated unit tests from Travis CI to GitHub Actions
* Changed the minimum version support for PHP to 7.3
* Changed the minimum version support for PHPUnit to 9.0
* `pop-image` updated to v3.6.0
+ Full removal of the Gmagick adapter
* `pop-queue` updated to v1.2.0
+ Migrated from the SuperClosure library to the OPI Closure library

## 4.5.0
* `pop-db`updated to v5.0.5
+ Refactored the predicate set parser/generator classes
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Pop PHP Framework

RELEASE INFORMATION
-------------------
Pop PHP Framework 4.5.0
Released May 28, 2020
Pop PHP Framework 4.6.0
Released February 12, 2021

OVERVIEW
--------
Expand All @@ -32,9 +32,8 @@ The core Pop PHP components and the additional components will be installed:

NEW FEATURES
------------
* A number of components have been improved and refactored.
* Support for PHP 7.1+ only.
* PHPUnit tests refactored for PHPUnit 7.0+.
* Support for PHP 7.3+ only.
* PHPUnit tests refactored for PHPUnit 9.0+.
* Reference the `CHANGELOG.md` for further details.

INSTALL
Expand All @@ -57,7 +56,7 @@ $ composer require popphp/popphp-framework
Or, you can add it your project's `composer.json` file:

"require": {
"popphp/popphp-framework": "^4.5.0"
"popphp/popphp-framework": "^4.6.0"
}

Also, you can clone this repository and install it directly:
Expand Down
74 changes: 37 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,46 +17,46 @@
}
],
"require": {
"php": ">=7.1.0",
"popphp/pop-acl": "^3.3.0",
"popphp/pop-audit": "^1.2.1",
"popphp/pop-auth": "^3.2.1",
"popphp/pop-cache": "^3.3.1",
"popphp/pop-code": "^4.0.0",
"popphp/pop-config": "^3.3.0",
"popphp/pop-console": "^3.1.1",
"popphp/pop-cookie": "^3.2.0",
"popphp/pop-css": "^1.0.8",
"popphp/pop-csv": "^3.1.5",
"popphp/pop-db": "^5.0.9",
"popphp/pop-debug": "^1.2.1",
"popphp/pop-dir": "^3.1.0",
"popphp/pop-dom": "^3.2.7",
"popphp/pop-filter": "^3.1.1",
"popphp/pop-form": "^3.5.1",
"popphp/pop-ftp": "^3.0.3",
"popphp/pop-http": "^4.0.6",
"popphp/pop-i18n": "^3.1.0",
"popphp/pop-image": "^3.4.0",
"popphp/pop-kettle": "^1.5.0",
"popphp/pop-loader": "^3.0.4",
"popphp/pop-log": "^3.2.2",
"popphp/pop-mail": "^3.5.1",
"popphp/pop-mime": "^1.0.0",
"popphp/pop-nav": "^3.2.1",
"popphp/pop-paginator": "^3.0.5",
"popphp/pop-pdf": "^4.0.0",
"popphp/pop-queue": "^1.1.2",
"popphp/pop-session": "^3.2.0",
"popphp/pop-utils": "^1.1.0",
"popphp/pop-validator": "^3.1.2",
"popphp/pop-view": "^3.2.0",
"popphp/popphp": "^3.6.0",
"popphp/popcorn": "^3.3.1"
"php": ">=7.3.0",
"popphp/pop-acl": "^3.4.0",
"popphp/pop-audit": "^1.3.0",
"popphp/pop-auth": "^3.3.0",
"popphp/pop-cache": "^3.4.0",
"popphp/pop-code": "^4.1.0",
"popphp/pop-config": "^3.4.0",
"popphp/pop-console": "^3.2.0",
"popphp/pop-cookie": "^3.3.0",
"popphp/pop-css": "^1.1.0",
"popphp/pop-csv": "^3.2.0",
"popphp/pop-db": "^5.3.0",
"popphp/pop-debug": "^1.3.0",
"popphp/pop-dir": "^3.2.0",
"popphp/pop-dom": "^3.3.0",
"popphp/pop-filter": "^3.2.0",
"popphp/pop-form": "^3.6.0",
"popphp/pop-ftp": "^3.0.4",
"popphp/pop-http": "^4.1.0",
"popphp/pop-i18n": "^3.2.0",
"popphp/pop-image": "^3.5.0",
"popphp/pop-kettle": "^1.6.0",
"popphp/pop-loader": "^3.1.0",
"popphp/pop-log": "^3.3.0",
"popphp/pop-mail": "^3.6.0",
"popphp/pop-mime": "^1.1.0",
"popphp/pop-nav": "^3.3.0",
"popphp/pop-paginator": "^3.1.0",
"popphp/pop-pdf": "^4.2.0",
"popphp/pop-queue": "^1.2.0",
"popphp/pop-session": "^3.3.0",
"popphp/pop-utils": "^1.2.0",
"popphp/pop-validator": "^3.2.0",
"popphp/pop-view": "^3.3.0",
"popphp/popphp": "^3.7.0",
"popphp/popcorn": "^3.4.0"
},
"extra": {
"branch-alias": {
"dev-master": "4.5.x-dev"
"dev-master": "4.6.x-dev"
}
}
}

0 comments on commit 2810a2b

Please sign in to comment.