Skip to content

Commit

Permalink
[RELEASE] v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jun 27, 2023
1 parent 85c8d3f commit 2859587
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"readme": "../README.md",
"homepage": "http://www.bk2k.info",
"author": "Benjamin Kott",
"version": "2.0.1",
"version": "3.0.0",
"license": "GPL-2.0-or-later",
"devDependencies": {
"grunt": "^1.6.1",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 3.0.0

## TASK

- 85c8d3f [TASK] Make includes v12 compatible
- a57b0e4 [TASK] Update csfixer config
- 64db6d9 [TASK] Update frontend dependencies
- b4683ed [TASK] Add compat for v12

## Contributors

- Benjamin Kott

# 2.0.1

## TASK
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"web-dir": ".build/public"
},
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "3.0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
'author' => 'Benjamin Kott',
'author_email' => '[email protected]',
'author_company' => 'private',
'version' => '2.0.1',
'version' => '3.0.0',
];

0 comments on commit 2859587

Please sign in to comment.