Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 5b28888

Browse files
authored
Merge pull request #1134 from PiwikPRO/18.13
PPTECHDOC-98 versions
2 parents ce498de + 7137e97 commit 5b28888

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_static/js/versionlinks.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//CHANGE VERSION BEFORE NEW RELEASE
22
if(document.location.pathname.indexOf('/en/latest') === 0) {
3-
document.querySelector('.rst-current-version').innerHTML = document.querySelector('.rst-current-version').innerHTML.replace('v: latest', 'v: latest (18.12)')
3+
document.querySelector('.rst-current-version').innerHTML = document.querySelector('.rst-current-version').innerHTML.replace('v: latest', 'v: latest (18.13)')
44
}
55

66
if(document.querySelector('.injected')){
7-
document.querySelector('.injected > dl:nth-child(1) > dd:nth-child(2) > a').innerText = 'latest (18.12)';
7+
document.querySelector('.injected > dl:nth-child(1) > dd:nth-child(2) > a').innerText = 'latest (18.13)';
88
} else {
99
let observer = new MutationObserver(() => {
1010
if (document.querySelector('.injected')) {
11-
document.querySelector('.injected > dl:nth-child(1) > dd:nth-child(2) > a').innerText = 'latest (18.12)';
11+
document.querySelector('.injected > dl:nth-child(1) > dd:nth-child(2) > a').innerText = 'latest (18.13)';
1212
observer.disconnect();
1313
}
1414
});

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
# built documents.
9797
#
9898
# The short X.Y version.
99-
version = u'18.12'
99+
version = u'18.13'
100100
# The full version, including alpha/beta/rc tags.
101101
release = version
102102

0 commit comments

Comments
 (0)