We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3914aa1 commit 8fedc5eCopy full SHA for 8fedc5e
NEWS.txt
@@ -1,3 +1,6 @@
1
+0.x (upcoming release)
2
+- (feature) add possibility for search series by catalog number in user's collection (contributed by Mukesh Katariya)
3
+
4
0.4
5
- (infrastructure) switched to Java8
6
- (user interface) ported to Bootstrap 3
src/main/java/ru/mystamps/web/support/togglz/Features.java
@@ -54,6 +54,7 @@ public enum Features implements Feature {
54
SHOW_SUGGESTION_LINK,
55
56
@Label("/site/index: search by catalog in collection")
57
+ @EnabledByDefault
58
SEARCH_IN_COLLECTION;
59
60
public boolean isActive() {
0 commit comments