File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.0.1] - 2019-02-21
5+ ### Fixed
6+ - Error when loading the ` vendor/autoload.php ` file in Composer installation.
7+
48## [ 2.0.0] - 2019-02-21
59This version adds support to Kirby 3. All options remain and work in the same way as they did in Kirby 2.
610
Original file line number Diff line number Diff line change 2323 "psr-4" : {
2424 "PedroBorges\\ KirbyMetaTags\\ " : " src/"
2525 }
26+ },
27+ "extra" : {
28+ "installer-name" : " meta-tags"
2629 }
2730}
Original file line number Diff line number Diff line change 11<?php
22
3- require_once __DIR__ .'/vendor/autoload.php ' ;
3+ @ include_once __DIR__ .'/vendor/autoload.php ' ;
44
55Kirby::plugin ('pedroborges/meta-tags ' , [
66 'pageMethods ' => [
You can’t perform that action at this time.
0 commit comments