Releases: TukuToi/tukutoi-cp-directory-integration
1.4.0
[Added] AJAX loading the plugins list when empty or refreshing list.
[Added] CRON daily event to check for new plugins/updates.
[Added] Full integration with CP's new Directory API (plugins only).
[Fixed] Missing (if available) GitHub Authentication when requesting readme.* files.
1.3.1
1.3.0
[Added] Plugin Settings Page (under Admin > Settings > Manage CP Repos)
[Added] Setting to add custom GitHub Repositories of Orgs, Users, and single repos
[Added] Setting to store Personal GitHub Token, which increases the API Limits to 5k hourly instead of 60.
[Added] Verified Orgs (not users) are pre-selected. A PR can be used to add new Orgs to the vetted list.
[Added] Fundations to read remote readme, README, (both in md or txt) files. Currently used ony for below [Fixed] item.
[Added] POT file for translators
[Fixed] Untranslatable strings
[Fixed] Problem where plugins with foldername/distinct-filename.php AND a unguessable Plugin Title could not be managed.
[Improved] Make less calls to the GitHub API by re-using already queried data as much as possible.
[Changed] Refactored code base