Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gadgetto committed Mar 3, 2023
1 parent f4cfc18 commit e928a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.0-beta2] - 2023-03-03
### Added
- Import as GoodNews subscribers if GoodNews add-on is installed
- Assign GoodNews groups and categories on import

## [2.0.0-beta1]
## [2.0.0-beta1] - 2023-02-21
### Added
- Added new setting mail_format (HTML or Plain text)
- User notification mails are now generated as multipart mails (HTML + plain-text)
Expand Down
2 changes: 1 addition & 1 deletion core/components/userimport/src/UserImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class UserImport
{
public const NAME = 'UserImport';
public const VERSION = '2.0.0';
public const RELEASE = 'beta1';
public const RELEASE = 'beta2';

public const HELP_URL = 'https://docs.bitego.com/user-import/user-guide/';
public const DEV_NAME = 'bitego (Martin Gartner, Franz Gallei)';
Expand Down

0 comments on commit e928a3c

Please sign in to comment.