Skip to content

Commit 4ace47e

Browse files
committed
Release v2.0.0
1 parent cc91354 commit 4ace47e

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## [Unreleased]
44

5+
n/a
6+
7+
## [2.0.0] - 2019-09-01
8+
59
### Backward Compatibility Breaking Changes
10+
611
- All classes now reside within `PhpIP` namespace. [#14](https://github.com/rlanvin/php-ip/pull/14)
712
- Deprecated `IPBlock::getSuper`, use `IPBlock::getSuperBlock()` instead. [#46](https://github.com/rlanvin/php-ip/pull/46)
813

@@ -13,7 +18,7 @@
1318
- New method `reversePointer()` [#44](https://github.com/rlanvin/php-ip/pull/44)
1419
- New method `IpBlock::getGivenIp` to return the IP used in the constructor [#6](https://github.com/rlanvin/php-ip/pull/6)
1520

16-
### Removed
21+
### Removed
1722

1823
- Drop support for PHP 5 [#8](https://github.com/rlanvin/php-ip/issues/8)
1924

@@ -27,5 +32,6 @@
2732

2833
First release
2934

30-
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.0.1...HEAD
31-
[1.0.1]: https://github.com/rlanvin/php-ip/compare/v1.0.0...v1.0.1
35+
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v2.0.0...HEAD
36+
[2.0.0]: https://github.com/rlanvin/php-rrule/compare/v1.0.1...v2.0.0
37+
[1.0.1]: https://github.com/rlanvin/php-ip/compare/v1.0.0...v1.0.1

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,11 @@ IPv4/IPv6 manipulation library for PHP inspired by Python [ipaddress](https://do
1616

1717
The recommended way is to install the lib [through Composer](http://getcomposer.org/).
1818

19-
Just add this to your `composer.json` file (change the version by the release you want, or use `dev-master` for the development version):
20-
21-
```JSON
22-
{
23-
"require": {
24-
"rlanvin/php-ip": "1.*"
25-
}
26-
}
27-
```
28-
29-
Then run `composer install` or `composer update`.
19+
Simply run `composer require rlanvin/php-rrule` for it to be automatically installed and included in your `composer.json`.
3020

3121
Now you can use the autoloader, and you will have access to the library:
3222

3323
```php
34-
<?php
3524
require 'vendor/autoload.php';
3625
```
3726

0 commit comments

Comments
 (0)