What's New With 5.1.0
March 21, 2022
Last updated
Was this helpful?
March 21, 2022
Last updated
Was this helpful?
If you are upgrading from 5.0.0 you will need to do the following:
Stop your server and make a backup just in case
Open the box.json
in the root of your project and make sure the following package scripts exist, if not, add them
Open a box
shell in the root of your project
Remove the resources
folder in the root: rm resources --force --recurse
Run update --force
to update your installation to the latest release
Run run-script contentbox:migrate:up
to upgrade your database to this patch level
Startup your engines!!
Widget Form missing type and class elements
regression: issue when resetting an user password due to change to getFullName()
Media Manager Item Contextual Menus Do Not Work
Cloning Fails if Title of Page/entry/contentstore that Contains an Apostrophe
Cloning a Page with Children Produces an Error
Settings should not be cached on a per host basis anymore, since a single instance manages 1 or x number of sites
Deleting Permissions is not working due to change of primary key from numeric to string
Individual ContentBox Content-Level Cache Settings are Never Checked
Fail Quietly on ContentBox Module Removal
error on relocate widget when arguments have no length
Paginated results in CBAdmin for Page Children returns non-parented results for page 2
Relocation Widget Always inserts URL arg even when selecting page
Change all date comparisons on the expirations and publishing dates to dateCompare() to avoid ambiguity with types
Pages with null expiration date show as Expired in Page Editor
API throwing exception when content objects exist in multiple sites
If using the contentbox installer and no database tables are created yet, running the migrations fail due to tables not found
Invalid setting name on migration removing unique constraints
Category isPublic new boolean flag cannot be notnull=true as it has been a new added field
Rapidoc is not publishing on latest builds
MSSQL Issues when upgrading v4 databases due to uuid's and invalid sql syntaxes
If you activate a new theme in the active theme area, contentbox creates double entries for theme settings
Add a Warning Confirmation When a Published Page is About to Be Sent to Draft
cleanup of dev dependencies on site box.json
Remove development environment from 127 ip due to container executions
Remove cacheLayout column/values from SQL seeder files
Remove Individual Page Handling of SSL
Add support for x-forwarded-port to the site root url builder in order to assist with proxied web servers
Consolidate and encapsulate the usage of date/time methods for publish/expire date in the base content
Add Error handling to renderWithSearchResults
Resources folder that contain apidocs + seeders + migrations is not updateable
Create the migration to remove the page sslOnly bit
QA of the entire admin and API
VerifyPageLayout() on the page rendering touches the filesystem on each request, removing this as it is not needed
rc.pageUri is only the first segment of the actual slug, now it contains the full hierarchical slug