Skip to content

Commit

Permalink
chore: update composer and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmenich committed Feb 1, 2024
1 parent feb6456 commit 289125c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/.idea
/.ddev
/craft
.editorconfig
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.3.1 - 2024-02-01

### Added

- `mediamanager/schedule/run` console command to run the scheduled sync jobs.

## 3.3.0 - 2024-01-12

### Added
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moon/pbs-media-manager-craft-gacraft",
"description": "Media Manager 3 for PBS API",
"version": "3.3.0",
"version": "3.3.1",
"type": "craft-plugin",
"keywords": ["craftcms", "pbs", "media-manager"],
"license": "MIT",
Expand Down Expand Up @@ -32,5 +32,11 @@
"name": "Media Manager",
"documentationUrl": "https://projects.pbs.org/bitbucket/projects/MOON/repos/pbs-media-manager-craft-plugin/browse/README.md",
"class": "papertiger\\mediamanager\\MediaManager"
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
}
}
}

0 comments on commit 289125c

Please sign in to comment.