Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/4.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Feb 9, 2014
2 parents 88cefc2 + 81cc321 commit 9197efa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Pops changelog

## 4.1.0 (2014-02-09)

- **[FIXED]** Added accessor methods for important private class members
required by subclasses (value, isRecursive etc.) - in version 3 these were
protected and so 'just worked'.
- **[FIXED]** Proxies now actually implement `ProxyInterface` (lol).
- **[NEW]** Added formal interfaces for each proxy type.
- **[NEW]** Added `ProxyInterface::setPopsValue()` and
`ProxyInterface::popsValue()`.
- **[IMPROVED]** Deprecated methods in favour of `ProxyInterface::popsValue()`:
- `ProxyArray::popsArray()`
- `ProxyClass::popsClass()`
- `ProxyObject::popsObject()`
- `ProxyPrimitive::popsPrimitive()`
- **[IMPROVED]** Refactored some common code into abstract base classes.
- **[MAINTENANCE]** Minor repo maintenance

## 4.0.1 (2014-01-30)

- **[MAINTENANCE]** General repository maintanance
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*PHP Object Proxy System.*

[![The most recent stable version is 4.0.1][version-image]][Semantic versioning]
[![The most recent stable version is 4.1.0][version-image]][Semantic versioning]
[![Current build status image][build-image]][Current build status]
[![Current coverage status image][coverage-image]][Current coverage status]

Expand Down Expand Up @@ -320,4 +320,4 @@ directly as a value. The arguments must also contain a **reference** to
[Current coverage status]: https://coveralls.io/r/eloquent/pops
[eloquent/pops]: https://packagist.org/packages/eloquent/pops
[Semantic versioning]: http://semver.org/
[version-image]: http://img.shields.io/:semver-4.0.1-brightgreen.svg "This project uses semantic versioning"
[version-image]: http://img.shields.io/:semver-4.1.0-brightgreen.svg "This project uses semantic versioning"

0 comments on commit 9197efa

Please sign in to comment.