This app extends the administration console by allowing to collect Siteimprove statistics and error reports for current page or site and use suggestions for improvement.
Here's the installation guide for this application:
App version | Required XP version | Download |
---|---|---|
1.7.0 | 7.3.0 | Download |
1.6.1 | 7.3.0 | Download |
1.6.0 | 7.3.0 | Download |
1.5.0 | 7.3.0 | Download |
1.4.2 | 7.0.0 | Download |
1.4.1 | 7.0.0 | Download |
1.4.0 | 7.0.0 | Download |
1.3.0 | 6.14.3 | Download |
1.2.0 | 6.14.3 | Download |
1.1.0 | 6.14.3 | Download |
1.0.0 | 6.14.3 | Download |
Build this application from the command line. Go to the root of the project and enter:
./gradlew clean build
To deploy the app, set $XP_HOME
environment variable and enter:
./gradlew deploy
To release a new version of this app, please follow the steps below:
Update version
(and possibly xpVersion
) in gradle.properties
.
Compile and deploy to our Maven repository:
./gradlew clean build publishMavenJavaPublicationToPublicRepository
Update README.md
file with new version information and compatibility.
Tag the source code using git tag
command (where X.X.X
is the released version):
git tag vX.X.X
Update gradle.properties
with the next snapshot version and commit changes.
Push the updated code to GitHub.
git push origin master --tags