Skip to content

Tags: mdorchain/wp-update-server

Tags

v1.3.1

Toggle v1.3.1's commit message
Add support for plugin icons. As requested in YahnisElsts#59

Put the icons in the new `icons` subdirectory.

v1.3

Toggle v1.3's commit message
Remove another ?> tag and trailing whitespace

v1.2

Toggle v1.2's commit message
Fix occasional double slashes in download URLs.

In some environments, the guessServerUrl() method could return an invalid URL containing two forward slashes "//" instead of one. This caused update downloads to fail in WP 4.6. See bug report:
YahnisElsts/plugin-update-checker#66

The bug was in the *nix-like branch in guessServerUrl() that always added a forward slash to the path, even if there was one there already. Fixed by simplifying the method and only adding the slash only when necessary.

v1.1

Toggle v1.1's commit message
Merge changes from master

v1.0

Toggle v1.0's commit message
Merge pull request YahnisElsts#11 from jrfnl/Fix-serialization-issues

Base64-encode cached data to fix serialization issues