Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
3.0.15
3.0.14
Fixed
- Normalize env file parsing to support LF line separators on Windows (thanks @kagg-design).
3.0.13
Fixed
Do not require iconv
extension when, and use the intl
one if available, when building slugs (thanks @roborourke).
3.0.12
Fixed
- do not redefine wp-config constants when using the
WPLoaded
module inloadOnly: true
mode (thanks @LucasDemea)
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
Fixed
WPDb::getOriginalUrlFromSqlString
regex to parse original site URL from dump file (thanks @stracker-phil)- update
WPDb
module documentation to improve clarity aboutpopulate
andcleanup
configuration parameters (thanks @calvinalkan)
3.0.6
Fixed
- destination file detection in Symlinker extension (thanks @ryanshoover)