Skip to content

Commit 7171388

Browse files
publish module with gpl 3 only
1 parent 41e0391 commit 7171388

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"description": "sentry integration for OXID",
44
"type": "oxideshop-module",
55
"keywords": ["oxid", "modules", "sentry", "error tracking"],
6-
"license": "proprietary",
7-
"version": "1.0.1",
6+
"license": "GPL-3.0-only",
87
"require":{
98
"sentry/sdk" : "2.0.*"
109
},

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'en' => 'sentry integration for OXID',
1010
],
1111
'thumbnail' => 'out/pictures/oxpssentry.png',
12-
'version' => '1.0.2',
12+
'version' => '1.0.3',
1313
'author' => 'OXID Professional Services',
1414
'url' => 'http://www.oxid-esales.com',
1515
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)