Releases: silverstripe/vendor-plugin
Releases · silverstripe/vendor-plugin
2.0.3
What's Changed
- ENH Use class name instead of self by @emteknetnz in #78
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- FIX Method CopyMethod::copy as deprecated by @sabina-talipova in #70
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- API Deprecate publicPathExists() by @emteknetnz in #65
- MNT Use gha-dispatch-ci by @emteknetnz in #66
- MNT Run module-standardiser by @emteknetnz in #69
Full Changelog: 2.0.0...2.0.1
1.7.0
What's Changed
- MNT Use GitHub Actions CI by @emteknetnz in #54
- MNT Standardise modules by @emteknetnz in #55
- API Update deprecations by @emteknetnz in #60
- API Deprecate publicPathExists() by @emteknetnz in #65
Full Changelog: 1.6.0...1.7.0
2.0.0
What's Changed
- MNT Use GitHub Actions CI by @emteknetnz in #54
- MNT Standardise modules by @emteknetnz in #55
- ENH Set the default resources dir to "_resources" by @GuySartorelli in #57
- DEP Update core dependencies for CMS 5 by @emteknetnz in #58
- DEP Require composer/installers ^2 by @emteknetnz in #59
- API Update deprecations by @emteknetnz in #60
- DEP Upgrade installer dependencies by @sabina-talipova in #61
- API Remove deprecated code by @sabina-talipova in #63
- API Make the public folder mandatory by @GuySartorelli in #64
New Contributors
- @GuySartorelli made their first contribution in #57
- @sabina-talipova made their first contribution in #61
Full Changelog: 1.6.0...2.0.0
1.6.0
What's Changed
- DEP Set PHP 7.4 as the minimum version by @emteknetnz in #50
- ENH PHP 8.1 compatibility by @emteknetnz in #52
- MNT Update matrix by @emteknetnz in #53
Full Changelog: 1.5.2...1.6.0
1.5.2
- FIX Ensure composer.json file exists before reading it (Steve Boyd) - 26f8e9f
- API phpunit 9 support (Steve Boyd) - 7d660c1
- FIX Correctly handle symlink targets specified with a trailing slash (Michal Kleiner) - ed2800f
- FIX resource 404's not returning error page (Will Rossiter) - 8515970
- Update build status badge (Steve Boyd) - bfd5778
- MNT Travis shared config, use sminnee/phpunit (Steve Boyd) - 1e37daf
1.5.1
1.5.0
- FIX Correct paths for fixtures in LibraryTest (Garion Herman) - 20fd688
- FIX: Add missing methods to plugin interface (Sam Minnee) - 6a15370
- FIX: Clarify PHP version support (Sam Minnee) - f29fb9e
- NEW: Confirm support for composer 2. (Sam Minnee) - 8e8b369
- Move LibraryTest to Methods dir (Dan Hensby) - c52d932
1.4.1
- FIX Update Apache .htaccess for new access directives (Dylan Wagstaff) -
297c402
- Stop completion message from displaying when no action is taken (Garion Herman) -
fc0a43e
- FIX Skip expose calls when 'none' mode is enabled (Garion Herman) -
32ba6fd
- MINOR Add quotes around the default method in the vendor expose command help #22 (Maxime Rainville) -
21fd8d0
- DOCS Add options to description of "method" argument in expose command (Maxime Rainville) -
0993813