Skip to content

Releases: bahiirwa/latest-github-release

Version 2.1.0

21 Jun 11:34
Compare
Choose a tag to compare

** 2.1.0 **

  • Test for WP 6.0
  • Fix missing $zip_url in filter.

2.0.0

26 Jan 08:24
ed77001
Compare
Choose a tag to compare

Add static functions to make the code re-suable by other plugins. (Breaking changes)

1.2.0

26 Aug 06:49
dc66d14
Compare
Choose a tag to compare

Thanks James for the issues fixed.

The transient names used when reading a cached value were not the same as the transient name used when saving the cached value. This would cause the plugin to act like there was no caching in place.

The transient name only included the repository name, not the user or organization name. This would cause the plugin to break when if a site uses the shortcode for the same repository name under two different users.

Long user or repository names could exceed the maximum length of a transient's name. I am not sure whether this would cause an error or just disable the caching but this should be fixed.

The plugin's deactivation hook did not work.