Scot's Blogger and CMS v3.522 for Miva Merchant by Scot's Miva Scripts

## Installation Guide: 

https://scotsscripts.com/support/scotsblogger-installation.html

## Release notes: Read release notes for important template updates information.

https://www.scotsscripts.com/support/scotsblogger-updates-and-release-notes.html


## Release Notes

3.522 Oct 2023

Permalinks: Added custom blog home page override url
Fixed RSS feed issues
Various editor updates and cleanup
Performance and other updates

3.521 August 2023

Added a place to write notes when editing a blog post. The notes are universal for the blog, you'll see
them for every post. Great way to keep post ideas close at hand.

Added a delete link from the [I] information panel on the editor screen.

Fixed an issue with the canonical url for the blog "home" page
Fixed json/ld ratings on/off switch
Fixed json/ld logo entry, skips logo if no readytheme logo found



3.511

This list of updates includes updates from versions between 3.506 and 3.511 since they were not
publicly released.

NEW: 

Wordpress Import: Wordpress JSON API import support added. The easy way to import.
Category Blog-It: select products from a category to auto add to post
Added default visual editor settings that can be shared across blogs (convenience feature)
Tidy up checkbox actions for categories and tags
Split up meta, json ld, css, and js for ease of customization (requires simple main template updates)
Shortcode added to insert readytheme content

UPDATED:

In some cases page load speed has greatly increased
Added some hacking checks related to ratings (not a security risk, just an annoyance)

UI: 

cleaned up some click-to-edit template stuff
Updated to bootstrap@5.3.0-alpha3
General polishing
Editor login screen login spinner added 

SEO: 

Added an SEO override blog name in the blog "general settings" section 
Added option to turn off json/ld microdata for aggregate rating (already obsolete with new templates)

FEED: 

If an article does not have a synopsis the feed description is taken from the first 228 characters of the content.

PERMALINKS: 

Option to use blank base blog url is operational again

EDITOR: 

Small fixes and enhancements
Update to latest version of block editor

ADMIN: 

Hide new template/click-to-edit post if there are no click to edit templates

BUG FIX: 

Manual sorting for category posts
Fixed a kind of rare issue in the json/ld microdata
Search posts and content on main admin page fixed

TEMPLATE UPDATES:

	New page items note: 

	If you use one you must use all - both head and foot code. 
	Only update if you need to customize meta and related page data.


	>>> Head Tag:

		<mvt:item name="scotsblogger" param="head()" />
		<mvt:item name="scotsblogger" param="meta_head()" />		

			replaces

		<mvt:item name="scotsblogger" param="head" />


	>>> Footer: Find the "foot" scotsblogger page item and add the json/ld entities above it:


		&mvt:scotsblogger:metadata:jsonld:blog;
		&mvt:scotsblogger:metadata:jsonld:blogroll;
		&mvt:scotsblogger:metadata:jsonld:post;

		<mvt:comment>
		#
		# Contains required js and related
		#
		</mvt:comment>

		<mvt:item name="scotsblogger" param="foot" />




########
#
#
#   IMPORTANT: READ IF YOU ARE USING VERSION 3.5x OR EARLIER
#
#
########

These are important if you haven't updated in a while.

########
#
# 3.5x upgrade notes: If you are running 3.4x or 3.3x
#
########

1. Template updates required for threaded comments and other features if you are updating
from before 3.5. See release notes for more information.

2. 3.5 speeds up all tag related features dramatically but requires an automatic data update
which could take a few moments if you have a lot of tags.

########
#
# 3.211 Template Updates
#
########

Version 3.211 uses JSON-LD for microdata. 

The advantage of this is that it's cleaner, makes it easier to edit the template without breaking 
the microdata, and is easier to debug. 

If you want to use it you must turn it on in the "misc settings" section of the blog admin and 
then remove all instances of ITEMPROPT, ITEMSCOPE, and ITEMTYPE (and the url that comes after it) 
from your blog template(s).

########
#
# Important Update Notice for Older Versions
#
########

Upgrading to version 3.2xx from 3.005 or before:

https://www.scotsscripts.com/blog/Updating-to-Scots-Blogger-CMS-to-Version-3_1.html

If you are updating from version 2.x to version 3 make sure you follow the steps at the link below.

>>>> Failure to do so will break your blog.

https://www.scotsscripts.com/support/updating-from-version-2-to-version-3.html

### VERSION 1 UPDATES:

IF YOU ARE UPDATING FROM V1 CONTACT SCOT'S SCRIPTS SUPPORT - you can not do this update on your own.