Browse
For agents
About
Redirection
/
5.5.1
Redirection
v5.5.1
Switch version
5.10.0
5.9.0
5.8.1
5.8.0
3.7.2
3.7.3
4.0
4.0.1
4.1
4.1.1
4.2
4.2.1
4.2.2
4.2.3
4.3
4.3.1
4.3.2
4.3.3
4.4
4.4.1
4.4.2
4.5
4.5.1
4.6.2
4.7.1
All 130 releases
Overview
Code
redirection
/
redirection-version.php
redirection-version.php
in Redirection 5.5.1, at redirection-version.php
6 lines
155 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
define
(
'
REDIRECTION_VERSION
'
,
'
5.5.1
'
)
;
4
define
(
'
REDIRECTION_MIN_WP
'
,
'
6.4
'
)
;
5
define
(
'
REDIRECTION_BUILD
'
,
'
08d49200baf486dd62bdff53420d0b5d
'
)
;
6