This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.3] - 11.03.2019
### Updated
- Ad insertion (prevent from AdUnit flocking)
- Service discovery (new INFO endpoint format)
### Fixed
- Empty paragraph handling
## [0.1.2] - 25.02.2019
### Fixed
- Excerpt support
## [0.1.1] - 21.02.2019
### Fixed
- Autoloading
- Cache dir
## [0.1.0] - 21.02.2019
### Added
- Installation process
- Settings page
- Synchronization with AdServer
- Ads in posts content
[Unreleased]: https://github.com/adshares/wordpress-plugin/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/adshares/wordpress-plugin/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/adshares/wordpress-plugin/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/adshares/wordpress-plugin/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/adshares/wordpress-plugin/releases/tag/v0.1.0