File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 3.0.3] - 2022-10-07
8+ ### Chore
9+ - Update dependencies + reference pdc-base plugin from BitBucket to GitHub
10+
711## [ 3.0.2] - 2020-08-07
812### Added
913- Add revisions for FAQ entries (use [ MB Revision] ( https://metabox.io/plugins/mb-revision/ ) )
Original file line number Diff line number Diff line change 1212 "repositories" : [
1313 {
1414 "type" : " vcs" ,
15- "url" : " git@bitbucket.org:openwebconcept /plugin-pdc-base.git"
15+ "url" : " git@github.com:OpenWebconcept /plugin-pdc-base.git"
1616 }
1717 ],
1818 "require" : {
2222 "require-dev" : {
2323 "mockery/mockery" : " *" ,
2424 "phpunit/phpunit" : " ~8.0" ,
25- "10up/wp_mock" : " dev-master " ,
25+ "10up/wp_mock" : " ~0.4 " ,
2626 "friendsofphp/php-cs-fixer" : " ^2.0" ,
2727 "szepeviktor/phpstan-wordpress" : " ^0.6.0"
2828 },
2929 "autoload" : {
3030 "psr-4" : {
31- "OWC\\ PDC\\ FAQ\\ " : " ./src/FAQ"
31+ "OWC\\ PDC\\ FAQ\\ " : " ./src/FAQ"
3232 }
3333 },
3434 "autoload-dev" : {
3535 "psr-4" : {
36- "OWC\\ PDC\\ FAQ\\ Tests\\ " : " ./tests"
36+ "OWC\\ PDC\\ FAQ\\ Tests\\ " : " ./tests"
3737 }
3838 },
3939 "scripts" : {
You can’t perform that action at this time.
0 commit comments