swup-1.0.0-alpha1/swup_ui/src/SwupConstants.php
swup_ui/src/SwupConstants.php
<?php
namespace Drupal\swup_ui;
/**
* Constants for the Swup UI module.
*/
class SwupConstants {
/**
* Latest supported Swup core version.
*/
public const CORE_LATEST_VERSION = '4.8.2';
/**
* Plugin versions for official plugins.
*/
public const A11Y_PLUGIN_VERSION = '5.0.0';
public const BODY_CLASS_PLUGIN_VERSION = '3.3.0';
public const DEBUG_PLUGIN_VERSION = '4.1.0';
public const FORMS_PLUGIN_VERSION = '3.2.0';
public const FRAGMENT_PLUGIN_VERSION = '2.0.0';
public const HEAD_PLUGIN_VERSION = '2.3.0';
public const JS_PLUGIN_VERSION = '3.2.0';
public const PARALLEL_PLUGIN_VERSION = '2.0.0';
public const PRELOAD_PLUGIN_VERSION = '3.2.11';
public const PROGRESS_PLUGIN_VERSION = '3.0.0';
public const ROUTE_NAME_PLUGIN_VERSION = '4.0.0';
public const SCRIPTS_PLUGIN_VERSION = '2.1.0';
public const SCROLL_PLUGIN_VERSION = '4.0.0';
/**
* Integration plugin versions.
*/
public const GA_PLUGIN_VERSION = '2.1.0';
public const GTM_PLUGIN_VERSION = '1.4.0';
public const MATOMO_PLUGIN_VERSION = '2.0.0';
public const GIA_PLUGIN_VERSION = '1.0.0';
public const LIVEWIRE_PLUGIN_VERSION = '1.0.0';
public const ASTRO_INTEGRATION_VERSION = '1.0.0';
}
