This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit 64b5392fbf0025902aa4e89789c25dce50a340fe Author: Gabor Gyimesi <[email protected]> AuthorDate: Fri May 17 19:38:39 2024 +0200 MINIFICPP-2354 Add MiNiFi C++ 0.99.0 to the downloads page (cherry picked from commit 3dd234c848821268ca28a691e84ede2486fa8d93) --- config.toml | 8 ++++---- content/download/_index.md | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index fca099cd..6b603f74 100644 --- a/config.toml +++ b/config.toml @@ -41,11 +41,11 @@ currentProjectVersionReleased = "2024-05-16" previousProjectVersion = "1.26.0" previousProjectVersionReleased = "2024-05-06" -minifiCppCurrentProjectVersion = "0.15.0" -minifiCppCurrentProjectVersionReleased = "2023-09-01" +minifiCppCurrentProjectVersion = "0.99.0" +minifiCppCurrentProjectVersionReleased = "2024-05-17" -minifiCppPreviousProjectVersion = "0.14.0" -minifiCppPreviousProjectVersionReleased = "2023-04-17" +minifiCppPreviousProjectVersion = "0.15.0" +minifiCppPreviousProjectVersionReleased = "2023-09-01" [menu] [[menu.main]] diff --git a/content/download/_index.md b/content/download/_index.md index 1b4407bb..d4c7a861 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -23,8 +23,8 @@ window.addEventListener('uikit:init', () => { if (hash) { var hashDownloadId = hash.replace(/^#/, 'download-'); var downloadElement = document.getElementById(hashDownloadId); - if (downloadElement) { - downloadElement.classList.add('uk-active'); + if (downloadElement) { + downloadElement.classList.add('uk-active'); } } }); @@ -83,7 +83,8 @@ window.addEventListener('uikit:init', () => { #### Sources {{< cpp-download-links label="C++ Source" extension=source.tar.gz >}} #### Binaries -{{< cpp-download-links label="MiNiFi C++" extension=bin.tar.gz >}} +{{< cpp-download-links label="MiNiFi C++ Linux binaries" extension=bin-linux.tar.gz >}} +{{< cpp-download-links label="MiNiFi C++ Windows installer" extension=windows.msi >}} ### MiNiFi C++ {{< param minifiCppPreviousProjectVersion >}} [Release Notes](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-{{< param minifiCppPreviousProjectVersion >}}) @@ -131,4 +132,4 @@ window.addEventListener('uikit:init', () => { {{< fds-download-links label="Source" version=0.2.0 site=archives >}} </li> -</ul> \ No newline at end of file +</ul>
