mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-04-07 22:53:48 +02:00
Updating CHANGELOG and README
This commit is contained in:
parent
e0ca376396
commit
76e6698b51
@ -1,4 +1,4 @@
|
||||
# Change Log
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
|
@ -65,11 +65,10 @@ Now you can use the autoloader, and you will have access to the library:
|
||||
require 'vendor/autoload.php';
|
||||
```
|
||||
|
||||
### Alternative method
|
||||
### Alternative method (not recommended)
|
||||
|
||||
You can just download `src/RRule.php` and require it.
|
||||
|
||||
However be sure to come back regulary and check for updates.
|
||||
- Download [the latest release](https://github.com/rlanvin/php-rrule/releases/latest)
|
||||
- Put the files in a folder that is autoloaded, or `inclure` or `require` them
|
||||
|
||||
## Documentation
|
||||
|
||||
@ -95,7 +94,6 @@ respect of the RFC. This version is a bit strictier and will not accept many
|
||||
non-compliant combinations of rule parts, that the python version otherwise accepts.
|
||||
There are also some additional features in this version.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
This library is released under the MIT License.
|
||||
|
Loading…
x
Reference in New Issue
Block a user