Skip to content

Instantly share code, notes, and snippets.

@juban
Created July 8, 2019 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juban/e7e12c0487a08af225de8fce5841c8ff to your computer and use it in GitHub Desktop.
Save juban/e7e12c0487a08af225de8fce5841c8ff to your computer and use it in GitHub Desktop.
Test Craft CMS version
$schemaVersion = Craft::$app->getInstalledSchemaVersion();
if (version_compare($schemaVersion, '3.2.0', '>=')) {
// Do something specific to Craft CMS 3.2 and upper
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment