Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshnik committed Sep 3, 2024
1 parent 014c717 commit cc23ab0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 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.2',
'version' => '2.0.3',
'release' => 'pl',
// Install package to site right after build
'install' => true,
Expand Down
8 changes: 8 additions & 0 deletions core/components/extrafields/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.3-pl
==============
- fixed field values
- fixed custom tab
- fixed abs update
- fixed abs grid
- fixed docs link

2.0.2-pl
==============
- fixed issues #7
Expand Down
7 changes: 5 additions & 2 deletions core/components/extrafields/docs/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
--------------------
ExtraFields
--------------------
Author: Aleksandr Huz <[email protected]>
Site: https://boshnik.com/
Author: Aleksandr Huz
--------------------
Email: [email protected]
--------------------
Docs: https://extrafields.boshnik.com/
--------------------
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.2';
public $version = '2.0.3';

/**
* The class config
Expand Down

0 comments on commit cc23ab0

Please sign in to comment.