Skip to content

Commit

Permalink
fix error in plugin zip creation, up version for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Nov 18, 2024
1 parent f48d033 commit 3ebc54c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studip-opencast-plugin",
"version": "3.17",
"version": "3.17.1",
"description": "Stud.IP plugin for Opencast",
"author": "Till Glöggler <tgloeggl@uos.de>",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"dev": "webpack --mode development --watch",
"prezip": "npm run build",
"translate": "/bin/bash translate.sh && gettext-compile --output vueapp/i18n/translations.json locale/en/LC_MESSAGES/opencast.po",
"zip": "mkdir -p build && zip -r build/Opencast-V$npm_package_version.zip app assets cronjobs install locale migrations lib vendor templates static static_cw LICENSE INSTALL.md README.md bootstrap.php OpencastV3.class.php plugin.manifest",
"zip": "mkdir -p build && zip -r build/Opencast-V$npm_package_version.zip app assets cronjobs install locale migrations lib vendor templates static static_cw LICENSE INSTALL.md README.md bootstrap_migrations.php bootstrap.php OpencastV3.class.php plugin.manifest",
"docs": "npx redoc-cli build docs/studip_opencast_routes.json --output docs/studip_opencast_routes.html",
"tests": "php vendor/bin/codecept run --steps"
},
Expand Down
2 changes: 1 addition & 1 deletion plugin.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginname=OpencastV3
pluginclassname=OpencastV3
origin=elan-ev
version=3.17
version=3.17.1
studipMinVersion=5.1
studipMaxVersion=5.5.99
dbscheme=install/install.sql
Expand Down

0 comments on commit 3ebc54c

Please sign in to comment.