Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshnik committed Apr 9, 2024
1 parent 65cd9a2 commit f3bfd74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _build/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
return [
'name' => 'ExtraFields',
'name_lower' => 'extrafields',
'version' => '2.0.0',
'version' => '2.0.1',
'release' => 'pl',
// Install package to site right after build
'install' => true,
Expand Down
6 changes: 6 additions & 0 deletions core/components/extrafields/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.1-pl
==============
- fixed issues #4
- fixed issues #5
- fixed issues #6

2.0.0-pl
==============
- Updated core
Expand Down
2 changes: 1 addition & 1 deletion core/components/extrafields/src/ExtraFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ExtraFields
* The version
* @var string $version
*/
public $version = '2.0.0';
public $version = '2.0.1';

/**
* The class config
Expand Down

0 comments on commit f3bfd74

Please sign in to comment.