Skip to content

Commit ea8974a

Browse files
committed
3.0.0 ( closes #148 closes #147 closes #146 closes #145 closes #132 closes #123 )
1 parent d528479 commit ea8974a

22 files changed

+696
-822
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: shorturl, url shortener, redirect, link management
55
Requires at least: 6.4
66
Tested up to: 6.6
77
Requires PHP: 8.2
8-
Stable tag: 2.1.23
8+
Stable tag: 3.0.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111
Author: RRZE Webteam

Server/shorturl-redirect.php

+7
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,15 @@
1818
// then save new .htaccess
1919

2020
// SETTINGS
21+
22+
// LIVE !
2123
$shorturl_domain = "https://www.shorturl.rrze.fau.de";
2224
$redirect_domain = "https://go.fau.de";
25+
26+
// TEST !
27+
// $shorturl_domain = "https://go-fau.test.rrze.fau.de";
28+
// $redirect_domain = "https://go-fau.test.rrze.fau.de";
29+
2330
$htaccess_file = '.htaccess';
2431
$services_file = 'rrze-shorturl-services.json';
2532

assets/js/rrze-shorturl.min.js

-1
This file was deleted.

0 commit comments

Comments
 (0)