Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Commit

Permalink
Removed Vaadin 7 compatibility libs, incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
jashort committed Mar 10, 2018
1 parent fe2e966 commit 6e4e3cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Change Log
----------------
- Version 3.0.1 (Pending)
- Version 3.0.2 (Pending)

- Version 3.0.1 (3/10/2018)
- Moved most windows to their own views
- Require both phone number and email address when registering at con
- Don't show Fan Name field when registering at con
- Hide legal first name and legal last name by default, added checkbox to display
those fields
- Migrated Vaadin 7 controls to Vaadin 8

- Version 3.0.0 (12/29/2017)
- Layout change for speed (Base on CSSLayout)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-compatibility-server</artifactId>
<artifactId>vaadin-server</artifactId>
<version>8.1.6</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 6e4e3cd

Please sign in to comment.