Version History

#v1.6.5

* Update commented out HTML code "<!– " which should now use the correct dash for commenting out;

#v1.6.4

* Minor PHP8 error fixes (upon saving in the dashboard);

#v1.6.3

* Fix ConcreteCMS 9.x specific issue for tabs not being correctly clickable (backwards compatible for version 8.x);
* Don't show extra text for the "Use 'On before render'" advanced option, if no "Override header" is applicable;

#v1.6.2

* Fix ConcreteCMS 9.1.x specific issue upon visiting dashboard pages;

#v1.6.1

* Minor PHP8 & ConcreteCMS 9.x error fixes;

#v1.6.0

* Updated Auto-Nav "Breadcrumbs Devoda Seo" template, with the Schema.org guidelines implemented (data-vocabulary.org markup will no longer be eligible for Google rich result features);

#v1.5.4

* Fixed LinkedIn account URL check/regex, which would give an error upon entering a LinkedIn URL under the "Social" dashboard page;

#v1.5.3

* Fix "Generate the sitemap.xml file" Automated Job, according to new core code in the CMS;

#v1.5.2

* Upon upgrade, add missing "structured_data" column for the "atMetaDevodaSeo" database table;

#v1.5.1

* Fixed issue with the "article:author" meta data, where it wouldn't display although data for the user/author was set; 

#v1.5.0

* "Structured Data" tab under the "Devoda SEO" attribute available now, to set Structured Data for search engines like Google (to understand the content of the page, as well as to gather information about the web and the world in general);
* Extra "Additional Structured Data" field under "General Settings" dashboard page (tab "Your Info"), to place some extra data;
* Set "akDefaultValue" to 0 instead of blank string ('') for the "Meta Devoda SEO" attribute;

#v1.4.1

* Fixed "Overriding the header" message on the "Titles & Metas" page, when not actually needed to be shown;
* If installing the Add-On on concrete5 versions which don't need the "Override Header", don't install that single page in the first place;

#v1.4.0

* Added option to translate the entered "Site Name", to be used with multilingual websites (can be found under the "Titles & Metas" page, under the "General" tab);

#v1.3.0

* Added "App hidden in header" field under the "Titles & Metas", to completely remove the meta content="concrete5";

#v1.2.0

* Versions of concrete5 8.2.1 and higher don't need the header override anymore (since this got introduced into the core and is how we want it to be);

#v1.1.5

* Updated header_required.php file to match the latest header_required.php file (from concrete5 version 8.2.1);

#v1.1.4

* If the "Company or person" field in the "Your Info" tab is not selected, don't output the ld+json information in the source of the site;

#v1.1.3

