dashed-slug.net › Forums › Tip the Author extension support › Change log unavailable on plugin update. 2.0.0 › Reply To: Change log unavailable on plugin update. 2.0.0
April 15, 2020 at 6:55 am
#8104
alexg
Keymaster
Thanks for letting me know, I will investigate this today. For reference, the lastest changelog is as follows:
2.0.0
- Change: The tipping UI is now a template in file
templates/tip.php
, can be overridden by themes inwp-themes/THEME/templates/wallets-tips/tip.php
. - Change: The tipping UI is now shown even if the current user is the article author.
- Add: The tipping UI now loads past tips for a post via a JSON API, and includes pagination.
- Add: The number of tips loaded per page in the new pagination feature can be set by the admin.
- Change: The default layout of the UI has been improved.
- Add: Map file is now added for the minified version of the JS code.
- Change: The JavaScript code is now loaded lazily (only as needed).
- Improve: All the frontend strings are now translatable via po files (language domain:
wallets-tips-front
).