This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
Subtitles v1.0.2
philiparthurmoore
released this
18 Jun 15:25
·
209 commits
to master
since this release
This release is considered a development release. Some files here may be for development purposes only. For production and user-ready releases, I suggest downloading the plugin from the WordPress.org repository directly from within your WordPress dashboard.
- Buf Fix: Check if
$post
is set before proceeding with any title filtering for subtitles (see issue). - Bug Fix: Add a single space between titles and subtitles so that they look sensible when being output as a title attribute (see commit).
- Extra: Catalan (ca) language packs added (see issue).
- Extra: Korean (ko_KR) language packs added (see issue).
- Extra: Spanish (es_ES) language packs added (see issue).
- Extra: Begin preparing plugin for better automated testing via Travis CI, phpunit, WordPress Coding Standards, and CodeSniffer