diff --git a/application/executable/pom.xml b/application/executable/pom.xml
index 320ca13..47a4c31 100644
--- a/application/executable/pom.xml
+++ b/application/executable/pom.xml
@@ -105,6 +105,11 @@
logging-impl
+
+ dev.sheldan.abstracto.modules
+ invite-filter-impl
+
+
dev.sheldan.oneplus.bot.application.custom
starboard-custom
diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/collection.xml b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/collection.xml
index 3c65f6d..03a8554 100644
--- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/collection.xml
+++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/collection.xml
@@ -3,8 +3,8 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
\ No newline at end of file
diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/data.xml b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/data.xml
index 9790388..c3e39a0 100644
--- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/data.xml
+++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/data.xml
@@ -3,8 +3,8 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
\ No newline at end of file
diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/feature.xml b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/feature.xml
index 6c4ca7d..bd7c861 100644
--- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/feature.xml
+++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/1.0-starboard-custom/starboard-custom-seedData/feature.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog-3.8.xsd b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog.xsd
similarity index 98%
rename from application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog-3.8.xsd
rename to application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog.xsd
index ebfe6d6..83483a5 100644
--- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog-3.8.xsd
+++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/dbchangelog.xsd
@@ -257,6 +257,7 @@
+
@@ -277,11 +278,12 @@
+
-
+
@@ -306,7 +308,7 @@
-
+
@@ -420,9 +422,10 @@
-
+
-
+
+
true for a cycling sequence, false for a non-cycling sequence.
@@ -481,11 +484,15 @@
+
+
+
+
+
@@ -919,6 +927,7 @@
+
@@ -957,6 +966,7 @@
+
@@ -1124,7 +1134,7 @@
-
+
@@ -1226,7 +1236,6 @@
-
@@ -1283,7 +1292,7 @@
-
+
@@ -1374,4 +1383,4 @@
-
+
\ No newline at end of file
diff --git a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/starboard-custom-changeLog.xml b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/starboard-custom-changeLog.xml
index 9e48812..d8c5c06 100644
--- a/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/starboard-custom-changeLog.xml
+++ b/application/oneplus-bot-customizations/starboard-custom/src/main/resources/migrations/starboard-custom-changeLog.xml
@@ -3,8 +3,8 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
\ No newline at end of file
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/collection.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/collection.xml
index 68becef..4a13926 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/collection.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/collection.xml
@@ -3,8 +3,8 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
\ No newline at end of file
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/module.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/module.xml
index e2be6ec..2613f5a 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/module.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/module.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/update.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/update.xml
index 881deda..3c3c1c0 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/update.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.10-news/news-update/update.xml
@@ -3,8 +3,8 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
\ No newline at end of file
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/collection.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/collection.xml
index b65032a..560e35c 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/collection.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/collection.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
\ No newline at end of file
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/command.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/command.xml
index c991a99..e71fe55 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/command.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/command.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/data.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/data.xml
index 7b96c1f..733806d 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/data.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/data.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/feature.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/feature.xml
index 9f091c0..db4d3a8 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/feature.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/feature.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/module.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/module.xml
index a9ad750..b4ec9ea 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/module.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/module.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/news_jobs.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/news_jobs.xml
index 34b7b0e..26c22e0 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/news_jobs.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-seedData/news_jobs.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/news_post.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/news_post.xml
index 6b009b6..e0ce958 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/news_post.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/news_post.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/tables.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/tables.xml
index e7c4f70..f993c0f 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/tables.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/1.3.9-news/news-tables/tables.xml
@@ -3,8 +3,8 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext ../../dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro ../../dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
\ No newline at end of file
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog-3.8.xsd b/application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog.xsd
similarity index 98%
rename from application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog-3.8.xsd
rename to application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog.xsd
index ebfe6d6..83483a5 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog-3.8.xsd
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/dbchangelog.xsd
@@ -257,6 +257,7 @@
+
@@ -277,11 +278,12 @@
+
-
+
@@ -306,7 +308,7 @@
-
+
@@ -420,9 +422,10 @@
-
+
-
+
+
true for a cycling sequence, false for a non-cycling sequence.
@@ -481,11 +484,15 @@
+
+
+
+
+
@@ -919,6 +927,7 @@
+
@@ -957,6 +966,7 @@
+
@@ -1124,7 +1134,7 @@
-
+
@@ -1226,7 +1236,6 @@
-
@@ -1283,7 +1292,7 @@
-
+
@@ -1374,4 +1383,4 @@
-
+
\ No newline at end of file
diff --git a/application/oneplus-bot-modules/news/src/main/resources/migrations/news-changeLog.xml b/application/oneplus-bot-modules/news/src/main/resources/migrations/news-changeLog.xml
index e1f8474..da8b0c7 100644
--- a/application/oneplus-bot-modules/news/src/main/resources/migrations/news-changeLog.xml
+++ b/application/oneplus-bot-modules/news/src/main/resources/migrations/news-changeLog.xml
@@ -3,9 +3,9 @@
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro="http://www.liquibase.org/xml/ns/pro"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog-3.8.xsd
- http://www.liquibase.org/xml/ns/pro dbchangelog-3.8.xsd" >
+ xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/dbchangelog-ext dbchangelog.xsd
+ http://www.liquibase.org/xml/ns/pro dbchangelog.xsd" >
\ No newline at end of file
diff --git a/deployment/docker-compose/src/main/resources/.env b/deployment/docker-compose/src/main/resources/.env
index d8970b4..147c481 100644
--- a/deployment/docker-compose/src/main/resources/.env
+++ b/deployment/docker-compose/src/main/resources/.env
@@ -26,4 +26,4 @@ PGADMIN_DEFAULT_EMAIL=sheldan@sheldan.dev
PGADMIN_DEFAULT_PASSWORD=admin
TOKEN=
YOUTUBE_API_KEY=
-ONEPLUS_BOT_VERSION=1.3.10
\ No newline at end of file
+ONEPLUS_BOT_VERSION=1.3.11
\ No newline at end of file
diff --git a/deployment/image-packaging/pom.xml b/deployment/image-packaging/pom.xml
index 46269a4..215cb16 100644
--- a/deployment/image-packaging/pom.xml
+++ b/deployment/image-packaging/pom.xml
@@ -119,6 +119,16 @@
suggestion.zip
+
+ dev.sheldan.abstracto-templates.templates
+ invite-filter
+ ${abstracto.templates.version}
+ zip
+ true
+ ${file.basedir}/deployment/template-artifacts/
+ invite-filter.zip
+
+
dev.sheldan.abstracto-templates.templates
logging
@@ -236,6 +246,16 @@
suggestion.zip
+
+ dev.sheldan.abstracto-templates.translations
+ invite-filter
+ ${abstracto.templates.version}
+ zip
+ true
+ ${file.basedir}/deployment/translation-artifacts/
+ invite-filter.zip
+
+
dev.sheldan.abstracto-templates.translations
logging
@@ -379,6 +399,17 @@
suggestion.zip
+
+ dev.sheldan.abstracto.modules
+ invite-filter-impl
+ ${abstracto.version}
+ liquibase
+ zip
+ true
+ ${file.basedir}/deployment/liquibase-artifacts/
+ invite-filter.zip
+
+
dev.sheldan.abstracto.modules
logging-impl
diff --git a/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json b/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json
index 3a72fba..4b721a9 100644
--- a/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json
+++ b/deployment/image-packaging/src/main/docker/deployment/config/artifact_versions.json
@@ -1,8 +1,13 @@
{
"template_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "remind", "logging",
- "suggestion", "starboard-custom", "overrides-templates-webservices", "overrides-templates-core", "overrides-templates-logging", "news"],
+ "suggestion", "invite-filter",
+ "starboard-custom",
+ "overrides-templates-webservices", "overrides-templates-core", "overrides-templates-logging",
+ "news"],
"translation_artifacts": ["utility", "core", "entertainment", "starboard", "link-embed", "webservices", "suggestion",
- "remind", "logging", "starboard-custom", "news"],
+ "remind", "logging", "invite-filter",
+ "starboard-custom",
+ "news"],
"liquibase_artifacts": [
{ "zip": "scheduling", "file": "scheduling-changeLog.xml" },
{ "zip": "core", "file": "core-changeLog.xml" },
@@ -14,6 +19,7 @@
{ "zip": "remind", "file": "remind-changeLog.xml"},
{ "zip": "logging", "file": "logging-changeLog.xml"},
{ "zip": "suggestion", "file": "suggestion-changeLog.xml"},
+ { "zip": "invite-filter", "file": "inviteFilter-changeLog.xml"},
{ "zip": "starboard-custom", "file": "starboard-custom-changeLog.xml"},
{ "zip": "news", "file": "news-changeLog.xml"}
]