Skip to content

Commit

Permalink
Merge pull request #31 from ShioharaCMS/0.3.3
Browse files Browse the repository at this point in the history
0.3.3
  • Loading branch information
alegauss authored Jan 4, 2019
2 parents 8bb5bad + 1724605 commit 3c58efb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 170 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
## 0.3.3
## 0.3.3 (January 04, 2019)

#### NEW FEATURES
* Turing Semantic Navigation Settings into Post Type
* Turing Semantic Navigation Search
* Searchable Post Types
* Turing Integration: Deindexing Content
* Docker Compose

#### IMPROVEMENTS
* Sites Context: UTF-8 Encoding
* Download Site Button into Object List View
* Spring Boot 2.1.0 and Gradle 4.10.2
* Spring Boot 2.1.1 and Gradle 5.1

## 0.3.2
## 0.3.2 (August 27, 2018)

#### NEW FEATURES
* MongoDB
Expand Down
28 changes: 12 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
buildscript {
ext { springBootVersion = '2.1.0.RELEASE'
hibernateVersion = '5.10.4.Final'
httpClientVersion = '4.5.2'
swaggerVersion = '2.8.0'
jgitVersion = '4.11.0.201803080745-r'
ext { springBootVersion = '2.1.1.RELEASE'
hibernateVersion = '5.11.0.Final'
httpClientVersion = '4.5.6'
swaggerVersion = '2.9.2'
jgitVersion = '5.2.0.201812061821-r'
}
repositories {
mavenCentral()
Expand Down Expand Up @@ -94,10 +94,10 @@ dependencies {
compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-mongodb', version:"${springBootVersion}"

// Spring
compile group: 'org.springframework', name: 'spring-test', version: '5.1.2.RELEASE'
compile group: 'org.springframework', name: 'spring-test', version: '5.1.3.RELEASE'

// Jackson
compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hibernate5', version: '2.9.7'
compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hibernate5', version: '2.9.8'

// JGit
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: "${jgitVersion}"
Expand All @@ -110,12 +110,12 @@ dependencies {
compile group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.3.0'

// JSON
compile group: 'org.json', name: 'json', version:'20140107'
compile group: 'org.json', name: 'json', version:'20180813'

// Apache Commons
compile group: 'org.apache.commons', name: 'commons-compress', version: '1.16.1'
compile group: 'commons-io', name: 'commons-io', version:'2.5'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'
compile group: 'org.apache.commons', name: 'commons-compress', version: '1.18'
compile group: 'commons-io', name: 'commons-io', version:'2.6'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'

// HTTP Client
compile(group: 'org.apache.httpcomponents', name: 'httpclient', version:"${httpClientVersion}") {
Expand All @@ -124,7 +124,7 @@ dependencies {
compile group: 'org.apache.httpcomponents', name: 'httpmime', version:"${httpClientVersion}"

// JSoup
compile group: 'org.jsoup', name: 'jsoup', version: '1.8.3'
compile group: 'org.jsoup', name: 'jsoup', version: '1.11.3'

// Hibernate
compile group: 'org.hibernate', name: 'hibernate-search-engine', version: "${hibernateVersion}"
Expand Down Expand Up @@ -169,10 +169,6 @@ dependencies {
testCompile('org.springframework.boot:spring-boot-starter-test')
}

task wrapper(type: Wrapper) {
gradleVersion = '4.10.2'
}

test {
testLogging {
events "passed", "skipped", "failed"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-bin.zip
150 changes: 0 additions & 150 deletions src/main/resources/public/content/v2/index.html

This file was deleted.

0 comments on commit 3c58efb

Please sign in to comment.