Skip to content

Releases: Rundiz-WP/rundiz-downloads

v1.0.11

20 Dec 16:21
@ve3 ve3
5c891ee
Compare
Choose a tag to compare

Fix

  • Fix "PHP Deprecated: Creation of dynamic property" on PHP 8.2.

v1.0.10

03 Mar 09:18
@ve3 ve3
d9947b9
Compare
Choose a tag to compare

Fix

  • Fix count() error on PHP 7.2+. (d9947b9)

v1.0.9

Update

  • Re-order the process in downloads. (0394b4f)

Remove

  • Remove use dependency CSS to let dequeue duplicated Font Awesome work. (f42d452)

v1.0.8

Update

  • Update GitHub OAuth settings page.

Fix

  • Fix disconnect page.

Remove

  • Remove abandoned Securimage class.

v1.0.7

Update

  • Update translation.
  • Update WPListTable class based on WordPress 5.8.2.

Fix

  • Fix error FILTER_SANITIZE_STRING is deprecated in PHP 8.1.

v1.0.6

Fix

  • Fix securimage with PHP 8.

v1.0.5

Add

  • Add session_write_close() to class destructor to prevent site health error about An active PHP session was detected, The REST API encountered an error, and Your site could not complete a loopback request.

v1.0.4

Fix

  • Fix Github->validateGitHubWebhook() method to accept different case of x-hub-signature that was sent from GitHub.

v1.0.3

Fix

  • Fix bug that cannot manually clear logs.

v1.0.2

Update

  • Update WPListTable class to work with WP 5.1+.

v1.0.1

Update

  • Update tested up to (WordPress).
  • Update required at least (WordPress).
  • Update translation.

Fix

  • Fix load language in wrong path.

v1.0

Add

  • Use new OAuth to sync webhook for repos. (Use OAuth to sync webhook and secret key for multiple repositories.)
  • Add function to remove webhook on delete download item.
  • Add filters for cache lifetime.
  • Add more cleanup scheduled hooks, user options on uninstall the plugin.
  • Add user entered wrong captcha log.

Update

  • Display total wrong captcha in dashboard widget graph.
  • Change from CURL to wp_remote_xxx function.
  • Update translation.

Fix

  • Fix capability check for user who is "Author" can't use search dialog in classic editor.
  • Fix querystring data not encoded.

Remove

  • Remove old way to manually add webhook per repository.

v0.4

29 Dec 07:48
@ve3 ve3
Compare
Choose a tag to compare
  • Fix if template condition.
  • Change required token's scopes in config.
  • Re-order tag names that have got from GitHub.
  • Improve saving process.
  • Fix check URL before get remote data.
  • Fix version range and change some files structure.

v0.3

  • Fix "Page not found" title where the website has Yoast SEO plugin.
  • Add conditional to template to display not found text.
  • Remove un-necessary files from "securimage" vendor.
  • Update text translations.
  • Use filters to allow other plugins, themes to use their own captcha. (Removed action hook.)

v0.2

  • Fix get URL for download to be always at home url.
  • Management page, make download name show more characters.
  • Management page, add link to GitHub repository main page.
  • Automatically clear all cache on saved settings or download data.
  • Add download file version field.
  • Add download file version range field for GitHub tags comparison.
  • Use version range compare in editing page.
  • Use version range compare in ajax save (add and edit download).
  • Use version range compare in bulk actions.
  • Use version range compare in GitHub auto update.

v0.1

  • Ready for publish to WordPress plugins.