Skip to content

10.10

Compare
Choose a tag to compare
@alicolville alicolville released this 02 Sep 19:13
· 191 commits to master since this release
20cef46

Several fixes based upon WordPress's plugin feedback:

  • Included all non minified versions of 3rd party JS.
  • CDNs for the following have been removed, their files are now served via the plugins folder: Chart.js, FontAwesome
  • Updated Readme to include references to 3rd party libraries.
  • Moved inline <script> into external JS files.
  • Changed all references of () to esc_html().
  • Various other minor underlying code tweaks.