Releases: bahiirwa/latest-github-release
Releases · bahiirwa/latest-github-release
Version 2.1.0
2.0.0
1.2.0
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.