How to find your Concrete CMS version

This tutorial is over a year old and may not apply to your version of Concrete CMS.
Mar 22, 2016

What version of Concrete CMS am I using?

If you're troubleshooting, preparing to upgrade, or just need to know if an add-on or theme is compatible with your site, you'll likely want to figure out what version of concrete you're currently running. This tutorial explains how to locate your concrete version number quickly and easily. Here are a few different ways of figuring out what your site is running.

Dashboard

You can easily find this your version information by going to Dashboard > System & Settings > Environment

Browser

Go to the web site that has concrete installed. Use your web browser’s "view source" function and search the page for the generator meta tag, which provides the version number. Example:

Files

The concrete version number is also located in the file /concrete/config/version.php, and can be viewed in a text editor. If this file is on a remote server, FTP programs often allow you to view the contents of remote text files.

for older version info you can check here http://legacy-documentation.concrete5.org/tutorials/what-version-of-concrete5-am-i-using

Recent Tutorials
Reusing the same Express entity in multiple associations
Apr 11, 2024
By myq.

How to create and manage multiple associations in Express

Express Form Styling
Apr 11, 2024
By myq.

Different ways to style Express forms

Setting addon/theme version compatibility in the marketplace
Jan 9, 2024

For developers worn out with setting the latest addon or theme version manually across too many core versions, here is a JavaScript bookmarklet to do it for you.

How to get the locale of a page
Jan 8, 2024
By wtfdesign.

Now, why don't we just have a getLocale() method on Page objects beats me, but here's how you work around it

Using a Redis Server
Jun 16, 2023
By mlocati.

How to configure Concrete to use one or more Redis servers to persist the cache.

Using the Concrete Migration Tool Addon
Apr 27, 2023

How to use the Concrete CMS Migration Tool

Improvements?

Let us know by posting here.