Releases: 8fold/php-events
Releases · 8fold/php-events
v0.6.0
v0.5.0
fix: Render blank month
It was discovered that the blank month was not rendering on a client site.
What's Changed
- No future events by @joshbruce in #53
- Update package-lock.json by @joshbruce in #54
- fix: all assertions from past, deprecate: 8fold Filesystem by @joshbruce in #55
Full Changelog: 0.3.0...0.4.0
BC: Fluent markdown update
Update to latest version of Fluent Markdown for CommonMark. Requires PHP 8.
Full Changelog: 0.2.2...0.3.0
Fix: IDs for single digit months and days
0.2.2 Fix date IDs
Use latest of 8fold dependencies
0.2.1 Update composer.json
Re-engineered emphasizing performance
- Removed dependency on Shoop
- Added production script for local development:
composer run prod
orcomposer run production
- which will run the following:- Static analysis via PHPStan:
composer run stan
- Style analysis via PHP Code Sniffer for PSR-12 compliance (with minor modifications):
composer run style
- Tests via Pest:
composer run test
- Static analysis via PHPStan:
- Updated dependencies, read me, and example microsite
Security vulnerability update on NPM dependency
Security vulnerability update on NPM dependency
Security, dependency, performance test updates
Bump lodash from 4.17.20 to 4.17.21
Bump lodash from 4.17.20 to 4.17.21 #43