* If the concrete5 website is using HTTPS, use that protocol in the schema.org URL as well inside the JSON-LD script (https://schema.org/);

#v1.1.2

* Removed hreflang "x-default";
* Fixed error that may occur in running the automated jobs "Index Search Engine" (due to typecasting in the "MetaDevodaSeoValue" class);

#v1.1.1

* When a page is set to "Index" or "Follow", these options will never show. Previously, if used in combination with extra advanced settings (like NO ODP), it would show them anyway;

#v1.1.0

* Humans TXT logo could sometimes not show up on the "Humans TXT" dashboard page;
* Removed "fieldset" for dashboard pages, to remove the extra padding at the bottom of the form/page;
* Added a "Respect 'Exclude From Nav'" option for the breadcrumbs. When enabled: each page with the 'Exclude From Nav' attribute checked, will not appear in the breadcrumbs (Root/home and currently active page excluded)

#v1.0.3

* "Page not found" will try and translate the page name now (for those users that haven't got English as language/locale);
* "Breadcrumbs Title" attribute will be added upon install, so the user doesn't have to create it before being able to use it;

#v1.0.2

* Minor updates to the "Devoda SEO" attribute to fix an index issue;

#v1.0.1

* Minor updates to the "Devoda SEO" attribute to fix an install issue;

#v1.0.0

* Rewritten attributes to follow patterns of concrete5 version 8 coding style;
* Changed deprecated "getCollectionAttributeValue" function into "getAttribute";

#v0.9.12

* Fixes to work with concrete5 version 8.x (due to core changes);

#v0.9.11

* Added help links (which can be enabled/disabled under "General Settings" - "General" tab), including a YouTube link and a link to the support forums (hosted on concrete5.org);
* Updated .pot language file;
* Updated Dutch language translation;

#v0.9.10

* Minor "General Settings" page update (added Version History);
* Updated header_required.php file (extra enter at bottom of the file) to match the newly introduced header_required.php file (which came with my Pull Request to make this Add-On work more smoothly);

#v0.9.9

* Minor textual change for "Anchor text for the Homepage";
* Added Humans TXT logo on "Humans TXT" page/section;
* Added "Company" and "Person" icons in front of their titles under "General" ("Your Info" tab);
* Added "Sitemap" icon in front of "XML Sitemap" button text;

#v0.9.8

* If Facebook/Twitter/Google+ is disabled, they won't show up next to the "Advanced" tab, when you edit/add the "Devoda SEO" attribute of a page (the values will be kept though);
* Check to see if the "getCurrentPage" is actually an object (could be not, in the "upgrade" page for example);
* Added danger message to "File Editor" page, because people HAVE to know what they are doing here before actually doing something to one of the files;
* Bootstrap Switch fix for Chrome (and maybe other browser) in the "SEO" section of a page;
* YouTube URL https://www.youtube.com/user/concrete5cms is also possible now (also possible without "user/" as it was before);
* Moved $activeLanguage declaration within humans_txt single page (view) to its controller (having the "use Localization" statement in the view also caused on error on some machines);
* A created header override will have 0777 rights attached to it (instead of 777), to be able to delete it with this Add-On as well;
* Updated breadcrumbs template to work better in all circumstances;
* Updated .pot language file;
* Updated Dutch language translation;

#v0.9.7

* Added support for "Humans TXT" (see who's using Humans TXT: https://www.reddit.com/r/webdev/comments/2u4p41/companies_with_humanstxt/);
* Updated .pot language file;
* Updated Dutch language translation;

#v0.9.6

* Created override that may be integrated as core file (Pull Request submitted: https://github.com/concrete5/concrete5/pull/3885);
* As a new override has been created, this Add-On will check for all available versions (all versions included within this Add-On) upon visiting the 'Override header' page, installing, updating and uninstalling the Add-On;
* If core header_required file matches the Add-On's header_required, no override will be needed/created (this will also be mentioned on the 'Override header' page, with an option to delete the override);
* Updated .pot language file;
* Updated Dutch language translation;
* Added social media icons (with their distinctive color) before the social media name under the "Social" page;
* Developers: Changed PHP "unlink" function to use concrete5's "Local" class (with the function "delete" to unlink files);

#v0.9.5

* Changed typo "Twitter" into "Facebook" ("Twitter Description") for Facebook tab - SEO section of a page;
* Added protection against Cross-Site Request Forgery (CSRF) with the Token Validation Library (http://documentation.concrete5.org/developers/security/protecting-against-csrf-with-token-validation);
* Added extra info/intro for breadcrumbs on the "Breadcrumbs" tab (under Advanced);
* Removed the underline from the links under the "Tools" page;

#v0.9.4

* Changed length of 'value' column within "atMetaRobotsFollow" from 7 to 8 characters length;
* Removed deprecated ADODB Replace() method within attributes "meta_robots_follow" and "meta_robots_index";
* Added "meta_devoda_seo" attribute, which makes it possible to add page specific SEO (Facebook, Twitter, Google+ but also some meta robot values);
* Replaced "Prefix for Search Page breadcrumbs" with "Search Page breadcrumbs title", making it easy to maintain the whole breadcrumb of the page;
* Added text attribute "Breadcrumbs Title", which can be assigned to pages. Once assigned and entered, you can overrule the breadcrumb of the page (instead of displaying the page title);
* Added ability to bold/strong the last page within the breadcrumbs;
* When there is no sitemap.xml generated yet, the product will tell you there is no sitemap yet and how to generate one;
* Added missing translation (t('Translate this string')) functions to strings;
* Added .pot file to be able to translate the Add-On to other languages;
* Added Dutch translation/language for the complete Add-On;
* Added icon to "meta_robots_follow" and "meta_robots_index" attributes;
* Added missing exec or die statement to /attributes/meta_devoda_seo/form.php;
* Removed $_POST usages and replaced with Request::post();

#v0.9.1 - v0.9.3

* Minor bugfixes and code improvements

#v0.9.0

* Initial Release