Skip to content

Dependencies

RedDragonWebDesign edited this page Sep 7, 2020 · 9 revisions

These all need upgrading.

Front End (JavaScript, CSS, Fonts)

  • JQuery 1.8.3 (latest version 3.5.1)
    • TinyMCE - WYSIWYG editor
  • Google Fonts - linked directly, should be all good

Consider switching to CDN's for JavaScript dependencies. Makes upgrading in the future as easy as changing 1 line of code.

Back End (PHP)

  • PHPMailer 5.2.8 (latest version 6.1.7)
    • The classic email sending library for PHP
  • lib_autolink v??? (latest version 1.7, from year 2015)
    • PHP HTML link formatting library. Find URLs in HTML that are not already links, and make them into links.

Clone this wiki locally