About the 3.3 update

Hi everyone,

* I’ve checked the files in the latest-version.zip file, and I found no changes in the next files:

admin > templates > css > chartist.css
admin > templates > css > mobile.css
admin > templates > js > plugins > sortable.js
admin > templates > js > jquery.js
admin > templates > _header.php
admin > templates > login.php
control > classes > certs > cacert.pem
control > classes > mailer > src > Exception.php
control > classes > system > class.cleantalk.php
control > classes > class.gateway.php
control > system > gateway > refunded.php
control > system > modules > rss.php
control > system > _ajax.php
control > tcpdf > tcpdf.php
content > language > english > add.php
content > language > english > global.php
content > _theme_default > header.tpl.php

I don’t know if this is intended, or just a "slip".

* * Updated Open Graph, Twitter Cards etc to use event thumbnail rather than default image. Thumbnail must be 200×200 or greater.
If the thumbnails are less than 200×200, why don’t use the original image itself? It’ll will have a best resolution and size…

* The new version of normalize.css (v8) included in this update:
"Remove support for older browsers Android 4, lte IE 9, lte Safari 7."
It’ll be great to warn the webmasters before the update wink

* The CSS files, and the JS files, aren’t minified, and now it’s a MUST to improve the speed of websites. It’ll be great to have the same files with a .min version.

* In the "CSS File Changes" of the "Software Upgrade – v3.3" documentation, there are more changes that are missing:

.footbar .date {
  text-transform: capitalize;
}
.eventarea .details .date {
  text-transform: capitalize;
}
.event_calendar .dayviewarea .noevents {
  font-style: italic;
  font-size: 12px;
}
.eventpagearea .bottom .text .highlight {
  color: #008198;
  text-transform: capitalize;
}

*  Why are we keeping the local JS/CSS files when we could use the CDN ones?:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" integrity="sha256-rByPlHULObEjJ6XQxW/flG2r+22R5dKiAoef+aXWfik=" crossorigin="anonymous">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" integrity="sha256-HtCCUh9Hkh//8U1OwcbD8epVEUdBvuI8wj1KtqMhNkI=" crossorigin="anonymous">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous">
…..

Faster for the visitor, and less CPU/RAM for the web server wink