Skip to content

v1.0.11

Compare
Choose a tag to compare
@ve3 ve3 released this 20 Dec 16:21
· 4 commits to master since this release
5c891ee

Fix

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

v1.0.10

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.