This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7d30ce8 promote 1.13.0 to release and stub /docs/rc
7d30ce8 is described below
commit 7d30ce844ee403e51f277ea553dfbd269446d1f8
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Oct 20 08:58:18 2025 -0700
promote 1.13.0 to release and stub /docs/rc
see https://lists.apache.org/thread/jwmwcm4v273nolgmd128m5lk9jsskq3h
---
.htaccess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index fdbdb63..83d6637 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,9 +7,9 @@ RewriteRule ^/?(.*)$ https://fineract.apache.org/$1 [L,R=301]
# so rendered asciidoc can find fonts
RewriteRule ^fonts/(fontawesome.+)$ docs/database/bower/font-awesome/fonts/$1
[L]
-RewriteRule ^docs/current(.*)$ docs/1.12.1$1 [L]
+RewriteRule ^docs/current(.*)$ docs/1.13.0$1 [L]
# candidate for next release
-RewriteRule ^docs/rc(.*)$ docs/1.13.0$1 [L]
+RewriteRule ^docs/rc(.*)$ docs/current [L]
ErrorDocument 404 /404.html