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 bf102de672976de3dd6aba2732797dea82b737f1 Author: exceptionfactory <[email protected]> AuthorDate: Mon May 6 22:33:19 2024 -0500 NIFI-13133 Updated previous version to 1.26.0 (cherry picked from commit da81df2347c24d671172e2e98e4acbfc092d845a) --- config.toml | 4 ++-- static/.htaccess | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 17049d07..da785927 100644 --- a/config.toml +++ b/config.toml @@ -38,8 +38,8 @@ mavenCentralDownloadPathUrl = "https://repo1.maven.org/maven2/org/apache/nifi" currentProjectVersion = "2.0.0-M2" currentProjectVersionReleased = "2024-01-29" -previousProjectVersion = "1.25.0" -previousProjectVersionReleased = "2024-01-30" +previousProjectVersion = "1.26.0" +previousProjectVersionReleased = "2024-05-06" minifiCppCurrentProjectVersion = "0.15.0" minifiCppCurrentProjectVersionReleased = "2023-09-01" diff --git a/static/.htaccess b/static/.htaccess index ebe3a94e..f8c13620 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -5,7 +5,7 @@ RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] # Redirect component documentation to specified version -RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.25.0/$2 [L] +RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.26.0/$2 [L] # Rewrite historical links RewriteRule ^minifi/$ /projects/minifi/ [L,R]
