IP : 3.141.2.184Hostname : server86.web-hosting.comKernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
servlmvm/
../
./
../
var/
softaculous/
drupalcms/
drupalcms.sql/
/
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */;
-- -- Table structure for table `[[dbprefix]]autosave_form_entity_form` --
CREATE TABLE `[[dbprefix]]autosave_form_entity_form` ( `form_id` varchar(512) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `form_session_id` varchar(512) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `entity_type_id` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `entity_id` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `uid` int NOT NULL, `timestamp` int NOT NULL, `entity` longblob NOT NULL, `form_state` longblob NOT NULL, PRIMARY KEY (`form_id`,`form_session_id`,`entity_type_id`,`entity_id`,`langcode`,`uid`,`timestamp`), KEY `entity_type_id__entity_id` (`entity_type_id`,`entity_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Saves the form state of partially filled content entity…';
-- -- Table structure for table `[[dbprefix]]batch` --
CREATE TABLE `[[dbprefix]]batch` ( `bid` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique batch ID.', `token` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'A string token generated against the current user''s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.', `timestamp` int NOT NULL COMMENT 'A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.', `batch` longblob COMMENT 'A serialized array containing the processing data for the batch.', PRIMARY KEY (`bid`), KEY `token` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores details about batches (processes that run in…' AUTO_INCREMENT=2 ;
-- -- Table structure for table `[[dbprefix]]cachetags` --
CREATE TABLE `[[dbprefix]]cachetags` ( `tag` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Namespace-prefixed tag string.', `invalidations` int NOT NULL DEFAULT '0' COMMENT 'Number incremented when the tag is invalidated.', PRIMARY KEY (`tag`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Cache table for tracking cache tag invalidations.';
-- -- Table structure for table `[[dbprefix]]cache_access_policy` --
CREATE TABLE `[[dbprefix]]cache_access_policy` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_access_policy` --
-- -- Table structure for table `[[dbprefix]]cache_bootstrap` --
CREATE TABLE `[[dbprefix]]cache_bootstrap` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_bootstrap` --
-- -- Table structure for table `[[dbprefix]]cache_config` --
CREATE TABLE `[[dbprefix]]cache_config` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_config` --
-- -- Table structure for table `[[dbprefix]]cache_container` --
CREATE TABLE `[[dbprefix]]cache_container` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_container` --
-- -- Table structure for table `[[dbprefix]]cache_data` --
CREATE TABLE `[[dbprefix]]cache_data` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_data` --
-- -- Table structure for table `[[dbprefix]]cache_default` --
CREATE TABLE `[[dbprefix]]cache_default` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_default` --
-- -- Table structure for table `[[dbprefix]]cache_discovery` --
CREATE TABLE `[[dbprefix]]cache_discovery` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_discovery` --
-- -- Table structure for table `[[dbprefix]]cache_entity` --
CREATE TABLE `[[dbprefix]]cache_entity` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_entity` --
-- -- Table structure for table `[[dbprefix]]cache_menu` --
CREATE TABLE `[[dbprefix]]cache_menu` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_menu` --
-- -- Table structure for table `[[dbprefix]]cache_render` --
CREATE TABLE `[[dbprefix]]cache_render` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.';
-- -- Dumping data for table `[[dbprefix]]cache_render` --
-- -- Table structure for table `[[dbprefix]]captcha_sessions` --
CREATE TABLE `[[dbprefix]]captcha_sessions` ( `csid` int NOT NULL AUTO_INCREMENT COMMENT 'CAPTCHA session ID.', `token` varchar(64) DEFAULT NULL COMMENT 'One time CAPTCHA token.', `uid` int NOT NULL DEFAULT '0' COMMENT 'User''s "[[dbprefix]]users".uid.', `sid` varchar(64) NOT NULL DEFAULT '' COMMENT 'Session ID of the user.', `ip_address` varchar(128) DEFAULT NULL COMMENT 'IP address of the visitor.', `timestamp` int NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the challenge was generated.', `form_id` varchar(128) NOT NULL COMMENT 'The form_id of the form where the CAPTCHA is added to.', `solution` varchar(128) NOT NULL DEFAULT '' COMMENT 'Solution of the challenge.', `status` int NOT NULL DEFAULT '0' COMMENT 'Status of the CAPTCHA session (unsolved, solved, ...)', `attempts` int NOT NULL DEFAULT '0' COMMENT 'The number of attempts.', PRIMARY KEY (`csid`), KEY `csid_ip` (`csid`,`ip_address`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the data about CAPTCHA sessions (solution, IP…' AUTO_INCREMENT=1 ;
-- -- Table structure for table `[[dbprefix]]config` --
CREATE TABLE `[[dbprefix]]config` ( `collection` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Primary Key: Config object collection.', `name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Primary Key: Config object name.', `data` longblob COMMENT 'A serialized configuration object data.', PRIMARY KEY (`collection`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for configuration data.';
-- -- Dumping data for table `[[dbprefix]]config` --
INSERT INTO `[[dbprefix]]config` VALUES ('', 'announcements_feed.settings', 'a:3:{s:7:"max_age";i:86400;s:13:"cron_interval";i:21600;s:5:"limit";i:2;}'), ('', 'automated_cron.settings', 'a:1:{s:8:"interval";i:10800;}'), ('', 'automatic_updates.settings', 'a:3:{s:10:"unattended";a:2:{s:6:"method";s:3:"web";s:5:"level";s:7:"disable";}s:24:"allow_core_minor_updates";b:1;s:17:"status_check_mail";s:11:"errors_only";}'), ('', 'autosave_form.messages', 'a:2:{s:40:"entity_saved_in_background_alert_message";s:198:"The content has been modified elsewhere. As a result, autosaving has been disabled and autosaved states for the current page have been deleted. Autosave will be reactivated after reloading the page.";s:8:"langcode";s:2:"en";}'), ('', 'autosave_form.settings', 'a:7:{s:8:"langcode";s:2:"en";s:8:"interval";i:60000;s:19:"only_on_form_change";b:0;s:9:"active_on";a:2:{s:20:"content_entity_forms";b:1;s:19:"config_entity_forms";b:0;}s:12:"notification";a:3:{s:6:"active";b:1;s:7:"message";s:15:"Saving draft...";s:5:"delay";i:1000;}s:28:"allowed_content_entity_types";a:1:{s:4:"node";a:1:{s:7:"bundles";a:0:{}}}s:11:"allowed_new";b:1;}'), ('', 'block.block.claro_breadcrumbs', 'a:13:{s:4:"uuid";s:36:"0a719cda-ea61-4672-b83b-6b32da8e82dd";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:5:"claro";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A";}s:2:"id";s:17:"claro_breadcrumbs";s:5:"theme";s:5:"claro";s:6:"region";s:10:"breadcrumb";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:23:"system_breadcrumb_block";s:8:"settings";a:4:{s:2:"id";s:23:"system_breadcrumb_block";s:5:"label";s:11:"Breadcrumbs";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.claro_content', 'a:13:{s:4:"uuid";s:36:"27aad5bf-de3f-4f57-80ae-9ef74fd1f641";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:5:"claro";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"a0Yyx1GeyKarZ4T_yXQBR_ZFKnXiFLtxAb6gWLd8nr0";}s:2:"id";s:13:"claro_content";s:5:"theme";s:5:"claro";s:6:"region";s:7:"content";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:17:"system_main_block";s:8:"settings";a:4:{s:2:"id";s:17:"system_main_block";s:5:"label";s:17:"Main page content";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.claro_local_actions', 'a:13:{s:4:"uuid";s:36:"e3906824-a3a7-4b94-a0f4-a0326b4a5744";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:5:"claro";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"CdXfDmRgAvms7EQovxxWPdYi0GitxeRbVtScYK16ZH0";}s:2:"id";s:19:"claro_local_actions";s:5:"theme";s:5:"claro";s:6:"region";s:7:"content";s:6:"weight";i:-10;s:8:"provider";N;s:6:"plugin";s:19:"local_actions_block";s:8:"settings";a:4:{s:2:"id";s:19:"local_actions_block";s:5:"label";s:21:"Primary admin actions";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";}s:10:"visibility";a:0:{}}'), ('', 'block.block.claro_messages', 'a:13:{s:4:"uuid";s:36:"7d9a06a3-7780-4910-a8d4-6dabbe6c9d5d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:5:"claro";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"-Ac3ISpIT0PQ-whzD7_dw0SdKi6dAbRFNWdSjOiVDqg";}s:2:"id";s:14:"claro_messages";s:5:"theme";s:5:"claro";s:6:"region";s:11:"highlighted";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:21:"system_messages_block";s:8:"settings";a:4:{s:2:"id";s:21:"system_messages_block";s:5:"label";s:15:"Status messages";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.claro_page_title', 'a:13:{s:4:"uuid";s:36:"91172493-ae25-4470-8f14-82c48177254a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:5:"claro";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"fNwDdW063tk_ktzSWzZVeQS9wzvLooVO280BQ9WrsIs";}s:2:"id";s:16:"claro_page_title";s:5:"theme";s:5:"claro";s:6:"region";s:6:"header";s:6:"weight";i:-30;s:8:"provider";N;s:6:"plugin";s:16:"page_title_block";s:8:"settings";a:4:{s:2:"id";s:16:"page_title_block";s:5:"label";s:10:"Page title";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";}s:10:"visibility";a:0:{}}'), ('', 'block.block.claro_primary_local_tasks', 'a:13:{s:4:"uuid";s:36:"f15f6924-37bf-41a7-ada9-f683930943bf";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:5:"claro";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ACjBZI5shAMiiUpsz-inLYVXDqNNXRnSzAWV3kV_8Hw";}s:2:"id";s:25:"claro_primary_local_tasks";s:5:"theme";s:5:"claro";s:6:"region";s:6:"header";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:17:"local_tasks_block";s:8:"settings";a:6:{s:2:"id";s:17:"local_tasks_block";s:5:"label";s:12:"Primary tabs";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";s:7:"primary";b:1;s:9:"secondary";b:0;}s:10:"visibility";a:0:{}}'), ('', 'block.block.claro_secondary_local_tasks', 'a:13:{s:4:"uuid";s:36:"c01c5a7e-2539-4213-a97e-434f2dc6d332";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:5:"claro";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"2L0geP-ixCbCkEpW6BVF6H7vDUZN4ea07_Y9CociQm4";}s:2:"id";s:27:"claro_secondary_local_tasks";s:5:"theme";s:5:"claro";s:6:"region";s:11:"pre_content";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:17:"local_tasks_block";s:8:"settings";a:6:{s:2:"id";s:17:"local_tasks_block";s:5:"label";s:14:"Secondary tabs";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";s:7:"primary";b:0;s:9:"secondary";b:1;}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_account_menu', 'a:13:{s:4:"uuid";s:36:"d675c7be-6854-4145-ac7e-2b41245cd652";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:3:{s:6:"config";a:1:{i:0;s:19:"system.menu.account";}s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"DxdLrNHPG9b5uQwKs4BJ9R5e8_jtJsQDY8rqliXtd9w";}s:2:"id";s:31:"drupal_cms_olivero_account_menu";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:14:"secondary_menu";s:6:"weight";i:-4;s:8:"provider";N;s:6:"plugin";s:25:"system_menu_block:account";s:8:"settings";a:7:{s:2:"id";s:25:"system_menu_block:account";s:5:"label";s:17:"User account menu";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";s:5:"level";i:1;s:5:"depth";i:1;s:16:"expand_all_items";b:0;}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_breadcrumbs', 'a:13:{s:4:"uuid";s:36:"94cc0a31-68ff-42cc-97d3-97cb6e997d28";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"rUKMsaj4XvIHtU3kRiHIA6Rkn4IHzCkhTiUZudMkp14";}s:2:"id";s:30:"drupal_cms_olivero_breadcrumbs";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:10:"breadcrumb";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:23:"system_breadcrumb_block";s:8:"settings";a:4:{s:2:"id";s:23:"system_breadcrumb_block";s:5:"label";s:11:"Breadcrumbs";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_content', 'a:13:{s:4:"uuid";s:36:"b9b01dd8-d885-4e41-b3df-eb90743656b0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"G4iNGvy_k2yNIEH_FJmbkvgBBar1etJIhKJYuygT7hU";}s:2:"id";s:26:"drupal_cms_olivero_content";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:7:"content";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:17:"system_main_block";s:8:"settings";a:4:{s:2:"id";s:17:"system_main_block";s:5:"label";s:17:"Main page content";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_footer_menu', 'a:13:{s:4:"uuid";s:36:"9d5059d6-ec8b-4ab4-bcbf-4ed18c890c32";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:3:{s:6:"config";a:1:{i:0;s:18:"system.menu.footer";}s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"MC8XOKrs3rCERlWettoqU7VEy_VkW-z01IeUO7PBtvI";}s:2:"id";s:30:"drupal_cms_olivero_footer_menu";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:10:"footer_top";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:24:"system_menu_block:footer";s:8:"settings";a:7:{s:2:"id";s:24:"system_menu_block:footer";s:5:"label";s:6:"Footer";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";s:5:"level";i:1;s:5:"depth";i:0;s:16:"expand_all_items";b:0;}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_main_menu', 'a:13:{s:4:"uuid";s:36:"bd38ee4f-fc47-4d82-b497-f27870795279";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:3:{s:6:"config";a:1:{i:0;s:16:"system.menu.main";}s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"IYx37JlV-JCEqldSOUCsYu6gh4RpwuLDPpoeQcEF7mk";}s:2:"id";s:28:"drupal_cms_olivero_main_menu";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:12:"primary_menu";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:22:"system_menu_block:main";s:8:"settings";a:7:{s:2:"id";s:22:"system_menu_block:main";s:5:"label";s:15:"Main navigation";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";s:5:"level";i:1;s:5:"depth";i:2;s:16:"expand_all_items";b:1;}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_messages', 'a:13:{s:4:"uuid";s:36:"f9318b48-bc53-41a8-9a99-c3df7ae3153f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5ra2HNIksWbp6AhPpTufTGSlgx2FR7RR_ssxdjgFg4I";}s:2:"id";s:27:"drupal_cms_olivero_messages";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:11:"highlighted";s:6:"weight";i:-5;s:8:"provider";N;s:6:"plugin";s:21:"system_messages_block";s:8:"settings";a:4:{s:2:"id";s:21:"system_messages_block";s:5:"label";s:15:"Status messages";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_page_title', 'a:13:{s:4:"uuid";s:36:"2447e458-a3dc-42f6-ab7f-affa82c17c58";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dY7_Wihz9ohfBPKP554_brUfc9nPaecShShmC_VTGRM";}s:2:"id";s:29:"drupal_cms_olivero_page_title";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:13:"content_above";s:6:"weight";i:-5;s:8:"provider";N;s:6:"plugin";s:16:"page_title_block";s:8:"settings";a:4:{s:2:"id";s:16:"page_title_block";s:5:"label";s:10:"Page title";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_powered', 'a:13:{s:4:"uuid";s:36:"e6d452cc-6cf3-4d1d-91f1-1c5a30174849";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5VBXsyvJSTQNtrh86WK8GN_FCaRtK03D1fjfZQnUvtU";}s:2:"id";s:26:"drupal_cms_olivero_powered";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:13:"footer_bottom";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:23:"system_powered_by_block";s:8:"settings";a:4:{s:2:"id";s:23:"system_powered_by_block";s:5:"label";s:17:"Powered by Drupal";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_primary_admin_actions', 'a:13:{s:4:"uuid";s:36:"4b9b8b89-10f9-4622-994c-d786f27b3f01";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"bXIY_bcTLD1-0gwNQhWPHANNy6hQa_RxJgvHxKhNS2E";}s:2:"id";s:40:"drupal_cms_olivero_primary_admin_actions";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:11:"highlighted";s:6:"weight";i:-5;s:8:"provider";N;s:6:"plugin";s:19:"local_actions_block";s:8:"settings";a:4:{s:2:"id";s:19:"local_actions_block";s:5:"label";s:21:"Primary admin actions";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_primary_local_tasks', 'a:13:{s:4:"uuid";s:36:"d0904fb3-7f8e-4c8b-85ed-378b58c53a7c";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"A_KsAw1fyIvdBubmxkvtCtoSuV62cVV-p0RSPnvqc9U";}s:2:"id";s:38:"drupal_cms_olivero_primary_local_tasks";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:11:"highlighted";s:6:"weight";i:-4;s:8:"provider";N;s:6:"plugin";s:17:"local_tasks_block";s:8:"settings";a:6:{s:2:"id";s:17:"local_tasks_block";s:5:"label";s:12:"Primary tabs";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";s:7:"primary";b:1;s:9:"secondary";b:0;}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_secondary_local_tasks', 'a:13:{s:4:"uuid";s:36:"b02eca0f-b845-40b7-b6b2-8be374351a3e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"3KAyDgB3FHENrBwroAUcCPvkfPHBMFcRDnsZFyFMuwc";}s:2:"id";s:40:"drupal_cms_olivero_secondary_local_tasks";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:11:"highlighted";s:6:"weight";i:-2;s:8:"provider";N;s:6:"plugin";s:17:"local_tasks_block";s:8:"settings";a:6:{s:2:"id";s:17:"local_tasks_block";s:5:"label";s:14:"Secondary tabs";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";s:7:"primary";b:0;s:9:"secondary";b:1;}s:10:"visibility";a:0:{}}'), ('', 'block.block.drupal_cms_olivero_site_branding', 'a:13:{s:4:"uuid";s:36:"f1a73bc8-ba44-457d-9fcc-08e2fdc2cb0b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:18:"drupal_cms_olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"MX2iS2rMC2lQ-sUFnOKksJ01S2lh0j5-80hKkdDmHkI";}s:2:"id";s:32:"drupal_cms_olivero_site_branding";s:5:"theme";s:18:"drupal_cms_olivero";s:6:"region";s:6:"header";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:21:"system_branding_block";s:8:"settings";a:7:{s:2:"id";s:21:"system_branding_block";s:5:"label";s:13:"Site branding";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";s:13:"use_site_logo";b:1;s:13:"use_site_name";b:1;s:15:"use_site_slogan";b:0;}s:10:"visibility";a:0:{}}'), ('', 'block.block.gin_breadcrumbs', 'a:13:{s:4:"uuid";s:36:"992cf770-84c6-4ab4-b166-04c8ec8f6c88";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:3:"gin";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"y9X3xgCsO59pQyzNLzY1D3SDJJxCHILLWkpPnmuTJ2E";}s:2:"id";s:15:"gin_breadcrumbs";s:5:"theme";s:3:"gin";s:6:"region";s:10:"breadcrumb";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:23:"system_breadcrumb_block";s:8:"settings";a:4:{s:2:"id";s:23:"system_breadcrumb_block";s:5:"label";s:11:"Breadcrumbs";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.gin_content', 'a:13:{s:4:"uuid";s:36:"6ae2aebd-b71f-417d-8764-7c57ab27f92b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:3:"gin";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"hBHXB7hC05XU7pDYzETt-GUcpFlogK1gkjyAsg0Ym58";}s:2:"id";s:11:"gin_content";s:5:"theme";s:3:"gin";s:6:"region";s:7:"content";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:17:"system_main_block";s:8:"settings";a:4:{s:2:"id";s:17:"system_main_block";s:5:"label";s:17:"Main page content";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.gin_local_actions', 'a:13:{s:4:"uuid";s:36:"7e3a4c07-5270-4edf-aba6-86c1356e2015";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:3:"gin";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"OQ9aJ-4qVwK1x00o9EOYK4eFDjQr_HLpbPiJaPSVZiQ";}s:2:"id";s:17:"gin_local_actions";s:5:"theme";s:3:"gin";s:6:"region";s:7:"content";s:6:"weight";i:-10;s:8:"provider";N;s:6:"plugin";s:19:"local_actions_block";s:8:"settings";a:4:{s:2:"id";s:19:"local_actions_block";s:5:"label";s:21:"Primary admin actions";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";}s:10:"visibility";a:0:{}}'), ('', 'block.block.gin_messages', 'a:13:{s:4:"uuid";s:36:"f9774512-abf7-43ad-852e-9b25a3e58f39";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:3:"gin";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"WvPhI8OwllG0gE69-F8qL3ai3nd5SbYD6JpmEuZcyok";}s:2:"id";s:12:"gin_messages";s:5:"theme";s:3:"gin";s:6:"region";s:11:"highlighted";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:21:"system_messages_block";s:8:"settings";a:4:{s:2:"id";s:21:"system_messages_block";s:5:"label";s:15:"Status messages";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";}s:10:"visibility";a:0:{}}'), ('', 'block.block.gin_page_title', 'a:13:{s:4:"uuid";s:36:"9bd85778-78eb-44ac-aff0-4173db4b25f9";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:3:"gin";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"HLQY2xgby8K3vN_98hiOSasOhm9pdCsH234-s0duJ8Q";}s:2:"id";s:14:"gin_page_title";s:5:"theme";s:3:"gin";s:6:"region";s:6:"header";s:6:"weight";i:-30;s:8:"provider";N;s:6:"plugin";s:16:"page_title_block";s:8:"settings";a:4:{s:2:"id";s:16:"page_title_block";s:5:"label";s:10:"Page title";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";}s:10:"visibility";a:0:{}}'), ('', 'block.block.gin_primary_local_tasks', 'a:13:{s:4:"uuid";s:36:"4137883c-85c2-43c4-ac91-146dad4ad119";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:3:"gin";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Hh01DLj9k7UnNdPpOQXHZHW7GHf2OPNDQyCJF7_R9ac";}s:2:"id";s:23:"gin_primary_local_tasks";s:5:"theme";s:3:"gin";s:6:"region";s:6:"header";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:17:"local_tasks_block";s:8:"settings";a:6:{s:2:"id";s:17:"local_tasks_block";s:5:"label";s:12:"Primary tabs";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";s:7:"primary";b:1;s:9:"secondary";b:0;}s:10:"visibility";a:0:{}}'), ('', 'block.block.gin_secondary_local_tasks', 'a:13:{s:4:"uuid";s:36:"ae6cb339-903a-463e-a923-f72a436f9f9f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:5:"theme";a:1:{i:0;s:3:"gin";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BCWhood0xXFQYqxFgL1spXdb9KeIuXH1YvTdjIEedDg";}s:2:"id";s:25:"gin_secondary_local_tasks";s:5:"theme";s:3:"gin";s:6:"region";s:11:"pre_content";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:17:"local_tasks_block";s:8:"settings";a:6:{s:2:"id";s:17:"local_tasks_block";s:5:"label";s:14:"Secondary tabs";s:13:"label_display";s:1:"0";s:8:"provider";s:4:"core";s:7:"primary";b:0;s:9:"secondary";b:1;}s:10:"visibility";a:0:{}}'), ('', 'block.block.olivero_footer', 'a:13:{s:4:"uuid";s:36:"77674bd8-c30f-40b3-9dff-366e84c46f04";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:3:{s:6:"config";a:1:{i:0;s:18:"system.menu.footer";}s:6:"module";a:1:{i:0;s:6:"system";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"pN0rgJ1tymD37RfWB_QXnWm8z1By8V14tbm3JurDU9E";}s:2:"id";s:14:"olivero_footer";s:5:"theme";s:7:"olivero";s:6:"region";s:10:"footer_top";s:6:"weight";i:0;s:8:"provider";N;s:6:"plugin";s:24:"system_menu_block:footer";s:8:"settings";a:7:{s:2:"id";s:24:"system_menu_block:footer";s:5:"label";s:6:"Footer";s:13:"label_display";s:1:"0";s:8:"provider";s:6:"system";s:5:"level";i:1;s:5:"depth";i:0;s:16:"expand_all_items";b:0;}s:10:"visibility";a:0:{}}'), ('', 'captcha.settings', 'a:14:{s:8:"langcode";s:2:"en";s:15:"enable_globally";i:0;s:31:"enable_globally_on_admin_routes";b:0;s:17:"default_challenge";s:31:"friendlycaptcha/friendlycaptcha";s:11:"description";s:110:"This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.";s:5:"title";s:7:"CAPTCHA";s:19:"administration_mode";b:0;s:35:"administration_mode_on_admin_routes";b:0;s:13:"whitelist_ips";s:0:"";s:30:"wrong_captcha_response_message";s:55:"The answer you entered for the CAPTCHA was not correct.";s:18:"default_validation";i:1;s:11:"persistence";i:1;s:12:"enable_stats";b:0;s:19:"log_wrong_responses";b:0;}'), ('', 'coffee.configuration', 'a:2:{s:12:"coffee_menus";a:1:{s:5:"admin";s:5:"admin";}s:11:"max_results";i:7;}'), ('', 'core.date_format.fallback', 'a:9:{s:4:"uuid";s:36:"c292f004-2fc1-4693-b0a8-a449cfae2b93";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"iIBLu1j9n6Oo5PW-wpu5gdyNs9Kvv4LMRqtQUdJjRz8";}s:2:"id";s:8:"fallback";s:5:"label";s:20:"Fallback date format";s:6:"locked";b:1;s:7:"pattern";s:14:"D, j M Y - H:i";}'), ('', 'core.date_format.html_date', 'a:9:{s:4:"uuid";s:36:"50db7da6-d952-4470-925d-a7b4e4d5e1ef";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk";}s:2:"id";s:9:"html_date";s:5:"label";s:9:"HTML Date";s:6:"locked";b:1;s:7:"pattern";s:5:"Y-m-d";}'), ('', 'core.date_format.html_datetime', 'a:9:{s:4:"uuid";s:36:"4a525d4c-9154-4492-9265-f3cfb27d560d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE";}s:2:"id";s:13:"html_datetime";s:5:"label";s:13:"HTML Datetime";s:6:"locked";b:1;s:7:"pattern";s:13:"Y-m-d\\TH:i:sO";}'), ('', 'core.date_format.html_month', 'a:9:{s:4:"uuid";s:36:"a25bdd23-0c6c-4889-a47b-08a2c29a2e45";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM";}s:2:"id";s:10:"html_month";s:5:"label";s:10:"HTML Month";s:6:"locked";b:1;s:7:"pattern";s:3:"Y-m";}'), ('', 'core.date_format.html_time', 'a:9:{s:4:"uuid";s:36:"5d20462e-a125-4bd3-bbbc-349936a62ede";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE";}s:2:"id";s:9:"html_time";s:5:"label";s:9:"HTML Time";s:6:"locked";b:1;s:7:"pattern";s:5:"H:i:s";}'), ('', 'core.date_format.html_week', 'a:9:{s:4:"uuid";s:36:"9ebafd38-9433-40a6-abe5-0e5c8ebc3590";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY";}s:2:"id";s:9:"html_week";s:5:"label";s:9:"HTML Week";s:6:"locked";b:1;s:7:"pattern";s:5:"Y-\\WW";}'), ('', 'core.date_format.html_year', 'a:9:{s:4:"uuid";s:36:"3e290358-9efd-48f0-8a7f-6124ee5eef91";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk";}s:2:"id";s:9:"html_year";s:5:"label";s:9:"HTML Year";s:6:"locked";b:1;s:7:"pattern";s:1:"Y";}'), ('', 'core.date_format.html_yearless_date', 'a:9:{s:4:"uuid";s:36:"fa63e006-4bdb-4707-be16-dd5b1523eeb2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc";}s:2:"id";s:18:"html_yearless_date";s:5:"label";s:18:"HTML Yearless date";s:6:"locked";b:1;s:7:"pattern";s:3:"m-d";}'), ('', 'core.date_format.long', 'a:9:{s:4:"uuid";s:36:"496b56d6-c58c-480b-be39-3c3c51a1ea1a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5B4_r5Vd0_9UaJwtAC5yFCm9-k8NNvp1xiQNhFFkknU";}s:2:"id";s:4:"long";s:5:"label";s:17:"Default long date";s:6:"locked";b:0;s:7:"pattern";s:14:"l, j F Y - H:i";}'), ('', 'core.date_format.medium', 'a:9:{s:4:"uuid";s:36:"fd10b8df-8800-430d-bc1e-e056300757de";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"q7pDV2d9qFh1IVqvymOxUUYGSziZDeg961wURC0cSLs";}s:2:"id";s:6:"medium";s:5:"label";s:19:"Default medium date";s:6:"locked";b:0;s:7:"pattern";s:14:"D, j M Y - H:i";}'), ('', 'core.date_format.olivero_medium', 'a:9:{s:4:"uuid";s:36:"36c0f4e8-e60c-4b44-b1a3-78c474c97c4c";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:8:"enforced";a:1:{s:5:"theme";a:1:{i:0;s:7:"olivero";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"z7ynTCss9wwEi8ojENJ08qx44RN6leI-tqoN2o5QzdE";}s:2:"id";s:14:"olivero_medium";s:5:"label";s:14:"Olivero Medium";s:6:"locked";b:0;s:7:"pattern";s:5:"j F Y";}'), ('', 'core.date_format.short', 'a:9:{s:4:"uuid";s:36:"7e3f9372-b5ed-4c40-abf7-32759550643a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"SAeixlV7Djy_Ggv_1P95TiqD4KUihA5icvU521tA84Y";}s:2:"id";s:5:"short";s:5:"label";s:18:"Default short date";s:6:"locked";b:0;s:7:"pattern";s:11:"j M Y - H:i";}'), ('', 'core.entity_form_display.easy_email.user_created_approval_admin.default', 'a:11:{s:4:"uuid";s:36:"08215415-2eea-43a7-ab20-0e07a31d3a0f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:54:"easy_email.easy_email_type.user_created_approval_admin";i:1;s:69:"field.field.easy_email.user_created_approval_admin.field_related_user";}s:6:"module";a:2:{i:0;s:4:"file";i:1;s:4:"text";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"OHtFXYg43YlhqKZii0A27uM9V19Xsa3EmlyK3WmtXAo";}s:2:"id";s:46:"easy_email.user_created_approval_admin.default";s:16:"targetEntityType";s:10:"easy_email";s:6:"bundle";s:27:"user_created_approval_admin";s:4:"mode";s:7:"default";s:7:"content";a:17:{s:10:"attachment";a:5:{s:4:"type";s:12:"file_generic";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:18:"progress_indicator";s:8:"throbber";}s:20:"third_party_settings";a:0:{}}s:15:"attachment_path";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:11:"bcc_address";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:7:"bcc_uid";a:5:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:11:"match_limit";i:10;s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:9:"body_html";a:5:{s:4:"type";s:13:"text_textarea";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"rows";i:5;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:10:"body_plain";a:5:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"rows";i:5;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:10:"cc_address";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:6:"cc_uid";a:5:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:11:"match_limit";i:10;s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:11:"creator_uid";a:5:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:11:"match_limit";i:10;s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:18:"field_related_user";a:5:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:26;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:11:"match_limit";i:10;s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:12:"from_address";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:9:"from_name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:13:"inbox_preview";a:5:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"rows";i:5;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:17:"recipient_address";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:13:"recipient_uid";a:5:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:11:"match_limit";i:10;s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:8:"reply_to";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:7:"subject";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:2:{s:3:"key";b:1;s:5:"label";b:1;}}'), ('', 'core.entity_form_display.media.document.default', 'a:11:{s:4:"uuid";s:36:"928a7c26-018b-433f-aa37-b065c3ef946e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:47:"field.field.media.document.field_media_document";i:1;s:19:"media.type.document";}s:6:"module";a:2:{i:0;s:4:"file";i:1;s:4:"path";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"j3PwHXJrIDYYTMBtwbGTChh6m3fzbh9KJyHZ4wJdb1U";}s:2:"id";s:22:"media.document.default";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:8:"document";s:4:"mode";s:7:"default";s:7:"content";a:6:{s:7:"created";a:5:{s:4:"type";s:18:"datetime_timestamp";s:6:"weight";i:10;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}s:20:"field_media_document";a:5:{s:4:"type";s:12:"file_generic";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:18:"progress_indicator";s:8:"throbber";}s:20:"third_party_settings";a:0:{}}s:4:"name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-1;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:4:"path";a:5:{s:4:"type";s:4:"path";s:6:"weight";i:30;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}s:6:"status";a:5:{s:4:"type";s:16:"boolean_checkbox";s:6:"weight";i:100;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:20:"third_party_settings";a:0:{}}s:3:"uid";a:5:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:11:"match_limit";i:10;s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:4:{s:10:"publish_on";b:1;s:13:"publish_state";b:1;s:12:"unpublish_on";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.media.document.media_library', 'a:11:{s:4:"uuid";s:36:"de06eb83-de69-438e-b9d7-195acc56355f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"config";a:3:{i:0;s:41:"core.entity_form_mode.media.media_library";i:1;s:47:"field.field.media.document.field_media_document";i:2;s:19:"media.type.document";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dcpfpqyLXOSGpulacMAJW3H-G34_LeNsjdfxd1_oCfY";}s:2:"id";s:28:"media.document.media_library";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:8:"document";s:4:"mode";s:13:"media_library";s:7:"content";a:1:{s:4:"name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-1;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:9:{s:7:"created";b:1;s:20:"field_media_document";b:1;s:4:"path";b:1;s:10:"publish_on";b:1;s:13:"publish_state";b:1;s:6:"status";b:1;s:3:"uid";b:1;s:12:"unpublish_on";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.media.image.default', 'a:11:{s:4:"uuid";s:36:"f92f8b92-b339-409d-880b-7c581df388eb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:41:"field.field.media.image.field_media_image";i:1;s:25:"image.style.media_library";i:2;s:16:"media.type.image";}s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"N2Imq6kLhAPzzFt_VZQCkWItt-UfqPOkcQlyC-3yTgM";}s:2:"id";s:19:"media.image.default";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:7:"default";s:7:"content";a:3:{s:17:"field_media_image";a:5:{s:4:"type";s:17:"image_focal_point";s:6:"weight";i:1;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:18:"progress_indicator";s:8:"throbber";s:19:"preview_image_style";s:13:"media_library";s:12:"preview_link";b:1;s:7:"offsets";s:5:"50,50";}s:20:"third_party_settings";a:0:{}}s:4:"name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-1;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:6:"status";a:5:{s:4:"type";s:16:"boolean_checkbox";s:6:"weight";i:100;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:7:{s:7:"created";b:1;s:4:"path";b:1;s:10:"publish_on";b:1;s:13:"publish_state";b:1;s:3:"uid";b:1;s:12:"unpublish_on";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.media.image.media_library', 'a:11:{s:4:"uuid";s:36:"1f968bb8-ee2e-40c4-8936-af909fbd2189";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:41:"core.entity_form_mode.media.media_library";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:25:"image.style.media_library";i:3;s:16:"media.type.image";}s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BMLrK4zKp8-FFnMseBdT_6h6YipUsKRfbDf_3WUB5HA";}s:2:"id";s:25:"media.image.media_library";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:13:"media_library";s:7:"content";a:2:{s:17:"field_media_image";a:5:{s:4:"type";s:17:"image_focal_point";s:6:"weight";i:1;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:18:"progress_indicator";s:8:"throbber";s:19:"preview_image_style";s:13:"media_library";s:12:"preview_link";b:1;s:7:"offsets";s:5:"50,50";}s:20:"third_party_settings";a:0:{}}s:4:"name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-1;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:8:{s:7:"created";b:1;s:4:"path";b:1;s:10:"publish_on";b:1;s:13:"publish_state";b:1;s:6:"status";b:1;s:3:"uid";b:1;s:12:"unpublish_on";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.media.remote_video.default', 'a:11:{s:4:"uuid";s:36:"9b965303-550d-4102-9b8b-dd9976219bd8";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:55:"field.field.media.remote_video.field_media_oembed_video";i:1;s:23:"media.type.remote_video";}s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"pM8mGlwfpvfG_y5tZn0lGAXFLXz2_yKkL7MvWZsRqdA";}s:2:"id";s:26:"media.remote_video.default";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:12:"remote_video";s:4:"mode";s:7:"default";s:7:"content";a:3:{s:24:"field_media_oembed_video";a:5:{s:4:"type";s:16:"oembed_textfield";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:4:"name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-1;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:6:"status";a:5:{s:4:"type";s:16:"boolean_checkbox";s:6:"weight";i:100;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:7:{s:7:"created";b:1;s:4:"path";b:1;s:10:"publish_on";b:1;s:13:"publish_state";b:1;s:3:"uid";b:1;s:12:"unpublish_on";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.media.remote_video.media_library', 'a:11:{s:4:"uuid";s:36:"baf4b233-ae47-40a3-8c68-f1555ae12fa9";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"config";a:3:{i:0;s:41:"core.entity_form_mode.media.media_library";i:1;s:55:"field.field.media.remote_video.field_media_oembed_video";i:2;s:23:"media.type.remote_video";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"TBgPW-uaXRaICBwLaVc16rXpRiLSknDIdF9q0XL7qso";}s:2:"id";s:32:"media.remote_video.media_library";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:12:"remote_video";s:4:"mode";s:13:"media_library";s:7:"content";a:1:{s:4:"name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-1;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:9:{s:7:"created";b:1;s:24:"field_media_oembed_video";b:1;s:4:"path";b:1;s:10:"publish_on";b:1;s:13:"publish_state";b:1;s:6:"status";b:1;s:3:"uid";b:1;s:12:"unpublish_on";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.media.svg_image.default', 'a:11:{s:4:"uuid";s:36:"8ce93294-6d30-4fe4-8431-0dbaf6393c80";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:49:"field.field.media.svg_image.field_media_svg_image";i:1;s:21:"image.style.thumbnail";i:2;s:20:"media.type.svg_image";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"JLgK8EtXsFEkXMebLDxNafl20wBLb0-O-zsvJXlKthg";}s:2:"id";s:23:"media.svg_image.default";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:9:"svg_image";s:4:"mode";s:7:"default";s:7:"content";a:3:{s:21:"field_media_svg_image";a:5:{s:4:"type";s:11:"image_image";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:18:"progress_indicator";s:8:"throbber";s:19:"preview_image_style";s:9:"thumbnail";}s:20:"third_party_settings";a:0:{}}s:4:"name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-5;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:6:"status";a:5:{s:4:"type";s:16:"boolean_checkbox";s:6:"weight";i:4;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:7:{s:7:"created";b:1;s:4:"path";b:1;s:10:"publish_on";b:1;s:13:"publish_state";b:1;s:3:"uid";b:1;s:12:"unpublish_on";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.media.svg_image.media_library', 'a:11:{s:4:"uuid";s:36:"a2c33a55-7755-473e-960b-5b7a34126839";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:41:"core.entity_form_mode.media.media_library";i:1;s:49:"field.field.media.svg_image.field_media_svg_image";i:2;s:21:"image.style.thumbnail";i:3;s:20:"media.type.svg_image";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"jZjgtY49s-hqyIAMN42-MR1Gi43lmpHbHFqrZ4CKFOg";}s:2:"id";s:29:"media.svg_image.media_library";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:9:"svg_image";s:4:"mode";s:13:"media_library";s:7:"content";a:2:{s:21:"field_media_svg_image";a:5:{s:4:"type";s:11:"image_image";s:6:"weight";i:1;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:18:"progress_indicator";s:8:"throbber";s:19:"preview_image_style";s:9:"thumbnail";}s:20:"third_party_settings";a:0:{}}s:4:"name";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:8:{s:7:"created";b:1;s:4:"path";b:1;s:10:"publish_on";b:1;s:13:"publish_state";b:1;s:6:"status";b:1;s:3:"uid";b:1;s:12:"unpublish_on";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.node.page.default', 'a:11:{s:4:"uuid";s:36:"cfaf35fe-a4a2-48ac-bf66-d20be0536619";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:6:{i:0;s:35:"field.field.node.page.field_content";i:1;s:39:"field.field.node.page.field_description";i:2;s:42:"field.field.node.page.field_featured_image";i:3;s:32:"field.field.node.page.field_tags";i:4;s:44:"field.field.node.page.layout_builder__layout";i:5;s:14:"node.type.page";}s:6:"module";a:5:{i:0;s:13:"media_library";i:1;s:4:"path";i:2;s:9:"scheduler";i:3;s:6:"tagify";i:4;s:4:"text";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"cv3vrBO5FThyOybHSBKigkVK5IOoRQ0kMGg8hkQ7Cb4";}s:2:"id";s:17:"node.page.default";s:16:"targetEntityType";s:4:"node";s:6:"bundle";s:4:"page";s:4:"mode";s:7:"default";s:7:"content";a:16:{s:7:"created";a:5:{s:4:"type";s:18:"datetime_timestamp";s:6:"weight";i:11;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}s:13:"field_content";a:5:{s:4:"type";s:13:"text_textarea";s:6:"weight";i:7;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"rows";i:9;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:17:"field_description";a:5:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:6;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"rows";i:5;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:20:"field_featured_image";a:5:{s:4:"type";s:20:"media_library_widget";s:6:"weight";i:3;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:11:"media_types";a:0:{}}s:20:"third_party_settings";a:0:{}}s:10:"field_tags";a:5:{s:4:"type";s:43:"tagify_entity_reference_autocomplete_widget";s:6:"weight";i:9;s:6:"region";s:7:"content";s:8:"settings";a:3:{s:14:"match_operator";s:8:"CONTAINS";s:11:"match_limit";i:10;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:16:"moderation_state";a:5:{s:4:"type";s:24:"moderation_state_default";s:6:"weight";i:0;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}s:4:"path";a:5:{s:4:"type";s:4:"path";s:6:"weight";i:14;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}s:7:"promote";a:5:{s:4:"type";s:16:"boolean_checkbox";s:6:"weight";i:12;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:20:"third_party_settings";a:0:{}}s:10:"publish_on";a:5:{s:4:"type";s:29:"datetime_timestamp_no_default";s:6:"weight";i:4;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}s:14:"publish_status";a:5:{s:4:"type";s:20:"scheduler_moderation";s:6:"weight";i:-4;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}s:18:"scheduler_settings";a:4:{s:6:"weight";i:1;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}s:6:"status";a:5:{s:4:"type";s:16:"boolean_checkbox";s:6:"weight";i:16;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:20:"third_party_settings";a:0:{}}s:6:"sticky";a:5:{s:4:"type";s:16:"boolean_checkbox";s:6:"weight";i:13;s:6:"region";s:7:"content";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:20:"third_party_settings";a:0:{}}s:5:"title";a:5:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:2;s:6:"region";s:7:"content";s:8:"settings";a:2:{s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:3:"uid";a:5:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:10;s:6:"region";s:7:"content";s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:11:"match_limit";i:10;s:4:"size";i:60;s:11:"placeholder";s:0:"";}s:20:"third_party_settings";a:0:{}}s:12:"unpublish_on";a:5:{s:4:"type";s:29:"datetime_timestamp_no_default";s:6:"weight";i:5;s:6:"region";s:7:"content";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}}s:6:"hidden";a:3:{s:22:"layout_builder__layout";b:1;s:13:"publish_state";b:1;s:15:"unpublish_state";b:1;}}'), ('', 'core.entity_form_display.user.user.default', 'a:11:{s:4:"uuid";s:36:"642186d1-ad05-48c1-8b63-d7cc29c3c74c";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"pojsLtV41YIYgWaeuqfl6yG8fsVXhC1iVB7XwKG0nMc";}s:2:"id";s:17:"user.user.default";s:16:"targetEntityType";s:4:"user";s:6:"bundle";s:4:"user";s:4:"mode";s:7:"default";s:7:"content";a:4:{s:7:"account";a:2:{s:6:"weight";i:-10;s:6:"region";s:7:"content";}s:7:"contact";a:2:{s:6:"weight";i:5;s:6:"region";s:7:"content";}s:8:"language";a:2:{s:6:"weight";i:0;s:6:"region";s:7:"content";}s:8:"timezone";a:2:{s:6:"weight";i:6;s:6:"region";s:7:"content";}}s:6:"hidden";a:1:{s:4:"path";b:1;}}'), ('', 'core.entity_form_mode.media.media_library', 'a:10:{s:4:"uuid";s:36:"2cc96273-6572-43a4-9187-1066672b8bae";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:5:"media";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:13:"media_library";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"04_dAqpWYP1WmsXZ7IXJ7-yarCvNddD10EUkBDtIFy4";}s:2:"id";s:19:"media.media_library";s:5:"label";s:13:"Media library";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_form_mode.user.register', 'a:10:{s:4:"uuid";s:36:"5be3580d-2b53-439e-932b-d4c955ddc83b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5pE_4hurqtIlZN3XDi7eTo5RG13BMG0Rh9HYlRI3h8U";}s:2:"id";s:13:"user.register";s:5:"label";s:8:"Register";s:11:"description";s:0:"";s:16:"targetEntityType";s:4:"user";s:5:"cache";b:1;}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'core.entity_view_display.easy_email.user_created_approval_admin.default', 'a:11:{s:4:"uuid";s:36:"7ec75d4f-7054-441d-a869-1a9a5b6011f8";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:54:"easy_email.easy_email_type.user_created_approval_admin";i:1;s:69:"field.field.easy_email.user_created_approval_admin.field_related_user";}s:6:"module";a:3:{i:0;s:4:"file";i:1;s:4:"text";i:2;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"I99b974QYXHklYe6OTTJuWgZLsKHhba6B7WX6jJUGIE";}s:2:"id";s:46:"easy_email.user_created_approval_admin.default";s:16:"targetEntityType";s:10:"easy_email";s:6:"bundle";s:27:"user_created_approval_admin";s:4:"mode";s:7:"default";s:7:"content";a:19:{s:10:"attachment";a:6:{s:4:"type";s:12:"file_default";s:5:"label";s:6:"hidden";s:8:"settings";a:1:{s:28:"use_description_as_link_text";b:1;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}s:15:"attachment_path";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}s:11:"bcc_address";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}s:7:"bcc_uid";a:6:{s:4:"type";s:6:"author";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}s:9:"body_html";a:6:{s:4:"type";s:12:"text_default";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}s:10:"body_plain";a:6:{s:4:"type";s:12:"basic_string";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}s:10:"cc_address";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}s:6:"cc_uid";a:6:{s:4:"type";s:6:"author";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}s:11:"creator_uid";a:6:{s:4:"type";s:6:"author";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}s:18:"field_related_user";a:6:{s:4:"type";s:22:"entity_reference_label";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:4:"link";b:1;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}s:12:"from_address";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}s:9:"from_name";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}s:13:"inbox_preview";a:6:{s:4:"type";s:12:"basic_string";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}s:3:"key";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}s:5:"label";a:6:{s:4:"type";s:6:"string";s:5:"label";s:6:"hidden";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-5;s:6:"region";s:7:"content";}s:17:"recipient_address";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}s:13:"recipient_uid";a:6:{s:4:"type";s:6:"author";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}s:8:"reply_to";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}s:7:"subject";a:6:{s:4:"type";s:6:"string";s:5:"label";s:5:"above";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-4;s:6:"region";s:7:"content";}}s:6:"hidden";a:0:{}}'), ('', 'core.entity_view_display.media.document.default', 'a:11:{s:4:"uuid";s:36:"1b40d72d-0479-4c89-affd-9a02ad6459fd";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:47:"field.field.media.document.field_media_document";i:1;s:19:"media.type.document";}s:6:"module";a:1:{i:0;s:4:"file";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Ue2D9UBZwS3Brs8Z06aU9o2B8a6OLpSbd83kmX9bkfU";}s:2:"id";s:22:"media.document.default";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:8:"document";s:4:"mode";s:7:"default";s:7:"content";a:1:{s:20:"field_media_document";a:6:{s:4:"type";s:12:"file_default";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.document.media_library', 'a:11:{s:4:"uuid";s:36:"411e6f62-5b85-4bfc-96cf-4d51273120e2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:41:"core.entity_view_mode.media.media_library";i:1;s:47:"field.field.media.document.field_media_document";i:2;s:21:"image.style.thumbnail";i:3;s:19:"media.type.document";}s:6:"module";a:1:{i:0;s:5:"image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"YcWqjhIlo-2RZUM5ogvRsrKB7M3voF2XB3lVLwgOlLU";}s:2:"id";s:28:"media.document.media_library";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:8:"document";s:4:"mode";s:13:"media_library";s:7:"content";a:1:{s:9:"thumbnail";a:6:{s:4:"type";s:5:"image";s:5:"label";s:6:"hidden";s:8:"settings";a:3:{s:11:"image_style";s:9:"thumbnail";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:20:"field_media_document";b:1;s:4:"name";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.16_9_large', 'a:11:{s:4:"uuid";s:36:"6a14c50b-8739-4869-84b3-e43a01f5e548";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:38:"core.entity_view_mode.media.16_9_large";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.16_9_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"FuV1WGhCbzoXiz7smvBVXC-0xYzl4ziBxfVUMw7QCKc";}s:2:"id";s:22:"media.image.16_9_large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:10:"16_9_large";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"16_9_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.16_9_medium', 'a:11:{s:4:"uuid";s:36:"213424cd-50b2-4c37-bd96-d9d2fb8cddcf";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:39:"core.entity_view_mode.media.16_9_medium";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:35:"responsive_image.styles.16_9_medium";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"9a_J-MEjpjfs8KcMjFPMy7LXjsDMv6uir6CMIg8nzRc";}s:2:"id";s:23:"media.image.16_9_medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:11:"16_9_medium";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:11:"16_9_medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.16_9_small', 'a:11:{s:4:"uuid";s:36:"6e617f4f-0b04-4a75-b6f3-a8474b79f3bb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:38:"core.entity_view_mode.media.16_9_small";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.16_9_small";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"pH5ELzMw6acMy5rc5Dv_VOjHo-sPdQpL5a1QTB0n-cc";}s:2:"id";s:22:"media.image.16_9_small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:10:"16_9_small";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"16_9_small";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.16_9_wide', 'a:11:{s:4:"uuid";s:36:"efbcc52c-ae0c-434b-8111-d250eebf2ea3";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.16_9_wide";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.16_9_wide";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"p5IWbA8vLVUpYcFxMzUA304E6ZVsA2mgJewTJwpynvw";}s:2:"id";s:21:"media.image.16_9_wide";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"16_9_wide";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"16_9_wide";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.1_1_square_large', 'a:11:{s:4:"uuid";s:36:"9cc099b8-8928-4705-a468-e04cb759ff84";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:44:"core.entity_view_mode.media.1_1_square_large";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.1_1_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"iyBb8Noyu3HExDuD__MJQc1k3oWwV3cBWtCi0gK2_aY";}s:2:"id";s:28:"media.image.1_1_square_large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:16:"1_1_square_large";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"1_1_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.1_1_square_medium', 'a:11:{s:4:"uuid";s:36:"6243d3b4-b307-4f46-bf31-49721ae7de01";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:45:"core.entity_view_mode.media.1_1_square_medium";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.1_1_medium";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"vg9PxyGyPZ1tf58J5UUv6Jxalf_hYC526PwthH76O6M";}s:2:"id";s:29:"media.image.1_1_square_medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:17:"1_1_square_medium";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"1_1_medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.1_1_square_small', 'a:11:{s:4:"uuid";s:36:"2b54f840-bc95-4344-bfbf-d3830d5462fc";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:44:"core.entity_view_mode.media.1_1_square_small";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:40:"responsive_image.styles.1_1_square_small";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"-QuOI23XKy868t0JVwQT4XHpp0urRI5-vg_zxNKfbXk";}s:2:"id";s:28:"media.image.1_1_square_small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:16:"1_1_square_small";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:16:"1_1_square_small";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.2_3_large', 'a:11:{s:4:"uuid";s:36:"b7661552-fd8b-4bd0-9d1e-68b82a2df6f5";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.2_3_large";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.2_3_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BXteIzKWABS6LE3XntsCMj8VikaD_H_T9r4ehuyt_m4";}s:2:"id";s:21:"media.image.2_3_large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"2_3_large";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"2_3_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.2_3_medium', 'a:11:{s:4:"uuid";s:36:"01220ed1-2bbb-496b-9505-4f92f2488c1c";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:38:"core.entity_view_mode.media.2_3_medium";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.2_3_medium";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"a3qi6fV5DH-KitiDEd4ScBNAbZnA749NRjttSXuVl14";}s:2:"id";s:22:"media.image.2_3_medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:10:"2_3_medium";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"2_3_medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.2_3_small', 'a:11:{s:4:"uuid";s:36:"494a378d-2580-4c79-91f0-914546887ef9";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.2_3_small";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.2_3_small";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"DXgwTLbd2n9i1TtQTNRWQ8nhwyRyk_4_ixQDlea1uj4";}s:2:"id";s:21:"media.image.2_3_small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"2_3_small";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"2_3_small";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.3_2_large', 'a:11:{s:4:"uuid";s:36:"d56120c2-edb0-4ed0-a534-722a0a9c13ce";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.3_2_large";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.3_2_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"gtIXxn48WmWIakRfh1MEaJk6eJuafQipR_msleUm25Q";}s:2:"id";s:21:"media.image.3_2_large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"3_2_large";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"3_2_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.3_2_medium', 'a:11:{s:4:"uuid";s:36:"57a9c60a-2576-48d2-a92f-465085c33d2c";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:38:"core.entity_view_mode.media.3_2_medium";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.3_2_medium";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"1j5FW20IGfbOgCuJ2q11uiWijLYeFOhW8ihRB27RpMg";}s:2:"id";s:22:"media.image.3_2_medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:10:"3_2_medium";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"3_2_medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.3_2_small', 'a:11:{s:4:"uuid";s:36:"4f8cf844-658d-44d3-850f-489cdb440926";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.3_2_small";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.3_2_small";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"wjwcgIk6LuuVMkXnR-VROMuLjIzq4hc_kzKDwQKyLCQ";}s:2:"id";s:21:"media.image.3_2_small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"3_2_small";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"3_2_small";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.3_2_wide', 'a:11:{s:4:"uuid";s:36:"bff2fc14-350b-42a8-b16f-b6b708035096";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:36:"core.entity_view_mode.media.3_2_wide";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:32:"responsive_image.styles.3_2_wide";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BpgEHwvQroTuUKAhS9NY_yUtuNPV_9A_cB2hdMUeipE";}s:2:"id";s:20:"media.image.3_2_wide";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:8:"3_2_wide";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:8:"3_2_wide";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.3_4_large', 'a:11:{s:4:"uuid";s:36:"58583a87-26e8-442f-becf-b1bb02124268";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.3_4_large";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.3_4_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5aN1t5vANUQI1fuwCW6fnJvceNOmv5s8hPXbIszLjyo";}s:2:"id";s:21:"media.image.3_4_large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"3_4_large";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"3_4_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.3_4_medium', 'a:11:{s:4:"uuid";s:36:"4f4320a5-5ffa-4af0-8700-2caa558f9dbb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:38:"core.entity_view_mode.media.3_4_medium";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.3_4_medium";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"3c2e0J47ni6SPiHpY1kGRuhm1j_2BYSDTYKYC6Ucous";}s:2:"id";s:22:"media.image.3_4_medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:10:"3_4_medium";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"3_4_medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.3_4_small', 'a:11:{s:4:"uuid";s:36:"6b6cbb47-caff-48f6-9c1c-5e7fa95cf490";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.3_4_small";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.3_4_small";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"fL4NsgzhPyYYTkzLxHNNE1NoMG_qXDxpkfcPdEsXKEI";}s:2:"id";s:21:"media.image.3_4_small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"3_4_small";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"3_4_small";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.4_3_large', 'a:11:{s:4:"uuid";s:36:"573572b2-7af3-4cc9-b9f2-d3bd6ea72d21";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.4_3_large";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.4_3_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"T_bDn3-hgDsAl0ZSEvyYDFRaZOH4TEROjfthZ8OcP6U";}s:2:"id";s:21:"media.image.4_3_large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"4_3_large";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"4_3_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.4_3_medium', 'a:11:{s:4:"uuid";s:36:"832059a3-54b9-47a5-8391-9534d9f029cc";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:38:"core.entity_view_mode.media.4_3_medium";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.4_3_medium";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"hj6Lbkty5KiNCTl1KqnxmeNPFMdcwtlN09jAC3rKXtE";}s:2:"id";s:22:"media.image.4_3_medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:10:"4_3_medium";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"4_3_medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.4_3_small', 'a:11:{s:4:"uuid";s:36:"3e14e127-369b-422a-90b6-05b9ba192625";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.4_3_small";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.4_3_small";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"w6iydU5_ty857lSKHMyETYs3qOJTjKaDpoUUsK3zS0Q";}s:2:"id";s:21:"media.image.4_3_small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"4_3_small";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"4_3_small";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.4_3_wide', 'a:11:{s:4:"uuid";s:36:"a9ac4af4-3c48-4427-ad61-75288436e8b4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:36:"core.entity_view_mode.media.4_3_wide";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:32:"responsive_image.styles.4_3_wide";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BrR_soni1UNu-aTfnirE9Yj55lcKbMWkM3FbrYMBcM8";}s:2:"id";s:20:"media.image.4_3_wide";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:8:"4_3_wide";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:8:"4_3_wide";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.9_16_large', 'a:11:{s:4:"uuid";s:36:"bb352f54-c331-4b09-a79f-a49a6a17c908";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:38:"core.entity_view_mode.media.9_16_large";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.9_16_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"yul_zb8OA6uDsuAs5SK94GpFMEebEBCCqKcJHAWS8XM";}s:2:"id";s:22:"media.image.9_16_large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:10:"9_16_large";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"9_16_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.9_16_medium', 'a:11:{s:4:"uuid";s:36:"47d109d8-4317-4ad4-943a-6bca406beca1";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:39:"core.entity_view_mode.media.9_16_medium";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:35:"responsive_image.styles.9_16_medium";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"pNUtcVKeHPPo2UrdgH3a-pr1gsHhIWSgah3vjeawfN0";}s:2:"id";s:23:"media.image.9_16_medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:11:"9_16_medium";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:11:"9_16_medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.9_16_small', 'a:11:{s:4:"uuid";s:36:"3ff5eb1a-0b81-4cf9-9df8-772f811a5eb0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:38:"core.entity_view_mode.media.9_16_small";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.9_16_small";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Qg47l0nztaKlmUP88POsslRft9_59Yv-5F2xEfztWgA";}s:2:"id";s:22:"media.image.9_16_small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:10:"9_16_small";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"9_16_small";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.default', 'a:11:{s:4:"uuid";s:36:"56e44589-6929-4cf5-9b61-35532ca57349";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:41:"field.field.media.image.field_media_image";i:1;s:17:"image.style.large";i:2;s:16:"media.type.image";}s:6:"module";a:1:{i:0;s:5:"image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"t2YAVeSqMs3Gpnfp_plCnQ2TsoC0u57VCUWl8e2jMMM";}s:2:"id";s:19:"media.image.default";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:7:"default";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:5:"image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:11:"image_style";s:5:"large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.hero', 'a:11:{s:4:"uuid";s:36:"8c9f16a2-1185-4c25-ab9b-e170f106ece5";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:32:"core.entity_view_mode.media.hero";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:34:"responsive_image.styles.hero_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"bRkbUUam-k4ca3cG_O0yJzoKiQu3dTprhyhjfjVsuvI";}s:2:"id";s:16:"media.image.hero";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:4:"hero";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:10:"hero_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:5:"eager";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.hero_wide', 'a:11:{s:4:"uuid";s:36:"c7d497e8-e736-4a56-b2cb-3ff3d6c4a691";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:37:"core.entity_view_mode.media.hero_wide";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:33:"responsive_image.styles.hero_wide";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ZejmoalQDLSkcymedLEev-L-rqYRZ_0TtEjMVjU0fIk";}s:2:"id";s:21:"media.image.hero_wide";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:9:"hero_wide";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:9:"hero_wide";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:5:"eager";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.large', 'a:11:{s:4:"uuid";s:36:"f15ab1b8-c8b3-427d-9749-fba53ea8d8c7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:33:"core.entity_view_mode.media.large";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:39:"responsive_image.styles.uncropped_large";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"XvmVZ_yi02p9yC65erQMoAF3IWDKwKjXeOuwDTrsws8";}s:2:"id";s:17:"media.image.large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:5:"large";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:15:"uncropped_large";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.media_library', 'a:11:{s:4:"uuid";s:36:"62626643-5d60-4c1a-9d22-09e901a53430";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:41:"core.entity_view_mode.media.media_library";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:42:"image.style.media_library_square_thumbnail";i:3;s:16:"media.type.image";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ILLWu5KFvbsX6J7sh2Itd4w8-lBBRhR_H8ZrmQiN2yo";}s:2:"id";s:25:"media.image.media_library";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:13:"media_library";s:7:"content";a:1:{s:9:"thumbnail";a:6:{s:4:"type";s:5:"image";s:5:"label";s:5:"above";s:8:"settings";a:5:{s:10:"image_link";s:0:"";s:11:"image_style";s:30:"media_library_square_thumbnail";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}s:14:"svg_attributes";a:2:{s:5:"width";N;s:6:"height";N;}s:19:"svg_render_as_image";b:1;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:17:"field_media_image";b:1;s:4:"name";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.medium', 'a:11:{s:4:"uuid";s:36:"05fa77fe-9d86-4200-ae3e-3d076c080b6a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:34:"core.entity_view_mode.media.medium";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:40:"responsive_image.styles.uncropped_medium";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"wqQM7_KUv5vqnmpIMaNT_HabCwCG00Sj05AjxeFRWuk";}s:2:"id";s:18:"media.image.medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:6:"medium";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:16:"uncropped_medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.image.small', 'a:11:{s:4:"uuid";s:36:"23c90004-e783-4f65-90f2-7380c3d3ca49";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:33:"core.entity_view_mode.media.small";i:1;s:41:"field.field.media.image.field_media_image";i:2;s:16:"media.type.image";i:3;s:39:"responsive_image.styles.uncropped_small";}s:6:"module";a:1:{i:0;s:16:"responsive_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"oNuUpNpfOugaAqlzHs15IqaiRyvOkSFLkrel0JSPaCs";}s:2:"id";s:17:"media.image.small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:5:"image";s:4:"mode";s:5:"small";s:7:"content";a:1:{s:17:"field_media_image";a:6:{s:4:"type";s:16:"responsive_image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:3:{s:22:"responsive_image_style";s:15:"uncropped_small";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.remote_video.default', 'a:11:{s:4:"uuid";s:36:"a60ae2dd-82da-4cfc-822f-4e2c75eaa587";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:55:"field.field.media.remote_video.field_media_oembed_video";i:1;s:23:"media.type.remote_video";}s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ZdPcl2hPxl5pgv3pI-07R7h51OjeUeKJTy-ab1NfM34";}s:2:"id";s:26:"media.remote_video.default";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:12:"remote_video";s:4:"mode";s:7:"default";s:7:"content";a:1:{s:24:"field_media_oembed_video";a:6:{s:4:"type";s:6:"oembed";s:5:"label";s:6:"hidden";s:8:"settings";a:3:{s:9:"max_width";i:0;s:10:"max_height";i:0;s:7:"loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.remote_video.large', 'a:11:{s:4:"uuid";s:36:"d409ec60-b584-4044-9a40-2b5f25b54565";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:33:"core.entity_view_mode.media.large";i:1;s:55:"field.field.media.remote_video.field_media_oembed_video";i:2;s:23:"media.type.remote_video";}s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"8sbb_QSvh_hI-3kfgrHN9SfG2REfd3J3DHiRTKLKb5Q";}s:2:"id";s:24:"media.remote_video.large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:12:"remote_video";s:4:"mode";s:5:"large";s:7:"content";a:1:{s:24:"field_media_oembed_video";a:6:{s:4:"type";s:6:"oembed";s:5:"label";s:6:"hidden";s:8:"settings";a:3:{s:9:"max_width";i:960;s:10:"max_height";i:540;s:7:"loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.remote_video.media_library', 'a:11:{s:4:"uuid";s:36:"9cceb2d8-688d-4b14-93ef-b866689093d4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:41:"core.entity_view_mode.media.media_library";i:1;s:55:"field.field.media.remote_video.field_media_oembed_video";i:2;s:18:"image.style.medium";i:3;s:23:"media.type.remote_video";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"PGGoP-hVkXe_S-GiJRAub4PHDu0KhMExylclrqjdJb4";}s:2:"id";s:32:"media.remote_video.media_library";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:12:"remote_video";s:4:"mode";s:13:"media_library";s:7:"content";a:1:{s:9:"thumbnail";a:6:{s:4:"type";s:5:"image";s:5:"label";s:6:"hidden";s:8:"settings";a:3:{s:11:"image_style";s:6:"medium";s:10:"image_link";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:24:"field_media_oembed_video";b:1;s:4:"name";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.remote_video.medium', 'a:11:{s:4:"uuid";s:36:"50fa1142-29ab-4f9f-b389-cdb7a8e7d00b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:34:"core.entity_view_mode.media.medium";i:1;s:55:"field.field.media.remote_video.field_media_oembed_video";i:2;s:23:"media.type.remote_video";}s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"JffINI1KDnu52CmUqLDKa66ptuZTRyHnAKcf2lczQD0";}s:2:"id";s:25:"media.remote_video.medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:12:"remote_video";s:4:"mode";s:6:"medium";s:7:"content";a:1:{s:24:"field_media_oembed_video";a:6:{s:4:"type";s:6:"oembed";s:5:"label";s:6:"hidden";s:8:"settings";a:3:{s:9:"max_width";i:720;s:10:"max_height";i:405;s:7:"loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.remote_video.small', 'a:11:{s:4:"uuid";s:36:"aaa8b2d1-0fa7-4c26-8ac3-fa7f11cdcf50";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:33:"core.entity_view_mode.media.small";i:1;s:55:"field.field.media.remote_video.field_media_oembed_video";i:2;s:23:"media.type.remote_video";}s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"oHxF-3xJaWb5uxcDdHpfYJGZD3HuA1L8yky15IKGwAc";}s:2:"id";s:24:"media.remote_video.small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:12:"remote_video";s:4:"mode";s:5:"small";s:7:"content";a:1:{s:24:"field_media_oembed_video";a:6:{s:4:"type";s:6:"oembed";s:5:"label";s:6:"hidden";s:8:"settings";a:3:{s:9:"max_width";i:304;s:10:"max_height";i:171;s:7:"loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.svg_image.default', 'a:11:{s:4:"uuid";s:36:"08226485-65e8-42f1-8cd4-ef10e7db1f66";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:49:"field.field.media.svg_image.field_media_svg_image";i:1;s:17:"image.style.large";i:2;s:20:"media.type.svg_image";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"pKrsHdKCRwI4_mpcVzuqg_60fXWqQAL_mDo2_i87ovU";}s:2:"id";s:23:"media.svg_image.default";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:9:"svg_image";s:4:"mode";s:7:"default";s:7:"content";a:1:{s:21:"field_media_svg_image";a:6:{s:4:"type";s:5:"image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:5:{s:10:"image_link";s:0:"";s:11:"image_style";s:5:"large";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}s:14:"svg_attributes";a:2:{s:5:"width";i:960;s:6:"height";N;}s:19:"svg_render_as_image";b:1;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.svg_image.large', 'a:11:{s:4:"uuid";s:36:"13634501-69bb-4029-afb2-58d7e2cfc08e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:33:"core.entity_view_mode.media.large";i:1;s:49:"field.field.media.svg_image.field_media_svg_image";i:2;s:20:"media.type.svg_image";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"8s9vf7jyyrNPyHX1w1z4HOl97rDn9IQLxjUWpfr6yYs";}s:2:"id";s:21:"media.svg_image.large";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:9:"svg_image";s:4:"mode";s:5:"large";s:7:"content";a:1:{s:21:"field_media_svg_image";a:6:{s:4:"type";s:5:"image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:5:{s:10:"image_link";s:0:"";s:11:"image_style";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}s:14:"svg_attributes";a:2:{s:5:"width";i:960;s:6:"height";N;}s:19:"svg_render_as_image";b:1;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.svg_image.media_library', 'a:11:{s:4:"uuid";s:36:"d23f877d-48c9-4c2e-af1c-963ad76fc90a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:41:"core.entity_view_mode.media.media_library";i:1;s:49:"field.field.media.svg_image.field_media_svg_image";i:2;s:18:"image.style.medium";i:3;s:20:"media.type.svg_image";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"gRFRXMFGmd0zKG3UKwqRFKtaA-P2rI-jyN6asBMgqT8";}s:2:"id";s:29:"media.svg_image.media_library";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:9:"svg_image";s:4:"mode";s:13:"media_library";s:7:"content";a:1:{s:9:"thumbnail";a:6:{s:4:"type";s:5:"image";s:5:"label";s:6:"hidden";s:8:"settings";a:5:{s:10:"image_link";s:0:"";s:11:"image_style";s:6:"medium";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}s:14:"svg_attributes";a:2:{s:5:"width";N;s:6:"height";N;}s:19:"svg_render_as_image";b:1;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:21:"field_media_svg_image";b:1;s:4:"name";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.media.svg_image.medium', 'a:11:{s:4:"uuid";s:36:"62f5df43-b4a5-4b02-a8ff-ce0335fe5bd1";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:34:"core.entity_view_mode.media.medium";i:1;s:49:"field.field.media.svg_image.field_media_svg_image";i:2;s:20:"media.type.svg_image";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"TAe9U8S5-70QgYJVIj4Wuj_b9RzRS_no_MWLMxmcL0Q";}s:2:"id";s:22:"media.svg_image.medium";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:9:"svg_image";s:4:"mode";s:6:"medium";s:7:"content";a:1:{s:21:"field_media_svg_image";a:6:{s:4:"type";s:5:"image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:5:{s:10:"image_link";s:0:"";s:11:"image_style";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}s:14:"svg_attributes";a:2:{s:5:"width";i:720;s:6:"height";N;}s:19:"svg_render_as_image";b:1;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'core.entity_view_display.media.svg_image.small', 'a:11:{s:4:"uuid";s:36:"d8eef2f3-033e-4410-a8e6-ed8720cf307d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:33:"core.entity_view_mode.media.small";i:1;s:49:"field.field.media.svg_image.field_media_svg_image";i:2;s:20:"media.type.svg_image";}s:6:"module";a:1:{i:0;s:9:"svg_image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"9GQg53pdI35jR8t5BxkZhXUXiXpkg7wmcvpytyB42_M";}s:2:"id";s:21:"media.svg_image.small";s:16:"targetEntityType";s:5:"media";s:6:"bundle";s:9:"svg_image";s:4:"mode";s:5:"small";s:7:"content";a:1:{s:21:"field_media_svg_image";a:6:{s:4:"type";s:5:"image";s:5:"label";s:15:"visually_hidden";s:8:"settings";a:5:{s:10:"image_link";s:0:"";s:11:"image_style";s:0:"";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}s:14:"svg_attributes";a:2:{s:5:"width";i:300;s:6:"height";N;}s:19:"svg_render_as_image";b:1;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:7:"created";b:1;s:4:"name";b:1;s:9:"thumbnail";b:1;s:3:"uid";b:1;}}'), ('', 'core.entity_view_display.node.page.card', 'a:12:{s:4:"uuid";s:36:"049e6edc-f269-45f9-a549-19b8c99339e4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:7:{i:0;s:31:"core.entity_view_mode.node.card";i:1;s:35:"field.field.node.page.field_content";i:2;s:39:"field.field.node.page.field_description";i:3;s:42:"field.field.node.page.field_featured_image";i:4;s:32:"field.field.node.page.field_tags";i:5;s:44:"field.field.node.page.layout_builder__layout";i:6;s:14:"node.type.page";}s:6:"module";a:2:{i:0;s:14:"layout_builder";i:1;s:4:"user";}}s:20:"third_party_settings";a:1:{s:14:"layout_builder";a:2:{s:7:"enabled";b:0;s:12:"allow_custom";b:0;}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"6WriJ20_O2OwaTgXGmR-JxzZrJPCG4MJqugHf_U4454";}s:2:"id";s:14:"node.page.card";s:16:"targetEntityType";s:4:"node";s:6:"bundle";s:4:"page";s:4:"mode";s:4:"card";s:7:"content";a:2:{s:17:"field_description";a:6:{s:4:"type";s:12:"basic_string";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}s:20:"field_featured_image";a:6:{s:4:"type";s:28:"entity_reference_entity_view";s:5:"label";s:6:"hidden";s:8:"settings";a:2:{s:9:"view_mode";s:11:"16_9_medium";s:4:"link";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:5:{s:26:"content_moderation_control";b:1;s:13:"field_content";b:1;s:10:"field_tags";b:1;s:22:"layout_builder__layout";b:1;s:5:"links";b:1;}}'), ('', 'core.entity_view_display.node.page.default', 'a:12:{s:4:"uuid";s:36:"ea538152-f15e-45c5-9032-39070c1f6279";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:6:{i:0;s:35:"field.field.node.page.field_content";i:1;s:39:"field.field.node.page.field_description";i:2;s:42:"field.field.node.page.field_featured_image";i:3;s:32:"field.field.node.page.field_tags";i:4;s:44:"field.field.node.page.layout_builder__layout";i:5;s:14:"node.type.page";}s:6:"module";a:4:{i:0;s:14:"layout_builder";i:1;s:16:"layout_discovery";i:2;s:4:"text";i:3;s:4:"user";}}s:20:"third_party_settings";a:1:{s:14:"layout_builder";a:3:{s:7:"enabled";b:1;s:12:"allow_custom";b:1;s:8:"sections";a:1:{i:0;a:4:{s:9:"layout_id";s:13:"layout_onecol";s:15:"layout_settings";a:1:{s:5:"label";s:0:"";}s:10:"components";a:4:{s:36:"541922dc-a8c8-4b74-9cdd-88a1f5d053dd";a:5:{s:4:"uuid";s:36:"541922dc-a8c8-4b74-9cdd-88a1f5d053dd";s:6:"region";s:7:"content";s:13:"configuration";a:4:{s:2:"id";s:35:"field_block:node:page:field_content";s:13:"label_display";s:1:"0";s:15:"context_mapping";a:1:{s:6:"entity";s:21:"layout_builder.entity";}s:9:"formatter";a:4:{s:4:"type";s:12:"text_default";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}}}s:6:"weight";i:2;s:10:"additional";a:0:{}}s:36:"b09072a1-7bd8-49c5-ac58-2da953562e12";a:5:{s:4:"uuid";s:36:"b09072a1-7bd8-49c5-ac58-2da953562e12";s:6:"region";s:7:"content";s:13:"configuration";a:3:{s:2:"id";s:54:"extra_field_block:node:page:content_moderation_control";s:13:"label_display";s:1:"0";s:15:"context_mapping";a:1:{s:6:"entity";s:21:"layout_builder.entity";}}s:6:"weight";i:1;s:10:"additional";a:0:{}}s:36:"bfcb27c2-a42f-4e71-bf84-1841a548d5a6";a:5:{s:4:"uuid";s:36:"bfcb27c2-a42f-4e71-bf84-1841a548d5a6";s:6:"region";s:7:"content";s:13:"configuration";a:6:{s:2:"id";s:42:"field_block:node:page:field_featured_image";s:5:"label";s:14:"Featured image";s:13:"label_display";s:1:"0";s:8:"provider";s:14:"layout_builder";s:15:"context_mapping";a:2:{s:6:"entity";s:21:"layout_builder.entity";s:9:"view_mode";s:9:"view_mode";}s:9:"formatter";a:4:{s:4:"type";s:28:"entity_reference_entity_view";s:5:"label";s:6:"hidden";s:8:"settings";a:1:{s:9:"view_mode";s:4:"hero";}s:20:"third_party_settings";a:0:{}}}s:6:"weight";i:0;s:10:"additional";a:0:{}}s:36:"6976105a-c13d-457c-a8ae-0dfd6f9a7903";a:5:{s:4:"uuid";s:36:"6976105a-c13d-457c-a8ae-0dfd6f9a7903";s:6:"region";s:7:"content";s:13:"configuration";a:6:{s:2:"id";s:32:"field_block:node:page:field_tags";s:5:"label";s:4:"Tags";s:13:"label_display";s:1:"0";s:8:"provider";s:14:"layout_builder";s:15:"context_mapping";a:2:{s:6:"entity";s:21:"layout_builder.entity";s:9:"view_mode";s:9:"view_mode";}s:9:"formatter";a:4:{s:4:"type";s:22:"entity_reference_label";s:5:"label";s:6:"inline";s:8:"settings";a:1:{s:4:"link";b:1;}s:20:"third_party_settings";a:0:{}}}s:6:"weight";i:4;s:10:"additional";a:0:{}}}s:20:"third_party_settings";a:0:{}}}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"rVDjFcG7a9eUsRsMS1vdA6OQgJ77pZjEPmk1fIuADao";}s:2:"id";s:17:"node.page.default";s:16:"targetEntityType";s:4:"node";s:6:"bundle";s:4:"page";s:4:"mode";s:7:"default";s:7:"content";a:3:{s:26:"content_moderation_control";a:4:{s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:-20;s:6:"region";s:7:"content";}s:13:"field_content";a:6:{s:4:"type";s:12:"text_default";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:100;s:6:"region";s:7:"content";}s:20:"field_featured_image";a:6:{s:4:"type";s:28:"entity_reference_entity_view";s:5:"label";s:6:"hidden";s:8:"settings";a:2:{s:9:"view_mode";s:4:"hero";s:4:"link";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}}s:6:"hidden";a:4:{s:17:"field_description";b:1;s:10:"field_tags";b:1;s:22:"layout_builder__layout";b:1;s:5:"links";b:1;}}'), ('', 'core.entity_view_display.node.page.teaser', 'a:11:{s:4:"uuid";s:36:"9ba7bc65-c703-4ca7-bb75-bf8cc05117fb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:7:{i:0;s:33:"core.entity_view_mode.node.teaser";i:1;s:35:"field.field.node.page.field_content";i:2;s:39:"field.field.node.page.field_description";i:3;s:42:"field.field.node.page.field_featured_image";i:4;s:32:"field.field.node.page.field_tags";i:5;s:44:"field.field.node.page.layout_builder__layout";i:6;s:14:"node.type.page";}s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"T4x4GidpcZanW89XGB9jlCvGB7-7ks7ZXUGkaP5s-Fo";}s:2:"id";s:16:"node.page.teaser";s:16:"targetEntityType";s:4:"node";s:6:"bundle";s:4:"page";s:4:"mode";s:6:"teaser";s:7:"content";a:2:{s:17:"field_description";a:6:{s:4:"type";s:12:"basic_string";s:5:"label";s:6:"hidden";s:8:"settings";a:0:{}s:20:"third_party_settings";a:0:{}s:6:"weight";i:1;s:6:"region";s:7:"content";}s:20:"field_featured_image";a:6:{s:4:"type";s:28:"entity_reference_entity_view";s:5:"label";s:6:"hidden";s:8:"settings";a:2:{s:9:"view_mode";s:10:"4_3_medium";s:4:"link";b:0;}s:20:"third_party_settings";a:0:{}s:6:"weight";i:0;s:6:"region";s:7:"content";}}s:6:"hidden";a:5:{s:26:"content_moderation_control";b:1;s:13:"field_content";b:1;s:10:"field_tags";b:1;s:22:"layout_builder__layout";b:1;s:5:"links";b:1;}}'), ('', 'core.entity_view_mode.block.token', 'a:9:{s:4:"uuid";s:36:"26652e51-f268-4030-bcf8-7b5f1fc57936";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"block";}}s:2:"id";s:11:"block.token";s:5:"label";s:5:"Token";s:11:"description";N;s:16:"targetEntityType";s:5:"block";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.file.token', 'a:9:{s:4:"uuid";s:36:"80cebbdf-62a5-4513-b2bd-21d2e5536c81";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"file";}}s:2:"id";s:10:"file.token";s:5:"label";s:5:"Token";s:11:"description";N;s:16:"targetEntityType";s:4:"file";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.16_9_large', 'a:10:{s:4:"uuid";s:36:"0ba715f0-065b-49c0-b7fd-ff6da17bf201";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"LEGx0C_gkKGRFms3WeNv1lCV_UDeXTH1UQGbV4Vo30k";}s:2:"id";s:16:"media.16_9_large";s:5:"label";s:10:"16:9 Large";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.16_9_medium', 'a:10:{s:4:"uuid";s:36:"71694ebd-1ffa-40d1-adfe-37f48591c1ed";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"3OJyyde9aurVBB4SUfXKsP4pLSdjPOXPD1HqhA71k6E";}s:2:"id";s:17:"media.16_9_medium";s:5:"label";s:11:"16:9 Medium";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.16_9_small', 'a:10:{s:4:"uuid";s:36:"67d82d6f-8bf2-444e-8471-718c07170660";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"n89IaKyrrPz_WBFJghe1r64AV1-0xNM20L8k_y1H8vs";}s:2:"id";s:16:"media.16_9_small";s:5:"label";s:10:"16:9 Small";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.16_9_wide', 'a:10:{s:4:"uuid";s:36:"d2d065cd-da80-4d83-b7cf-05b2292bfcc3";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"pnJS9cW8aVLAkMjy-sTmfnFm5vwoFZNioBOg_YhgkQU";}s:2:"id";s:15:"media.16_9_wide";s:5:"label";s:9:"16:9 Wide";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.1_1_square_large', 'a:10:{s:4:"uuid";s:36:"364e2215-06a7-4ace-8a0c-b798784cd51e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"E1JsA47GgI2neLVrNnLbnpi6_SnIw60ypLpePK7W3RE";}s:2:"id";s:22:"media.1_1_square_large";s:5:"label";s:18:"1:1 (Square) Large";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.1_1_square_medium', 'a:10:{s:4:"uuid";s:36:"79d4e33f-fa23-470e-bf51-9af1fc38336a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"k7w8PG2jgrRx0d71Gdy11dc1FBKid6E2SxT43es_4Fg";}s:2:"id";s:23:"media.1_1_square_medium";s:5:"label";s:19:"1:1 (Square) Medium";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.1_1_square_small', 'a:10:{s:4:"uuid";s:36:"9906f4a1-cc36-419b-8b3b-2609436c2fc7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"uIta0ebP_LA4NPUuR-vmIiZL3Pno_PKmVzXbkpKMZW4";}s:2:"id";s:22:"media.1_1_square_small";s:5:"label";s:18:"1:1 (Square) Small";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.2_3_large', 'a:10:{s:4:"uuid";s:36:"85fb910d-6407-43c6-a177-e331b6a437f1";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"1yc0BhgU54kHKup2ctHuFQWQTy6suPOnLn6x-lQxNKI";}s:2:"id";s:15:"media.2_3_large";s:5:"label";s:9:"2:3 Large";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.2_3_medium', 'a:10:{s:4:"uuid";s:36:"534b1f49-64a5-4f98-b44b-bbf376d940a7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dVme8ZCrS-WvrjKnwAUzPb3E1oQcKYZr6dR9emOYgO4";}s:2:"id";s:16:"media.2_3_medium";s:5:"label";s:10:"2:3 Medium";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.2_3_small', 'a:10:{s:4:"uuid";s:36:"af07e0ed-2e5e-4b7b-902c-6355168c2357";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"v6BAXpYIb-JM73xaZHSQZBEa2G3ixlNBidDwNATmfcI";}s:2:"id";s:15:"media.2_3_small";s:5:"label";s:9:"2:3 Small";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.3_2_large', 'a:10:{s:4:"uuid";s:36:"239f44f0-06c0-45b6-863d-b2db72fcaa92";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BiWHRgpWdQtmf_j44juwwUtGyQP79DsmBfXqoEDNb4Y";}s:2:"id";s:15:"media.3_2_large";s:5:"label";s:9:"3:2 Large";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.3_2_medium', 'a:10:{s:4:"uuid";s:36:"808c85a4-c6d7-465a-9dac-0018118e3126";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"SNMMe-RxkbvbHYDoq4zJcNDhpXasXdQwaDd0S-hDJUY";}s:2:"id";s:16:"media.3_2_medium";s:5:"label";s:10:"3:2 Medium";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.3_2_small', 'a:10:{s:4:"uuid";s:36:"c4155822-5569-4c67-bd0e-e06709ff56ed";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"2_cdYgIuwANLo2fR9R3OKRi_GAQ7LlFBsQsstP7AaME";}s:2:"id";s:15:"media.3_2_small";s:5:"label";s:9:"3:2 Small";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.3_2_wide', 'a:10:{s:4:"uuid";s:36:"2e553f31-2a91-4925-baa8-f4ba8f88fa35";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"qQ-9DfjR9NJ441_s2BqS7p-B3pLqePh-FM4eCm43-xw";}s:2:"id";s:14:"media.3_2_wide";s:5:"label";s:8:"3:2 Wide";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.3_4_large', 'a:10:{s:4:"uuid";s:36:"9649296f-ff34-4f16-8690-01c89c4249f0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"zbCsOb-PnJ7UJGjpME30HuieR2wlTzU2MmoY6iEeghc";}s:2:"id";s:15:"media.3_4_large";s:5:"label";s:9:"3:4 Large";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.3_4_medium', 'a:10:{s:4:"uuid";s:36:"9ed4e31a-70ff-4f9b-bf76-0dd872dddaf3";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"jv0Hg46gFRDMJ4rgTC0rB6zqOWh8J8HSNHGHss3wr0E";}s:2:"id";s:16:"media.3_4_medium";s:5:"label";s:10:"3:4 Medium";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.3_4_small', 'a:10:{s:4:"uuid";s:36:"22329014-2473-4e3b-9cc5-4b227a9991ca";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"0umh5oeCxe3nbP_aCgmC9ef5KQfNuTTrkadocDhYTH0";}s:2:"id";s:15:"media.3_4_small";s:5:"label";s:9:"3:4 Small";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.4_3_large', 'a:10:{s:4:"uuid";s:36:"0ad33554-e2fa-4091-81f7-8383899dab7d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"KDpoeP9Xsqk1-2eUZPzO9ZoRCs3nHY9L-YUTT9g_RFA";}s:2:"id";s:15:"media.4_3_large";s:5:"label";s:9:"4:3 Large";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.4_3_medium', 'a:10:{s:4:"uuid";s:36:"513bb8cd-a6e1-4999-9f99-eccf80cc5b2e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"lr75s7t1haZKLGSILkJZeyIj1HujzWrNl4nDxZalxwQ";}s:2:"id";s:16:"media.4_3_medium";s:5:"label";s:10:"4:3 Medium";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.4_3_small', 'a:10:{s:4:"uuid";s:36:"401e8896-e08a-45c0-b7f2-743a79c6a92a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"_FSZlwENEgx36sqz9Grr_BGf2GiNqOhNhPbD-YELDv4";}s:2:"id";s:15:"media.4_3_small";s:5:"label";s:9:"4:3 Small";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.4_3_wide', 'a:10:{s:4:"uuid";s:36:"243b7d49-99ff-48be-9be4-8e728fc49516";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"p7g2PyETibEB0CxdXFdXJpEZbMuwrr5HkNBdBV8oK7o";}s:2:"id";s:14:"media.4_3_wide";s:5:"label";s:8:"4:3 Wide";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.9_16_large', 'a:10:{s:4:"uuid";s:36:"b0bceb6a-31b4-428e-8500-d02fa16fd2df";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"wrnos1LqjHxK3oqTB0g-AjMHUb3JgReqBsAnoMJSMYM";}s:2:"id";s:16:"media.9_16_large";s:5:"label";s:10:"9:16 Large";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.9_16_medium', 'a:10:{s:4:"uuid";s:36:"bfdca1fa-caa2-489f-a7a1-48197db7c97e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"C4dV28K3UsbLFSot0mwx3InBZ4XdBBC7Rzk2lLRrlJQ";}s:2:"id";s:17:"media.9_16_medium";s:5:"label";s:11:"9:16 Medium";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.9_16_small', 'a:10:{s:4:"uuid";s:36:"5a395d26-486e-4a6c-a1a6-91b365fe6bdc";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ajQY0iRDTK8002X87LXQaTxBLhxAWkdRM7yM_b-uTHM";}s:2:"id";s:16:"media.9_16_small";s:5:"label";s:10:"9:16 Small";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.full', 'a:10:{s:4:"uuid";s:36:"78d1b182-b2a2-4386-84ed-235f4de1083f";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dTfAUHooYV0uOVPO3saGpgv-c5PppJXDwxvwRTJOycM";}s:2:"id";s:10:"media.full";s:5:"label";s:12:"Full content";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.hero', 'a:10:{s:4:"uuid";s:36:"2666a77b-919c-480e-a591-96dc94c16954";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"zAj-eiOJoImMZ2MAmC2k7HFfOKvT0JA_aHDz6RaN2uQ";}s:2:"id";s:10:"media.hero";s:5:"label";s:4:"Hero";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.hero_wide', 'a:10:{s:4:"uuid";s:36:"1a9746cb-1d85-4462-b3f7-2cdbb085848e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ZfeAFB0XHD3WjB_xibJhxKG1vqXzxRxylIzd3QVRric";}s:2:"id";s:15:"media.hero_wide";s:5:"label";s:9:"Hero Wide";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.large', 'a:10:{s:4:"uuid";s:36:"14a3d6fa-82c4-469f-9699-ab89d02e018a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"S8zjrAUo-0BGMD_cASIqUpPrzMVaC0rTscO6pNpTIwM";}s:2:"id";s:11:"media.large";s:5:"label";s:5:"Large";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.media_library', 'a:10:{s:4:"uuid";s:36:"7eefbdb6-3cda-4b50-9c69-1ef6a859a103";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:5:"media";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:13:"media_library";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"04_dAqpWYP1WmsXZ7IXJ7-yarCvNddD10EUkBDtIFy4";}s:2:"id";s:19:"media.media_library";s:5:"label";s:13:"Media library";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.medium', 'a:10:{s:4:"uuid";s:36:"2639824f-bd76-43f0-97e2-d4a3ba326db3";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"GBOXT2oPid8CPDG3oFxF_5QYPEOBtADnZvlqY_e7FS8";}s:2:"id";s:12:"media.medium";s:5:"label";s:6:"Medium";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.small', 'a:10:{s:4:"uuid";s:36:"b11ad7a4-3631-4626-8bc1-bc8cb5c806fe";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5A3-9WmnLzFhzzDR2c-ilHPnHaTltfH_DEnL332-7ks";}s:2:"id";s:11:"media.small";s:5:"label";s:5:"Small";s:11:"description";s:0:"";s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.media.token', 'a:9:{s:4:"uuid";s:36:"8cbf61d1-e5fa-4273-9bf5-20a701a7c993";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:2:"id";s:11:"media.token";s:5:"label";s:5:"Token";s:11:"description";N;s:16:"targetEntityType";s:5:"media";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.node.card', 'a:10:{s:4:"uuid";s:36:"ca2c8a23-a7ef-41db-9a20-95d38d52d3e7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"AtN311PK7pVwNFVe7be6DabmiwfNEbWODEYcHCaewdk";}s:2:"id";s:9:"node.card";s:5:"label";s:4:"Card";s:11:"description";s:0:"";s:16:"targetEntityType";s:4:"node";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.node.full', 'a:10:{s:4:"uuid";s:36:"8b41c27f-67a1-4172-8216-a88b89ca17a4";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"QJ2aZ1xfVf59aq6Pz5X7fyUOa2HxuCoTwQ_RQjoulAU";}s:2:"id";s:9:"node.full";s:5:"label";s:12:"Full content";s:11:"description";s:0:"";s:16:"targetEntityType";s:4:"node";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.node.rss', 'a:10:{s:4:"uuid";s:36:"ff79b4bb-8e41-472c-8157-b9ea4b9299d7";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"l8fiAFE3Kng_6bhLlUDnVTkTDzXWxzYFrCWTrngVXEA";}s:2:"id";s:8:"node.rss";s:5:"label";s:3:"RSS";s:11:"description";s:0:"";s:16:"targetEntityType";s:4:"node";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.node.teaser', 'a:10:{s:4:"uuid";s:36:"0cb89fb5-2223-4894-a9bb-0ae628bfb5fe";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"KgGJDZFpMaz_8bTv6fN1bXS3Qi5LWmRJI9R53kEGsNQ";}s:2:"id";s:11:"node.teaser";s:5:"label";s:6:"Teaser";s:11:"description";s:0:"";s:16:"targetEntityType";s:4:"node";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.node.token', 'a:9:{s:4:"uuid";s:36:"ede292f5-cafa-4b4c-be48-8d1b73a52407";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:2:"id";s:10:"node.token";s:5:"label";s:5:"Token";s:11:"description";N;s:16:"targetEntityType";s:4:"node";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.path_alias.token', 'a:9:{s:4:"uuid";s:36:"4cd785ef-b033-4664-ad23-5841b19755e1";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:10:"path_alias";}}s:2:"id";s:16:"path_alias.token";s:5:"label";s:5:"Token";s:11:"description";N;s:16:"targetEntityType";s:10:"path_alias";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.taxonomy_term.full', 'a:10:{s:4:"uuid";s:36:"77d325af-1779-4d0d-ae0c-15d0ad31e780";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:8:"taxonomy";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"iukUENpf8CFvjZbGGacKX_Ges0-lU9z6zvsd32P6kbo";}s:2:"id";s:18:"taxonomy_term.full";s:5:"label";s:18:"Taxonomy term page";s:11:"description";s:0:"";s:16:"targetEntityType";s:13:"taxonomy_term";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.taxonomy_term.token', 'a:9:{s:4:"uuid";s:36:"2f1e6864-984c-48b1-945b-67935992ff2f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:8:"taxonomy";}}s:2:"id";s:19:"taxonomy_term.token";s:5:"label";s:5:"Token";s:11:"description";N;s:16:"targetEntityType";s:13:"taxonomy_term";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.user.compact', 'a:10:{s:4:"uuid";s:36:"f8b4c128-5703-4c68-bb51-a93a6853c616";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"TtD7OuGskOsQfoGyxXkrdtllBpR37J19d5BMQDZWJgA";}s:2:"id";s:12:"user.compact";s:5:"label";s:7:"Compact";s:11:"description";s:0:"";s:16:"targetEntityType";s:4:"user";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.user.full', 'a:10:{s:4:"uuid";s:36:"3f1dbedc-e0b9-49d6-abf0-a70f3e33d0ed";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ZbXunWS_xAvMZXFfinyvClDAb_RCVLt7gAzE3v16E-Q";}s:2:"id";s:9:"user.full";s:5:"label";s:12:"User account";s:11:"description";s:0:"";s:16:"targetEntityType";s:4:"user";s:5:"cache";b:1;}'), ('', 'core.entity_view_mode.user.token', 'a:9:{s:4:"uuid";s:36:"36b41bb1-a577-4846-9838-95b64982d800";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:2:"id";s:10:"user.token";s:5:"label";s:5:"Token";s:11:"description";N;s:16:"targetEntityType";s:4:"user";s:5:"cache";b:1;}'), ('', 'core.extension', 'a:3:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"4GIX5Esnc_umpXUBj4IIocRX7Mt5fPhm4AgXfE3E56E";}s:6:"module";a:90:{s:18:"announcements_feed";i:0;s:14:"automated_cron";i:0;s:17:"automatic_updates";i:0;s:28:"automatic_updates_extensions";i:0;s:13:"autosave_form";i:0;s:8:"big_pipe";i:0;s:5:"block";i:0;s:7:"bpmn_io";i:0;s:10:"breakpoint";i:0;s:7:"captcha";i:0;s:9:"ckeditor5";i:0;s:6:"coffee";i:0;s:6:"config";i:0;s:18:"content_moderation";i:0;s:10:"contextual";i:0;s:4:"crop";i:0;s:9:"dashboard";i:0;s:8:"datetime";i:0;s:5:"dblog";i:0;s:18:"dynamic_page_cache";i:0;s:15:"easy_breadcrumb";i:0;s:10:"easy_email";i:0;s:19:"easy_email_override";i:0;s:3:"eca";i:0;s:8:"eca_base";i:0;s:10:"eca_config";i:0;s:11:"eca_content";i:0;s:8:"eca_misc";i:0;s:17:"eca_modeller_bpmn";i:0;s:19:"eca_project_browser";i:0;s:10:"eca_render";i:0;s:6:"eca_ui";i:0;s:8:"eca_user";i:0;s:6:"editor";i:0;s:5:"field";i:0;s:8:"field_ui";i:0;s:4:"file";i:0;s:6:"filter";i:0;s:11:"focal_point";i:0;s:15:"friendlycaptcha";i:0;s:11:"gin_toolbar";i:0;s:8:"honeypot";i:0;s:5:"image";i:0;s:18:"inline_form_errors";i:0;s:9:"jquery_ui";i:0;s:19:"jquery_ui_resizable";i:0;s:5:"klaro";i:0;s:14:"layout_builder";i:0;s:16:"layout_discovery";i:0;s:4:"link";i:0;s:6:"linkit";i:0;s:19:"login_emailusername";i:0;s:10:"mailsystem";i:0;s:5:"media";i:0;s:13:"media_library";i:0;s:20:"menu_link_attributes";i:0;s:17:"menu_link_content";i:0;s:7:"menu_ui";i:0;s:5:"mysql";i:0;s:10:"navigation";i:0;s:4:"node";i:0;s:7:"options";i:0;s:15:"package_manager";i:0;s:10:"page_cache";i:0;s:4:"path";i:0;s:10:"path_alias";i:0;s:15:"project_browser";i:0;s:8:"redirect";i:0;s:12:"redirect_404";i:0;s:16:"responsive_image";i:0;s:3:"sam";i:0;s:9:"scheduler";i:0;s:40:"scheduler_content_moderation_integration";i:0;s:9:"svg_image";i:0;s:19:"symfony_mailer_lite";i:0;s:6:"system";i:0;s:6:"tagify";i:0;s:16:"tagify_user_list";i:0;s:8:"taxonomy";i:0;s:4:"text";i:0;s:5:"token";i:0;s:7:"toolbar";i:0;s:5:"trash";i:0;s:6:"update";i:0;s:4:"user";i:0;s:8:"views_ui";i:0;s:9:"workflows";i:0;s:8:"eca_form";i:1;s:8:"pathauto";i:1;s:5:"views";i:10;}s:5:"theme";a:5:{s:5:"claro";i:0;s:3:"gin";i:0;s:7:"olivero";i:0;s:16:"easy_email_theme";i:0;s:18:"drupal_cms_olivero";i:0;}}'), ('', 'core.menu.static_menu_link_overrides', 'a:2:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM";}s:11:"definitions";a:1:{s:32:"announcements_feed__announcement";a:5:{s:9:"menu_name";s:5:"admin";s:6:"parent";s:12:"system.admin";s:6:"weight";i:0;s:8:"expanded";b:0;s:7:"enabled";b:0;}}}'), ('', 'crop.settings', 'a:1:{s:23:"flush_derivative_images";b:1;}'), ('', 'crop.type.focal_point', 'a:13:{s:4:"uuid";s:36:"4d94b513-84c4-43e1-9d80-10fb58d863b5";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"flCi9IdafdLXlJqvoHguutUOiC05-aynK4niYN4YZ3o";}s:2:"id";s:11:"focal_point";s:5:"label";s:11:"Focal point";s:11:"description";s:37:"Crop type used by Focal point module.";s:12:"aspect_ratio";s:0:"";s:16:"soft_limit_width";N;s:17:"soft_limit_height";N;s:16:"hard_limit_width";N;s:17:"hard_limit_height";N;}'), ('', 'dashboard.dashboard.welcome', 'a:10:{s:4:"uuid";s:36:"268a1aa6-63aa-4e20-8673-e7fdb2d893fa";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:19:"system.menu.welcome";i:1;s:25:"views.view.recent_content";}s:6:"module";a:5:{i:0;s:18:"announcements_feed";i:1;s:14:"layout_builder";i:2;s:16:"layout_discovery";i:3;s:6:"system";i:4;s:5:"views";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"jgKPRXK1lNpkXSI3Xh5cI6vlQaydKuMRevNE-bNTspo";}s:2:"id";s:7:"welcome";s:5:"label";s:20:"Welcome to your site";s:11:"description";s:69:"Presented to users when they complete the Drupal CMS install process.";s:6:"layout";a:2:{i:0;a:4:{s:9:"layout_id";s:21:"layout_twocol_section";s:15:"layout_settings";a:3:{s:5:"label";s:17:"Content and tasks";s:13:"column_widths";s:5:"67-33";s:15:"context_mapping";a:0:{}}s:10:"components";a:2:{s:36:"cb457c1c-83c2-4a79-a09e-2c64a8bf8fb8";a:5:{s:4:"uuid";s:36:"cb457c1c-83c2-4a79-a09e-2c64a8bf8fb8";s:6:"region";s:6:"second";s:13:"configuration";a:8:{s:2:"id";s:25:"system_menu_block:welcome";s:5:"label";s:9:"Top tasks";s:13:"label_display";s:7:"visible";s:8:"provider";s:6:"system";s:15:"context_mapping";a:0:{}s:5:"level";i:1;s:5:"depth";i:1;s:16:"expand_all_items";b:0;}s:6:"weight";i:0;s:10:"additional";a:0:{}}s:36:"95005442-e22e-4068-bcac-814fb6c1ccc4";a:5:{s:4:"uuid";s:36:"95005442-e22e-4068-bcac-814fb6c1ccc4";s:6:"region";s:5:"first";s:13:"configuration";a:7:{s:2:"id";s:47:"views_block:recent_content-block_recent_content";s:5:"label";s:0:"";s:13:"label_display";s:7:"visible";s:8:"provider";s:5:"views";s:15:"context_mapping";a:0:{}s:11:"views_label";s:0:"";s:14:"items_per_page";s:4:"none";}s:6:"weight";i:0;s:10:"additional";a:0:{}}}s:20:"third_party_settings";a:0:{}}i:1;a:4:{s:9:"layout_id";s:13:"layout_onecol";s:15:"layout_settings";a:2:{s:5:"label";s:13:"Announcements";s:15:"context_mapping";a:0:{}}s:10:"components";a:1:{s:36:"237ad3cf-cb2b-4991-a107-efafbef5f846";a:5:{s:4:"uuid";s:36:"237ad3cf-cb2b-4991-a107-efafbef5f846";s:6:"region";s:7:"content";s:13:"configuration";a:5:{s:2:"id";s:14:"announce_block";s:5:"label";s:13:"Announcements";s:13:"label_display";s:7:"visible";s:8:"provider";s:18:"announcements_feed";s:15:"context_mapping";a:0:{}}s:6:"weight";i:0;s:10:"additional";a:0:{}}}s:20:"third_party_settings";a:0:{}}}s:6:"weight";i:0;}'), ('', 'dblog.settings', 'a:1:{s:9:"row_limit";i:1000;}'), ('', 'drupal_cms_olivero.settings', 'a:7:{s:7:"favicon";a:1:{s:11:"use_default";b:1;}s:8:"features";a:4:{s:20:"comment_user_picture";b:1;s:25:"comment_user_verification";b:1;s:7:"favicon";b:1;s:17:"node_user_picture";b:0;}s:4:"logo";a:1:{s:11:"use_default";b:0;}s:20:"third_party_settings";a:1:{s:8:"shortcut";a:1:{s:11:"module_link";b:1;}}s:22:"mobile_menu_all_widths";i:0;s:22:"site_branding_bg_color";s:7:"default";s:18:"base_primary_color";s:7:"#1b9ae4";}'), ('', 'easy_breadcrumb.settings', 'a:37:{s:8:"langcode";s:2:"en";s:20:"applies_admin_routes";b:0;s:21:"include_invalid_paths";b:0;s:14:"excluded_paths";s:0:"";s:15:"replaced_titles";s:0:"";s:12:"custom_paths";s:0:"";s:20:"include_home_segment";b:1;s:23:"alternative_title_field";s:22:"field_breadcrumb_title";s:18:"home_segment_title";s:4:"Home";s:17:"home_segment_keep";b:0;s:21:"include_title_segment";b:1;s:30:"title_from_page_when_available";b:1;s:21:"title_segment_as_link";b:0;s:26:"use_menu_title_as_fallback";b:0;s:37:"use_page_title_as_menu_title_fallback";b:0;s:25:"menu_title_preferred_menu";s:0:"";s:24:"remove_repeated_segments";b:1;s:31:"language_path_prefix_as_segment";b:0;s:14:"absolute_paths";b:0;s:21:"hide_single_home_item";b:1;s:14:"term_hierarchy";b:0;s:14:"use_site_title";b:0;s:27:"add_structured_data_json_ld";b:1;s:18:"capitalizator_mode";s:4:"none";s:27:"capitalizator_ignored_words";a:8:{i:0;s:2:"of";i:1;s:3:"and";i:2;s:2:"or";i:3;s:2:"de";i:4;s:3:"del";i:5;s:1:"y";i:6;s:1:"o";i:7;s:1:"a";}s:26:"capitalizator_forced_words";a:0:{}s:43:"capitalizator_forced_words_case_sensitivity";b:1;s:39:"capitalizator_forced_words_first_letter";b:0;s:16:"follow_redirects";b:1;s:21:"limit_segment_display";b:0;s:21:"segment_display_limit";i:0;s:23:"segment_display_minimum";i:1;s:14:"truncator_mode";b:0;s:16:"truncator_length";i:100;s:14:"truncator_dots";b:1;s:34:"remove_repeated_segments_text_only";b:0;s:28:"home_segment_validation_skip";b:0;}'), ('', 'easy_email.easy_email_type.default', 'a:28:{s:4:"uuid";s:36:"c8cf88df-0c25-4d5a-91b8-9df8077ea9a4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"wtiD2a3ZqXWw4_OG6-jmSAyjVNeeIsqZf8rVnAe6J7I";}s:5:"label";s:7:"Default";s:2:"id";s:7:"default";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:0:"";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:0:"";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:0:"";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:7:"private";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.easy_email_type.user_activation', 'a:28:{s:4:"uuid";s:36:"5271198c-158e-4528-bf55-c12b93e623ce";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"IgeiNHsAfxUgOHSdgQ94BJwptt-eVx51_t9N0mqr7Jw";}s:5:"label";s:24:"User: Account Activation";s:2:"id";s:15:"user_activation";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:94:"Account details for [easy_email:recipient_uid:0:entity:display-name] at [site:name] (approved)";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:657:"<p>[easy_email:recipient_uid:0:entity:display-name],</p><p>Your account at [site:name] has been activated.</p><p>You may now log in by clicking this link or copying and pasting it into your browser:</p><p><a class="button" href="[easy_email:recipient_uid:0:entity:one-time-login-url]">Log in and set your password</a></p><p>This link can only be used once to log in and will lead you to a page where you can set your password.</p><p>After setting your password, you will be able to log in at [site:login-url] in the future using:</p><p>username: [easy_email:recipient_uid:0:entity:account-name]<br>password: Your password</p><p>-- [site:name] team</p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:535:"[easy_email:recipient_uid:0:entity:display-name],\r\n\r\nYour account at [site:name] has been activated.\r\n\r\nYou may now log in by clicking this link or copying and pasting it into your browser:\r\n\r\n[easy_email:recipient_uid:0:entity:one-time-login-url]\r\n\r\nThis link can only be used once to log in and will lead you to a page where you can set your password.\r\n\r\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\r\n\r\nusername: [user:account-name]\r\npassword: Your password\r\n\r\n-- [site:name] team";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.easy_email_type.user_blocked', 'a:28:{s:4:"uuid";s:36:"de394725-68e7-445f-966c-695487726753";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"R9i03-dkbYVX5YpNxrXZ4YuXSFE8SQPqsK2KPK3iYIg";}s:5:"label";s:21:"User: Account Blocked";s:2:"id";s:12:"user_blocked";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:93:"Account details for [easy_email:recipient_uid:0:entity:display-name] at [site:name] (blocked)";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:140:"<p>[easy_email:recipient_uid:0:entity:display-name],</p><p>Your account on [site:name] has been blocked.</p><p>-- [site:name] team</p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:122:"[easy_email:recipient_uid:0:entity:display-name],\r\n\r\nYour account on [site:name] has been blocked.\r\n\r\n-- [site:name] team";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.easy_email_type.user_canceled', 'a:28:{s:4:"uuid";s:36:"a7ef4cb4-9db1-40b9-8339-95520fbf2d91";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"YhNk9pF6Z6XX7hxg2zo9S8MpzAvcJqC51WxEqdo2nGo";}s:5:"label";s:22:"User: Account Canceled";s:2:"id";s:13:"user_canceled";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:94:"Account details for [easy_email:recipient_uid:0:entity:display-name] at [site:name] (canceled)";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:141:"<p>[easy_email:recipient_uid:0:entity:display-name],</p><p>Your account on [site:name] has been canceled.</p><p>-- [site:name] team</p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:123:"[easy_email:recipient_uid:0:entity:display-name],\r\n\r\nYour account on [site:name] has been canceled.\r\n\r\n-- [site:name] team";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.easy_email_type.user_cancellation_confirmation', 'a:28:{s:4:"uuid";s:36:"a39c66c9-88ab-450c-a66d-d11a3b6cd0ad";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"---tmZd3cead7Mt_Wgnbs1QNC5SJPiB-FdcLZigl8zU";}s:5:"label";s:39:"User: Account Cancellation Confirmation";s:2:"id";s:30:"user_cancellation_confirmation";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:96:"Account cancellation request for [easy_email:recipient_uid:0:entity:display-name] at [site:name]";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:530:"<p>[easy_email:recipient_uid:0:entity:display-name]</p><p>A request to cancel your account has been made at [site:name].</p><p>You may now cancel your account on <a href="[site:url]">[site:url-brief]</a> by clicking this link:</p><p><a class="button danger" href="[easy_email:recipient_uid:0:entity:cancel-url]">Cancel your account</a></p><p><strong>NOTE: The cancellation of your account is not reversible.</strong></p><p>This link expires in one day and nothing will happen if it is not used.</p><p>-- [site:name] team</p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:446:"[easy_email:recipient_uid:0:entity:display-name]\r\n\r\nA request to cancel your account has been made at [site:name].\r\n\r\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\r\n\r\n[easy_email:recipient_uid:0:entity:cancel-url]\r\n\r\nNOTE: The cancellation of your account is not reversible.\r\n\r\nThis link expires in one day and nothing will happen if it is not used.\r\n\r\n-- [site:name] team";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.easy_email_type.user_created_approval_admin', 'a:28:{s:4:"uuid";s:36:"c5463f9d-15bd-4c0e-aedb-b41e46fdce53";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5cKYb7lWoNO7gUjyhPKg1MQPkD8QB_VutMv1JncWDzY";}s:5:"label";s:54:"User: Created - Awaiting Approval - Admin Notification";s:2:"id";s:27:"user_created_approval_admin";s:3:"key";s:0:"";s:9:"recipient";a:1:{i:0;s:11:"[site:mail]";}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:113:"Account details for [easy_email:field_related_user:0:entity:display-name] at [site:name] (pending admin approval)";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:191:"<p>[easy_email:field_related_user:0:entity:display-name] has applied for an account.</p><p><a class="button" href="[easy_email:field_related_user:0:entity:edit-url]">Edit user account</a></p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:134:"[easy_email:field_related_user:0:entity:display-name] has applied for an account.\r\n\r\n[easy_email:field_related_user:0:entity:edit-url]";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.easy_email_type.user_created_awaiting_approval', 'a:28:{s:4:"uuid";s:36:"81addf03-0bdd-4036-9e83-760d04dd6635";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"1ZAXZxNQwYxLotq6hm5Um5kzE_yUuYJYZBtbZ4Ij4s8";}s:5:"label";s:33:"User: Created - Awaiting Approval";s:2:"id";s:30:"user_created_awaiting_approval";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:108:"Account details for [easy_email:recipient_uid:0:entity:display-name] at [site:name] (pending admin approval)";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:339:"<p>[easy_email:recipient_uid:0:entity:display-name],</p><p>Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.</p><p>-- [site:name] team</p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:321:"[easy_email:recipient_uid:0:entity:display-name],\r\n\r\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\r\n\r\n-- [site:name] team";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.easy_email_type.user_created_by_admin', 'a:28:{s:4:"uuid";s:36:"e334fdfc-93de-4ba5-a0ff-47d1b393bd1b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Zmd7M6O4e8e4MLmBDlmtGxLjwxZc1fua1Uj5lUQO13M";}s:5:"label";s:32:"User: Created - By Administrator";s:2:"id";s:21:"user_created_by_admin";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:58:"An administrator created an account for you at [site:name]";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:658:"<p>[easy_email:recipient_uid:0:entity:display-name],</p><p>A site administrator at [site:name] has created an account for you. You may now log in by clicking this link:</p><p><a class="button" href="[easy_email:recipient_uid:0:entity:one-time-login-url]">Log in and set your password</a></p><p>This link can only be used once to log in and will lead you to a page where you can set your password.</p><p>After setting your password, you will be able to log in at <a href="[site:login-url]">[site:login-url]</a> in the future using:</p><p>username: [easy_email:recipient_uid:0:entity:account-name]<br>password: Your password</p><p>-- [site:name] team</p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:581:"[easy_email:recipient_uid:0:entity:display-name],\r\n\r\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\r\n\r\n[easy_email:recipient_uid:0:entity:one-time-login-url]\r\n\r\nThis link can only be used once to log in and will lead you to a page where you can set your password.\r\n\r\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\r\n\r\nusername: [easy_email:recipient_uid:0:entity:account-name]\r\npassword: Your password\r\n\r\n-- [site:name] team";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'easy_email.easy_email_type.user_created_no_approval', 'a:28:{s:4:"uuid";s:36:"60731b22-e3c9-451a-afdd-8f3f251e3ab4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"EIjP3woir0yj0CNRD6S0bX1EQZFsthRMMq70YIA9yNo";}s:5:"label";s:36:"User: Created - No Approval Required";s:2:"id";s:24:"user_created_no_approval";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:83:"Account details for [easy_email:recipient_uid:0:entity:display-name] at [site:name]";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:624:"<p>[easy_email:recipient_uid:0:entity:display-name],</p><p>Thank you for registering at [site:name]. You may now log in by clicking this link:</p><p><a class="button" href="[easy_email:recipient_uid:0:entity:one-time-login-url]">Log in and set your password</a></p><p>This link can only be used once to log in and will lead you to a page where you can set your password.</p><p>After setting your password, you will be able to log in at <a href="[site:login-url]">[site:login-url]</a> in the future using:</p><p>username: [easy_email:recipient_uid:0:entity:name]<br>password: Your password</p><p>-- [site:name] team</p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:547:"[easy_email:recipient_uid:0:entity:display-name],\r\n\r\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\r\n\r\n[easy_email:recipient_uid:0:entity:one-time-login-url]\r\n\r\nThis link can only be used once to log in and will lead you to a page where you can set your password.\r\n\r\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\r\n\r\nusername: [easy_email:recipient_uid:0:entity:name]\r\npassword: Your password\r\n\r\n-- [site:name] team";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.easy_email_type.user_password_recovery', 'a:28:{s:4:"uuid";s:36:"ab3dee04-f210-4f41-9482-bfe0f94fd0eb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"QZnjU2YLRofjL7y_vzHwQId4eJAbgK2TWvFYLsLoqBo";}s:5:"label";s:23:"User: Password Recovery";s:2:"id";s:22:"user_password_recovery";s:3:"key";s:0:"";s:9:"recipient";a:0:{}s:2:"cc";a:0:{}s:3:"bcc";a:0:{}s:8:"fromName";s:0:"";s:11:"fromAddress";s:0:"";s:14:"replyToAddress";s:0:"";s:7:"subject";s:97:"Replacement login information for [easy_email:recipient_uid:0:entity:display-name] at [site:name]";s:12:"inboxPreview";s:0:"";s:8:"bodyHtml";a:2:{s:5:"value";s:518:"<p>[easy_email:recipient_uid:0:entity:display-name],</p><p>A request to reset the password for your account has been made at [site:name].</p><p>You may now log in by clicking this link:</p><p><a class="button" href="[easy_email:recipient_uid:0:entity:one-time-login-url]">Log in and reset your password</a></p><p>This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it''s not used.</p><p>-- [site:name] team</p>";s:6:"format";s:10:"easy_email";}s:9:"bodyPlain";s:475:"[easy_email:recipient_uid:0:entity:display-name],\r\n\r\nA request to reset the password for your account has been made at [site:name].\r\n\r\nYou may now log in by clicking this link or copying and pasting it into your browser:\r\n\r\n[easy_email:recipient_uid:0:entity:one-time-login-url]\r\n\r\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it''s not used.\r\n\r\n-- [site:name] team";s:17:"generateBodyPlain";b:0;s:10:"attachment";a:0:{}s:14:"saveAttachment";b:0;s:16:"attachmentScheme";s:6:"public";s:19:"attachmentDirectory";s:0:"";s:9:"saveEmail";b:1;s:16:"allowSavingEmail";b:1;s:11:"purgeEmails";b:1;s:13:"purgeInterval";i:30;s:11:"purgePeriod";s:4:"days";}'), ('', 'easy_email.settings', 'a:4:{s:13:"purge_on_cron";b:1;s:16:"purge_cron_limit";i:50;s:24:"allowed_attachment_paths";a:1:{i:0;s:10:"public://*";}s:23:"email_collection_access";b:1;}'), ('', 'easy_email_override.easy_email_override.default', 'a:12:{s:4:"uuid";s:36:"1b9b0b23-5668-4aa3-b790-3e7d954ae46e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"H6fthR3yJNL-OjSAkSQSmH_cnsMKmw1-Jdak1w3-Irw";}s:5:"label";s:7:"Default";s:2:"id";s:7:"default";s:9:"param_map";a:0:{}s:13:"copied_fields";a:9:{s:4:"from";b:1;s:8:"reply_to";b:1;s:2:"to";b:1;s:2:"cc";b:1;s:3:"bcc";b:1;s:7:"subject";b:1;s:9:"body_html";b:1;s:10:"body_plain";b:1;s:11:"attachments";b:1;}s:6:"module";s:1:"*";s:3:"key";s:1:"*";s:15:"easy_email_type";s:7:"default";}'), ('', 'easy_email_override.easy_email_override.user_activation', 'a:12:{s:4:"uuid";s:36:"5dad6f51-3a5e-4291-874a-c2b2943e4ee9";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"iHV3jqNkXYMOf_TEDLGkIUKLyV0stVw2kgHIDVu81lk";}s:5:"label";s:24:"User: Account Activation";s:2:"id";s:15:"user_activation";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:13:"recipient_uid";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:16:"status_activated";s:15:"easy_email_type";s:15:"user_activation";}'), ('', 'easy_email_override.easy_email_override.user_blocked', 'a:12:{s:4:"uuid";s:36:"09a5777d-2eb2-4e3f-8aec-088132a78152";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Pi8VIUZ6ALFD4tAtFDfSDWD47xBK5TSP7gJxHREEwNg";}s:5:"label";s:21:"User: Account Blocked";s:2:"id";s:12:"user_blocked";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:13:"recipient_uid";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:14:"status_blocked";s:15:"easy_email_type";s:12:"user_blocked";}'), ('', 'easy_email_override.easy_email_override.user_canceled', 'a:12:{s:4:"uuid";s:36:"120175f8-0509-4ffb-930b-54fd7f59cf45";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"XNp7gpuE22WlY7lXjMrgVyzgw0wXjS3OHTg6HXb0rD8";}s:5:"label";s:22:"User: Account Canceled";s:2:"id";s:13:"user_canceled";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:13:"recipient_uid";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:15:"status_canceled";s:15:"easy_email_type";s:13:"user_canceled";}'), ('', 'easy_email_override.easy_email_override.user_cancellation_confirmation', 'a:12:{s:4:"uuid";s:36:"5189d061-6be1-4021-8b11-3730b000e747";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"0tyyL-b-loCmd1m4AvwyJJX1zH3fguElL1364guMj7Q";}s:5:"label";s:39:"User: Account Cancellation Confirmation";s:2:"id";s:30:"user_cancellation_confirmation";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:13:"recipient_uid";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:14:"cancel_confirm";s:15:"easy_email_type";s:30:"user_cancellation_confirmation";}'), ('', 'easy_email_override.easy_email_override.user_created_approval_admin', 'a:12:{s:4:"uuid";s:36:"f57d93a5-e1d2-4af3-9003-630c2d78ba4f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"idEFDx1Ceqeihsw6WQZcrv11Wmrg9Qv9umeNOs3Qvp0";}s:5:"label";s:54:"User: Created - Awaiting Approval - Admin Notification";s:2:"id";s:27:"user_created_approval_admin";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:18:"field_related_user";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:31:"register_pending_approval_admin";s:15:"easy_email_type";s:27:"user_created_approval_admin";}'), ('', 'easy_email_override.easy_email_override.user_created_awaiting_approval', 'a:12:{s:4:"uuid";s:36:"c8989c11-5423-47ec-8fdb-ab3fcc0606c6";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"QN9QzhoJiXRShTGADAWVj7tLGjQeaw0XmiapZ-ByqOI";}s:5:"label";s:33:"User: Created - Awaiting Approval";s:2:"id";s:30:"user_created_awaiting_approval";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:13:"recipient_uid";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:25:"register_pending_approval";s:15:"easy_email_type";s:30:"user_created_awaiting_approval";}'), ('', 'easy_email_override.easy_email_override.user_created_by_admin', 'a:12:{s:4:"uuid";s:36:"c1666f7e-96c3-44cc-aacf-343038ae43a4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"nnyPLVusxAhlFozBQli4AvhjUsZMpc7rX4PjyaKQTww";}s:5:"label";s:32:"User: Created - By Administrator";s:2:"id";s:21:"user_created_by_admin";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:13:"recipient_uid";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:22:"register_admin_created";s:15:"easy_email_type";s:21:"user_created_by_admin";}'), ('', 'easy_email_override.easy_email_override.user_created_no_approval', 'a:12:{s:4:"uuid";s:36:"0123cef0-780c-4125-bf0d-07dd5fd5a38d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"1vUqjh87cx6OlhuqMNgqc1liDQgFJs8eMcnRh8ggh7c";}s:5:"label";s:36:"User: Created - No Approval Required";s:2:"id";s:24:"user_created_no_approval";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:13:"recipient_uid";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:29:"register_no_approval_required";s:15:"easy_email_type";s:24:"user_created_no_approval";}'), ('', 'easy_email_override.easy_email_override.user_password_recovery', 'a:12:{s:4:"uuid";s:36:"91ab8e34-5232-4eab-b4b3-e857087b5b25";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"gWPZrzr15FUAO595UUFUWE1iQ2yYck326mhSILtUJlg";}s:5:"label";s:23:"User: Password Recovery";s:2:"id";s:22:"user_password_recovery";s:9:"param_map";a:1:{i:0;a:2:{s:6:"source";s:7:"account";s:11:"destination";s:13:"recipient_uid";}}s:13:"copied_fields";a:9:{s:4:"from";b:0;s:8:"reply_to";b:0;s:2:"to";b:0;s:2:"cc";b:0;s:3:"bcc";b:0;s:7:"subject";b:0;s:9:"body_html";b:0;s:10:"body_plain";b:0;s:11:"attachments";b:0;}s:6:"module";s:4:"user";s:3:"key";s:14:"password_reset";s:15:"easy_email_type";s:22:"user_password_recovery";}'), ('', 'eca.eca.auth_redirects', 'a:14:{s:4:"uuid";s:36:"f50a1596-7c3e-4b53-affd-d21bf025afee";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:8:"eca_user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"EMIvsmlHhrhC56f7q_KLtCkAYMX8UBJNY90CqZUUPTg";}s:2:"id";s:14:"auth_redirects";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:24:"Authentication redirects";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:1:{s:17:"Event_user_logout";a:4:{s:6:"plugin";s:11:"user:logout";s:5:"label";s:11:"User logout";s:13:"configuration";a:0:{}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:24:"Action_redirect_to_login";s:9:"condition";s:0:"";}}}}s:10:"conditions";a:0:{}s:8:"gateways";a:0:{}s:7:"actions";a:1:{s:24:"Action_redirect_to_login";a:4:{s:6:"plugin";s:18:"action_goto_action";s:5:"label";s:26:"Back to login after logout";s:13:"configuration";a:2:{s:14:"replace_tokens";b:0;s:3:"url";s:11:"/user/login";}s:10:"successors";a:0:{}}}}'), ('', 'eca.eca.content_duplicate', 'a:14:{s:4:"uuid";s:36:"40669280-cb7c-4353-b843-0a34ce1c4d40";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:3:{i:0;s:11:"eca_content";i:1;s:8:"eca_misc";i:2;s:10:"eca_render";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BK2tpuGDKOBZZReM5BCWytJU6rhmZZHlQdwR_t2N5aM";}s:2:"id";s:17:"content_duplicate";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:17:"Duplicate content";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:3:{s:21:"Event_operations_link";a:4:{s:6:"plugin";s:28:"eca_render:entity_operations";s:5:"label";s:15:"Operation links";s:13:"configuration";a:2:{s:14:"entity_type_id";s:4:"node";s:6:"bundle";s:0:"";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:30:"Activity_duplicate_access_link";s:9:"condition";s:0:"";}}}s:20:"Event_prepare_entity";a:4:{s:6:"plugin";s:26:"content_entity:prepareform";s:5:"label";s:19:"Prepare entity form";s:13:"configuration";a:1:{s:4:"type";s:9:"node _all";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:27:"Activity_load_id_from_query";s:9:"condition";s:0:"";}}}s:23:"Event_alter_local_tasks";a:4:{s:6:"plugin";s:22:"eca_render:local_tasks";s:5:"label";s:16:"Alter local task";s:13:"configuration";a:0:{}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:28:"Activity_load_route_parmeter";s:9:"condition";s:0:"";}}}}s:10:"conditions";a:1:{s:23:"Flow_create_access_link";a:2:{s:6:"plugin";s:24:"eca_entity_is_accessible";s:13:"configuration";a:3:{s:6:"negate";b:0;s:9:"operation";s:6:"create";s:6:"entity";s:4:"temp";}}}s:8:"gateways";a:0:{}s:7:"actions";a:7:{s:17:"Activity_add_link";a:4:{s:6:"plugin";s:16:"eca_render_build";s:5:"label";s:4:"Link";s:13:"configuration";a:6:{s:5:"value";s:108:""#type": link\n"#url": /[entity:entity_type]/add/[entity:bundle_id]?duplicate=[entity:id]\n"#title": Duplicate";s:8:"use_yaml";b:1;s:4:"name";s:0:"";s:10:"token_name";s:0:"";s:6:"weight";s:0:"";s:4:"mode";s:6:"append";}s:10:"successors";a:0:{}}s:20:"Activity_load_entity";a:4:{s:6:"plugin";s:21:"eca_token_load_entity";s:5:"label";s:20:"Load original entity";s:13:"configuration";a:10:{s:10:"token_name";s:8:"original";s:4:"from";s:2:"id";s:11:"entity_type";s:4:"node";s:9:"entity_id";s:4:"[id]";s:11:"revision_id";s:0:"";s:10:"properties";s:0:"";s:8:"langcode";s:10:"_interface";s:15:"latest_revision";b:0;s:9:"unchanged";b:0;s:6:"object";s:6:"entity";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:16:"Activity_message";s:9:"condition";s:0:"";}}}s:16:"Activity_message";a:4:{s:6:"plugin";s:21:"action_message_action";s:5:"label";s:22:"Show duplicate message";s:13:"configuration";a:2:{s:7:"message";s:38:"You are duplicating "[original:label]"";s:14:"replace_tokens";b:1;}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:18:"Activity_duplicate";s:9:"condition";s:0:"";}}}s:18:"Activity_duplicate";a:4:{s:6:"plugin";s:16:"eca_clone_entity";s:5:"label";s:17:"Duplicate content";s:13:"configuration";a:5:{s:10:"token_name";s:6:"entity";s:5:"label";s:0:"";s:9:"published";b:0;s:5:"owner";s:0:"";s:6:"object";s:8:"original";}s:10:"successors";a:0:{}}s:30:"Activity_duplicate_access_link";a:4:{s:6:"plugin";s:16:"eca_clone_entity";s:5:"label";s:9:"Duplicate";s:13:"configuration";a:5:{s:10:"token_name";s:4:"temp";s:5:"label";s:0:"";s:9:"published";b:0;s:5:"owner";s:0:"";s:6:"object";s:6:"entity";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:17:"Activity_add_link";s:9:"condition";s:23:"Flow_create_access_link";}}}s:28:"Activity_load_route_parmeter";a:4:{s:6:"plugin";s:26:"eca_token_load_route_param";s:5:"label";s:20:"Load route parameter";s:13:"configuration";a:3:{s:10:"token_name";s:6:"entity";s:7:"request";s:1:"2";s:14:"parameter_name";s:4:"node";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:30:"Activity_duplicate_access_link";s:9:"condition";s:0:"";}}}s:27:"Activity_load_id_from_query";a:4:{s:6:"plugin";s:24:"eca_token_load_query_arg";s:5:"label";s:14:"Load entity ID";s:13:"configuration";a:2:{s:10:"token_name";s:2:"id";s:13:"argument_name";s:9:"duplicate";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:20:"Activity_load_entity";s:9:"condition";s:0:"";}}}}}'), ('', 'eca.eca.front_page_redirect_hotfix', 'a:14:{s:4:"uuid";s:36:"761f44e9-3d70-4086-86c6-a75fa722ba7e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:14:"node.type.page";}s:6:"module";a:2:{i:0;s:10:"eca_config";i:1;s:11:"eca_content";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"yRQr7EQ16Aj_JbeoRPwBGjAbXgdGfaFUA9ubP9Ka6K4";}s:2:"id";s:26:"front_page_redirect_hotfix";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:26:"Front page redirect hotfix";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:1:{s:23:"Event_insert_basic_page";a:4:{s:6:"plugin";s:21:"content_entity:insert";s:5:"label";s:17:"Insert basic page";s:13:"configuration";a:1:{s:4:"type";s:9:"node page";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:22:"Activity_set_home_path";s:9:"condition";s:12:"Flow_is_home";}}}}s:10:"conditions";a:1:{s:12:"Flow_is_home";a:2:{s:6:"plugin";s:22:"eca_entity_field_value";s:13:"configuration";a:7:{s:6:"negate";b:0;s:4:"case";b:0;s:14:"expected_value";s:36:"e939b485-ca10-4061-9036-3d6d394d7214";s:10:"field_name";s:4:"uuid";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";s:6:"entity";s:4:"node";}}}s:8:"gateways";a:0:{}s:7:"actions";a:1:{s:22:"Activity_set_home_path";a:4:{s:6:"plugin";s:16:"eca_config_write";s:5:"label";s:13:"Set home path";s:13:"configuration";a:5:{s:12:"config_value";s:16:"/node/[node:nid]";s:8:"use_yaml";b:0;s:11:"save_config";b:1;s:11:"config_name";s:11:"system.site";s:10:"config_key";s:10:"page.front";}s:10:"successors";a:0:{}}}}'), ('', 'eca.eca.init_search', 'a:14:{s:4:"uuid";s:36:"bd6dbae7-23e1-462e-aa0e-504d0d243175";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:8:"eca_base";i:1;s:10:"eca_config";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"6oS9twTJjZ8UoeMhSCwRqHOBnMEQkbPQwSjitGyvGqQ";}s:2:"id";s:11:"init_search";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:23:"Initialize search index";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:1:{s:18:"Event_write_config";a:4:{s:6:"plugin";s:11:"config:save";s:5:"label";s:12:"Write config";s:13:"configuration";a:3:{s:11:"config_name";s:0:"";s:9:"sync_mode";s:0:"";s:10:"write_mode";s:0:"";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:13:"Gateway_and_1";s:9:"condition";s:20:"Flow_is_search_index";}}}}s:10:"conditions";a:2:{s:20:"Flow_is_search_index";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:6:"negate";b:0;s:4:"case";b:0;s:4:"left";s:13:"[config_name]";s:5:"right";s:24:"search_api.index.content";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";}}s:11:"Flow_is_new";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:4:"case";b:0;s:4:"left";s:22:"[config_original:name]";s:5:"right";s:13:"[config:name]";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";s:6:"negate";b:1;}}}s:8:"gateways";a:1:{s:13:"Gateway_and_1";a:2:{s:4:"type";i:0;s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:28:"Activity_reset_last_cron_run";s:9:"condition";s:11:"Flow_is_new";}}}}s:7:"actions";a:1:{s:28:"Activity_reset_last_cron_run";a:4:{s:6:"plugin";s:23:"eca_keyvaluestore_write";s:5:"label";s:19:"Reset last cron run";s:13:"configuration";a:5:{s:10:"collection";s:5:"state";s:3:"key";s:16:"system.cron_last";s:5:"value";s:1:"0";s:8:"use_yaml";b:0;s:11:"ifnotexists";b:0;}s:10:"successors";a:0:{}}}}'), ('', 'eca.eca.privacy_setting_link', 'a:14:{s:4:"uuid";s:36:"76d614f7-a4e0-4550-81df-e58ea13dc04b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:4:{i:0;s:8:"eca_base";i:1;s:10:"eca_config";i:2;s:11:"eca_content";i:3;s:8:"eca_user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"kFAslzRrMVj1lXfuTWHtJh9sqhNK6kzcMjroNwNmrjs";}s:2:"id";s:20:"privacy_setting_link";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:29:"Show link to privacy settings";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:1:{s:17:"Event_save_config";a:4:{s:6:"plugin";s:11:"config:save";s:5:"label";s:11:"Save config";s:13:"configuration";a:3:{s:11:"config_name";s:0:"";s:9:"sync_mode";s:0:"";s:10:"write_mode";s:0:"";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:14:"Activity_and_1";s:9:"condition";s:14:"Flow_klaro_app";}}}}s:10:"conditions";a:5:{s:14:"Flow_klaro_app";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:6:"negate";b:0;s:4:"case";b:0;s:4:"left";s:13:"[config_name]";s:5:"right";s:16:"klaro.klaro_app.";s:8:"operator";s:10:"beginswith";s:4:"type";s:5:"value";}}s:12:"Flow_enabled";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:6:"negate";b:0;s:4:"case";b:0;s:4:"left";s:15:"[config:status]";s:5:"right";s:1:"1";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";}}s:17:"Flow_was_disabled";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:4:"case";b:0;s:4:"left";s:24:"[config_original:status]";s:5:"right";s:1:"1";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";s:6:"negate";b:1;}}s:13:"Flow_disabled";a:2:{s:6:"plugin";s:22:"eca_entity_field_value";s:13:"configuration";a:7:{s:4:"case";b:0;s:14:"expected_value";s:1:"1";s:10:"field_name";s:7:"enabled";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";s:6:"negate";b:1;s:6:"entity";s:8:"menulink";}}s:17:"Flow_not_required";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:4:"case";b:0;s:4:"left";s:17:"[config:required]";s:5:"right";s:1:"1";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";s:6:"negate";b:1;}}}s:8:"gateways";a:0:{}s:7:"actions";a:5:{s:14:"Activity_and_1";a:4:{s:6:"plugin";s:22:"eca_void_and_condition";s:5:"label";s:3:"AND";s:13:"configuration";a:0:{}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:14:"Activity_and_2";s:9:"condition";s:12:"Flow_enabled";}}}s:14:"Activity_and_2";a:4:{s:6:"plugin";s:22:"eca_void_and_condition";s:5:"label";s:3:"AND";s:13:"configuration";a:0:{}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:14:"Activity_and_3";s:9:"condition";s:17:"Flow_was_disabled";}}}s:14:"Activity_and_3";a:4:{s:6:"plugin";s:18:"eca_switch_account";s:5:"label";s:16:"Switch to user 1";s:13:"configuration";a:1:{s:7:"user_id";s:1:"1";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:23:"Activity_load_menu_link";s:9:"condition";s:17:"Flow_not_required";}}}s:23:"Activity_load_menu_link";a:4:{s:6:"plugin";s:21:"eca_token_load_entity";s:5:"label";s:14:"Load menu link";s:13:"configuration";a:10:{s:10:"token_name";s:8:"menulink";s:4:"from";s:10:"properties";s:11:"entity_type";s:17:"menu_link_content";s:9:"entity_id";s:0:"";s:11:"revision_id";s:0:"";s:10:"properties";s:42:"uuid: d7f4f1b2-af94-46b8-ac63-a8a5b14fb0f5";s:8:"langcode";s:10:"_interface";s:15:"latest_revision";b:0;s:9:"unchanged";b:0;s:6:"object";s:0:"";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:25:"Activity_enable_menu_link";s:9:"condition";s:13:"Flow_disabled";}}}s:25:"Activity_enable_menu_link";a:4:{s:6:"plugin";s:19:"eca_set_field_value";s:5:"label";s:16:"Enable menu link";s:13:"configuration";a:7:{s:10:"field_name";s:7:"enabled";s:11:"field_value";s:1:"1";s:6:"method";s:9:"set:clear";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:11:"save_entity";b:1;s:6:"object";s:8:"menulink";}s:10:"successors";a:0:{}}}}'), ('', 'eca.eca.remote_video_consent', 'a:14:{s:4:"uuid";s:36:"08c05230-6e5d-43ba-b68c-ccbda2672fd2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:23:"media.type.remote_video";}s:6:"module";a:4:{i:0;s:8:"eca_base";i:1;s:10:"eca_config";i:2;s:11:"eca_content";i:3;s:8:"eca_user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Ar_MbwS1e-DzQ3cQsroO3yEBLMLBtepj4Z_jI0H0QVY";}s:2:"id";s:20:"remote_video_consent";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:42:"Enable consent management for remote video";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:2:{s:25:"Event_insert_remote_video";a:4:{s:6:"plugin";s:21:"content_entity:insert";s:5:"label";s:19:"Insert remote video";s:13:"configuration";a:1:{s:4:"type";s:18:"media remote_video";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:29:"Activity_set_default_provider";s:9:"condition";s:0:"";}}}s:17:"Event_save_config";a:4:{s:6:"plugin";s:11:"config:save";s:5:"label";s:11:"Save config";s:13:"configuration";a:3:{s:11:"config_name";s:0:"";s:9:"sync_mode";s:0:"";s:10:"write_mode";s:0:"";}s:10:"successors";a:2:{i:0;a:2:{s:2:"id";s:14:"Activity_and_1";s:9:"condition";s:15:"Flow_is_youtube";}i:1;a:2:{s:2:"id";s:14:"Activity_and_1";s:9:"condition";s:7:"Flow_is";}}}}s:10:"conditions";a:6:{s:13:"Flow_is_vimeo";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:6:"negate";b:0;s:4:"case";b:0;s:4:"left";s:32:"[media:field_media_oembed_video]";s:5:"right";s:9:"vimeo.com";s:8:"operator";s:8:"contains";s:4:"type";s:5:"value";}}s:25:"Flow_is_provider_disabled";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:4:"case";b:0;s:4:"left";s:8:"[status]";s:5:"right";s:1:"1";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";s:6:"negate";b:1;}}s:15:"Flow_is_youtube";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:6:"negate";b:0;s:4:"case";b:0;s:4:"left";s:13:"[config_name]";s:5:"right";s:23:"klaro.klaro_app.youtube";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";}}s:7:"Flow_is";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:6:"negate";b:0;s:4:"case";b:0;s:4:"left";s:13:"[config_name]";s:5:"right";s:21:"klaro.klaro_app.vimeo";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";}}s:13:"Flow_disabled";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:4:"case";b:0;s:4:"left";s:15:"[config:status]";s:5:"right";s:1:"1";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";s:6:"negate";b:1;}}s:16:"Flow_was_enabled";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:6:"negate";b:0;s:4:"case";b:0;s:4:"left";s:24:"[config_original:status]";s:5:"right";s:1:"1";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";}}}s:8:"gateways";a:0:{}s:7:"actions";a:10:{s:29:"Activity_set_default_provider";a:4:{s:6:"plugin";s:19:"eca_token_set_value";s:5:"label";s:31:"Set default provider to YouTube";s:13:"configuration";a:3:{s:10:"token_name";s:8:"provider";s:11:"token_value";s:7:"youtube";s:8:"use_yaml";b:0;}s:10:"successors";a:2:{i:0;a:2:{s:2:"id";s:27:"Activity_set_vimeo_provider";s:9:"condition";s:13:"Flow_is_vimeo";}i:1;a:2:{s:2:"id";s:20:"Activity_switch_user";s:9:"condition";s:0:"";}}}s:27:"Activity_set_vimeo_provider";a:4:{s:6:"plugin";s:19:"eca_token_set_value";s:5:"label";s:21:"Set provider to Vimeo";s:13:"configuration";a:3:{s:10:"token_name";s:8:"provider";s:11:"token_value";s:5:"vimeo";s:8:"use_yaml";b:0;}s:10:"successors";a:0:{}}s:29:"Activity_read_current_setting";a:4:{s:6:"plugin";s:15:"eca_config_read";s:5:"label";s:20:"Read current setting";s:13:"configuration";a:4:{s:10:"token_name";s:6:"status";s:18:"include_overridden";b:1;s:11:"config_name";s:26:"klaro.klaro_app.[provider]";s:10:"config_key";s:6:"status";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:24:"Activity_enable_provider";s:9:"condition";s:25:"Flow_is_provider_disabled";}}}s:24:"Activity_enable_provider";a:4:{s:6:"plugin";s:16:"eca_config_write";s:5:"label";s:15:"Enable provider";s:13:"configuration";a:5:{s:12:"config_value";s:1:"1";s:8:"use_yaml";b:0;s:11:"save_config";b:1;s:11:"config_name";s:26:"klaro.klaro_app.[provider]";s:10:"config_key";s:6:"status";}s:10:"successors";a:0:{}}s:20:"Activity_switch_user";a:4:{s:6:"plugin";s:18:"eca_switch_account";s:5:"label";s:19:"Switch user account";s:13:"configuration";a:1:{s:7:"user_id";s:1:"1";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:29:"Activity_read_current_setting";s:9:"condition";s:0:"";}}}s:14:"Activity_and_1";a:4:{s:6:"plugin";s:22:"eca_void_and_condition";s:5:"label";s:3:"AND";s:13:"configuration";a:0:{}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:14:"Activity_and_2";s:9:"condition";s:13:"Flow_disabled";}}}s:14:"Activity_and_2";a:4:{s:6:"plugin";s:22:"eca_void_and_condition";s:5:"label";s:3:"AND";s:13:"configuration";a:0:{}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:16:"Activity_switch_";s:9:"condition";s:16:"Flow_was_enabled";}}}s:27:"Activity_re_enable_provider";a:4:{s:6:"plugin";s:16:"eca_config_write";s:5:"label";s:18:"Re-enable provider";s:13:"configuration";a:5:{s:12:"config_value";s:1:"1";s:8:"use_yaml";b:0;s:11:"save_config";b:1;s:11:"config_name";s:13:"[config_name]";s:10:"config_key";s:6:"status";}s:10:"successors";a:0:{}}s:16:"Activity_switch_";a:4:{s:6:"plugin";s:18:"eca_switch_account";s:5:"label";s:11:"Switch user";s:13:"configuration";a:1:{s:7:"user_id";s:1:"1";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:16:"Activity_0rno7mm";s:9:"condition";s:0:"";}}}s:16:"Activity_0rno7mm";a:4:{s:6:"plugin";s:21:"eca_token_load_entity";s:5:"label";s:19:"Load a remote video";s:13:"configuration";a:10:{s:10:"token_name";s:5:"video";s:4:"from";s:10:"properties";s:11:"entity_type";s:5:"media";s:9:"entity_id";s:0:"";s:11:"revision_id";s:0:"";s:10:"properties";s:20:"bundle: remote_video";s:8:"langcode";s:10:"_interface";s:15:"latest_revision";b:0;s:9:"unchanged";b:0;s:6:"object";s:0:"";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:27:"Activity_re_enable_provider";s:9:"condition";s:0:"";}}}}}'), ('', 'eca.eca.rename_project_browser_tabs', 'a:14:{s:4:"uuid";s:36:"584c9905-9626-4c98-89bf-5a1807379f47";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:19:"eca_project_browser";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"VjlLWWUITka23n3y4NcS6A7UDVOPqqR0WSl0taVp_GA";}s:2:"id";s:27:"rename_project_browser_tabs";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:27:"Rename Project Browser tabs";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:1:{s:23:"Event_alter_source_info";a:4:{s:6:"plugin";s:33:"project_browser:source_info_alter";s:5:"label";s:24:"Alter source plugin info";s:13:"configuration";a:0:{}s:10:"successors";a:2:{i:0;a:2:{s:2:"id";s:18:"Activity_set_title";s:9:"condition";s:0:"";}i:1;a:2:{s:2:"id";s:16:"Activity_0dlv38b";s:9:"condition";s:0:"";}}}}s:10:"conditions";a:0:{}s:8:"gateways";a:0:{}s:7:"actions";a:2:{s:18:"Activity_set_title";a:4:{s:6:"plugin";s:44:"eca_project_browser_source_plugin_info_alter";s:5:"label";s:27:"Change title of recipes tab";s:13:"configuration";a:5:{s:9:"plugin_id";s:7:"recipes";s:5:"label";s:0:"";s:11:"description";s:0:"";s:16:"local_task_title";s:11:"Recommended";s:17:"local_task_weight";s:1:"0";}s:10:"successors";a:0:{}}s:16:"Activity_0dlv38b";a:4:{s:6:"plugin";s:44:"eca_project_browser_source_plugin_info_alter";s:5:"label";s:39:"Change title of contributed modules tab";s:13:"configuration";a:5:{s:9:"plugin_id";s:17:"drupalorg_jsonapi";s:5:"label";s:0:"";s:11:"description";s:0:"";s:16:"local_task_title";s:14:"Browse modules";s:17:"local_task_weight";s:0:"";}s:10:"successors";a:0:{}}}}'), ('', 'eca.eca.unpublished_404', 'a:14:{s:4:"uuid";s:36:"916e76e4-0332-42f8-b546-cb4233946f2d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:4:{i:0;s:8:"eca_base";i:1;s:11:"eca_content";i:2;s:8:"eca_misc";i:3;s:8:"eca_user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"yTrWRUJ0MTfHyHgtVLlFBbFtUzss0dvA6O08vWM8fX4";}s:2:"id";s:15:"unpublished_404";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:15:"Unpublished 404";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:1:{s:24:"Event_uncaught_exception";a:4:{s:6:"plugin";s:28:"kernel:exception_status_code";s:5:"label";s:18:"Uncaught Exception";s:13:"configuration";a:0:{}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:12:"Activity_and";s:9:"condition";s:11:"Flow_is_403";}}}}s:10:"conditions";a:2:{s:11:"Flow_is_403";a:2:{s:6:"plugin";s:10:"eca_scalar";s:13:"configuration";a:6:{s:6:"negate";b:0;s:4:"case";b:0;s:4:"left";s:12:"[event:code]";s:5:"right";s:3:"403";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";}}s:16:"Flow_unpublished";a:2:{s:6:"plugin";s:22:"eca_entity_field_value";s:13:"configuration";a:7:{s:4:"case";b:0;s:14:"expected_value";s:1:"1";s:10:"field_name";s:6:"status";s:8:"operator";s:5:"equal";s:4:"type";s:5:"value";s:6:"negate";b:1;s:6:"entity";s:4:"node";}}}s:8:"gateways";a:0:{}s:7:"actions";a:4:{s:12:"Activity_and";a:4:{s:6:"plugin";s:22:"eca_void_and_condition";s:5:"label";s:3:"AND";s:13:"configuration";a:0:{}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:22:"Activity_switch_user_1";s:9:"condition";s:0:"";}}}s:22:"Activity_switch_user_1";a:4:{s:6:"plugin";s:18:"eca_switch_account";s:5:"label";s:16:"Switch to user 1";s:13:"configuration";a:1:{s:7:"user_id";s:1:"1";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:29:"Activity_load_node_from_route";s:9:"condition";s:0:"";}}}s:29:"Activity_load_node_from_route";a:4:{s:6:"plugin";s:26:"eca_token_load_route_param";s:5:"label";s:20:"Load node from route";s:13:"configuration";a:3:{s:10:"token_name";s:4:"node";s:7:"request";s:1:"2";s:14:"parameter_name";s:4:"node";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:28:"Activity_not_found_exception";s:9:"condition";s:16:"Flow_unpublished";}}}s:28:"Activity_not_found_exception";a:4:{s:6:"plugin";s:19:"eca_throw_exception";s:5:"label";s:19:"Not found exception";s:13:"configuration";a:3:{s:14:"exception_type";s:60:"Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException";s:16:"response_message";s:0:"";s:13:"log_exception";b:0;}s:10:"successors";a:0:{}}}}'), ('', 'eca.eca.user_register', 'a:14:{s:4:"uuid";s:36:"a72c5111-48c6-45e4-aef6-b2b706380615";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:8:"eca_base";i:1;s:8:"eca_form";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Fn4FjFedEtelhzFNGok4hyMZ4N9kRiKd7mLzQHSJDCM";}s:2:"id";s:13:"user_register";s:8:"modeller";s:7:"bpmn_io";s:5:"label";s:17:"User registration";s:7:"version";s:5:"1.0.0";s:6:"weight";i:0;s:6:"events";a:2:{s:25:"Event_build_user_reg_form";a:4:{s:6:"plugin";s:15:"form:form_build";s:5:"label";s:24:"Build user register form";s:13:"configuration";a:4:{s:7:"form_id";s:18:"user-register-form";s:14:"entity_type_id";s:0:"";s:6:"bundle";s:0:"";s:9:"operation";s:0:"";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:24:"Activity_set_weight_mail";s:9:"condition";s:0:"";}}}s:28:"Event_validate_user_reg_form";a:4:{s:6:"plugin";s:18:"form:form_validate";s:5:"label";s:27:"Validate user register form";s:13:"configuration";a:4:{s:7:"form_id";s:18:"user-register-form";s:14:"entity_type_id";s:0:"";s:6:"bundle";s:0:"";s:9:"operation";s:0:"";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:26:"Activity_get_random_string";s:9:"condition";s:14:"Flow_notify_on";}}}}s:10:"conditions";a:1:{s:14:"Flow_notify_on";a:2:{s:6:"plugin";s:20:"eca_form_field_value";s:13:"configuration";a:9:{s:6:"negate";b:0;s:4:"case";b:0;s:11:"field_value";s:1:"1";s:10:"field_name";s:6:"notify";s:10:"strip_tags";b:1;s:4:"trim";b:1;s:10:"xss_filter";b:1;s:8:"operator";s:5:"equal";s:4:"type";s:7:"numeric";}}}s:8:"gateways";a:0:{}s:7:"actions";a:11:{s:36:"Activity_password_field_not_required";a:4:{s:6:"plugin";s:22:"eca_form_field_require";s:5:"label";s:28:"Set password as not required";s:13:"configuration";a:2:{s:4:"flag";b:0;s:10:"field_name";s:4:"pass";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:33:"Activity_invisible_state_password";s:9:"condition";s:0:"";}}}s:26:"Activity_get_random_string";a:4:{s:6:"plugin";s:26:"eca_token_set_random_value";s:5:"label";s:17:"Get random string";s:13:"configuration";a:3:{s:10:"token_name";s:8:"password";s:4:"mode";s:8:"password";s:6:"length";b:1;}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:21:"Activity_set_password";s:9:"condition";s:0:"";}}}s:21:"Activity_set_password";a:4:{s:6:"plugin";s:24:"eca_form_field_set_value";s:5:"label";s:12:"Set password";s:13:"configuration";a:6:{s:11:"field_value";s:10:"[password]";s:8:"use_yaml";b:0;s:10:"field_name";s:4:"pass";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:10:"xss_filter";b:0;}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:19:"Activity_set_status";s:9:"condition";s:0:"";}}}s:24:"Activity_set_weight_mail";a:4:{s:6:"plugin";s:25:"eca_form_field_set_weight";s:5:"label";s:19:"Set weight for mail";s:13:"configuration";a:2:{s:6:"weight";s:3:"-10";s:10:"field_name";s:4:"mail";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:24:"Activity_set_weight_name";s:9:"condition";s:0:"";}}}s:24:"Activity_set_weight_name";a:4:{s:6:"plugin";s:25:"eca_form_field_set_weight";s:5:"label";s:19:"Set weight for name";s:13:"configuration";a:2:{s:6:"weight";s:2:"-9";s:10:"field_name";s:4:"name";}s:10:"successors";a:1:{i:0;a:2:{s:2:"id";s:26:"Activity_set_weight_notify";s:9:"condition";s:0:"";}}}s:26:"Activity_set_weight_notify";a:4:{s:6:"plugin";s:25:"eca_form_field_set_weight";s:5:"label";s:21:"Set weight for notify";s:13:"configuration";a:2:{s:6:"weight";s:2:"-8";s:10:"field_name";s:6:"notify";}s:10:"successors";a:2:{i:0;a:2:{s:2:"id";s:28:"Activity_set_weight_password";s:9:"condition";s:0:"";}i:1;a:2:{s:2:"id";s:22:"Activity_enable_notify";s:9:"condition";s:0:"";}}}s:28:"Activity_set_weight_password";a:4:{s:6:"plugin";s:25:"eca_form_field_set_weight";s:5:"label";s:23:"Set weight for password";s:13:"configuration";a:2:{s:6:"weight";s:2:"-7";s:10:"field_name";s:4:"pass";}s:10:"successors";a:2:{i:0;a:2:{s:2:"id";s:36:"Activity_password_field_not_required";s:9:"condition";s:0:"";}i:1;a:2:{s:2:"id";s:31:"Activity_invisible_state_status";s:9:"condition";s:0:"";}}}s:22:"Activity_enable_notify";a:4:{s:6:"plugin";s:28:"eca_form_field_default_value";s:5:"label";s:24:"Enable notify by default";s:13:"configuration";a:5:{s:5:"value";s:1:"1";s:10:"field_name";s:6:"notify";s:10:"strip_tags";b:1;s:4:"trim";b:1;s:10:"xss_filter";b:1;}s:10:"successors";a:0:{}}s:31:"Activity_invisible_state_status";a:4:{s:6:"plugin";s:24:"eca_form_field_add_state";s:5:"label";s:30:"Add invisible state for status";s:13:"configuration";a:5:{s:8:"selector";s:21:":input[name="notify"]";s:5:"state";s:9:"invisible";s:9:"condition";s:7:"checked";s:5:"value";s:0:"";s:10:"field_name";s:6:"status";}s:10:"successors";a:0:{}}s:33:"Activity_invisible_state_password";a:4:{s:6:"plugin";s:24:"eca_form_field_add_state";s:5:"label";s:32:"Add invisible state for password";s:13:"configuration";a:5:{s:8:"selector";s:21:":input[name="notify"]";s:5:"state";s:9:"invisible";s:9:"condition";s:7:"checked";s:5:"value";s:0:"";s:10:"field_name";s:4:"pass";}s:10:"successors";a:0:{}}s:19:"Activity_set_status";a:4:{s:6:"plugin";s:24:"eca_form_field_set_value";s:5:"label";s:10:"Set status";s:13:"configuration";a:6:{s:11:"field_value";s:1:"1";s:8:"use_yaml";b:0;s:10:"field_name";s:6:"status";s:10:"strip_tags";b:1;s:4:"trim";b:1;s:10:"xss_filter";b:1;}s:10:"successors";a:0:{}}}}'), ('', 'eca.settings', 'a:5:{s:9:"log_level";i:3;s:20:"documentation_domain";s:20:"https://ecaguide.org";s:4:"user";s:0:"";s:12:"service_user";s:0:"";s:22:"dependency_calculation";a:4:{i:0;s:6:"bundle";i:1;s:13:"field_storage";i:2;s:12:"field_config";i:3;s:16:"new_field_config";}}'), ('', 'editor.editor.content_format', 'a:9:{s:4:"uuid";s:36:"49134bff-d9da-40be-a933-054c50a8c571";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:28:"filter.format.content_format";}s:6:"module";a:1:{i:0;s:9:"ckeditor5";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"qwkf8fM0BRjtexKpH3GhUROBbX7wsKZLW4i31gbA1Ss";}s:6:"format";s:14:"content_format";s:6:"editor";s:9:"ckeditor5";s:8:"settings";a:2:{s:7:"toolbar";a:1:{s:5:"items";a:16:{i:0;s:7:"heading";i:1;s:4:"bold";i:2;s:6:"italic";i:3;s:10:"blockQuote";i:4;s:4:"link";i:5;s:12:"bulletedList";i:6;s:12:"numberedList";i:7;s:6:"indent";i:8;s:7:"outdent";i:9;s:9:"alignment";i:10;s:11:"insertTable";i:11;s:11:"drupalMedia";i:12;s:4:"undo";i:13;s:4:"redo";i:14;s:12:"removeFormat";i:15;s:13:"sourceEditing";}}s:7:"plugins";a:6:{s:19:"ckeditor5_alignment";a:1:{s:18:"enabled_alignments";a:4:{i:0;s:6:"center";i:1;s:7:"justify";i:2;s:4:"left";i:3;s:5:"right";}}s:17:"ckeditor5_heading";a:1:{s:16:"enabled_headings";a:5:{i:0;s:8:"heading2";i:1;s:8:"heading3";i:2;s:8:"heading4";i:3;s:8:"heading5";i:4;s:8:"heading6";}}s:14:"ckeditor5_list";a:2:{s:10:"properties";a:2:{s:8:"reversed";b:1;s:10:"startIndex";b:1;}s:10:"multiBlock";b:1;}s:23:"ckeditor5_sourceEditing";a:1:{s:12:"allowed_tags";a:0:{}}s:16:"linkit_extension";a:2:{s:14:"linkit_enabled";b:1;s:14:"linkit_profile";s:7:"default";}s:11:"media_media";a:1:{s:24:"allow_view_mode_override";b:1;}}}s:12:"image_upload";a:1:{s:6:"status";b:0;}}'), ('', 'editor.editor.easy_email', 'a:9:{s:4:"uuid";s:36:"bf13e125-6857-46a6-9779-dbc581534554";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:24:"filter.format.easy_email";}s:6:"module";a:1:{i:0;s:9:"ckeditor5";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"G5aONEl8U2TXgEmMrqQa5uwYWtdC4Y5JsOvQz-GybHc";}s:6:"format";s:10:"easy_email";s:6:"editor";s:9:"ckeditor5";s:8:"settings";a:2:{s:7:"toolbar";a:1:{s:5:"items";a:27:{i:0;s:4:"bold";i:1;s:6:"italic";i:2;s:9:"underline";i:3;s:13:"strikethrough";i:4;s:11:"superscript";i:5;s:9:"subscript";i:6;s:1:"|";i:7;s:9:"alignment";i:8;s:1:"|";i:9;s:4:"link";i:10;s:1:"|";i:11;s:12:"bulletedList";i:12;s:12:"numberedList";i:13;s:6:"indent";i:14;s:7:"outdent";i:15;s:1:"|";i:16;s:10:"blockQuote";i:17;s:17:"drupalInsertImage";i:18;s:11:"insertTable";i:19;s:14:"horizontalLine";i:20;s:1:"|";i:21;s:7:"heading";i:22;s:1:"|";i:23;s:13:"sourceEditing";i:24;s:1:"|";i:25;s:12:"removeFormat";i:26;s:17:"specialCharacters";}}s:7:"plugins";a:5:{s:19:"ckeditor5_alignment";a:1:{s:18:"enabled_alignments";a:4:{i:0;s:6:"center";i:1;s:7:"justify";i:2;s:4:"left";i:3;s:5:"right";}}s:17:"ckeditor5_heading";a:1:{s:16:"enabled_headings";a:5:{i:0;s:8:"heading2";i:1;s:8:"heading3";i:2;s:8:"heading4";i:3;s:8:"heading5";i:4;s:8:"heading6";}}s:21:"ckeditor5_imageResize";a:1:{s:12:"allow_resize";b:1;}s:14:"ckeditor5_list";a:2:{s:10:"properties";a:2:{s:8:"reversed";b:1;s:10:"startIndex";b:1;}s:10:"multiBlock";b:1;}s:23:"ckeditor5_sourceEditing";a:1:{s:12:"allowed_tags";a:0:{}}}}s:12:"image_upload";a:5:{s:6:"status";b:1;s:6:"scheme";s:6:"public";s:9:"directory";s:13:"inline-images";s:8:"max_size";N;s:14:"max_dimensions";a:2:{s:5:"width";N;s:6:"height";N;}}}'), ('', 'field.field.easy_email.user_created_approval_admin.field_related_user', 'a:17:{s:4:"uuid";s:36:"1db4c870-75bd-448e-9747-f06d2a13fd37";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"config";a:2:{i:0;s:54:"easy_email.easy_email_type.user_created_approval_admin";i:1;s:43:"field.storage.easy_email.field_related_user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"65DZt38D5YhSUrwHCukU0blnWZpB6UWTzq9V_riuL0U";}s:2:"id";s:57:"easy_email.user_created_approval_admin.field_related_user";s:10:"field_name";s:18:"field_related_user";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";s:27:"user_created_approval_admin";s:5:"label";s:12:"Related User";s:11:"description";s:0:"";s:8:"required";b:0;s:12:"translatable";b:0;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:2:{s:7:"handler";s:12:"default:user";s:16:"handler_settings";a:5:{s:14:"target_bundles";N;s:4:"sort";a:2:{s:5:"field";s:5:"_none";s:9:"direction";s:3:"ASC";}s:11:"auto_create";b:0;s:6:"filter";a:1:{s:4:"type";s:5:"_none";}s:17:"include_anonymous";b:0;}}s:10:"field_type";s:16:"entity_reference";}'), ('', 'field.field.media.document.field_media_document', 'a:17:{s:4:"uuid";s:36:"171c2729-d6bf-4085-b34b-f23f79d579c4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:3:{s:6:"config";a:2:{i:0;s:40:"field.storage.media.field_media_document";i:1;s:19:"media.type.document";}s:6:"module";a:1:{i:0;s:4:"file";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"DY5HtJTxUjFRGU_PaY6ifo2nhR-nAZ0y0s6kLmUbv5g";}s:2:"id";s:35:"media.document.field_media_document";s:10:"field_name";s:20:"field_media_document";s:11:"entity_type";s:5:"media";s:6:"bundle";s:8:"document";s:5:"label";s:8:"Document";s:11:"description";s:0:"";s:8:"required";b:1;s:12:"translatable";b:1;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:6:{s:7:"handler";s:12:"default:file";s:16:"handler_settings";a:0:{}s:14:"file_directory";s:31:"[date:custom:Y]-[date:custom:m]";s:15:"file_extensions";s:96:"txt rtf doc docx ppt pptx xls xlsx pdf odf odg odp ods odt fodt fods fodp fodg key numbers pages";s:12:"max_filesize";s:0:"";s:17:"description_field";b:0;}s:10:"field_type";s:4:"file";}'), ('', 'field.field.media.image.field_media_image', 'a:17:{s:4:"uuid";s:36:"51d906ec-eae1-48f6-a248-bcfec7ca534d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:3:{s:6:"config";a:2:{i:0;s:37:"field.storage.media.field_media_image";i:1;s:16:"media.type.image";}s:6:"module";a:1:{i:0;s:5:"image";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"P7CkVOgjDXiN26Fm2hniNei-XPK3iuZTlcBGqreTbJ0";}s:2:"id";s:29:"media.image.field_media_image";s:10:"field_name";s:17:"field_media_image";s:11:"entity_type";s:5:"media";s:6:"bundle";s:5:"image";s:5:"label";s:5:"Image";s:11:"description";s:0:"";s:8:"required";b:1;s:12:"translatable";b:1;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:12:{s:7:"handler";s:12:"default:file";s:16:"handler_settings";a:0:{}s:14:"file_directory";s:31:"[date:custom:Y]-[date:custom:m]";s:15:"file_extensions";s:21:"png gif jpg jpeg webp";s:12:"max_filesize";s:0:"";s:14:"max_resolution";s:0:"";s:14:"min_resolution";s:0:"";s:9:"alt_field";b:1;s:18:"alt_field_required";b:1;s:11:"title_field";b:0;s:20:"title_field_required";b:0;s:13:"default_image";a:5:{s:4:"uuid";N;s:3:"alt";s:0:"";s:5:"title";s:0:"";s:5:"width";N;s:6:"height";N;}}s:10:"field_type";s:5:"image";}'), ('', 'field.field.media.remote_video.field_media_oembed_video', 'a:17:{s:4:"uuid";s:36:"4e881802-8d18-4037-bbee-77a7e5970150";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"config";a:2:{i:0;s:44:"field.storage.media.field_media_oembed_video";i:1;s:23:"media.type.remote_video";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Eo4HHenV5iZat_kEWgr_wydD3TgwURMCzwt-7qIEyoM";}s:2:"id";s:43:"media.remote_video.field_media_oembed_video";s:10:"field_name";s:24:"field_media_oembed_video";s:11:"entity_type";s:5:"media";s:6:"bundle";s:12:"remote_video";s:5:"label";s:9:"Video URL";s:11:"description";s:0:"";s:8:"required";b:1;s:12:"translatable";b:1;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:0:{}s:10:"field_type";s:6:"string";}'), ('', 'field.field.media.svg_image.field_media_svg_image', 'a:17:{s:4:"uuid";s:36:"33f21093-fb8d-4075-94bb-4887a67432c0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:41:"field.storage.media.field_media_svg_image";i:1;s:20:"media.type.svg_image";}s:6:"module";a:1:{i:0;s:5:"image";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"zeCRqFlYGhwWjUDHIiANbncreBJ1ADyW-VdyccSUBTs";}s:2:"id";s:37:"media.svg_image.field_media_svg_image";s:10:"field_name";s:21:"field_media_svg_image";s:11:"entity_type";s:5:"media";s:6:"bundle";s:9:"svg_image";s:5:"label";s:5:"Image";s:11:"description";s:0:"";s:8:"required";b:1;s:12:"translatable";b:1;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:12:{s:7:"handler";s:12:"default:file";s:16:"handler_settings";a:0:{}s:14:"file_directory";s:31:"[date:custom:Y]-[date:custom:m]";s:15:"file_extensions";s:3:"svg";s:12:"max_filesize";s:0:"";s:14:"max_resolution";s:0:"";s:14:"min_resolution";s:0:"";s:9:"alt_field";b:1;s:18:"alt_field_required";b:1;s:11:"title_field";b:0;s:20:"title_field_required";b:0;s:13:"default_image";a:5:{s:4:"uuid";N;s:3:"alt";s:0:"";s:5:"title";s:0:"";s:5:"width";N;s:6:"height";N;}}s:10:"field_type";s:5:"image";}'), ('', 'field.field.node.page.field_content', 'a:17:{s:4:"uuid";s:36:"ee3cf060-f34c-43a5-ba7a-56594b59e635";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:32:"field.storage.node.field_content";i:1;s:28:"filter.format.content_format";i:2;s:14:"node.type.page";}s:6:"module";a:1:{i:0;s:4:"text";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"_5V-RqipdviPFL737_mD5u0cYh_cuh_FcpFOEZvFj50";}s:2:"id";s:23:"node.page.field_content";s:10:"field_name";s:13:"field_content";s:11:"entity_type";s:4:"node";s:6:"bundle";s:4:"page";s:5:"label";s:7:"Content";s:11:"description";s:25:"The content of this page.";s:8:"required";b:0;s:12:"translatable";b:1;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:1:{s:15:"allowed_formats";a:1:{i:0;s:14:"content_format";}}s:10:"field_type";s:9:"text_long";}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'field.field.node.page.field_description', 'a:17:{s:4:"uuid";s:36:"ed21ff75-5caa-4a3a-8d18-6e73f92b6eb2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"config";a:2:{i:0;s:36:"field.storage.node.field_description";i:1;s:14:"node.type.page";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"cNlFl-oRIOsqwCDvw0RGnOEdWtwcp0WgKTsZXtuZ63E";}s:2:"id";s:27:"node.page.field_description";s:10:"field_name";s:17:"field_description";s:11:"entity_type";s:4:"node";s:6:"bundle";s:4:"page";s:5:"label";s:11:"Description";s:11:"description";s:84:"Describe the page content. This appears as the description in search engine results.";s:8:"required";b:1;s:12:"translatable";b:1;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:0:{}s:10:"field_type";s:11:"string_long";}'), ('', 'field.field.node.page.field_featured_image', 'a:17:{s:4:"uuid";s:36:"56a125c1-ca7e-4758-a7a9-1b0d95355b9d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"config";a:3:{i:0;s:39:"field.storage.node.field_featured_image";i:1;s:16:"media.type.image";i:2;s:14:"node.type.page";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"iApO7kSzb-V6JYndmSzDzAWJ0-6Q9QlA67AmN7Yp8io";}s:2:"id";s:30:"node.page.field_featured_image";s:10:"field_name";s:20:"field_featured_image";s:11:"entity_type";s:4:"node";s:6:"bundle";s:4:"page";s:5:"label";s:14:"Featured image";s:11:"description";s:69:"Include an image. This appears as the image in search engine results.";s:8:"required";b:0;s:12:"translatable";b:0;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:2:{s:7:"handler";s:13:"default:media";s:16:"handler_settings";a:4:{s:14:"target_bundles";a:1:{s:5:"image";s:5:"image";}s:4:"sort";a:2:{s:5:"field";s:5:"_none";s:9:"direction";s:3:"ASC";}s:11:"auto_create";b:0;s:18:"auto_create_bundle";s:0:"";}}s:10:"field_type";s:16:"entity_reference";}'), ('', 'field.field.node.page.field_tags', 'a:17:{s:4:"uuid";s:36:"d3680682-8b5e-49b1-812b-25060a789e36";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"config";a:3:{i:0;s:29:"field.storage.node.field_tags";i:1;s:14:"node.type.page";i:2;s:24:"taxonomy.vocabulary.tags";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"CZielLnZ_HpghhaDcyCvCe2H_dwoqo3rN3-cBxfrpA0";}s:2:"id";s:20:"node.page.field_tags";s:10:"field_name";s:10:"field_tags";s:11:"entity_type";s:4:"node";s:6:"bundle";s:4:"page";s:5:"label";s:4:"Tags";s:11:"description";s:33:"Include tags for relevant topics.";s:8:"required";b:0;s:12:"translatable";b:0;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:2:{s:7:"handler";s:21:"default:taxonomy_term";s:16:"handler_settings";a:4:{s:14:"target_bundles";a:1:{s:4:"tags";s:4:"tags";}s:4:"sort";a:2:{s:5:"field";s:4:"name";s:9:"direction";s:3:"asc";}s:11:"auto_create";b:1;s:18:"auto_create_bundle";s:0:"";}}s:10:"field_type";s:16:"entity_reference";}'), ('', 'field.field.node.page.layout_builder__layout', 'a:17:{s:4:"uuid";s:36:"1152ab97-2032-4b56-a2b1-affffe54141a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:41:"field.storage.node.layout_builder__layout";i:1;s:14:"node.type.page";}s:6:"module";a:1:{i:0;s:14:"layout_builder";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"eO3IlWQ07nkmufMLXVNK0-yc6ZbdfzfFtsw_cr4r2f8";}s:2:"id";s:32:"node.page.layout_builder__layout";s:10:"field_name";s:22:"layout_builder__layout";s:11:"entity_type";s:4:"node";s:6:"bundle";s:4:"page";s:5:"label";s:6:"Layout";s:11:"description";s:0:"";s:8:"required";b:0;s:12:"translatable";b:0;s:13:"default_value";a:0:{}s:22:"default_value_callback";s:0:"";s:8:"settings";a:0:{}s:10:"field_type";s:14:"layout_section";}'), ('', 'field.settings', 'a:1:{s:16:"purge_batch_size";i:50;}'), ('', 'field.storage.easy_email.field_related_user', 'a:17:{s:4:"uuid";s:36:"ff4a6fc0-b19d-4c4d-b2a9-d8d349fe99d4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:10:"easy_email";i:1;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"o5KZRiEHScznNR5RsW8h1ahlZgOpLK0EZqNOCLAdlrA";}s:2:"id";s:29:"easy_email.field_related_user";s:10:"field_name";s:18:"field_related_user";s:11:"entity_type";s:10:"easy_email";s:4:"type";s:16:"entity_reference";s:8:"settings";a:1:{s:11:"target_type";s:4:"user";}s:6:"module";s:4:"core";s:6:"locked";b:0;s:11:"cardinality";i:1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field.storage.media.field_media_document', 'a:17:{s:4:"uuid";s:36:"29ab0106-8db1-4c59-86f2-e72c0226aaeb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:2:{i:0;s:4:"file";i:1;s:5:"media";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BdkTx7IL59MCw5a_fOZprPTOGM_wcjz-Fm8g7HV3vFk";}s:2:"id";s:26:"media.field_media_document";s:10:"field_name";s:20:"field_media_document";s:11:"entity_type";s:5:"media";s:4:"type";s:4:"file";s:8:"settings";a:4:{s:11:"target_type";s:4:"file";s:13:"display_field";b:0;s:15:"display_default";b:0;s:10:"uri_scheme";s:6:"public";}s:6:"module";s:4:"file";s:6:"locked";b:0;s:11:"cardinality";i:1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field.storage.media.field_media_image', 'a:17:{s:4:"uuid";s:36:"5f1bfe72-4975-43f0-8ba7-5faa713dbefd";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:3:{i:0;s:4:"file";i:1;s:5:"image";i:2;s:5:"media";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"0N0KSFk57p6qsq3qM4lYVGSuROvzXK-tSsdwByqUh3g";}s:2:"id";s:23:"media.field_media_image";s:10:"field_name";s:17:"field_media_image";s:11:"entity_type";s:5:"media";s:4:"type";s:5:"image";s:8:"settings";a:5:{s:11:"target_type";s:4:"file";s:13:"display_field";b:0;s:15:"display_default";b:0;s:10:"uri_scheme";s:6:"public";s:13:"default_image";a:5:{s:4:"uuid";N;s:3:"alt";s:0:"";s:5:"title";s:0:"";s:5:"width";N;s:6:"height";N;}}s:6:"module";s:5:"image";s:6:"locked";b:0;s:11:"cardinality";i:1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field.storage.media.field_media_oembed_video', 'a:17:{s:4:"uuid";s:36:"cb7c2f61-a115-4295-a4cc-b2c7103bd1db";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"cNf_852Dq-fNnSaMI4LxL-J6N7bLkHuDbD9EUqOn4_U";}s:2:"id";s:30:"media.field_media_oembed_video";s:10:"field_name";s:24:"field_media_oembed_video";s:11:"entity_type";s:5:"media";s:4:"type";s:6:"string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:14:"case_sensitive";b:0;s:8:"is_ascii";b:0;}s:6:"module";s:4:"core";s:6:"locked";b:0;s:11:"cardinality";i:1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field.storage.media.field_media_svg_image', 'a:17:{s:4:"uuid";s:36:"a6f1dd49-c9e0-4080-9706-ac8e16ecf1fd";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:3:{i:0;s:4:"file";i:1;s:5:"image";i:2;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"jCafpTnKdKBGPBW2pIJD5w0ecIHvavTp-dO9YA61eDI";}s:2:"id";s:27:"media.field_media_svg_image";s:10:"field_name";s:21:"field_media_svg_image";s:11:"entity_type";s:5:"media";s:4:"type";s:5:"image";s:8:"settings";a:5:{s:11:"target_type";s:4:"file";s:13:"display_field";b:0;s:15:"display_default";b:0;s:10:"uri_scheme";s:6:"public";s:13:"default_image";a:5:{s:4:"uuid";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:5:"width";N;s:6:"height";N;}}s:6:"module";s:5:"image";s:6:"locked";b:0;s:11:"cardinality";i:1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field.storage.node.field_content', 'a:17:{s:4:"uuid";s:36:"26256814-52a5-4a96-a81b-6125f7e32484";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:4:"node";i:1;s:4:"text";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"TCp4LZaLZP1BvDKV-smwg65LNdYOjGR4VT0lqcx__h8";}s:2:"id";s:18:"node.field_content";s:10:"field_name";s:13:"field_content";s:11:"entity_type";s:4:"node";s:4:"type";s:9:"text_long";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"locked";b:0;s:11:"cardinality";i:1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:1;s:14:"custom_storage";b:0;}'), ('', 'field.storage.node.field_description', 'a:17:{s:4:"uuid";s:36:"52dbb7bf-30e6-4427-afc5-53f5718fe1b2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"3AS87dwrSU77oczdhjjhtLjbTP7KRQLnp3_GEpGImFc";}s:2:"id";s:22:"node.field_description";s:10:"field_name";s:17:"field_description";s:11:"entity_type";s:4:"node";s:4:"type";s:11:"string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}s:6:"module";s:4:"core";s:6:"locked";b:0;s:11:"cardinality";i:1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field.storage.node.field_featured_image', 'a:17:{s:4:"uuid";s:36:"3b897384-8f0f-49f0-8c45-f19a182e1568";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:5:"media";i:1;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ij5NA5OrfuoaOPfx4KE3NT0oi0EnokhZweXx3iDOI4w";}s:2:"id";s:25:"node.field_featured_image";s:10:"field_name";s:20:"field_featured_image";s:11:"entity_type";s:4:"node";s:4:"type";s:16:"entity_reference";s:8:"settings";a:1:{s:11:"target_type";s:5:"media";}s:6:"module";s:4:"core";s:6:"locked";b:0;s:11:"cardinality";i:1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field.storage.node.field_tags', 'a:17:{s:4:"uuid";s:36:"ebc9e55b-99a4-45db-a89e-babb694e2482";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:4:"node";i:1;s:8:"taxonomy";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"WpOE_bs8Bs_HY2ns7n2r__de-xno0-Bxkqep5-MsHAs";}s:2:"id";s:15:"node.field_tags";s:10:"field_name";s:10:"field_tags";s:11:"entity_type";s:4:"node";s:4:"type";s:16:"entity_reference";s:8:"settings";a:1:{s:11:"target_type";s:13:"taxonomy_term";}s:6:"module";s:4:"core";s:6:"locked";b:0;s:11:"cardinality";i:-1;s:12:"translatable";b:1;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field.storage.node.layout_builder__layout', 'a:17:{s:4:"uuid";s:36:"8e48474a-ca47-4cba-aeee-0ce0a54998b5";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:14:"layout_builder";i:1;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"g7kepf2eck__olXZwnmcQdOVAdSZR0cr77Jm-uf6wfA";}s:2:"id";s:27:"node.layout_builder__layout";s:10:"field_name";s:22:"layout_builder__layout";s:11:"entity_type";s:4:"node";s:4:"type";s:14:"layout_section";s:8:"settings";a:0:{}s:6:"module";s:14:"layout_builder";s:6:"locked";b:1;s:11:"cardinality";i:1;s:12:"translatable";b:0;s:7:"indexes";a:0:{}s:22:"persist_with_no_fields";b:0;s:14:"custom_storage";b:0;}'), ('', 'field_ui.settings', 'a:1:{s:12:"field_prefix";s:6:"field_";}'), ('', 'file.settings', 'a:4:{s:11:"description";a:2:{s:4:"type";s:9:"textfield";s:6:"length";i:128;}s:4:"icon";a:1:{s:9:"directory";s:23:"core/modules/file/icons";}s:35:"make_unused_managed_files_temporary";b:0;s:21:"filename_sanitization";a:6:{s:13:"transliterate";b:0;s:18:"replace_whitespace";b:0;s:24:"replace_non_alphanumeric";b:0;s:22:"deduplicate_separators";b:0;s:9:"lowercase";b:0;s:21:"replacement_character";s:1:"-";}}'), ('', 'filter.format.content_format', 'a:9:{s:4:"uuid";s:36:"9f172a69-2eba-40e0-bb5c-21a0550c516b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:12:{i:0;s:39:"core.entity_view_mode.media.16_9_medium";i:1;s:38:"core.entity_view_mode.media.16_9_small";i:2;s:45:"core.entity_view_mode.media.1_1_square_medium";i:3;s:44:"core.entity_view_mode.media.1_1_square_small";i:4;s:38:"core.entity_view_mode.media.3_4_medium";i:5;s:37:"core.entity_view_mode.media.3_4_small";i:6;s:38:"core.entity_view_mode.media.4_3_medium";i:7;s:37:"core.entity_view_mode.media.4_3_small";i:8;s:39:"core.entity_view_mode.media.9_16_medium";i:9;s:38:"core.entity_view_mode.media.9_16_small";i:10;s:34:"core.entity_view_mode.media.medium";i:11;s:33:"core.entity_view_mode.media.small";}s:6:"module";a:2:{i:0;s:6:"linkit";i:1;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"tjFZLkdWssWjPYjuOrXf4pJu5kPdlmqRFEkaPUEsWTM";}s:4:"name";s:7:"Content";s:6:"format";s:14:"content_format";s:6:"weight";i:0;s:7:"filters";a:9:{s:12:"filter_align";a:5:{s:2:"id";s:12:"filter_align";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:0;s:8:"settings";a:0:{}}s:12:"filter_autop";a:5:{s:2:"id";s:12:"filter_autop";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:0;s:8:"settings";a:0:{}}s:14:"filter_caption";a:5:{s:2:"id";s:14:"filter_caption";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:0;s:8:"settings";a:0:{}}s:11:"filter_html";a:5:{s:2:"id";s:11:"filter_html";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:-10;s:8:"settings";a:3:{s:12:"allowed_html";s:807:"<br> <p class="text-align-left text-align-center text-align-right text-align-justify"> <h2 class="text-align-left text-align-center text-align-right text-align-justify"> <h3 class="text-align-left text-align-center text-align-right text-align-justify"> <h4 class="text-align-left text-align-center text-align-right text-align-justify"> <h5 class="text-align-left text-align-center text-align-right text-align-justify"> <h6 class="text-align-left text-align-center text-align-right text-align-justify"> <strong> <em> <blockquote> <a href data-entity-type data-entity-uuid data-entity-substitution> <ul> <ol reversed start> <li> <table> <tr> <td rowspan colspan> <th rowspan colspan> <thead> <tbody> <tfoot> <caption> <drupal-media data-entity-type data-entity-uuid alt data-view-mode data-caption data-align>";s:16:"filter_html_help";b:0;s:20:"filter_html_nofollow";b:0;}}s:20:"filter_htmlcorrector";a:5:{s:2:"id";s:20:"filter_htmlcorrector";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:10;s:8:"settings";a:0:{}}s:22:"filter_image_lazy_load";a:5:{s:2:"id";s:22:"filter_image_lazy_load";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:15;s:8:"settings";a:0:{}}s:10:"filter_url";a:5:{s:2:"id";s:10:"filter_url";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:0;s:8:"settings";a:1:{s:17:"filter_url_length";i:72;}}s:6:"linkit";a:5:{s:2:"id";s:6:"linkit";s:8:"provider";s:6:"linkit";s:6:"status";b:1;s:6:"weight";i:0;s:8:"settings";a:1:{s:5:"title";b:0;}}s:11:"media_embed";a:5:{s:2:"id";s:11:"media_embed";s:8:"provider";s:5:"media";s:6:"status";b:1;s:6:"weight";i:100;s:8:"settings";a:3:{s:17:"default_view_mode";s:6:"medium";s:18:"allowed_view_modes";a:12:{s:11:"16_9_medium";s:11:"16_9_medium";s:10:"16_9_small";s:10:"16_9_small";s:17:"1_1_square_medium";s:17:"1_1_square_medium";s:16:"1_1_square_small";s:16:"1_1_square_small";s:10:"3_4_medium";s:10:"3_4_medium";s:9:"3_4_small";s:9:"3_4_small";s:10:"4_3_medium";s:10:"4_3_medium";s:9:"4_3_small";s:9:"4_3_small";s:11:"9_16_medium";s:11:"9_16_medium";s:10:"9_16_small";s:10:"9_16_small";s:6:"medium";s:6:"medium";s:5:"small";s:5:"small";}s:19:"allowed_media_types";a:0:{}}}}}'), ('', 'filter.format.easy_email', 'a:9:{s:4:"uuid";s:36:"71091c0c-0849-40d1-88b4-9d1c4bb9eadb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:6:"editor";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"hZ85Vt8E8gvraglJAThpcJkvGV_Zd50394USyVi12uA";}s:4:"name";s:5:"Email";s:6:"format";s:10:"easy_email";s:6:"weight";i:50;s:7:"filters";a:10:{s:21:"editor_file_reference";a:5:{s:2:"id";s:21:"editor_file_reference";s:8:"provider";s:6:"editor";s:6:"status";b:1;s:6:"weight";i:-45;s:8:"settings";a:0:{}}s:12:"filter_align";a:5:{s:2:"id";s:12:"filter_align";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:-48;s:8:"settings";a:0:{}}s:12:"filter_autop";a:5:{s:2:"id";s:12:"filter_autop";s:8:"provider";s:6:"filter";s:6:"status";b:0;s:6:"weight";i:-44;s:8:"settings";a:0:{}}s:14:"filter_caption";a:5:{s:2:"id";s:14:"filter_caption";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:-47;s:8:"settings";a:0:{}}s:11:"filter_html";a:5:{s:2:"id";s:11:"filter_html";s:8:"provider";s:6:"filter";s:6:"status";b:0;s:6:"weight";i:-50;s:8:"settings";a:3:{s:12:"allowed_html";s:0:"";s:16:"filter_html_help";b:1;s:20:"filter_html_nofollow";b:0;}}s:18:"filter_html_escape";a:5:{s:2:"id";s:18:"filter_html_escape";s:8:"provider";s:6:"filter";s:6:"status";b:0;s:6:"weight";i:-49;s:8:"settings";a:0:{}}s:24:"filter_html_image_secure";a:5:{s:2:"id";s:24:"filter_html_image_secure";s:8:"provider";s:6:"filter";s:6:"status";b:0;s:6:"weight";i:-42;s:8:"settings";a:0:{}}s:20:"filter_htmlcorrector";a:5:{s:2:"id";s:20:"filter_htmlcorrector";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:-46;s:8:"settings";a:0:{}}s:22:"filter_image_lazy_load";a:5:{s:2:"id";s:22:"filter_image_lazy_load";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:-41;s:8:"settings";a:0:{}}s:10:"filter_url";a:5:{s:2:"id";s:10:"filter_url";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:-43;s:8:"settings";a:1:{s:17:"filter_url_length";i:72;}}}}'), ('', 'filter.format.plain_text', 'a:9:{s:4:"uuid";s:36:"46c02d99-8851-400a-aa8f-7a7a26b6e15f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"JLMwODO0epnA_H-jFlH9ezVfa5YBJniRv3MmLqYNl_Q";}s:4:"name";s:10:"Plain text";s:6:"format";s:10:"plain_text";s:6:"weight";i:10;s:7:"filters";a:3:{s:12:"filter_autop";a:5:{s:2:"id";s:12:"filter_autop";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:0;s:8:"settings";a:0:{}}s:18:"filter_html_escape";a:5:{s:2:"id";s:18:"filter_html_escape";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:-10;s:8:"settings";a:0:{}}s:10:"filter_url";a:5:{s:2:"id";s:10:"filter_url";s:8:"provider";s:6:"filter";s:6:"status";b:1;s:6:"weight";i:0;s:8:"settings";a:1:{s:17:"filter_url_length";i:72;}}}}'), ('', 'filter.settings', 'a:2:{s:15:"fallback_format";s:10:"plain_text";s:27:"always_show_fallback_choice";b:0;}'), ('', 'focal_point.settings', 'a:2:{s:9:"crop_type";s:11:"focal_point";s:13:"default_value";s:5:"50,50";}'), ('', 'friendlycaptcha.settings', 'a:4:{s:8:"site_key";s:12:"${site_uuid}";s:7:"api_key";s:12:"${site_uuid}";s:12:"api_endpoint";s:5:"local";s:25:"enable_validation_logging";b:0;}'), ('', 'gin.settings', 'a:12:{s:19:"preset_accent_color";s:4:"blue";s:18:"preset_focus_color";s:3:"gin";s:15:"enable_darkmode";s:1:"0";s:15:"classic_toolbar";s:3:"new";s:26:"secondary_toolbar_frontend";b:1;s:4:"logo";a:1:{s:11:"use_default";b:1;}s:18:"high_contrast_mode";b:0;s:14:"layout_density";s:7:"default";s:23:"show_description_toggle";b:0;s:24:"show_user_theme_settings";b:0;s:21:"sticky_action_buttons";b:0;s:20:"third_party_settings";a:1:{s:8:"shortcut";a:1:{s:11:"module_link";b:1;}}}'), ('', 'honeypot.settings', 'a:7:{s:17:"protect_all_forms";b:0;s:17:"unprotected_forms";a:5:{i:0;s:15:"user_login_form";i:1;s:11:"search_form";i:2;s:17:"search_block_form";i:3;s:18:"views_exposed_form";i:4;s:22:"honeypot_settings_form";}s:3:"log";b:0;s:12:"element_name";s:3:"url";s:10:"time_limit";i:5;s:6:"expire";i:300;s:13:"form_settings";a:5:{s:18:"user_register_form";b:1;s:9:"user_pass";b:1;s:29:"feedback_contact_message_form";b:0;s:21:"_contact_message_form";b:0;s:20:"comment_comment_form";b:1;}}'), ('', 'image.settings', 'a:3:{s:13:"preview_image";s:29:"core/modules/image/sample.png";s:26:"allow_insecure_derivatives";b:0;s:20:"suppress_itok_output";b:0;}'), ('', 'image.style.16_9_1008x567_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"a54f13b9-b717-43d1-9cc0-97ac2d90362a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"rUmhU4_c8AT7D4J30BEnpECYnCyLnrDdPkojGUeXeyI";}s:4:"name";s:30:"16_9_1008x567_focal_point_webp";s:5:"label";s:36:"16:9 | 1008x567 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"a4692861-9772-46ac-9026-30f6831c3b2f";a:4:{s:4:"uuid";s:36:"a4692861-9772-46ac-9026-30f6831c3b2f";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1008;s:6:"height";i:567;s:9:"crop_type";s:11:"focal_point";}}s:36:"e1a547a7-f2ff-4046-8cff-7a439e95037c";a:4:{s:4:"uuid";s:36:"e1a547a7-f2ff-4046-8cff-7a439e95037c";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.16_9_1312x738_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"26b1fcc5-8915-4b1f-8907-235c1d13fbd2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"J90G97BIxyugYQdKqpcqEGSLdBtXb7-iU2WiDcvoZfI";}s:4:"name";s:30:"16_9_1312x738_focal_point_webp";s:5:"label";s:36:"16:9 | 1312x738 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"19a93f4d-15cd-42a9-b556-0fd4c7c6611b";a:4:{s:4:"uuid";s:36:"19a93f4d-15cd-42a9-b556-0fd4c7c6611b";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1312;s:6:"height";i:738;s:9:"crop_type";s:11:"focal_point";}}s:36:"fdb99600-8453-48a6-88b8-c53bd40b18fe";a:4:{s:4:"uuid";s:36:"fdb99600-8453-48a6-88b8-c53bd40b18fe";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.16_9_1800x1080_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"a0d9ad36-6e41-4944-9fd1-2b1a32557a83";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"o4IuvASIS08-gEBjs7Yk4b4DE4fF8aYqK-BM3EqEMSA";}s:4:"name";s:31:"16_9_1800x1080_focal_point_webp";s:5:"label";s:37:"16:9 | 1800x1080 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"fea1c3a1-1f85-4682-8e80-a50f68d2f7eb";a:4:{s:4:"uuid";s:36:"fea1c3a1-1f85-4682-8e80-a50f68d2f7eb";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1800;s:6:"height";i:1080;s:9:"crop_type";s:11:"focal_point";}}s:36:"1c5d7a9c-c642-4595-adad-f128e730c5ca";a:4:{s:4:"uuid";s:36:"1c5d7a9c-c642-4595-adad-f128e730c5ca";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.16_9_304x171_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"57e206ed-586e-49db-8021-b46f1a12e1d7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ZFBBgjK4pwCSD1ikUGo4Y4OHNM5s_9DA92fn2z4RCC4";}s:4:"name";s:29:"16_9_304x171_focal_point_webp";s:5:"label";s:35:"16:9 | 304x171 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"9b9738dc-6a6a-4b51-aa25-897694875aa5";a:4:{s:4:"uuid";s:36:"9b9738dc-6a6a-4b51-aa25-897694875aa5";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:304;s:6:"height";i:171;s:9:"crop_type";s:11:"focal_point";}}s:36:"68641107-bc5b-4881-8b06-28755e2d05e8";a:4:{s:4:"uuid";s:36:"68641107-bc5b-4881-8b06-28755e2d05e8";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.16_9_512x288_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"e8daba87-10ee-49a4-80d4-b0fb382ecc6a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"XTTF2Ywao0XyVrsNo6kNQWmbO_92DabxPnO6f9QKkLc";}s:4:"name";s:29:"16_9_512x288_focal_point_webp";s:5:"label";s:35:"16:9 | 512x288 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"1cc316bd-d2dd-43d7-8991-ffdb80cbae61";a:4:{s:4:"uuid";s:36:"1cc316bd-d2dd-43d7-8991-ffdb80cbae61";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:512;s:6:"height";i:288;s:9:"crop_type";s:11:"focal_point";}}s:36:"f2ff37ae-8653-413e-b59b-acf81331c414";a:4:{s:4:"uuid";s:36:"f2ff37ae-8653-413e-b59b-acf81331c414";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.16_9_608x342_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"75606087-2456-4d8d-b8e9-d0f2f8d927ba";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"56XTHCUdB6wET9DrAElUE74Ix7EX0tkKnerfTi-2jog";}s:4:"name";s:29:"16_9_608x342_focal_point_webp";s:5:"label";s:35:"16:9 | 608x342 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"6f55742d-ba93-4285-9334-5095dadb35b3";a:4:{s:4:"uuid";s:36:"6f55742d-ba93-4285-9334-5095dadb35b3";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:608;s:6:"height";i:342;s:9:"crop_type";s:11:"focal_point";}}s:36:"0a27b7b7-48e0-4929-bd2c-c3e7449b32e4";a:4:{s:4:"uuid";s:36:"0a27b7b7-48e0-4929-bd2c-c3e7449b32e4";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.16_9_704x396_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"bb5f72f6-681a-4c63-9d71-93f9ed297c12";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"3Rwj2BfPhj0Iwh2yDqa9v0I6774P0jL_kNbm-NMebR8";}s:4:"name";s:29:"16_9_704x396_focal_point_webp";s:5:"label";s:35:"16:9 | 704x396 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"0b39c115-5b73-46cf-8b05-c393f5f11070";a:4:{s:4:"uuid";s:36:"0b39c115-5b73-46cf-8b05-c393f5f11070";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:704;s:6:"height";i:396;s:9:"crop_type";s:11:"focal_point";}}s:36:"02cca37b-7fa1-4031-9b24-801539264d89";a:4:{s:4:"uuid";s:36:"02cca37b-7fa1-4031-9b24-801539264d89";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.16_9_720x405_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"fb55f620-1fbf-425a-8957-a44c1d92d215";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"bqz7xE0_XoRHk4QP0jCvmAqkcNOt79VIgnSUAqZbVmU";}s:4:"name";s:29:"16_9_720x405_focal_point_webp";s:5:"label";s:35:"16:9 | 720x405 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"0b39c115-5b73-46cf-8b05-c393f6f11070";a:4:{s:4:"uuid";s:36:"0b39c115-5b73-46cf-8b05-c393f6f11070";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:720;s:6:"height";i:405;s:9:"crop_type";s:11:"focal_point";}}s:36:"02cca37b-7fa1-4031-9b24-801539265d89";a:4:{s:4:"uuid";s:36:"02cca37b-7fa1-4031-9b24-801539265d89";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.16_9_960x540_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"fd63aa21-58ee-460a-bcd8-66095acdafc8";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"4upmuC8xKRxeb0tQRZU2uZrfyHr-q1Zes5ovw71pu5Y";}s:4:"name";s:29:"16_9_960x540_focal_point_webp";s:5:"label";s:35:"16:9 | 960x540 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"f1135985-9346-4752-a1e3-3935baeb85bc";a:4:{s:4:"uuid";s:36:"f1135985-9346-4752-a1e3-3935baeb85bc";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:960;s:6:"height";i:540;s:9:"crop_type";s:11:"focal_point";}}s:36:"3f445242-b603-402a-a79d-1b09d0c4de05";a:4:{s:4:"uuid";s:36:"3f445242-b603-402a-a79d-1b09d0c4de05";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.1_1_300x300_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"e69eb8b1-c5ca-4804-8e27-728623cb9514";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"RBpcwBg8XPF0jivC2EOPFflM0ANoBhdGnRqnDaZVAfk";}s:4:"name";s:28:"1_1_300x300_focal_point_webp";s:5:"label";s:34:"1:1 | 300x300 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"1812e881-f11b-4b5b-b86b-9a2cac8afedb";a:4:{s:4:"uuid";s:36:"1812e881-f11b-4b5b-b86b-9a2cac8afedb";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:300;s:6:"height";i:300;s:9:"crop_type";s:11:"focal_point";}}s:36:"4d3ee515-bc3f-4b65-83f0-7db0a5ebf14e";a:4:{s:4:"uuid";s:36:"4d3ee515-bc3f-4b65-83f0-7db0a5ebf14e";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.1_1_500x500_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"69bb069d-7842-49d5-8ea6-4e59c606e856";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"vAuvmeUZmayHuqGDq5EXNjQK-bpiQjoqIu9nLyuePD4";}s:4:"name";s:28:"1_1_500x500_focal_point_webp";s:5:"label";s:34:"1:1 | 500x500 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"af85869c-9682-4f49-8c30-d1be92e67d60";a:4:{s:4:"uuid";s:36:"af85869c-9682-4f49-8c30-d1be92e67d60";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:500;s:6:"height";i:500;s:9:"crop_type";s:11:"focal_point";}}s:36:"f3b7ca3f-d873-4c56-884d-141c73511959";a:4:{s:4:"uuid";s:36:"f3b7ca3f-d873-4c56-884d-141c73511959";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.1_1_600x600_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"d2eafbda-47b2-4f31-9102-3d78475610ee";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"hWBBzf2FF0-zS9yzBP6AprGfe11trj6f2nmWF0mglLM";}s:4:"name";s:28:"1_1_600x600_focal_point_webp";s:5:"label";s:34:"1:1 | 600x600 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"6920a024-f16d-48a8-8a9b-0b61285c3555";a:4:{s:4:"uuid";s:36:"6920a024-f16d-48a8-8a9b-0b61285c3555";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:600;s:6:"height";i:600;s:9:"crop_type";s:11:"focal_point";}}s:36:"22aaebcd-5967-4b6d-9d92-a699a391f803";a:4:{s:4:"uuid";s:36:"22aaebcd-5967-4b6d-9d92-a699a391f803";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.1_1_720x720_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"1f7e770e-96bf-40cf-ae5a-fb5842529161";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"80cfH4HxCpJal8fjyPj_2U2IQn9qiLHV-mh17SwH8jA";}s:4:"name";s:28:"1_1_720x720_focal_point_webp";s:5:"label";s:34:"1:1 | 720x720 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"6920a024-f16d-48a8-8a9b-0b61295c3555";a:4:{s:4:"uuid";s:36:"6920a024-f16d-48a8-8a9b-0b61295c3555";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:720;s:6:"height";i:720;s:9:"crop_type";s:11:"focal_point";}}s:36:"22aaebcd-5967-4b6d-9d92-a699a491f803";a:4:{s:4:"uuid";s:36:"22aaebcd-5967-4b6d-9d92-a699a491f803";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.1_1_960x960_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"3d86b822-bb59-429b-ba01-7c22b0afb5bd";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"E35Yuo-dUfqIcmF1IVVuVt-4d5-A6G90TU9B3_Kgyf0";}s:4:"name";s:28:"1_1_960x960_focal_point_webp";s:5:"label";s:34:"1:1 | 960x960 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"6efd13f5-a85b-41f4-a8e6-b3a4468dc128";a:4:{s:4:"uuid";s:36:"6efd13f5-a85b-41f4-a8e6-b3a4468dc128";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:960;s:6:"height";i:960;s:9:"crop_type";s:11:"focal_point";}}s:36:"b72647ac-59a9-4d13-9f4d-8dba35b897bd";a:4:{s:4:"uuid";s:36:"b72647ac-59a9-4d13-9f4d-8dba35b897bd";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.2_3_200x300_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"93becc02-3ebf-439e-90e9-0c78dd80468b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"du3-Uxc-9zTMsuVZw3_3JVjmd6VSpAFKn1CQeS5LAAg";}s:4:"name";s:28:"2_3_200x300_focal_point_webp";s:5:"label";s:34:"2:3 | 200x300 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"95886ad8-198b-43ae-a5d7-dc17a4c5d1ee";a:4:{s:4:"uuid";s:36:"95886ad8-198b-43ae-a5d7-dc17a4c5d1ee";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:200;s:6:"height";i:300;s:9:"crop_type";s:11:"focal_point";}}s:36:"82c5e0e1-cb63-4986-9a8a-ca847618033d";a:4:{s:4:"uuid";s:36:"82c5e0e1-cb63-4986-9a8a-ca847618033d";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.2_3_400x600_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"0df69434-6fa1-4175-97ed-08afae90d467";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"_QLaMq5zankn9KLRIsLYsj-0ZejvzIAPm_0N9kdf2VM";}s:4:"name";s:28:"2_3_400x600_focal_point_webp";s:5:"label";s:34:"2:3 | 400x600 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"ac290958-e77d-4c03-bcba-1b8d783fe383";a:4:{s:4:"uuid";s:36:"ac290958-e77d-4c03-bcba-1b8d783fe383";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:400;s:6:"height";i:600;s:9:"crop_type";s:11:"focal_point";}}s:36:"24b921e9-3cd0-49ee-9c6a-4831c07f9c49";a:4:{s:4:"uuid";s:36:"24b921e9-3cd0-49ee-9c6a-4831c07f9c49";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.2_3_500x750_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"c0ccfc34-5ee9-48f2-9f6c-80df2be1d465";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"910vVU5ylybcTsvbX3F_5TDfP0jFwC599RuM-OuUAD0";}s:4:"name";s:28:"2_3_500x750_focal_point_webp";s:5:"label";s:34:"2:3 | 500x750 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"4077b605-04d5-4ac2-b7ba-a91c58478506";a:4:{s:4:"uuid";s:36:"4077b605-04d5-4ac2-b7ba-a91c58478506";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:500;s:6:"height";i:750;s:9:"crop_type";s:11:"focal_point";}}s:36:"b38c5baf-e1bb-4e70-9575-b6f3157e1403";a:4:{s:4:"uuid";s:36:"b38c5baf-e1bb-4e70-9575-b6f3157e1403";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.2_3_640x960_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"dc1526bd-4838-4ad2-a71c-d180fbbabcfa";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"mKehpFY683BxSQk6t_i0A_GtluMPG5lMT6MgIrH9ugE";}s:4:"name";s:28:"2_3_640x960_focal_point_webp";s:5:"label";s:34:"2:3 | 640x960 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"261a29b3-88a2-4b27-b8d8-24b3838cda6c";a:4:{s:4:"uuid";s:36:"261a29b3-88a2-4b27-b8d8-24b3838cda6c";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:640;s:6:"height";i:960;s:9:"crop_type";s:11:"focal_point";}}s:36:"b311343e-7401-45bb-9d96-bf347b557763";a:4:{s:4:"uuid";s:36:"b311343e-7401-45bb-9d96-bf347b557763";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_1002x668_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"bd03921c-04ed-436d-8959-5c39559ea9f3";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"yThwTXjgGre5WrkLDkk1gqjns80YFZChgBj28g3NGLk";}s:4:"name";s:29:"3_2_1002x668_focal_point_webp";s:5:"label";s:35:"3:2 | 1002x668 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"9094bc59-a790-436b-9cc3-c9e0ef46f9c1";a:4:{s:4:"uuid";s:36:"9094bc59-a790-436b-9cc3-c9e0ef46f9c1";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1002;s:6:"height";i:668;s:9:"crop_type";s:11:"focal_point";}}s:36:"cba48438-2435-4a32-94f1-35a261a4f021";a:4:{s:4:"uuid";s:36:"cba48438-2435-4a32-94f1-35a261a4f021";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_1302x868_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"830c8e9c-1203-44c2-b934-74617b4cf071";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"9mthF58PKpAegMSBzvpoPqRFn_IJxPZCSeS_-21j1Zo";}s:4:"name";s:29:"3_2_1302x868_focal_point_webp";s:5:"label";s:35:"3:2 | 1302x868 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"7b33ff35-1af3-45d1-99f4-61c66f364c1e";a:4:{s:4:"uuid";s:36:"7b33ff35-1af3-45d1-99f4-61c66f364c1e";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1302;s:6:"height";i:868;s:9:"crop_type";s:11:"focal_point";}}s:36:"a2c39aab-e4c0-4e1d-bc81-071f28e4030c";a:4:{s:4:"uuid";s:36:"a2c39aab-e4c0-4e1d-bc81-071f28e4030c";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_1800x1200_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"d6e8b7ac-e638-4e17-9d73-a7eac4d087cb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"64O4blMdGlnhpcPjP7R_zCGKH0Vt0SdZSW2kgSyJhGc";}s:4:"name";s:30:"3_2_1800x1200_focal_point_webp";s:5:"label";s:36:"3:2 | 1800x1200 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"d21598a8-976c-4a84-9f8a-a1e883c286c9";a:4:{s:4:"uuid";s:36:"d21598a8-976c-4a84-9f8a-a1e883c286c9";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1800;s:6:"height";i:1200;s:9:"crop_type";s:11:"focal_point";}}s:36:"3ef1b112-12b8-403c-b68b-6ff77a9083a5";a:4:{s:4:"uuid";s:36:"3ef1b112-12b8-403c-b68b-6ff77a9083a5";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_300x200_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"c6720449-30b6-479d-a655-36f380d1320d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dZh376G6qWFSii5XEpKyQnE_jOQQdFkSZPPM6DzEV-g";}s:4:"name";s:28:"3_2_300x200_focal_point_webp";s:5:"label";s:34:"3:2 | 300x200 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"133d649e-7185-4767-ad5c-41c2654ac120";a:4:{s:4:"uuid";s:36:"133d649e-7185-4767-ad5c-41c2654ac120";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:300;s:6:"height";i:200;s:9:"crop_type";s:11:"focal_point";}}s:36:"30a15830-aa08-4c9b-96db-6849d38f3285";a:4:{s:4:"uuid";s:36:"30a15830-aa08-4c9b-96db-6849d38f3285";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_504x336_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"8c36a78d-43d5-41f8-ad28-9ab6ae5f34da";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"xqWS9UPDCn0CuIK6xb8wYc6N4lZ8mp4zQgkdwjPr9cQ";}s:4:"name";s:28:"3_2_504x336_focal_point_webp";s:5:"label";s:34:"3:2 | 504x336 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"64530e0e-a690-47c7-b4e6-d7e01eb6e5a5";a:4:{s:4:"uuid";s:36:"64530e0e-a690-47c7-b4e6-d7e01eb6e5a5";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:504;s:6:"height";i:336;s:9:"crop_type";s:11:"focal_point";}}s:36:"992c64d4-cf18-4a3e-97ec-c70e6a937af1";a:4:{s:4:"uuid";s:36:"992c64d4-cf18-4a3e-97ec-c70e6a937af1";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_600x400_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"b44404a9-823c-4302-a37e-15cf943a04c5";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"E56mB71UH-awQVZ5GJhr9QBrlOHiwHfSAFHSZOmbkOA";}s:4:"name";s:28:"3_2_600x400_focal_point_webp";s:5:"label";s:34:"3:2 | 600x400 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"bbc60a52-53f2-4601-94e6-fb8185695d1d";a:4:{s:4:"uuid";s:36:"bbc60a52-53f2-4601-94e6-fb8185695d1d";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:600;s:6:"height";i:400;s:9:"crop_type";s:11:"focal_point";}}s:36:"c2411b05-918a-4a68-8d26-9c1d47f00749";a:4:{s:4:"uuid";s:36:"c2411b05-918a-4a68-8d26-9c1d47f00749";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_702x468_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"c14bc661-a911-4918-8621-d85a2003edee";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"wYCdpKqcpgzlA1mcUWjNa-zCX4c0YQOAHbG4-9oGyWs";}s:4:"name";s:28:"3_2_702x468_focal_point_webp";s:5:"label";s:34:"3:2 | 702x468 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"fc06144f-358b-4202-b952-37164be5b776";a:4:{s:4:"uuid";s:36:"fc06144f-358b-4202-b952-37164be5b776";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:702;s:6:"height";i:468;s:9:"crop_type";s:11:"focal_point";}}s:36:"df642333-0a12-49d8-ae80-68b72e60f160";a:4:{s:4:"uuid";s:36:"df642333-0a12-49d8-ae80-68b72e60f160";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_720x480_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"28fe0fd5-fbbf-46af-828f-85e3db644be7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"3j9Nz2WNuvWzbXO2tj5r6ICfYKppzE9AeL2vzFBOdsU";}s:4:"name";s:28:"3_2_720x480_focal_point_webp";s:5:"label";s:34:"3:2 | 720x480 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"fc06144f-358b-4202-b952-37264be5b776";a:4:{s:4:"uuid";s:36:"fc06144f-358b-4202-b952-37264be5b776";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:720;s:6:"height";i:480;s:9:"crop_type";s:11:"focal_point";}}s:36:"df642333-0a12-49d8-ae80-68b74e60f160";a:4:{s:4:"uuid";s:36:"df642333-0a12-49d8-ae80-68b74e60f160";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_2_960x640_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"80e373a5-1299-40a8-b8b4-b0ded2538035";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"C804kxfnhhZr_nepPHreTXCqP3fvt0o8SSN2XtaC4i8";}s:4:"name";s:28:"3_2_960x640_focal_point_webp";s:5:"label";s:34:"3:2 | 960x640 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"bcf36920-5524-4ab9-809a-36ac7cca2fa8";a:4:{s:4:"uuid";s:36:"bcf36920-5524-4ab9-809a-36ac7cca2fa8";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:960;s:6:"height";i:640;s:9:"crop_type";s:11:"focal_point";}}s:36:"39a18c97-77ba-4924-91b6-cc3c850a0dd1";a:4:{s:4:"uuid";s:36:"39a18c97-77ba-4924-91b6-cc3c850a0dd1";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_4_225x300_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"d1e873fb-0c48-47ad-b288-de24ed3bd78a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"sQzanDwhi14jfi5JIGP_KI77R0-r_E6YU5xuD_wkcvY";}s:4:"name";s:28:"3_4_225x300_focal_point_webp";s:5:"label";s:34:"3:4 | 225x300 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"ee8503d0-3291-49fd-91f0-03330865ae3b";a:4:{s:4:"uuid";s:36:"ee8503d0-3291-49fd-91f0-03330865ae3b";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:225;s:6:"height";i:300;s:9:"crop_type";s:11:"focal_point";}}s:36:"9345aea6-53fb-43ca-8f3e-a0bd87a4e796";a:4:{s:4:"uuid";s:36:"9345aea6-53fb-43ca-8f3e-a0bd87a4e796";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_4_450x600_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"81b416e0-5e92-4de2-ac27-65a3bfffc40a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"l8oGdxxp5_lUEMYzcHdhoU0DGd86KYDOBT_jNwXF-xk";}s:4:"name";s:28:"3_4_450x600_focal_point_webp";s:5:"label";s:34:"3:4 | 450x600 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"b442b7c1-227b-422c-8dad-beae9cf4b700";a:4:{s:4:"uuid";s:36:"b442b7c1-227b-422c-8dad-beae9cf4b700";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:450;s:6:"height";i:600;s:9:"crop_type";s:11:"focal_point";}}s:36:"bdd5bd8e-4cd7-4a1f-9c9f-b95cbe9c7138";a:4:{s:4:"uuid";s:36:"bdd5bd8e-4cd7-4a1f-9c9f-b95cbe9c7138";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_4_504x672_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"9f66ad82-797f-468f-ba4f-10bfba94d095";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"OVTgGK9NkERBk8qqsN1HXV2kwAMqb42RX1Ld7b6Smks";}s:4:"name";s:28:"3_4_504x672_focal_point_webp";s:5:"label";s:34:"3:4 | 504x672 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"daee41bb-943a-4728-9add-9a4e56024f28";a:4:{s:4:"uuid";s:36:"daee41bb-943a-4728-9add-9a4e56024f28";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:504;s:6:"height";i:672;s:9:"crop_type";s:11:"focal_point";}}s:36:"83131eb6-d8b9-44bf-84aa-c7deca5020d1";a:4:{s:4:"uuid";s:36:"83131eb6-d8b9-44bf-84aa-c7deca5020d1";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_4_708x944_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"bd1f73ff-6305-4815-a656-ea25cb754212";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Ae5KdrXLDYIOS5hhvM52Qu4nVHOY_dHBTbZLLpOgAlQ";}s:4:"name";s:28:"3_4_708x944_focal_point_webp";s:5:"label";s:34:"3:4 | 708x944 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"33453e0d-803d-4856-8458-96766fd16079";a:4:{s:4:"uuid";s:36:"33453e0d-803d-4856-8458-96766fd16079";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:708;s:6:"height";i:944;s:9:"crop_type";s:11:"focal_point";}}s:36:"e08637f9-a053-4b4d-a2ab-dc4c8db0c54b";a:4:{s:4:"uuid";s:36:"e08637f9-a053-4b4d-a2ab-dc4c8db0c54b";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.3_4_720x960_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"da88d649-23ee-409c-a4ec-7ff41910e9a9";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"QUxjEBPVw3l9VFb0TQtY9LqPmQYgTWsb7Ft6fDU3gzY";}s:4:"name";s:28:"3_4_720x960_focal_point_webp";s:5:"label";s:34:"3:4 | 720x960 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"833bdd49-4edb-4675-b53f-02e386a7c907";a:4:{s:4:"uuid";s:36:"833bdd49-4edb-4675-b53f-02e386a7c907";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:720;s:6:"height";i:960;s:9:"crop_type";s:11:"focal_point";}}s:36:"321b736d-3e1d-481c-979c-6181727ff5c3";a:4:{s:4:"uuid";s:36:"321b736d-3e1d-481c-979c-6181727ff5c3";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.4_3_1000x750_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"d77268ab-e327-4281-a9ba-88088c4b0562";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"W9mIxC4R2nzY-W2P-9fdm5_nW0QzreV4m7fs6ni5Su8";}s:4:"name";s:29:"4_3_1000x750_focal_point_webp";s:5:"label";s:35:"4:3 | 1000x750 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"01ef5c36-668a-4874-b526-fa37d23f2538";a:4:{s:4:"uuid";s:36:"01ef5c36-668a-4874-b526-fa37d23f2538";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1000;s:6:"height";i:750;s:9:"crop_type";s:11:"focal_point";}}s:36:"e0454d1e-6318-4b13-a740-2f90ee1f442b";a:4:{s:4:"uuid";s:36:"e0454d1e-6318-4b13-a740-2f90ee1f442b";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'image.style.4_3_1300x975_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"85179608-d781-4778-8551-98f5a2071558";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"tuQUlzuJp3UQu5KG0eieGRyHl8q8tFNwuPKQt2fTb5Y";}s:4:"name";s:29:"4_3_1300x975_focal_point_webp";s:5:"label";s:35:"4:3 | 1300x975 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"b14b2f7f-c42c-4d6f-9859-ff817758290b";a:4:{s:4:"uuid";s:36:"b14b2f7f-c42c-4d6f-9859-ff817758290b";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1300;s:6:"height";i:975;s:9:"crop_type";s:11:"focal_point";}}s:36:"698577e0-3cab-4604-a933-3de25bf10b09";a:4:{s:4:"uuid";s:36:"698577e0-3cab-4604-a933-3de25bf10b09";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.4_3_1800x1350_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"270ae666-9554-459b-99d9-7a6303544dc1";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"-I4-yZZ8sair8esEVtKLU1JUnx3b1jgIOr4U7sua-A4";}s:4:"name";s:30:"4_3_1800x1350_focal_point_webp";s:5:"label";s:36:"4:3 | 1800x1350 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"ee7717f4-236e-443d-aae7-2e8474911a6a";a:4:{s:4:"uuid";s:36:"ee7717f4-236e-443d-aae7-2e8474911a6a";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1800;s:6:"height";i:1350;s:9:"crop_type";s:11:"focal_point";}}s:36:"a95f2f2d-b9e3-42f4-927b-0e5405f6c87b";a:4:{s:4:"uuid";s:36:"a95f2f2d-b9e3-42f4-927b-0e5405f6c87b";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.4_3_300x225_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"4a397fa3-deaa-4242-a113-af08d5e5b011";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"zqqUtC7Gqn47tmO5_TLzdDpLAV-BxCEEPC5eGGS0eyc";}s:4:"name";s:28:"4_3_300x225_focal_point_webp";s:5:"label";s:34:"4:3 | 300x225 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"d89720e6-3767-4ce6-a282-f43cf41a063c";a:4:{s:4:"uuid";s:36:"d89720e6-3767-4ce6-a282-f43cf41a063c";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:300;s:6:"height";i:225;s:9:"crop_type";s:11:"focal_point";}}s:36:"6f7b215b-1907-472f-8f78-33e30a5c1956";a:4:{s:4:"uuid";s:36:"6f7b215b-1907-472f-8f78-33e30a5c1956";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.4_3_500x375_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"afde1b27-fbc3-42ec-a37b-8239ab737fd0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"X3d6XCe6W4ovUovqev5rl7DH15zj7BpGVsB1EYcWEhA";}s:4:"name";s:28:"4_3_500x375_focal_point_webp";s:5:"label";s:34:"4:3 | 500x375 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"dfadf4bb-5214-485a-ab1e-bb326c01aecd";a:4:{s:4:"uuid";s:36:"dfadf4bb-5214-485a-ab1e-bb326c01aecd";s:2:"id";s:13:"image_convert";s:6:"weight";i:-9;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}s:36:"94758e96-0da3-4c96-bccc-3939ae2e60f1";a:4:{s:4:"uuid";s:36:"94758e96-0da3-4c96-bccc-3939ae2e60f1";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:-10;s:4:"data";a:3:{s:5:"width";i:500;s:6:"height";i:375;s:9:"crop_type";s:11:"focal_point";}}}}'), ('', 'image.style.4_3_600x450_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"ca9bbac6-44a1-492c-afad-84f5deab0ac8";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"O0lMbbbyuFvPN4Jb1G2cXNAylvh-dcB_HiSMkgHOc2c";}s:4:"name";s:28:"4_3_600x450_focal_point_webp";s:5:"label";s:34:"4:3 | 600x450 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"3fe5cbde-6ac5-44ae-9350-592863668be1";a:4:{s:4:"uuid";s:36:"3fe5cbde-6ac5-44ae-9350-592863668be1";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:600;s:6:"height";i:450;s:9:"crop_type";s:11:"focal_point";}}s:36:"7e5258bb-b400-429a-81b6-02c3fee58638";a:4:{s:4:"uuid";s:36:"7e5258bb-b400-429a-81b6-02c3fee58638";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.4_3_700x525_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"08a47cc4-11f2-4a6f-8718-8af41bb7bd74";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"8VtJ1BobaVIkK8FtFL8fJTjh86pBfn5TWbUCf5jhJc4";}s:4:"name";s:28:"4_3_700x525_focal_point_webp";s:5:"label";s:34:"4:3 | 700x525 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"149ad60e-788b-4013-9edf-ffc2a0f8153d";a:4:{s:4:"uuid";s:36:"149ad60e-788b-4013-9edf-ffc2a0f8153d";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:700;s:6:"height";i:525;s:9:"crop_type";s:11:"focal_point";}}s:36:"6581bab2-d9e8-48c1-bfca-ee25fb2c58f0";a:4:{s:4:"uuid";s:36:"6581bab2-d9e8-48c1-bfca-ee25fb2c58f0";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.4_3_720x540_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"5e5cf3ca-f143-491b-8cd2-9a72695e21b5";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"604uA_yosAOhvA_K5YG1BabnRrwlvJI34qKLcBpoFvg";}s:4:"name";s:28:"4_3_720x540_focal_point_webp";s:5:"label";s:34:"4:3 | 720x540 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"149ad60e-788b-4013-9edf-ffc2a1f8153d";a:4:{s:4:"uuid";s:36:"149ad60e-788b-4013-9edf-ffc2a1f8153d";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:720;s:6:"height";i:540;s:9:"crop_type";s:11:"focal_point";}}s:36:"6581bab2-d9e8-48c1-bfca-ee25fb3c58f0";a:4:{s:4:"uuid";s:36:"6581bab2-d9e8-48c1-bfca-ee25fb3c58f0";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.4_3_960x720_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"14ce4a73-9ea9-44cc-b2f4-dee39b31339d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"YxglfBQE4Ys9thqAqyYmgsS-ODdhnFqhgT9CoWlL9qg";}s:4:"name";s:28:"4_3_960x720_focal_point_webp";s:5:"label";s:34:"4:3 | 960x720 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"bc0680ff-3bbf-4df2-ba2b-2da08ff937d2";a:4:{s:4:"uuid";s:36:"bc0680ff-3bbf-4df2-ba2b-2da08ff937d2";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:960;s:6:"height";i:720;s:9:"crop_type";s:11:"focal_point";}}s:36:"79042a88-0e34-4461-84c8-5053854ed324";a:4:{s:4:"uuid";s:36:"79042a88-0e34-4461-84c8-5053854ed324";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.5_2_1000x400_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"be6e669b-59d1-40b3-b676-2008ec1a68c6";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dsu5W-V8UIomtuVkd_y5u0-3fTBdYOkWH6g2gN5GZZI";}s:4:"name";s:29:"5_2_1000x400_focal_point_webp";s:5:"label";s:35:"5:2 | 1000x400 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"495c8364-5de0-4791-a779-1132eac38656";a:4:{s:4:"uuid";s:36:"495c8364-5de0-4791-a779-1132eac38656";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1000;s:6:"height";i:400;s:9:"crop_type";s:11:"focal_point";}}s:36:"813f987a-dda6-417e-a257-fc33cc18bdd0";a:4:{s:4:"uuid";s:36:"813f987a-dda6-417e-a257-fc33cc18bdd0";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.5_2_1300x520_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"83e863b3-9e12-494d-8cb0-6506d0dbcfcb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"bXxL2gf_ZDVeQlqJis68PL-SjDznlZkIKR_gZ_fpZYw";}s:4:"name";s:29:"5_2_1300x520_focal_point_webp";s:5:"label";s:35:"5:2 | 1300x520 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"e3359c49-f775-4f01-9316-ed07f061dafa";a:4:{s:4:"uuid";s:36:"e3359c49-f775-4f01-9316-ed07f061dafa";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1300;s:6:"height";i:520;s:9:"crop_type";s:11:"focal_point";}}s:36:"d564bc71-f6ad-4a31-b9c5-4c0acdedd9bf";a:4:{s:4:"uuid";s:36:"d564bc71-f6ad-4a31-b9c5-4c0acdedd9bf";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.5_2_1800x720_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"46cc467c-97f1-4643-a55f-ff4191508fc9";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"RjJp7UlQWe99FAAm277IGhjXhpPH9WhCY67sL1nT5lg";}s:4:"name";s:29:"5_2_1800x720_focal_point_webp";s:5:"label";s:35:"5:2 | 1800x720 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"9701146b-1531-467b-b7e8-65ce1088635b";a:4:{s:4:"uuid";s:36:"9701146b-1531-467b-b7e8-65ce1088635b";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:1800;s:6:"height";i:720;s:9:"crop_type";s:11:"focal_point";}}s:36:"3722b6c8-9616-4507-bd7e-0c5e6b0e7887";a:4:{s:4:"uuid";s:36:"3722b6c8-9616-4507-bd7e-0c5e6b0e7887";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.9_16_171x304_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"7accd75b-2694-4c24-9561-d247baace7c7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"N9Jr7Uz2cEoEqiLhI3ZrdW_kAZHE8fObPDzDHUAkjkw";}s:4:"name";s:29:"9_16_171x304_focal_point_webp";s:5:"label";s:35:"9:16 | 171x304 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"74888829-c3f8-4f9f-b950-78e9e6a1405b";a:4:{s:4:"uuid";s:36:"74888829-c3f8-4f9f-b950-78e9e6a1405b";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:171;s:6:"height";i:304;s:9:"crop_type";s:11:"focal_point";}}s:36:"2571894f-9e3f-4754-bb49-518e11a3ba8b";a:4:{s:4:"uuid";s:36:"2571894f-9e3f-4754-bb49-518e11a3ba8b";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.9_16_342x608_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"035c6eae-e208-4a31-a581-47632dc93b58";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"O-wtmwSyYJ2114dC8tyoaRvMi2rUM_7qFQjWKmjlXC8";}s:4:"name";s:29:"9_16_342x608_focal_point_webp";s:5:"label";s:35:"9:16 | 342x608 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"e45d01d6-5a23-4eba-bb39-f06c36c05c70";a:4:{s:4:"uuid";s:36:"e45d01d6-5a23-4eba-bb39-f06c36c05c70";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:342;s:6:"height";i:608;s:9:"crop_type";s:11:"focal_point";}}s:36:"dd9e7fc0-75d9-413d-a136-a038742dc729";a:4:{s:4:"uuid";s:36:"dd9e7fc0-75d9-413d-a136-a038742dc729";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.9_16_504x896_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"00af4644-0c9a-463b-9711-b365678c5217";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"B4NGfxDNRMyei-tkT14O5fKT-ThTkmx_NfMx-AenvKQ";}s:4:"name";s:29:"9_16_504x896_focal_point_webp";s:5:"label";s:35:"9:16 | 504x896 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"d263d4ad-2722-45a5-a232-ee2825dd64cf";a:4:{s:4:"uuid";s:36:"d263d4ad-2722-45a5-a232-ee2825dd64cf";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:504;s:6:"height";i:896;s:9:"crop_type";s:11:"focal_point";}}s:36:"30a15113-f9c7-4202-9843-75062870fc5a";a:4:{s:4:"uuid";s:36:"30a15113-f9c7-4202-9843-75062870fc5a";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.9_16_540x960_focal_point_webp', 'a:8:{s:4:"uuid";s:36:"7c80ed47-d935-4e46-bc1b-333048d70fd6";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"RoJw_KbIIco0B3lYxF5MCwsxraDvmbr5Ye41WsQ8x_s";}s:4:"name";s:29:"9_16_540x960_focal_point_webp";s:5:"label";s:35:"9:16 | 540x960 | Focal Point | WebP";s:7:"effects";a:2:{s:36:"58bd4825-e186-4b38-8975-b9d51a2e57ca";a:4:{s:4:"uuid";s:36:"58bd4825-e186-4b38-8975-b9d51a2e57ca";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:540;s:6:"height";i:960;s:9:"crop_type";s:11:"focal_point";}}s:36:"03c1233f-c59e-4792-9fbe-7c7d9aa9200c";a:4:{s:4:"uuid";s:36:"03c1233f-c59e-4792-9fbe-7c7d9aa9200c";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.large', 'a:8:{s:4:"uuid";s:36:"a2e45600-9369-4c56-a640-0e794e0b9bdd";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"rDR2BOewa2UFH9yG4tVvrGxEVv8U7LQo-RLkJhFpERs";}s:4:"name";s:5:"large";s:5:"label";s:16:"Large (480×480)";s:7:"effects";a:2:{s:36:"ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d";a:4:{s:4:"uuid";s:36:"ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d";s:2:"id";s:11:"image_scale";s:6:"weight";i:0;s:4:"data";a:3:{s:5:"width";i:480;s:6:"height";i:480;s:7:"upscale";b:0;}}s:36:"6e8fe467-84c1-4ef0-a73b-7eccf1cc20e8";a:4:{s:4:"uuid";s:36:"6e8fe467-84c1-4ef0-a73b-7eccf1cc20e8";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.linkit_result_thumbnail', 'a:8:{s:4:"uuid";s:36:"65701e95-d120-433b-83f0-dadd2ed6500e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"PY0kMp7KIxvU4kBi5mcnD_DHTKUc1OkYCfaPliXjpa8";}s:4:"name";s:23:"linkit_result_thumbnail";s:5:"label";s:23:"Linkit result thumbnail";s:7:"effects";a:1:{s:36:"2943df29-38ea-459c-ba1d-290489bb1807";a:4:{s:4:"uuid";s:36:"2943df29-38ea-459c-ba1d-290489bb1807";s:2:"id";s:20:"image_scale_and_crop";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:50;s:6:"height";i:50;s:6:"anchor";s:13:"center-center";}}}}'), ('', 'image.style.media_library', 'a:8:{s:4:"uuid";s:36:"589f47ba-006f-4170-9ab8-f23aba8c9368";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:13:"media_library";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"FxMdscEA4aDH0KPM73HIZtVn3zIAgC1kQ3CkBw26HYs";}s:4:"name";s:13:"media_library";s:5:"label";s:34:"Media Library thumbnail (220×220)";s:7:"effects";a:2:{s:36:"75b076a8-1234-4b42-85db-bf377c4d8d5f";a:4:{s:4:"uuid";s:36:"75b076a8-1234-4b42-85db-bf377c4d8d5f";s:2:"id";s:11:"image_scale";s:6:"weight";i:0;s:4:"data";a:3:{s:5:"width";i:220;s:6:"height";i:220;s:7:"upscale";b:0;}}s:36:"1021da71-fc2a-43d0-be5d-efaf1c79e2ea";a:4:{s:4:"uuid";s:36:"1021da71-fc2a-43d0-be5d-efaf1c79e2ea";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.media_library_square_thumbnail', 'a:8:{s:4:"uuid";s:36:"86a4a7f1-4a9b-4d40-984d-435f781cbfa7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:11:"focal_point";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"QSJDZnSyRhy4KYDGLGFDV80vWMsrnlKN08TxWwxg4wY";}s:4:"name";s:30:"media_library_square_thumbnail";s:5:"label";s:30:"Media Library Square Thumbnail";s:7:"effects";a:2:{s:36:"e1133a5d-4918-4fd3-8b1e-c4b21222cc59";a:4:{s:4:"uuid";s:36:"e1133a5d-4918-4fd3-8b1e-c4b21222cc59";s:2:"id";s:13:"image_convert";s:6:"weight";i:-9;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}s:36:"10aaa04e-b821-481e-8555-5c29088daa27";a:4:{s:4:"uuid";s:36:"10aaa04e-b821-481e-8555-5c29088daa27";s:2:"id";s:26:"focal_point_scale_and_crop";s:6:"weight";i:-10;s:4:"data";a:3:{s:5:"width";i:220;s:6:"height";i:220;s:9:"crop_type";s:11:"focal_point";}}}}'), ('', 'image.style.medium', 'a:8:{s:4:"uuid";s:36:"d0019cdb-facc-4243-a97a-4c639d14054d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dlar76VBuGj5iMGTruB_uMZX8VbivXt9_QLemaG2q4E";}s:4:"name";s:6:"medium";s:5:"label";s:17:"Medium (220×220)";s:7:"effects";a:2:{s:36:"bddf0d06-42f9-4c75-a700-a33cafa25ea0";a:4:{s:4:"uuid";s:36:"bddf0d06-42f9-4c75-a700-a33cafa25ea0";s:2:"id";s:11:"image_scale";s:6:"weight";i:0;s:4:"data";a:3:{s:5:"width";i:220;s:6:"height";i:220;s:7:"upscale";b:0;}}s:36:"c410ed2f-aa30-4d9c-a224-d2865d9188cd";a:4:{s:4:"uuid";s:36:"c410ed2f-aa30-4d9c-a224-d2865d9188cd";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.thumbnail', 'a:8:{s:4:"uuid";s:36:"618e181d-7d5b-4ee7-a8d8-7d3fb59cfd30";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BgeBV-xOFINMsz-y2thm45EGesj6bRM6DTLZ6ce3V9I";}s:4:"name";s:9:"thumbnail";s:5:"label";s:20:"Thumbnail (100×100)";s:7:"effects";a:2:{s:36:"1cfec298-8620-4749-b100-ccb6c4500779";a:4:{s:4:"uuid";s:36:"1cfec298-8620-4749-b100-ccb6c4500779";s:2:"id";s:11:"image_scale";s:6:"weight";i:0;s:4:"data";a:3:{s:5:"width";i:100;s:6:"height";i:100;s:7:"upscale";b:0;}}s:36:"c4eb9942-2c9e-4a81-949f-6161a44b6559";a:4:{s:4:"uuid";s:36:"c4eb9942-2c9e-4a81-949f-6161a44b6559";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.uncropped_300w_webp', 'a:8:{s:4:"uuid";s:36:"b7e8a683-a910-4f04-8ca1-2a7ff3555b00";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"NCBRwf613YXQfSoyCbeMJgvLQaOKdmlWc-ji1hPnyUE";}s:4:"name";s:19:"uncropped_300w_webp";s:5:"label";s:23:"Uncropped | 300w | WebP";s:7:"effects";a:2:{s:36:"ac265dad-e2f4-4db8-bf22-0c4f930df865";a:4:{s:4:"uuid";s:36:"ac265dad-e2f4-4db8-bf22-0c4f930df865";s:2:"id";s:11:"image_scale";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:300;s:6:"height";N;s:7:"upscale";b:0;}}s:36:"edf92b44-e86e-4b5c-b11c-fd6e44ebda67";a:4:{s:4:"uuid";s:36:"edf92b44-e86e-4b5c-b11c-fd6e44ebda67";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.uncropped_500w_webp', 'a:8:{s:4:"uuid";s:36:"03d2550a-6285-46f9-9048-e61bcde642d3";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"OOUcrXVRdJF__ijCGehyxq5Dyb7RjsgfDLpPFqd9b9M";}s:4:"name";s:19:"uncropped_500w_webp";s:5:"label";s:23:"Uncropped | 500w | WebP";s:7:"effects";a:2:{s:36:"e340ff9b-0c69-4b8e-a1c3-96585413dce3";a:4:{s:4:"uuid";s:36:"e340ff9b-0c69-4b8e-a1c3-96585413dce3";s:2:"id";s:11:"image_scale";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:500;s:6:"height";N;s:7:"upscale";b:0;}}s:36:"1b8708aa-72a4-43dc-9cd2-65f0c4198197";a:4:{s:4:"uuid";s:36:"1b8708aa-72a4-43dc-9cd2-65f0c4198197";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.uncropped_600w_webp', 'a:8:{s:4:"uuid";s:36:"614b64b7-0381-43a0-85ef-621fdd3c9910";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"A2gGIDp7Jjh5fOtgqNWOUh7WIEGIPBwCDT0hL5TKGjs";}s:4:"name";s:19:"uncropped_600w_webp";s:5:"label";s:23:"Uncropped | 600w | WebP";s:7:"effects";a:2:{s:36:"e5267027-b558-48af-abe1-3edd8aa95234";a:4:{s:4:"uuid";s:36:"e5267027-b558-48af-abe1-3edd8aa95234";s:2:"id";s:11:"image_scale";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:600;s:6:"height";N;s:7:"upscale";b:0;}}s:36:"cd39cbc2-25c5-4d42-baf1-bc5d375a440f";a:4:{s:4:"uuid";s:36:"cd39cbc2-25c5-4d42-baf1-bc5d375a440f";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.uncropped_700w_webp', 'a:8:{s:4:"uuid";s:36:"4dc32dd5-5c24-4add-ad95-4a6781a5b27b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ZBv3sGbt2diHXRx444gTlBfRUJaeYKijdFfd3fxvN4k";}s:4:"name";s:19:"uncropped_700w_webp";s:5:"label";s:23:"Uncropped | 700w | WebP";s:7:"effects";a:2:{s:36:"93295bf7-164c-4763-9ce5-014b4007154c";a:4:{s:4:"uuid";s:36:"93295bf7-164c-4763-9ce5-014b4007154c";s:2:"id";s:11:"image_scale";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:700;s:6:"height";N;s:7:"upscale";b:0;}}s:36:"70230248-85a9-4941-8cde-0fd3cb86c22b";a:4:{s:4:"uuid";s:36:"70230248-85a9-4941-8cde-0fd3cb86c22b";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.uncropped_720w_webp', 'a:8:{s:4:"uuid";s:36:"5d38cd05-30a7-4293-b220-9c04e331a986";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"TOkI3HZ_uw8yfmmn_hPpKuBav97oD79-HhAIAHnG35Y";}s:4:"name";s:19:"uncropped_720w_webp";s:5:"label";s:23:"Uncropped | 720w | WebP";s:7:"effects";a:2:{s:36:"93295bf7-164c-4763-9ce5-014b4007155c";a:4:{s:4:"uuid";s:36:"93295bf7-164c-4763-9ce5-014b4007155c";s:2:"id";s:11:"image_scale";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:720;s:6:"height";N;s:7:"upscale";b:0;}}s:36:"70230248-85a9-4941-8cde-0fd3cb86c23b";a:4:{s:4:"uuid";s:36:"70230248-85a9-4941-8cde-0fd3cb86c23b";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'image.style.uncropped_960w_webp', 'a:8:{s:4:"uuid";s:36:"ed48a149-5231-40e2-92ce-08492dad30eb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"tGrpkUIY3iWGrJwW-KdLRjR_mxZT7IJFSHY1aK_TCHA";}s:4:"name";s:19:"uncropped_960w_webp";s:5:"label";s:23:"Uncropped | 960w | WebP";s:7:"effects";a:2:{s:36:"8bd270bf-d5f1-4eca-b53b-a4e8a62b283d";a:4:{s:4:"uuid";s:36:"8bd270bf-d5f1-4eca-b53b-a4e8a62b283d";s:2:"id";s:11:"image_scale";s:6:"weight";i:1;s:4:"data";a:3:{s:5:"width";i:960;s:6:"height";N;s:7:"upscale";b:0;}}s:36:"0ce9a656-f212-4e70-911a-faadf1d1ee9f";a:4:{s:4:"uuid";s:36:"0ce9a656-f212-4e70-911a-faadf1d1ee9f";s:2:"id";s:13:"image_convert";s:6:"weight";i:2;s:4:"data";a:1:{s:9:"extension";s:4:"webp";}}}}'), ('', 'klaro.klaro_app.ai_alt_text_generation', 'a:23:{s:4:"uuid";s:36:"5ebf0a78-aa5e-429d-89ce-14aacec9e303";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BZCELYsWAV2EfJIDJNfLNSb_qe0Nzv5E9PZJgRrYDfw";}s:2:"id";s:22:"ai_alt_text_generation";s:5:"label";s:29:"Drupal AI Alt Text Generation";s:11:"description";s:127:"This service generates alt texts for images using AI vision models. The image and metadata are sent to the selected AI service.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";b:0;s:23:"contextual_consent_text";s:50:"Transfer image and meta data to chosen AI service?";s:8:"info_url";s:0:"";s:18:"privacy_policy_url";s:0:"";s:8:"purposes";a:1:{i:0;s:3:"cms";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:0:{}s:18:"wrapper_identifier";a:1:{i:0;s:23:".ai-alt-text-generation";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.bluesky', 'a:23:{s:4:"uuid";s:36:"b413c395-8385-4074-9276-726804a158c2";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"mokEu9Dzzr8_EGNrVGPYu_t5xT4zX6RZaEDYsv-bAps";}s:2:"id";s:7:"bluesky";s:5:"label";s:7:"Bluesky";s:11:"description";s:58:"Bluesky is a social media platform by Bluesky, PBLLC (USA)";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:29:"https://bsky.social/about/faq";s:18:"privacy_policy_url";s:48:"https://bsky.social/about/support/privacy-policy";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:14:"embed.bsky.app";}s:18:"wrapper_identifier";a:1:{i:0;s:14:".bluesky-embed";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.cms', 'a:23:{s:4:"uuid";s:36:"b535f368-d289-4331-affb-91db5a188518";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"HBeBrdoMQ8HHvIcge46zv21fgnD6c8V6FjQ_h1eiQkY";}s:2:"id";s:3:"cms";s:5:"label";s:10:"Drupal CMS";s:11:"description";s:89:"Store data (e.g. cookie for user session) in your browser (required to use this website).";s:7:"default";b:1;s:8:"purposes";a:1:{i:0;s:3:"cms";}s:7:"cookies";a:1:{i:0;a:3:{s:5:"regex";s:13:"^[SESS|SSESS]";s:4:"path";s:0:"";s:6:"domain";s:0:"";}}s:8:"required";b:1;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:22:"https://www.drupal.org";s:18:"privacy_policy_url";s:0:"";s:11:"javascripts";a:0:{}s:13:"callback_code";s:0:"";s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:-1;}'), ('', 'klaro.klaro_app.deepchat', 'a:23:{s:4:"uuid";s:36:"93fdccc9-e9de-471e-890e-45d7e9dd5bf9";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"OMK9vMBaKPKJ8-CWEuVow08R1qVHG67bkSVrN0_wRpM";}s:2:"id";s:8:"deepchat";s:5:"label";s:8:"Deepchat";s:11:"description";s:197:"Deepchat is a chatbot. Your data is passed on to external AI providers. Depending on the settings, a session cookie can be written for the chat history. See the privacy policy for more information.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";b:1;s:23:"contextual_consent_text";s:87:"Load service chatbot Deepchat (uses session cookie and sends data to external service)?";s:8:"info_url";s:0:"";s:18:"privacy_policy_url";s:0:"";s:8:"purposes";a:1:{i:0;s:8:"livechat";}s:7:"cookies";a:1:{i:0;a:3:{s:5:"regex";s:18:"^deepChatState_.*$";s:4:"path";s:0:"";s:6:"domain";s:0:"";}}s:13:"callback_code";s:0:"";s:11:"javascripts";a:0:{}s:18:"wrapper_identifier";a:1:{i:0;s:9:"deep-chat";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.facebook', 'a:23:{s:4:"uuid";s:36:"f260d166-ae53-4cb0-b85d-c3acd9a430c7";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"fBAyZTIZVpIJVNbRqVfsPO67ZB4JOqq1ocvlR_rf0qA";}s:2:"id";s:8:"facebook";s:5:"label";s:8:"Facebook";s:11:"description";s:65:"Facebook is a social media platform by Meta Platforms, Inc (USA).";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:35:"https://about.meta.com/company-info";s:18:"privacy_policy_url";s:40:"https://www.facebook.com/privacy/policy/";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:16:"www.facebook.com";}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.ga', 'a:23:{s:4:"uuid";s:36:"ca0edc58-efdd-4333-b27a-b83ba8afd81a";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"mtHeuWVbubnMes-4rhJlAepwGRtO7rE3jXdl6QwnojI";}s:2:"id";s:2:"ga";s:5:"label";s:16:"Google Analytics";s:11:"description";s:49:"Tracks online visits of the website as a service.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:61:"https://marketingplatform.google.com/intl/de/about/analytics/";s:18:"privacy_policy_url";s:35:"https://policies.google.com/privacy";s:8:"purposes";a:1:{i:0;s:9:"analytics";}s:7:"cookies";a:3:{i:0;a:3:{s:5:"regex";s:10:"^_ga(_.*)?";s:4:"path";s:0:"";s:6:"domain";s:0:"";}i:1;a:3:{s:5:"regex";s:5:"^_gid";s:4:"path";s:0:"";s:6:"domain";s:0:"";}i:2;a:3:{s:5:"regex";s:4:"^IDE";s:4:"path";s:0:"";s:6:"domain";s:0:"";}}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:12:"analytics.js";}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:1:{i:0;s:20:"ga4_google_analytics";}s:6:"weight";i:1;}'), ('', 'klaro.klaro_app.google_maps', 'a:23:{s:4:"uuid";s:36:"82a691f2-99d3-4362-8f16-357013f68eef";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"NbcMmqZiMsveI0yQk8U-rm4QJl9Pr__gONSqOsJKjas";}s:2:"id";s:11:"google_maps";s:5:"label";s:11:"Google Maps";s:11:"description";s:55:"Google Maps is an online map service offered by Google.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:33:"https://www.google.com/maps/about";s:18:"privacy_policy_url";s:35:"https://policies.google.com/privacy";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:2:{i:0;s:33:"https://www.google.com/maps/embed";i:1;s:46:"https://maps.googleapis.com/maps/api/staticmap";}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.google_recaptcha', 'a:23:{s:4:"uuid";s:36:"5e07d1e6-21f1-46b2-b221-120ac11c7c68";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"cJ6_jdvxb_glh6-HwEiUSPk5fAK43aWMRIjzMJtKQoA";}s:2:"id";s:16:"google_recaptcha";s:5:"label";s:16:"Google reCAPTCHA";s:11:"description";s:50:"reCAPTCHA is a CAPTCHA system owned by Google LLC.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:39:"https://www.google.com/recaptcha/about/";s:18:"privacy_policy_url";s:35:"https://policies.google.com/privacy";s:8:"purposes";a:1:{i:0;s:8:"security";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:3:{i:0;s:39:"https://www.google.com/recaptcha/api.js";i:1;s:42:"https://www.recaptcha.net/recaptcha/api.js";i:2;s:12:"recaptcha.js";}s:18:"wrapper_identifier";a:1:{i:0;s:12:".g-recaptcha";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.gtm', 'a:23:{s:4:"uuid";s:36:"fd554172-9654-4d1d-9174-446072e9856c";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"p1dtty8n0_QsIkVflvUTbHLiT0RpYW7huKeQOCTAgQE";}s:2:"id";s:3:"gtm";s:5:"label";s:18:"Google Tag Manager";s:11:"description";s:35:"Manages and deploys marketing tags.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:63:"https://marketingplatform.google.com/intl/de/about/tag-manager/";s:18:"privacy_policy_url";s:35:"https://policies.google.com/privacy";s:8:"purposes";a:1:{i:0;s:11:"advertising";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:3:{i:0;s:6:"gtm.js";i:1;s:7:"gtag.js";i:2;s:40:"https://www.googletagmanager.com/ns.html";}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:1:{i:0;s:3:"gtm";}s:6:"weight";i:2;}'), ('', 'klaro.klaro_app.instagram', 'a:23:{s:4:"uuid";s:36:"7409aa09-60a1-4255-be34-055a14bee5b0";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"iNRJWR9llujUKVo3_0Pb8lFXSXUeSj2y2bg6xK3X-DQ";}s:2:"id";s:9:"instagram";s:5:"label";s:9:"Instagram";s:11:"description";s:66:"Instagram is a social media platform by Meta Platforms, Inc (USA).";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:28:"https://about.instagram.com/";s:18:"privacy_policy_url";s:42:"https://privacycenter.instagram.com/policy";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:26:"www.instagram.com/embed.js";}s:18:"wrapper_identifier";a:1:{i:0;s:16:".instagram-media";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.klaro', 'a:23:{s:4:"uuid";s:36:"7be2aeac-5947-41ad-9607-a8229a9294cb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5FaC8_PP76ON-gppVAhTdnHRYooCqaMf-cDj-tSBhos";}s:2:"id";s:5:"klaro";s:5:"label";s:15:"Consent manager";s:11:"description";s:73:"Klaro! Cookie & Consent manager saves your consent status in the browser.";s:7:"default";b:1;s:8:"required";b:1;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:59:"https://github.com/klaro-org/klaro-js/blob/master/README.md";s:18:"privacy_policy_url";s:0:"";s:8:"purposes";a:1:{i:0;s:3:"cms";}s:7:"cookies";a:1:{i:0;a:3:{s:5:"regex";s:5:"klaro";s:4:"path";s:0:"";s:6:"domain";s:0:"";}}s:13:"callback_code";s:0:"";s:11:"javascripts";a:0:{}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.leaflet', 'a:23:{s:4:"uuid";s:36:"591f4cd9-6661-4acb-9d16-7cc327b4f6d9";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"xGsGOe4iv5uPr7X38FsUPaLmRoziapSCPgEsNTIyTZ0";}s:2:"id";s:7:"leaflet";s:5:"label";s:22:"External Map (Leaflet)";s:11:"description";s:116:"This service loads external maps via Leaflet. See privacy policy for more information about the chosen map provider.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:0:"";s:18:"privacy_policy_url";s:0:"";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:0:{}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.linkedin', 'a:23:{s:4:"uuid";s:36:"c5323f7b-2542-4f0b-97da-180bf7262625";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"2UYbcuxoVLN4VDT8JiLiVZ31ESUsac6CeAl4zcLy2Zw";}s:2:"id";s:8:"linkedin";s:5:"label";s:8:"Linkedin";s:11:"description";s:96:"Linkedin is a social media platform by Linkedin, Inc (USA), subsidiary of Microsoft Corp. (USA).";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:27:"https://about.linkedin.com/";s:18:"privacy_policy_url";s:45:"https://www.linkedin.com/legal/privacy-policy";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:16:"www.linkedin.com";}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.mastodon', 'a:23:{s:4:"uuid";s:36:"3533aad2-3cf5-4b50-9573-3f160258a85c";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"6qjt1wfIOxzlhFeLbPaV9cdeo9ec-Y-QLM1alxsTGAA";}s:2:"id";s:8:"mastodon";s:5:"label";s:33:"Mastodon social.bund.de (Example)";s:11:"description";s:88:"Mastodon for social.bund.de - you must adapt the URL for your preferred Mastodon server.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:25:"https://joinmastodon.org/";s:18:"privacy_policy_url";s:0:"";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:14:"social.bund.de";}s:18:"wrapper_identifier";a:1:{i:0;s:15:".mastodon-embed";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.mastodon_module', 'a:23:{s:4:"uuid";s:36:"cceedb68-e32a-4b6c-98ec-a8ec5bf653ea";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BzFX1-YlTuEiAQhkp5w8qob5Xt--YNF7VLqRJzPQU60";}s:2:"id";s:15:"mastodon_module";s:5:"label";s:8:"Mastodon";s:11:"description";s:146:"Mastodon module for Drupal connects to given Mastodon server and stores posts in user''s browser. Personal data such as IP addresses are processed.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";b:0;s:23:"contextual_consent_text";s:0:"";s:8:"info_url";s:24:"https://mastodon.social/";s:18:"privacy_policy_url";s:38:"https://mastodon.social/privacy-policy";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:21:"mastodon.fed_embed.js";}s:18:"wrapper_identifier";a:1:{i:0;s:9:"fed-embed";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.matomo', 'a:23:{s:4:"uuid";s:36:"35eae0b5-4863-4f34-9700-eacf4f9d624c";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"n6Mv2ssZaK6w9tKtiTQVgW7HiBz-iALHiB2QlGlE-FE";}s:2:"id";s:6:"matomo";s:5:"label";s:6:"Matomo";s:11:"description";s:36:"Tracks online visits of the website.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:18:"https://matomo.org";s:18:"privacy_policy_url";s:33:"https://matomo.org/privacy-policy";s:8:"purposes";a:1:{i:0;s:9:"analytics";}s:7:"cookies";a:4:{i:0;a:3:{s:5:"regex";s:8:"^_pk_.*$";s:4:"path";s:0:"";s:6:"domain";s:0:"";}i:1;a:3:{s:5:"regex";s:10:"^matomo.*$";s:4:"path";s:0:"";s:6:"domain";s:0:"";}i:2;a:3:{s:5:"regex";s:8:"^mtm_.*$";s:4:"path";s:0:"";s:6:"domain";s:0:"";}i:3;a:3:{s:5:"regex";s:12:"piwik_ignore";s:4:"path";s:0:"";s:6:"domain";s:0:"";}}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:9:"matomo.js";}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:1:{i:0;s:22:"matomo_tracking_script";}s:6:"weight";i:3;}'), ('', 'klaro.klaro_app.matomo_cookies', 'a:23:{s:4:"uuid";s:36:"afaf95b8-5be1-491a-9de6-ad89610f5259";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"DdJBlbMEM6Jt7omKCRqnVanOawB9Whrf0wWpj-CJBv8";}s:2:"id";s:14:"matomo_cookies";s:5:"label";s:22:"Matomo (block cookies)";s:11:"description";s:36:"Tracks online visits of the website.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:18:"https://matomo.org";s:18:"privacy_policy_url";s:33:"https://matomo.org/privacy-policy";s:8:"purposes";a:1:{i:0;s:9:"analytics";}s:7:"cookies";a:3:{i:0;a:3:{s:5:"regex";s:8:"^_pk_.*$";s:4:"path";s:0:"";s:6:"domain";s:0:"";}i:1;a:3:{s:5:"regex";s:12:"piwik_ignore";s:4:"path";s:0:"";s:6:"domain";s:0:"";}i:2;a:3:{s:5:"regex";s:18:"mtm_cookie_consent";s:4:"path";s:0:"";s:6:"domain";s:0:"";}}s:13:"callback_code";s:174:"if (typeof _paq !== ''undefined'') {\r\n if (consent == true) {\r\n _paq.push([''rememberCookieConsentGiven'']);\r\n } else {\r\n _paq.push([''forgetCookieConsentGiven'']);\r\n }\r\n}";s:11:"javascripts";a:0:{}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:3;}'), ('', 'klaro.klaro_app.threads', 'a:23:{s:4:"uuid";s:36:"9e500136-cbe5-4551-9f45-654918e92e0a";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"kReaAib6xEZo0ziOsmpR2WXSxhXMhOuLpEKVyMHMtns";}s:2:"id";s:7:"threads";s:5:"label";s:20:"Threads by Instagram";s:11:"description";s:64:"Threads is a social media platform by Meta Platforms, Inc (USA).";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:35:"https://about.instagram.com/threads";s:18:"privacy_policy_url";s:42:"https://about.instagram.com/safety/privacy";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:15:"www.threads.net";}s:18:"wrapper_identifier";a:1:{i:0;s:16:".text-post-media";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.tiktok', 'a:23:{s:4:"uuid";s:36:"2a10b55c-50f0-49c0-b585-82e7223a80f8";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"VANMO9bKFMpdZ3Tz-c21Ejv8U78LRuGUs0nplDDJ4e0";}s:2:"id";s:6:"tiktok";s:5:"label";s:6:"TikTok";s:11:"description";s:75:"TikTok is a social media platform by Bytedance Ltd. (China/Cayman Islands).";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:28:"https://www.tiktok.com/about";s:18:"privacy_policy_url";s:47:"https://www.tiktok.com/legal/privacy-policy-row";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:14:"www.tiktok.com";}s:18:"wrapper_identifier";a:1:{i:0;s:13:".tiktok-embed";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.umami', 'a:23:{s:4:"uuid";s:36:"c9581c47-11ea-4d1b-b2ad-803608906b1e";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"vN8TfPdEQ-WQeGejDogrVhptSSDdSy2U4jHZ80cmM7s";}s:2:"id";s:5:"umami";s:5:"label";s:5:"Umami";s:11:"description";s:36:"Tracks online visits of the website.";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";b:0;s:23:"contextual_consent_text";s:0:"";s:8:"info_url";s:16:"https://umami.is";s:18:"privacy_policy_url";s:24:"https://umami.is/privacy";s:8:"purposes";a:1:{i:0;s:9:"analytics";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:8:"umami.js";}s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:1:{i:0;s:31:"umami_analytics_tracking_script";}s:6:"weight";i:4;}'), ('', 'klaro.klaro_app.vimeo', 'a:23:{s:4:"uuid";s:36:"bb1fbe6a-e6de-4a70-b3dc-f506a8ed091c";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"U6qalwZKD1yRnEEimqvgovefpsmYuoXB7zSWZ_n-57U";}s:2:"id";s:5:"vimeo";s:5:"label";s:5:"Vimeo";s:11:"description";s:54:"Vimeo is a video sharing platform by Vimeo, LLC (USA).";s:7:"default";b:0;s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:18:"https://vimeo.com/";s:18:"privacy_policy_url";s:25:"https://vimeo.com/privacy";s:11:"javascripts";a:1:{i:0;s:9:"vimeo.com";}s:13:"callback_code";s:0:"";s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.x', 'a:23:{s:4:"uuid";s:36:"0487a8c4-3488-4216-a909-6fda0854ae79";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"30nD-PfLJzOQ9q4Zls4kVESZf25cg-IhPNE_CSi9Bgo";}s:2:"id";s:1:"x";s:5:"label";s:1:"X";s:11:"description";s:74:"X (formerly known as Twitter) is a social media platform by X Corp. (USA).";s:7:"default";b:0;s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:14:"https://x.com/";s:18:"privacy_policy_url";s:24:"https://x.com/en/privacy";s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:13:"callback_code";s:0:"";s:11:"javascripts";a:1:{i:0;s:31:"platform.twitter.com/widgets.js";}s:18:"wrapper_identifier";a:1:{i:0;s:14:".twitter-tweet";}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_app.youtube', 'a:23:{s:4:"uuid";s:36:"e604beb1-80c4-418e-b5c6-21ff44d65f01";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ETjeewYXUBo_zLRzIlijtavOYTyqTUkqyMsUM2x3FYo";}s:2:"id";s:7:"youtube";s:5:"label";s:7:"YouTube";s:11:"description";s:60:"YouTube is an online video sharing platform owned by Google.";s:7:"default";b:0;s:8:"purposes";a:1:{i:0;s:16:"external_content";}s:7:"cookies";a:0:{}s:8:"required";b:0;s:7:"opt_out";b:0;s:9:"only_once";b:0;s:23:"contextual_consent_only";N;s:23:"contextual_consent_text";N;s:8:"info_url";s:24:"https://www.youtube.com/";s:18:"privacy_policy_url";s:77:"https://www.youtube.com/howyoutubeworks/our-commitments/protecting-user-data/";s:11:"javascripts";a:4:{i:0;s:11:"youtube.com";i:1;s:8:"youtu.be";i:2;s:20:"youtube-nocookie.com";i:3;s:9:"ytimg.com";}s:13:"callback_code";s:0:"";s:18:"wrapper_identifier";a:0:{}s:11:"attachments";a:0:{}s:6:"weight";i:0;}'), ('', 'klaro.klaro_purpose.advertising', 'a:9:{s:4:"uuid";s:36:"47fe8eaf-4c84-4481-8290-4fd8a4d6fd53";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"p0Xmtt8DXCK7YDyQCjx9e34PXU7oZopObzexorM4geo";}s:2:"id";s:11:"advertising";s:5:"label";s:25:"Advertising and Marketing";s:11:"description";s:0:"";s:6:"weight";i:0;}'), ('', 'klaro.klaro_purpose.analytics', 'a:9:{s:4:"uuid";s:36:"f6acc556-ab38-4b16-a0df-fe167b37f2d0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"DaAAmHlWMVahC2MmhRKQN8Lun9hBPT6LR6PCjkCEikI";}s:2:"id";s:9:"analytics";s:5:"label";s:9:"Analytics";s:11:"description";s:0:"";s:6:"weight";i:1;}'), ('', 'klaro.klaro_purpose.cms', 'a:9:{s:4:"uuid";s:36:"7dc26a56-1324-41c8-a183-136635f7e71f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"3j5wXqDkwDxjQzmBncu4QboNV0z9hzVwJug3j5IpigQ";}s:2:"id";s:3:"cms";s:5:"label";s:10:"Functional";s:11:"description";s:0:"";s:6:"weight";i:-1;}'), ('', 'klaro.klaro_purpose.external_content', 'a:9:{s:4:"uuid";s:36:"8114342e-eb7c-4ed9-b522-386124e1b432";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"DdVZR131nyy6OVL9mBguPmzKgAzSs-6NjqEdbkF55NI";}s:2:"id";s:16:"external_content";s:5:"label";s:25:"Embedded external content";s:11:"description";s:0:"";s:6:"weight";i:6;}'), ('', 'klaro.klaro_purpose.livechat', 'a:9:{s:4:"uuid";s:36:"f32b0ffc-e1a7-458e-aba5-b20a14909b59";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"1PTw_ErrIEO0qT4X6G3QCbRnAnoKOpaqwQiAWHbisGg";}s:2:"id";s:8:"livechat";s:5:"label";s:9:"Live chat";s:11:"description";s:0:"";s:6:"weight";i:3;}'), ('', 'klaro.klaro_purpose.security', 'a:9:{s:4:"uuid";s:36:"34630956-fa9f-4eae-a76c-4a2bdf095c57";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"viRP54gfVbiAJggsHB02B_iBsSqhc8KLC7lngFFBP5Q";}s:2:"id";s:8:"security";s:5:"label";s:8:"Security";s:11:"description";s:0:"";s:6:"weight";i:4;}'), ('', 'klaro.klaro_purpose.styling', 'a:9:{s:4:"uuid";s:36:"4b49e4cc-a0b5-4f6b-84ea-a3c5329eb5ae";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"zb5fw3XvVMA3iaOX1CO7qm1YLv0IzThvz3HQvDcsLA8";}s:2:"id";s:7:"styling";s:5:"label";s:7:"Styling";s:11:"description";s:0:"";s:6:"weight";i:5;}'), ('', 'klaro.settings', 'a:21:{s:8:"langcode";s:2:"en";s:11:"dialog_mode";s:6:"silent";s:24:"auto_decorate_final_html";b:1;s:22:"auto_decorate_js_alter";b:1;s:30:"auto_decorate_page_attachments";b:1;s:30:"auto_decorate_preprocess_field";b:1;s:20:"get_entity_thumbnail";b:1;s:13:"block_unknown";b:0;s:21:"log_unknown_resources";b:0;s:19:"block_unknown_label";s:16:"Unknown services";s:25:"block_unknown_description";s:43:"Allow loading of unknown external resources";s:18:"show_toggle_button";b:0;s:17:"show_close_button";b:0;s:24:"deletable_cookie_domains";a:0:{}s:12:"exclude_urls";a:0:{}s:12:"disable_urls";a:0:{}s:6:"styles";a:1:{i:0;s:5:"light";}s:20:"process_descriptions";b:0;s:12:"override_css";b:1;s:17:"show_notice_title";b:0;s:7:"library";a:13:{s:10:"element_id";s:5:"klaro";s:14:"storage_method";s:6:"cookie";s:11:"cookie_name";s:5:"klaro";s:25:"cookie_expires_after_days";i:180;s:13:"cookie_domain";s:0:"";s:16:"group_by_purpose";b:1;s:10:"accept_all";b:0;s:16:"hide_decline_all";b:0;s:15:"hide_learn_more";b:0;s:20:"learn_more_as_button";b:0;s:16:"additional_class";s:0:"";s:10:"html_texts";b:0;s:10:"auto_focus";b:1;}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'klaro.texts', 'a:12:{s:8:"langcode";s:2:"en";s:12:"consentModal";a:3:{s:5:"title";s:32:"Use of personal data and cookies";s:11:"description";s:76:"Please choose the services and 3rd party applications we would like to use.\n";s:13:"privacyPolicy";a:3:{s:4:"name";s:14:"privacy policy";s:4:"text";s:48:"To learn more, please read our {privacyPolicy}.\n";s:3:"url";s:24:"internal:/privacy-policy";}}s:13:"consentNotice";a:4:{s:5:"title";s:32:"Use of personal data and cookies";s:17:"changeDescription";s:69:"There were changes since your last visit, please update your consent.";s:11:"description";s:81:"We use cookies and process personal data for the following purposes: {purposes}.\n";s:9:"learnMore";s:9:"Customize";}s:2:"ok";s:6:"Accept";s:4:"save";s:4:"Save";s:7:"decline";s:7:"Decline";s:5:"close";s:5:"Close";s:9:"acceptAll";s:10:"Accept all";s:14:"acceptSelected";s:15:"Accept selected";s:7:"service";a:5:{s:10:"disableAll";a:2:{s:5:"title";s:19:"Toggle all services";s:11:"description";s:47:"Use this switch to enable/disable all services.";}s:6:"optOut";a:2:{s:5:"title";s:9:"(opt-out)";s:11:"description";s:53:"This service is loaded by default (opt-out possible).";}s:8:"required";a:2:{s:5:"title";s:17:"(always required)";s:11:"description";s:32:"This service is always required.";}s:8:"purposes";s:8:"Purposes";s:7:"purpose";s:7:"Purpose";}s:17:"contextualConsent";a:3:{s:12:"acceptAlways";s:6:"Always";s:10:"acceptOnce";s:15:"Yes (this time)";s:11:"description";s:42:"Load external content supplied by {title}?";}s:9:"poweredBy";s:17:"Powered by Klaro!";}'), ('', 'linkit.linkit_profile.default', 'a:9:{s:4:"uuid";s:36:"9271beaa-fad2-4f10-adda-392e393043a8";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"-OA36tRZkthwtA4QzlWDUFHfvtKu1rJCY9S9FMX4fhI";}s:5:"label";s:7:"Default";s:2:"id";s:7:"default";s:11:"description";s:24:"A default Linkit profile";s:8:"matchers";a:2:{s:36:"556010a3-e317-48b3-b4ed-854c10f4b950";a:4:{s:2:"id";s:11:"entity:node";s:4:"uuid";s:36:"556010a3-e317-48b3-b4ed-854c10f4b950";s:8:"settings";a:6:{s:8:"metadata";s:72:"[node:content-type:name] by [node:author] on [node:created:custom:j M Y]";s:7:"bundles";a:0:{}s:15:"group_by_bundle";b:0;s:17:"substitution_type";s:9:"canonical";s:5:"limit";i:100;s:19:"include_unpublished";b:1;}s:6:"weight";i:0;}s:36:"f82bb77f-274f-4ef3-8aaa-30754dc9914c";a:4:{s:2:"id";s:12:"entity:media";s:4:"uuid";s:36:"f82bb77f-274f-4ef3-8aaa-30754dc9914c";s:8:"settings";a:5:{s:8:"metadata";s:0:"";s:7:"bundles";a:1:{s:8:"document";s:8:"document";}s:15:"group_by_bundle";b:0;s:17:"substitution_type";s:5:"media";s:5:"limit";i:100;}s:6:"weight";i:0;}}}'), ('', 'mailsystem.settings', 'a:3:{s:5:"theme";s:16:"easy_email_theme";s:8:"defaults";a:2:{s:6:"sender";s:19:"symfony_mailer_lite";s:9:"formatter";s:19:"symfony_mailer_lite";}s:7:"modules";a:2:{s:19:"symfony_mailer_lite";a:1:{s:4:"none";a:2:{s:6:"sender";s:19:"symfony_mailer_lite";s:9:"formatter";s:19:"symfony_mailer_lite";}}s:10:"easy_email";a:1:{s:4:"none";a:2:{s:6:"sender";s:19:"symfony_mailer_lite";s:9:"formatter";s:19:"symfony_mailer_lite";}}}}'), ('', 'media.settings', 'a:4:{s:13:"icon_base_uri";s:28:"public://media-icons/generic";s:13:"iframe_domain";N;s:20:"oembed_providers_url";s:33:"https://oembed.com/providers.json";s:14:"standalone_url";b:0;}'), ('', 'media.type.document', 'a:13:{s:4:"uuid";s:36:"969d0662-2c15-4e96-8e28-7cec61da1618";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"_D9q3XSnP6ik9we9UuoTvZsQKPuYNp_G9PfwVtWzgnQ";}s:2:"id";s:8:"document";s:5:"label";s:8:"Document";s:11:"description";s:44:"An uploaded file or document, such as a PDF.";s:6:"source";s:4:"file";s:25:"queue_thumbnail_downloads";b:0;s:12:"new_revision";b:1;s:20:"source_configuration";a:1:{s:12:"source_field";s:20:"field_media_document";}s:9:"field_map";a:1:{s:4:"name";s:4:"name";}}'), ('', 'media.type.image', 'a:13:{s:4:"uuid";s:36:"8738ece2-2cfa-441a-a85e-be7bc45e76bf";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"6Qope5wG7HUpV0tPOBMtDI_GZkHFcF1Xj4hgD9Cu_hM";}s:2:"id";s:5:"image";s:5:"label";s:5:"Image";s:11:"description";s:36:"Use local images for reusable media.";s:6:"source";s:5:"image";s:25:"queue_thumbnail_downloads";b:0;s:12:"new_revision";b:1;s:20:"source_configuration";a:1:{s:12:"source_field";s:17:"field_media_image";}s:9:"field_map";a:1:{s:4:"name";s:4:"name";}}'), ('', 'media.type.remote_video', 'a:13:{s:4:"uuid";s:36:"a28f828a-6d1f-47cd-93b3-10927a551194";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"hIBTnDGgDKnCiP6HUZm1m7600DHUEpC6FN3LQ4sUgZ4";}s:2:"id";s:12:"remote_video";s:5:"label";s:12:"Remote video";s:11:"description";s:46:"A remotely hosted video from YouTube or Vimeo.";s:6:"source";s:12:"oembed:video";s:25:"queue_thumbnail_downloads";b:0;s:12:"new_revision";b:1;s:20:"source_configuration";a:3:{s:12:"source_field";s:24:"field_media_oembed_video";s:20:"thumbnails_directory";s:44:"public://oembed_thumbnails/[date:custom:Y-m]";s:9:"providers";a:2:{i:0;s:7:"YouTube";i:1;s:5:"Vimeo";}}s:9:"field_map";a:1:{s:5:"title";s:4:"name";}}'), ('', 'media.type.svg_image', 'a:13:{s:4:"uuid";s:36:"5aa2dd6c-7f4b-41c7-b205-6b85829a6cbd";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"kY__LOOCcyCZcd_DkDa-w7gXfB83wAXe49p2ISIAUQ8";}s:2:"id";s:9:"svg_image";s:5:"label";s:9:"SVG Image";s:11:"description";s:60:"A locally hosted SVG file that can be displayed as an image.";s:6:"source";s:5:"image";s:25:"queue_thumbnail_downloads";b:0;s:12:"new_revision";b:0;s:20:"source_configuration";a:1:{s:12:"source_field";s:21:"field_media_svg_image";}s:9:"field_map";a:0:{}}'), ('', 'media_library.settings', 'a:1:{s:11:"advanced_ui";b:0;}'), ('', 'menu_link_attributes.config', 'a:1:{s:10:"attributes";a:4:{s:15:"container_class";a:2:{s:5:"label";s:19:"Container class(es)";s:11:"description";s:82:"CSS class for the menu list item (<li>). Separate multiple classes by space.";}s:5:"class";a:2:{s:5:"label";s:14:"Link class(es)";s:11:"description";s:76:"CSS class for the link (<a href>). Separate multiple classes by space.";}s:6:"target";a:4:{s:5:"label";s:11:"Link target";s:11:"description";s:0:"";s:7:"options";a:2:{s:6:"_blank";s:19:"New window (_blank)";s:5:"_self";s:19:"Same window (_self)";}s:13:"default_value";s:0:"";}s:3:"rel";a:2:{s:5:"label";s:12:"Relationship";s:11:"description";s:100:"The "rel" attribute specifies the relationship between the current document and the linked document.";}}}'), ('', 'menu_ui.settings', 'a:1:{s:24:"override_parent_selector";b:0;}'), ('', 'navigation.block_layout', 'a:2:{s:8:"langcode";s:2:"en";s:8:"sections";a:1:{i:0;a:4:{s:9:"layout_id";s:17:"navigation_layout";s:15:"layout_settings";a:1:{s:5:"label";s:0:"";}s:10:"components";a:4:{s:36:"2694e8e4-2af1-4be6-a11c-84b2dee3cfdf";a:5:{s:4:"uuid";s:36:"2694e8e4-2af1-4be6-a11c-84b2dee3cfdf";s:6:"region";s:7:"content";s:13:"configuration";a:4:{s:2:"id";s:20:"navigation_dashboard";s:5:"label";s:9:"Dashboard";s:13:"label_display";s:1:"0";s:8:"provider";s:9:"dashboard";}s:6:"weight";i:-5;s:10:"additional";a:0:{}}s:36:"3ff7be01-c8b0-4444-88f3-2364d7a8054e";a:5:{s:4:"uuid";s:36:"3ff7be01-c8b0-4444-88f3-2364d7a8054e";s:6:"region";s:7:"content";s:13:"configuration";a:6:{s:2:"id";s:23:"navigation_menu:content";s:5:"label";s:7:"Content";s:13:"label_display";s:1:"0";s:8:"provider";s:10:"navigation";s:5:"level";i:1;s:5:"depth";i:2;}s:6:"weight";i:1;s:10:"additional";a:0:{}}s:36:"3f2f743f-856f-404a-9c28-57ee83af4691";a:5:{s:4:"uuid";s:36:"3f2f743f-856f-404a-9c28-57ee83af4691";s:6:"region";s:7:"content";s:13:"configuration";a:6:{s:2:"id";s:21:"navigation_menu:admin";s:5:"label";s:14:"Administration";s:13:"label_display";s:1:"0";s:8:"provider";s:10:"navigation";s:5:"level";i:2;s:5:"depth";i:2;}s:6:"weight";i:2;s:10:"additional";a:0:{}}s:36:"283da777-e051-4571-8089-47633a9ce706";a:5:{s:4:"uuid";s:36:"283da777-e051-4571-8089-47633a9ce706";s:6:"region";s:6:"footer";s:13:"configuration";a:4:{s:2:"id";s:15:"navigation_user";s:5:"label";s:4:"User";s:13:"label_display";s:1:"0";s:8:"provider";s:10:"navigation";}s:6:"weight";i:0;s:10:"additional";a:0:{}}}s:20:"third_party_settings";a:0:{}}}}'), ('', 'navigation.settings', 'a:1:{s:4:"logo";a:3:{s:8:"provider";s:7:"default";s:4:"path";s:0:"";s:3:"max";a:3:{s:8:"filesize";i:1048576;s:6:"height";i:40;s:5:"width";i:40;}}}'), ('', 'node.settings', 'a:1:{s:15:"use_admin_theme";b:1;}'), ('', 'node.type.page', 'a:13:{s:4:"uuid";s:36:"365b005d-c474-4977-880a-10a4efde055d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:9:"scheduler";}}s:20:"third_party_settings";a:1:{s:9:"scheduler";a:12:{s:15:"expand_fieldset";s:13:"when_required";s:19:"fields_display_mode";s:12:"vertical_tab";s:14:"publish_enable";b:1;s:17:"publish_past_date";s:5:"error";s:25:"publish_past_date_created";b:0;s:16:"publish_required";b:0;s:16:"publish_revision";b:1;s:13:"publish_touch";b:1;s:25:"show_message_after_update";b:1;s:16:"unpublish_enable";b:1;s:18:"unpublish_required";b:0;s:18:"unpublish_revision";b:1;}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ofBTVP5AmqIoiRQxuySnBpPvyzCT2nG0UVvuAZaGt3g";}s:4:"name";s:10:"Basic page";s:4:"type";s:4:"page";s:11:"description";s:77:"Use <em>basic pages</em> for your static content, such as an ''About us'' page.";s:4:"help";N;s:12:"new_revision";b:1;s:12:"preview_mode";i:1;s:17:"display_submitted";b:0;}'), ('', 'olivero.settings', 'a:7:{s:7:"favicon";a:1:{s:11:"use_default";b:1;}s:8:"features";a:4:{s:20:"comment_user_picture";b:1;s:25:"comment_user_verification";b:1;s:7:"favicon";b:1;s:17:"node_user_picture";b:0;}s:4:"logo";a:1:{s:11:"use_default";b:0;}s:20:"third_party_settings";a:1:{s:8:"shortcut";a:1:{s:11:"module_link";b:1;}}s:22:"mobile_menu_all_widths";i:0;s:22:"site_branding_bg_color";s:7:"default";s:18:"base_primary_color";s:7:"#1b9ae4";}'), ('', 'package_manager.settings', 'a:3:{s:11:"executables";a:2:{s:8:"composer";N;s:5:"rsync";N;}s:35:"additional_trusted_composer_plugins";a:1:{i:0;s:12:"tbachert/spi";}s:37:"include_unknown_files_in_project_root";b:0;}'), ('', 'pathauto.pattern.menu_path', 'a:13:{s:4:"uuid";s:36:"1a9e47aa-67d9-4496-ab46-46c2d05b3dbc";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"m-a2LUHptfRoh6Bpm6Tqewk6RI4bBLHSf1jhBpfPqHY";}s:2:"id";s:9:"menu_path";s:5:"label";s:9:"Menu Path";s:4:"type";s:23:"canonical_entities:node";s:7:"pattern";s:47:"[node:menu-link:parents:join-path]/[node:title]";s:18:"selection_criteria";a:0:{}s:15:"selection_logic";s:3:"and";s:6:"weight";i:10;s:13:"relationships";a:0:{}}'), ('', 'pathauto.pattern.page_content', 'a:13:{s:4:"uuid";s:36:"c25f3215-5abe-49ae-a2d8-bed4462e9ab9";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:4:"node";}s:8:"enforced";a:1:{s:6:"config";a:1:{i:0;s:14:"node.type.page";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ufS9yFb1v8YrfiIRN4steBSrb1NQGxkfZLSUls3rWU4";}s:2:"id";s:12:"page_content";s:5:"label";s:12:"Page content";s:4:"type";s:23:"canonical_entities:node";s:7:"pattern";s:13:"/[node:title]";s:18:"selection_criteria";a:1:{s:36:"425d6456-71e3-4b65-9302-6c695efaab28";a:5:{s:2:"id";s:18:"entity_bundle:node";s:6:"negate";b:0;s:4:"uuid";s:36:"425d6456-71e3-4b65-9302-6c695efaab28";s:15:"context_mapping";a:1:{s:4:"node";s:4:"node";}s:7:"bundles";a:1:{s:4:"page";s:4:"page";}}}s:15:"selection_logic";s:3:"and";s:6:"weight";i:-5;s:13:"relationships";a:0:{}}'), ('', 'pathauto.settings', 'a:12:{s:20:"enabled_entity_types";a:1:{i:0;s:4:"user";}s:11:"punctuation";a:1:{s:6:"hyphen";i:1;}s:7:"verbose";b:0;s:9:"separator";s:1:"-";s:10:"max_length";i:100;s:20:"max_component_length";i:100;s:13:"transliterate";b:1;s:12:"reduce_ascii";b:0;s:4:"case";b:1;s:12:"ignore_words";s:134:"a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with";s:13:"update_action";i:2;s:11:"safe_tokens";a:6:{i:0;s:5:"alias";i:1;s:4:"path";i:2;s:9:"join-path";i:3;s:9:"login-url";i:4;s:3:"url";i:5;s:9:"url-brief";}}'), ('', 'project_browser.admin_settings', 'a:4:{s:15:"enabled_sources";a:2:{i:0;s:17:"drupalorg_jsonapi";i:1;s:7:"recipes";}s:16:"allow_ui_install";b:1;s:16:"allowed_projects";a:1:{s:7:"recipes";a:12:{i:0;s:30:"drupal_cms_accessibility_tools";i:1;s:13:"drupal_cms_ai";i:2;s:15:"drupal_cms_blog";i:3;s:21:"drupal_cms_case_study";i:4;s:17:"drupal_cms_events";i:5;s:16:"drupal_cms_forms";i:6;s:27:"drupal_cms_google_analytics";i:7;s:15:"drupal_cms_news";i:8;s:17:"drupal_cms_person";i:9;s:18:"drupal_cms_project";i:10;s:17:"drupal_cms_search";i:11;s:20:"drupal_cms_seo_tools";}}s:14:"max_selections";i:1;}'), ('', 'redirect.settings', 'a:7:{s:13:"auto_redirect";b:1;s:19:"default_status_code";i:301;s:23:"passthrough_querystring";b:1;s:7:"warning";b:0;s:17:"ignore_admin_path";b:0;s:12:"access_check";b:0;s:24:"route_normalizer_enabled";b:1;}'), ('', 'redirect_404.settings', 'a:3:{s:9:"row_limit";i:10000;s:5:"pages";s:0:"";s:12:"suppress_404";b:1;}'), ('', 'responsive_image.styles.16_9_large', 'a:10:{s:4:"uuid";s:36:"239ac930-e0fb-4c84-9329-7172b6f016aa";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:41:"image.style.16_9_512x288_focal_point_webp";i:1;s:41:"image.style.16_9_704x396_focal_point_webp";i:2;s:41:"image.style.16_9_960x540_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"S4-Tq7YR9BkjoihSNREBjphKN_h6rsrBFiSszggZzrM";}s:2:"id";s:10:"16_9_large";s:5:"label";s:10:"16:9 Large";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:29:"16_9_512x288_focal_point_webp";i:1;s:29:"16_9_704x396_focal_point_webp";i:2;s:29:"16_9_960x540_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"16_9_512x288_focal_point_webp";}'), ('', 'responsive_image.styles.16_9_medium', 'a:10:{s:4:"uuid";s:36:"07dbc977-b299-4e9b-937d-51e80975283c";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:41:"image.style.16_9_512x288_focal_point_webp";i:1;s:41:"image.style.16_9_608x342_focal_point_webp";i:2;s:41:"image.style.16_9_720x405_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Mq4zS3NclUIsDOU5ZLBG6N7UJ3_jELLRHlnDr8mwmtk";}s:2:"id";s:11:"16_9_medium";s:5:"label";s:11:"16:9 Medium";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:29:"16_9_512x288_focal_point_webp";i:1;s:29:"16_9_608x342_focal_point_webp";i:2;s:29:"16_9_720x405_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"16_9_512x288_focal_point_webp";}'), ('', 'responsive_image.styles.16_9_small', 'a:10:{s:4:"uuid";s:36:"15b6b744-63ea-4adf-860d-745d04e73251";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:41:"image.style.16_9_304x171_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"7NUEYvcLoUeexjZ8i4-W1asbRxdfoSYwdcwxEAmhYnM";}s:2:"id";s:10:"16_9_small";s:5:"label";s:10:"16:9 Small";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:29:"16_9_304x171_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"16_9_304x171_focal_point_webp";}'), ('', 'responsive_image.styles.16_9_wide', 'a:10:{s:4:"uuid";s:36:"f0089f41-3f62-4660-b958-b53895c03f51";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:5:{i:0;s:42:"image.style.16_9_1008x567_focal_point_webp";i:1;s:42:"image.style.16_9_1312x738_focal_point_webp";i:2;s:43:"image.style.16_9_1800x1080_focal_point_webp";i:3;s:41:"image.style.16_9_512x288_focal_point_webp";i:4;s:41:"image.style.16_9_704x396_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"N9LTVunYZ9ep9ovn548LrCwAcOxHKSRPuZ9VoHzYoSA";}s:2:"id";s:9:"16_9_wide";s:5:"label";s:9:"16:9 Wide";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:5:{i:0;s:30:"16_9_1008x567_focal_point_webp";i:1;s:30:"16_9_1312x738_focal_point_webp";i:2;s:31:"16_9_1800x1080_focal_point_webp";i:3;s:29:"16_9_512x288_focal_point_webp";i:4;s:29:"16_9_704x396_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"16_9_512x288_focal_point_webp";}'), ('', 'responsive_image.styles.1_1_large', 'a:10:{s:4:"uuid";s:36:"6d4c749c-ef61-4f5c-81d4-60c5c678794f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:40:"image.style.1_1_500x500_focal_point_webp";i:1;s:40:"image.style.1_1_600x600_focal_point_webp";i:2;s:40:"image.style.1_1_960x960_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"8ajHzD3HYeNz0fUtaC3B4fTALuPxvjZKkVg6wr4g8kA";}s:2:"id";s:9:"1_1_large";s:5:"label";s:18:"1:1 (Square) Large";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:28:"1_1_500x500_focal_point_webp";i:1;s:28:"1_1_600x600_focal_point_webp";i:2;s:28:"1_1_960x960_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"1_1_500x500_focal_point_webp";}'), ('', 'responsive_image.styles.1_1_medium', 'a:10:{s:4:"uuid";s:36:"9ebc284c-45a0-4aa5-8274-66d071e763d0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:40:"image.style.1_1_500x500_focal_point_webp";i:1;s:40:"image.style.1_1_600x600_focal_point_webp";i:2;s:40:"image.style.1_1_720x720_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ktpky4Z530bMqKLP86Qs2x-bDC7dvzsWL1TlEjehoPg";}s:2:"id";s:10:"1_1_medium";s:5:"label";s:19:"1:1 (Square) Medium";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:28:"1_1_500x500_focal_point_webp";i:1;s:28:"1_1_600x600_focal_point_webp";i:2;s:28:"1_1_720x720_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"1_1_500x500_focal_point_webp";}'), ('', 'responsive_image.styles.1_1_square_small', 'a:10:{s:4:"uuid";s:36:"1b41d092-454f-44b1-91a4-a16edc1a0745";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:40:"image.style.1_1_300x300_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"EXaEg4fstTvEHl6g1aakZeiu5c3GwJd4oJGqPjENuwc";}s:2:"id";s:16:"1_1_square_small";s:5:"label";s:18:"1:1 (Square) Small";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:28:"1_1_300x300_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"1_1_300x300_focal_point_webp";}'), ('', 'responsive_image.styles.2_3_large', 'a:10:{s:4:"uuid";s:36:"32cd167a-34b0-4a9c-aea6-ea240f0a2727";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:40:"image.style.2_3_500x750_focal_point_webp";i:1;s:40:"image.style.2_3_640x960_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"vRGV07SFQiS31VP-_zidgTkuiyuVKFpstWqpVDwbLzE";}s:2:"id";s:9:"2_3_large";s:5:"label";s:9:"2:3 Large";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:2:{i:0;s:28:"2_3_500x750_focal_point_webp";i:1;s:28:"2_3_640x960_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"2_3_500x750_focal_point_webp";}'), ('', 'responsive_image.styles.2_3_medium', 'a:10:{s:4:"uuid";s:36:"dbe8768e-577c-4cd0-84b0-b23fefb39dcb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:40:"image.style.2_3_400x600_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"hjBsSKLOVpw9Ewq4koDvW8PvIkC1zVv8kMRlaA11SHU";}s:2:"id";s:10:"2_3_medium";s:5:"label";s:10:"2:3 Medium";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:28:"2_3_400x600_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"2_3_400x600_focal_point_webp";}'), ('', 'responsive_image.styles.2_3_small', 'a:10:{s:4:"uuid";s:36:"025ab04b-f8ad-4595-8f7a-d7fcee812af0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:40:"image.style.2_3_200x300_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"P4x7phUB2FCg8BlxB1lkQbqRyOGk9xpnpGE15a2pzk8";}s:2:"id";s:9:"2_3_small";s:5:"label";s:9:"2:3 Small";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:28:"2_3_200x300_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"2_3_200x300_focal_point_webp";}'), ('', 'responsive_image.styles.3_2_large', 'a:10:{s:4:"uuid";s:36:"bcaf8345-563b-4458-9c4d-d6d77d680f17";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:40:"image.style.3_2_504x336_focal_point_webp";i:1;s:40:"image.style.3_2_702x468_focal_point_webp";i:2;s:40:"image.style.3_2_960x640_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"MHQTjncrgntre1ahNWfgpaffd40bLa1uf5fpeWLtKA0";}s:2:"id";s:9:"3_2_large";s:5:"label";s:9:"3:2 Large";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:28:"3_2_504x336_focal_point_webp";i:1;s:28:"3_2_702x468_focal_point_webp";i:2;s:28:"3_2_960x640_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"3_2_504x336_focal_point_webp";}'), ('', 'responsive_image.styles.3_2_medium', 'a:10:{s:4:"uuid";s:36:"c833a847-3f85-407d-8f3e-0dc603cf4683";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:40:"image.style.3_2_504x336_focal_point_webp";i:1;s:40:"image.style.3_2_600x400_focal_point_webp";i:2;s:40:"image.style.3_2_720x480_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"6roo0qawEBX5lGH5eyn937sjWEflqMgn9B7NUnsoOO4";}s:2:"id";s:10:"3_2_medium";s:5:"label";s:10:"3:2 Medium";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:28:"3_2_504x336_focal_point_webp";i:1;s:28:"3_2_600x400_focal_point_webp";i:2;s:28:"3_2_720x480_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"3_2_504x336_focal_point_webp";}'), ('', 'responsive_image.styles.3_2_small', 'a:10:{s:4:"uuid";s:36:"9d47c56f-5e4d-4b39-a0ff-f84389ed8e63";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:40:"image.style.3_2_300x200_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"xnztAPpGg0kU1AWGeqTM5Lw0jtj78wizlcMTGYBfUbM";}s:2:"id";s:9:"3_2_small";s:5:"label";s:9:"3:2 Small";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:28:"3_2_300x200_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"3_2_300x200_focal_point_webp";}'), ('', 'responsive_image.styles.3_2_wide', 'a:10:{s:4:"uuid";s:36:"3c8790a8-fcae-4e01-8b6f-b6e5375cf1ff";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:5:{i:0;s:41:"image.style.3_2_1002x668_focal_point_webp";i:1;s:41:"image.style.3_2_1302x868_focal_point_webp";i:2;s:42:"image.style.3_2_1800x1200_focal_point_webp";i:3;s:40:"image.style.3_2_504x336_focal_point_webp";i:4;s:40:"image.style.3_2_702x468_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"TAKtqHc8qd9rV3ayKqVjOw3Cwl4ZgzAt5shSGJfiP08";}s:2:"id";s:8:"3_2_wide";s:5:"label";s:8:"3:2 Wide";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:5:{i:0;s:29:"3_2_1002x668_focal_point_webp";i:1;s:29:"3_2_1302x868_focal_point_webp";i:2;s:30:"3_2_1800x1200_focal_point_webp";i:3;s:28:"3_2_504x336_focal_point_webp";i:4;s:28:"3_2_702x468_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"3_2_504x336_focal_point_webp";}'), ('', 'responsive_image.styles.3_4_large', 'a:10:{s:4:"uuid";s:36:"5e162ede-0b8e-4744-b883-4743e47985f2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:40:"image.style.3_4_504x672_focal_point_webp";i:1;s:40:"image.style.3_4_708x944_focal_point_webp";i:2;s:40:"image.style.3_4_720x960_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dF-GUw56Cnp-jYucCeVt0slNMlsJhc3hKT24Fe5Kx-o";}s:2:"id";s:9:"3_4_large";s:5:"label";s:9:"3:4 Large";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:28:"3_4_504x672_focal_point_webp";i:1;s:28:"3_4_708x944_focal_point_webp";i:2;s:28:"3_4_720x960_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"3_4_504x672_focal_point_webp";}'), ('', 'responsive_image.styles.3_4_medium', 'a:10:{s:4:"uuid";s:36:"933d1a1a-e422-48d8-93b9-d90bc0f1bb76";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:40:"image.style.3_4_450x600_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Fr0e6yt1MhidlYWl0XfXIghuIfpyPedcwgEus8CoQ-g";}s:2:"id";s:10:"3_4_medium";s:5:"label";s:10:"3:4 Medium";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:28:"3_4_450x600_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"3_4_450x600_focal_point_webp";}'), ('', 'responsive_image.styles.3_4_small', 'a:10:{s:4:"uuid";s:36:"83af58c8-27df-46ae-b245-ce69787fb97d";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:40:"image.style.3_4_225x300_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"f3TukTGdoAxixCwYlYWmQoEff0EsZbvcSWgM0ICu-7Y";}s:2:"id";s:9:"3_4_small";s:5:"label";s:9:"3:4 Small";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:28:"3_4_225x300_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"3_4_225x300_focal_point_webp";}'), ('', 'responsive_image.styles.4_3_large', 'a:10:{s:4:"uuid";s:36:"173418fb-b0f7-4e14-83fa-8ca3b1c22bf3";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:40:"image.style.4_3_500x375_focal_point_webp";i:1;s:40:"image.style.4_3_700x525_focal_point_webp";i:2;s:40:"image.style.4_3_960x720_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"0rk_gkOqh410UcQIbDVO-RVn01w6UdtRhCJzUE7TtrY";}s:2:"id";s:9:"4_3_large";s:5:"label";s:9:"4:3 Large";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:28:"4_3_500x375_focal_point_webp";i:1;s:28:"4_3_700x525_focal_point_webp";i:2;s:28:"4_3_960x720_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"4_3_500x375_focal_point_webp";}'), ('', 'responsive_image.styles.4_3_medium', 'a:10:{s:4:"uuid";s:36:"198995de-b513-4cde-bca7-66afd3f64173";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:40:"image.style.4_3_500x375_focal_point_webp";i:1;s:40:"image.style.4_3_600x450_focal_point_webp";i:2;s:40:"image.style.4_3_720x540_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"-XiXFD1eySSVzt_7SRm2vwZK73RGeZ4b85w5h55nkn4";}s:2:"id";s:10:"4_3_medium";s:5:"label";s:10:"4:3 Medium";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:28:"4_3_500x375_focal_point_webp";i:1;s:28:"4_3_600x450_focal_point_webp";i:2;s:28:"4_3_720x540_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"4_3_500x375_focal_point_webp";}'), ('', 'responsive_image.styles.4_3_small', 'a:10:{s:4:"uuid";s:36:"74ab2bc4-1c79-40fb-84eb-0e5c4450b7bc";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:40:"image.style.4_3_300x225_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"zOVIXPM1rDW0uhEcSgNupOq0Vp0UavNIasMywnZW7Co";}s:2:"id";s:9:"4_3_small";s:5:"label";s:9:"4:3 Small";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:28:"4_3_300x225_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"4_3_300x225_focal_point_webp";}'), ('', 'responsive_image.styles.4_3_wide', 'a:10:{s:4:"uuid";s:36:"a4eeba4f-9ff5-4cbd-ae75-0931a1135ba6";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:5:{i:0;s:41:"image.style.4_3_1000x750_focal_point_webp";i:1;s:41:"image.style.4_3_1300x975_focal_point_webp";i:2;s:42:"image.style.4_3_1800x1350_focal_point_webp";i:3;s:40:"image.style.4_3_500x375_focal_point_webp";i:4;s:40:"image.style.4_3_700x525_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ahkjvo3e4zLmD7-eTBiYRi5Gh9Jk8r4EcrbGTkrQi6g";}s:2:"id";s:8:"4_3_wide";s:5:"label";s:8:"4:3 Wide";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:5:{i:0;s:29:"4_3_1000x750_focal_point_webp";i:1;s:29:"4_3_1300x975_focal_point_webp";i:2;s:30:"4_3_1800x1350_focal_point_webp";i:3;s:28:"4_3_500x375_focal_point_webp";i:4;s:28:"4_3_700x525_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:28:"4_3_500x375_focal_point_webp";}'), ('', 'responsive_image.styles.9_16_large', 'a:10:{s:4:"uuid";s:36:"47a8debc-087f-434e-bc5b-87b9c9d4fee0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:41:"image.style.9_16_504x896_focal_point_webp";i:1;s:41:"image.style.9_16_540x960_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"8WoAxMBkx3T9rD8M4YoQf9L-dImlodOa4_DSe6XnNDU";}s:2:"id";s:10:"9_16_large";s:5:"label";s:10:"9:16 Large";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:2:{i:0;s:29:"9_16_504x896_focal_point_webp";i:1;s:29:"9_16_540x960_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"9_16_504x896_focal_point_webp";}'), ('', 'responsive_image.styles.9_16_medium', 'a:10:{s:4:"uuid";s:36:"1292c8b0-140e-4561-b463-11a797d4a1ae";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:41:"image.style.9_16_342x608_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"-2ZXbZGeu7Aa2dnOHN-_KM9OKHuat6ILui4bPkzie2w";}s:2:"id";s:11:"9_16_medium";s:5:"label";s:11:"9:16 Medium";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:29:"9_16_342x608_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"9_16_342x608_focal_point_webp";}'), ('', 'responsive_image.styles.9_16_small', 'a:10:{s:4:"uuid";s:36:"98a9d495-24ca-480a-8782-5ffd20f9a019";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:41:"image.style.9_16_171x304_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"teivQD0TuACkQsVKuGkYzG2IiASlQVH8okgU27Dogiw";}s:2:"id";s:10:"9_16_small";s:5:"label";s:10:"9:16 Small";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:1:{i:0;s:29:"9_16_171x304_focal_point_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"9_16_171x304_focal_point_webp";}'), ('', 'responsive_image.styles.hero_large', 'a:10:{s:4:"uuid";s:36:"0fd89347-5c17-46a3-acb8-f9cb7a9877c6";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:4:{i:0;s:41:"image.style.16_9_512x288_focal_point_webp";i:1;s:41:"image.style.16_9_704x396_focal_point_webp";i:2;s:41:"image.style.5_2_1000x400_focal_point_webp";i:3;s:41:"image.style.5_2_1300x520_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"rW90Hnj8aOmYP1KohxaJdYFbm517IjurExtf3Uxi5T8";}s:2:"id";s:10:"hero_large";s:5:"label";s:10:"Hero Large";s:20:"image_style_mappings";a:3:{i:0;a:4:{s:18:"image_mapping_type";s:11:"image_style";s:13:"image_mapping";s:29:"5_2_1300x520_focal_point_webp";s:13:"breakpoint_id";s:10:"olivero.lg";s:10:"multiplier";s:2:"1x";}i:1;a:4:{s:18:"image_mapping_type";s:11:"image_style";s:13:"image_mapping";s:29:"5_2_1000x400_focal_point_webp";s:13:"breakpoint_id";s:10:"olivero.md";s:10:"multiplier";s:2:"1x";}i:2;a:4:{s:18:"image_mapping_type";s:11:"image_style";s:13:"image_mapping";s:29:"16_9_704x396_focal_point_webp";s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"16_9_512x288_focal_point_webp";}'), ('', 'responsive_image.styles.hero_wide', 'a:10:{s:4:"uuid";s:36:"e1851757-6712-4428-a663-ac425a23a454";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:5:{i:0;s:41:"image.style.16_9_512x288_focal_point_webp";i:1;s:41:"image.style.16_9_704x396_focal_point_webp";i:2;s:41:"image.style.5_2_1000x400_focal_point_webp";i:3;s:41:"image.style.5_2_1300x520_focal_point_webp";i:4;s:41:"image.style.5_2_1800x720_focal_point_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"r53rfarUKfKsYhtkVlH-z6Pj7GDn2OxaNkcH9ETAnIw";}s:2:"id";s:9:"hero_wide";s:5:"label";s:9:"Hero Wide";s:20:"image_style_mappings";a:4:{i:0;a:4:{s:18:"image_mapping_type";s:11:"image_style";s:13:"image_mapping";s:29:"5_2_1800x720_focal_point_webp";s:13:"breakpoint_id";s:10:"olivero.xl";s:10:"multiplier";s:2:"1x";}i:1;a:4:{s:18:"image_mapping_type";s:11:"image_style";s:13:"image_mapping";s:29:"5_2_1300x520_focal_point_webp";s:13:"breakpoint_id";s:10:"olivero.lg";s:10:"multiplier";s:2:"1x";}i:2;a:4:{s:18:"image_mapping_type";s:11:"image_style";s:13:"image_mapping";s:29:"5_2_1000x400_focal_point_webp";s:13:"breakpoint_id";s:10:"olivero.md";s:10:"multiplier";s:2:"1x";}i:3;a:4:{s:18:"image_mapping_type";s:11:"image_style";s:13:"image_mapping";s:29:"16_9_704x396_focal_point_webp";s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:29:"16_9_512x288_focal_point_webp";}'), ('', 'responsive_image.styles.uncropped_large', 'a:10:{s:4:"uuid";s:36:"153e7180-6446-456c-af0d-17a319a40495";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:31:"image.style.uncropped_500w_webp";i:1;s:31:"image.style.uncropped_700w_webp";i:2;s:31:"image.style.uncropped_960w_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"PLvQsmjLw9rloVdsiDRY9SHjtCNLLzMK3sjgjNQzi-I";}s:2:"id";s:15:"uncropped_large";s:5:"label";s:15:"Uncropped Large";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:19:"uncropped_500w_webp";i:1;s:19:"uncropped_700w_webp";i:2;s:19:"uncropped_960w_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:19:"uncropped_500w_webp";}'), ('', 'responsive_image.styles.uncropped_medium', 'a:10:{s:4:"uuid";s:36:"bb622cd1-06a2-46d9-a123-1842edee12b6";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:3:{i:0;s:31:"image.style.uncropped_500w_webp";i:1;s:31:"image.style.uncropped_600w_webp";i:2;s:31:"image.style.uncropped_720w_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Iw3zoqONo4dtgurC42v0smJG9beZpFsBarFpbiBDIGw";}s:2:"id";s:16:"uncropped_medium";s:5:"label";s:16:"Uncropped Medium";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:5:"sizes";s:13:"image_mapping";a:2:{s:5:"sizes";s:5:"100vw";s:18:"sizes_image_styles";a:3:{i:0;s:19:"uncropped_500w_webp";i:1;s:19:"uncropped_600w_webp";i:2;s:19:"uncropped_720w_webp";}}s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:19:"uncropped_500w_webp";}'), ('', 'responsive_image.styles.uncropped_small', 'a:10:{s:4:"uuid";s:36:"2b614630-6f3a-436c-90cc-d2c2c3f5b689";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:31:"image.style.uncropped_300w_webp";}s:5:"theme";a:1:{i:0;s:7:"olivero";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"U13C9GPgeAZyWtnEn7aWWR48yP3-4mAndLliGh_VoSw";}s:2:"id";s:15:"uncropped_small";s:5:"label";s:15:"Uncropped Small";s:20:"image_style_mappings";a:1:{i:0;a:4:{s:18:"image_mapping_type";s:11:"image_style";s:13:"image_mapping";s:19:"uncropped_300w_webp";s:13:"breakpoint_id";s:10:"olivero.sm";s:10:"multiplier";s:2:"1x";}}s:16:"breakpoint_group";s:7:"olivero";s:20:"fallback_image_style";s:19:"uncropped_300w_webp";}'), ('', 'sam.settings', 'a:4:{s:14:"add_more_label";s:16:"Add another item";s:12:"remove_label";s:6:"Remove";s:18:"help_text_singular";s:35:"@count additional item can be added";s:16:"help_text_plural";s:36:"@count additional items can be added";}'), ('', 'scheduler.settings', 'a:21:{s:15:"allow_date_only";b:0;s:11:"date_format";s:11:"Y-m-d H:i:s";s:12:"date_letters";s:8:"djmnFMyY";s:16:"date_only_format";s:5:"Y-m-d";s:23:"default_expand_fieldset";s:13:"when_required";s:27:"default_fields_display_mode";s:12:"vertical_tab";s:22:"default_publish_enable";b:0;s:25:"default_publish_past_date";s:5:"error";s:33:"default_publish_past_date_created";b:0;s:24:"default_publish_required";b:0;s:24:"default_publish_revision";b:0;s:21:"default_publish_touch";b:0;s:33:"default_show_message_after_update";b:1;s:12:"default_time";s:8:"00:00:00";s:24:"default_unpublish_enable";b:0;s:26:"default_unpublish_required";b:0;s:26:"default_unpublish_revision";b:0;s:12:"hide_seconds";b:1;s:3:"log";b:1;s:12:"time_letters";s:8:"hHgGisaA";s:16:"time_only_format";s:5:"H:i:s";}'), ('', 'symfony_mailer_lite.message', 'a:5:{s:12:"content_type";s:10:"text/plain";s:8:"override";b:0;s:11:"text_format";s:0:"";s:14:"generate_plain";b:1;s:13:"character_set";s:5:"UTF-8";}'), ('', 'symfony_mailer_lite.settings', 'a:1:{s:17:"default_transport";s:6:"native";}'), ('', 'symfony_mailer_lite.symfony_mailer_lite_transport.native', 'a:9:{s:4:"uuid";s:36:"217616e1-01d0-4b23-a362-ca3a96d7a79c";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"fmIZX47PjCIVObQh6Ao8FQfKjkWy-FzUE-OvsbDmMjQ";}s:2:"id";s:6:"native";s:5:"label";s:19:"PHP native sendmail";s:6:"plugin";s:6:"native";s:13:"configuration";a:0:{}}'), ('', 'system.action.media_delete_action', 'a:10:{s:4:"uuid";s:36:"3e699df1-53b4-41ea-85d4-850b47b89f6b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"FrZy1tmuXJcOxhXlBoI1Hsnen5TT-9OCC1iolWH84go";}s:2:"id";s:19:"media_delete_action";s:5:"label";s:12:"Delete media";s:4:"type";s:5:"media";s:6:"plugin";s:26:"entity:delete_action:media";s:13:"configuration";a:0:{}}'), ('', 'system.action.media_publish_action', 'a:10:{s:4:"uuid";s:36:"dc4682a9-7b8a-4076-81da-990550edfbd7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"nh83qNNrmWE-CDdHz2MdFOAk60T9mzv3R-MaKfZR2jw";}s:2:"id";s:20:"media_publish_action";s:5:"label";s:13:"Publish media";s:4:"type";s:5:"media";s:6:"plugin";s:27:"entity:publish_action:media";s:13:"configuration";a:0:{}}'), ('', 'system.action.media_save_action', 'a:10:{s:4:"uuid";s:36:"101bf97f-b435-40fc-be4d-1302f900b52a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"VVyUA6PIaVeGtcIbgEWqJ6SYDiJdReBeojFswURFpKs";}s:2:"id";s:17:"media_save_action";s:5:"label";s:10:"Save media";s:4:"type";s:5:"media";s:6:"plugin";s:24:"entity:save_action:media";s:13:"configuration";a:0:{}}'), ('', 'system.action.media_unpublish_action', 'a:10:{s:4:"uuid";s:36:"9a0e0ef1-465c-4576-b8d9-79866bb7a626";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"CsK6TseQ2DatEbZgbd30swOlZ28_HHwAESU2LvEnWq0";}s:2:"id";s:22:"media_unpublish_action";s:5:"label";s:15:"Unpublish media";s:4:"type";s:5:"media";s:6:"plugin";s:29:"entity:unpublish_action:media";s:13:"configuration";a:0:{}}'), ('', 'system.action.node_delete_action', 'a:10:{s:4:"uuid";s:36:"fc3c1ee3-8839-4064-82c6-2d5753e46a8a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"t43OqwzP3CTbcAagSsWKNy6KwMm_zShXo3c4-So6rQg";}s:2:"id";s:18:"node_delete_action";s:5:"label";s:14:"Delete content";s:4:"type";s:4:"node";s:6:"plugin";s:25:"entity:delete_action:node";s:13:"configuration";a:0:{}}'), ('', 'system.action.node_make_sticky_action', 'a:10:{s:4:"uuid";s:36:"f6e66d97-522d-44e6-a1c7-cfe625f49a9e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"sOb26JSy3fGpWkvR0WYN6_hMqj_6d1rvbvrkzp1yya0";}s:2:"id";s:23:"node_make_sticky_action";s:5:"label";s:19:"Make content sticky";s:4:"type";s:4:"node";s:6:"plugin";s:23:"node_make_sticky_action";s:13:"configuration";a:0:{}}'), ('', 'system.action.node_make_unsticky_action', 'a:10:{s:4:"uuid";s:36:"9c96e68c-79b9-43cb-a7ab-426d264f33ac";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"lDM9mvIGAu8Sw8rt-uCO4Sr7yX5VPrDPxYcawkbKd6k";}s:2:"id";s:25:"node_make_unsticky_action";s:5:"label";s:21:"Make content unsticky";s:4:"type";s:4:"node";s:6:"plugin";s:25:"node_make_unsticky_action";s:13:"configuration";a:0:{}}'), ('', 'system.action.node_promote_action', 'a:10:{s:4:"uuid";s:36:"7a3f884e-a3ed-4b4a-8804-85936cb04baa";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"N0RDBTqiK4dKoN4p4oW2j0SGWycdHyALUe9M-Ofp89U";}s:2:"id";s:19:"node_promote_action";s:5:"label";s:29:"Promote content to front page";s:4:"type";s:4:"node";s:6:"plugin";s:19:"node_promote_action";s:13:"configuration";a:0:{}}'), ('', 'system.action.node_publish_action', 'a:10:{s:4:"uuid";s:36:"af394df3-e2c6-4b7d-9ac5-b27e6c148a99";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"2B9uF8NL5gutNKSdPRAhhAsDWFZZG1PJOBmx0aBGd_0";}s:2:"id";s:19:"node_publish_action";s:5:"label";s:15:"Publish content";s:4:"type";s:4:"node";s:6:"plugin";s:26:"entity:publish_action:node";s:13:"configuration";a:0:{}}'), ('', 'system.action.node_save_action', 'a:10:{s:4:"uuid";s:36:"2538acb2-a986-4920-a3b3-b1358f23f2a0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"LhdsoZPL_pFas2fjaAWue4zvrQ_tEVofLYtcNec-JGM";}s:2:"id";s:16:"node_save_action";s:5:"label";s:12:"Save content";s:4:"type";s:4:"node";s:6:"plugin";s:23:"entity:save_action:node";s:13:"configuration";a:0:{}}'), ('', 'system.action.node_unpromote_action', 'a:10:{s:4:"uuid";s:36:"7ae183bb-ea31-412c-bf12-26df2c879dfb";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"JBptjnfuOMtsdKygklXxoOgeOCTMtQxlkymjnnj-cC0";}s:2:"id";s:21:"node_unpromote_action";s:5:"label";s:30:"Remove content from front page";s:4:"type";s:4:"node";s:6:"plugin";s:21:"node_unpromote_action";s:13:"configuration";a:0:{}}'), ('', 'system.action.node_unpublish_action', 'a:10:{s:4:"uuid";s:36:"abbffe90-db03-4dd2-909b-bcbabe76afd4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"C7X8h9FWlwkQ9y5mnU2JzgaZICAdc6HFbPVbhvjlAYE";}s:2:"id";s:21:"node_unpublish_action";s:5:"label";s:17:"Unpublish content";s:4:"type";s:4:"node";s:6:"plugin";s:28:"entity:unpublish_action:node";s:13:"configuration";a:0:{}}'), ('', 'system.action.redirect_delete_action', 'a:10:{s:4:"uuid";s:36:"c95d5b9b-6244-469e-83cb-46d603c7bf9e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:1:{i:0;s:8:"redirect";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:8:"redirect";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"vcnRZRvBqTbK3nZ2M4_lKPlEGc8GjPzgaqapYUfyX8M";}s:2:"id";s:22:"redirect_delete_action";s:5:"label";s:15:"Delete redirect";s:4:"type";s:8:"redirect";s:6:"plugin";s:22:"redirect_delete_action";s:13:"configuration";a:0:{}}'), ('', 'system.action.taxonomy_term_publish_action', 'a:10:{s:4:"uuid";s:36:"9e8d7285-aac1-4ae2-9917-0a983e68cda0";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:8:"taxonomy";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"DoVt_VGgVLcDD4XmVbSFzr0K17SJy9imFiYusKkJBgY";}s:2:"id";s:28:"taxonomy_term_publish_action";s:5:"label";s:21:"Publish taxonomy term";s:4:"type";s:13:"taxonomy_term";s:6:"plugin";s:35:"entity:publish_action:taxonomy_term";s:13:"configuration";a:0:{}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'system.action.taxonomy_term_unpublish_action', 'a:10:{s:4:"uuid";s:36:"7cea344f-6204-4ccf-9839-60c5d1602e84";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:8:"taxonomy";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"z2sNRM3ECa7FPCGnSNje_9SmZJQgwhD_6fG_L4Mr8zI";}s:2:"id";s:30:"taxonomy_term_unpublish_action";s:5:"label";s:23:"Unpublish taxonomy term";s:4:"type";s:13:"taxonomy_term";s:6:"plugin";s:37:"entity:unpublish_action:taxonomy_term";s:13:"configuration";a:0:{}}'), ('', 'system.action.user_add_role_action.administrator', 'a:9:{s:4:"uuid";s:36:"f7926e57-cb62-4c25-bf5d-26d35d751381";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:23:"user.role.administrator";}s:6:"module";a:1:{i:0;s:4:"user";}}s:2:"id";s:34:"user_add_role_action.administrator";s:5:"label";s:50:"Add the Administrator role to the selected user(s)";s:4:"type";s:4:"user";s:6:"plugin";s:20:"user_add_role_action";s:13:"configuration";a:1:{s:3:"rid";s:13:"administrator";}}'), ('', 'system.action.user_add_role_action.content_editor', 'a:9:{s:4:"uuid";s:36:"a06a9182-25ca-4b93-ab1f-244637cffab6";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:24:"user.role.content_editor";}s:6:"module";a:1:{i:0;s:4:"user";}}s:2:"id";s:35:"user_add_role_action.content_editor";s:5:"label";s:51:"Add the Content editor role to the selected user(s)";s:4:"type";s:4:"user";s:6:"plugin";s:20:"user_add_role_action";s:13:"configuration";a:1:{s:3:"rid";s:14:"content_editor";}}'), ('', 'system.action.user_block_user_action', 'a:10:{s:4:"uuid";s:36:"06bf912e-4c55-4e60-ab52-f0f7fb6eded1";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"DyypzTfThX10FFQw-399qPfEbLLyrhXgQrKPVsmAoJ4";}s:2:"id";s:22:"user_block_user_action";s:5:"label";s:26:"Block the selected user(s)";s:4:"type";s:4:"user";s:6:"plugin";s:22:"user_block_user_action";s:13:"configuration";a:0:{}}'), ('', 'system.action.user_cancel_user_action', 'a:10:{s:4:"uuid";s:36:"f8c2bdf6-e5e3-488b-8e43-255cdcabd747";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"nvrL9bFilzBvm2bjO9rQnFDpBA7dBBUjShSSt6NS-DU";}s:2:"id";s:23:"user_cancel_user_action";s:5:"label";s:35:"Cancel the selected user account(s)";s:4:"type";s:4:"user";s:6:"plugin";s:23:"user_cancel_user_action";s:13:"configuration";a:0:{}}'), ('', 'system.action.user_remove_role_action.administrator', 'a:9:{s:4:"uuid";s:36:"ac7fbb13-de6d-49d1-9cd3-8f19fbcd3f95";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:23:"user.role.administrator";}s:6:"module";a:1:{i:0;s:4:"user";}}s:2:"id";s:37:"user_remove_role_action.administrator";s:5:"label";s:55:"Remove the Administrator role from the selected user(s)";s:4:"type";s:4:"user";s:6:"plugin";s:23:"user_remove_role_action";s:13:"configuration";a:1:{s:3:"rid";s:13:"administrator";}}'), ('', 'system.action.user_remove_role_action.content_editor', 'a:9:{s:4:"uuid";s:36:"ea730b65-a759-4ff5-9c28-1168d4507ff4";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:24:"user.role.content_editor";}s:6:"module";a:1:{i:0;s:4:"user";}}s:2:"id";s:38:"user_remove_role_action.content_editor";s:5:"label";s:56:"Remove the Content editor role from the selected user(s)";s:4:"type";s:4:"user";s:6:"plugin";s:23:"user_remove_role_action";s:13:"configuration";a:1:{s:3:"rid";s:14:"content_editor";}}'), ('', 'system.action.user_unblock_user_action', 'a:10:{s:4:"uuid";s:36:"17272781-5fb7-4870-a79a-9a56df351e8a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"SPsUXsR3Rc8d1y3gewzaAKWa1ncea_ywXX3f7LTn7k0";}s:2:"id";s:24:"user_unblock_user_action";s:5:"label";s:28:"Unblock the selected user(s)";s:4:"type";s:4:"user";s:6:"plugin";s:24:"user_unblock_user_action";s:13:"configuration";a:0:{}}'), ('', 'system.advisories', 'a:3:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"x0FuQ_7Cg81mSDQwG028_Z0CjH3R9ib5IDlHeV2BbAo";}s:7:"enabled";b:1;s:14:"interval_hours";i:6;}'), ('', 'system.cron', 'a:3:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"f3yToH8v8EaBZU0NFFw2qR8ogSCuWVmQaN0hpYR1BD8";}s:9:"threshold";a:2:{s:20:"requirements_warning";i:172800;s:18:"requirements_error";i:1209600;}s:7:"logging";b:1;}'), ('', 'system.date', 'a:4:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"IVsFTD1mvR2NGBP_1myt9kFIFmGepH4PyaN5aQBYpno";}s:9:"first_day";i:0;s:7:"country";a:1:{s:7:"default";N;}s:8:"timezone";a:2:{s:7:"default";s:12:"Asia/Kolkata";s:4:"user";a:3:{s:12:"configurable";b:1;s:7:"default";i:0;s:4:"warn";b:0;}}}'), ('', 'system.diff', 'a:2:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM";}s:7:"context";a:2:{s:13:"lines_leading";i:2;s:14:"lines_trailing";i:2;}}'), ('', 'system.feature_flags', 'a:2:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"ZYyVj1FtPGV40Cf65YDVTUIc7YgLH6trXlotuevfs2I";}s:16:"linkset_endpoint";b:0;}'), ('', 'system.file', 'a:4:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"mguGHCYb9Dw5EcpfjwoShGV1Vjkbz3QuPRCLfxiye-g";}s:22:"allow_insecure_uploads";b:0;s:14:"default_scheme";s:6:"public";s:21:"temporary_maximum_age";i:21600;}'), ('', 'system.image', 'a:2:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24";}s:7:"toolkit";s:2:"gd";}'), ('', 'system.image.gd', 'a:2:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ";}s:12:"jpeg_quality";i:75;}'), ('', 'system.logging', 'a:2:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA";}s:11:"error_level";s:4:"hide";}'), ('', 'system.mail', 'a:3:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"5PvD9swkqWUeHkabdvbJ2SQqdhrzjkCT21wtD4BLfk4";}s:9:"interface";a:1:{s:7:"default";s:8:"php_mail";}s:10:"mailer_dsn";a:6:{s:6:"scheme";s:8:"sendmail";s:4:"host";s:7:"default";s:4:"user";N;s:8:"password";N;s:4:"port";N;s:7:"options";a:0:{}}}'), ('', 'system.maintenance', 'a:3:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"1SNdA25INsV5YjlgAJtfC-6AM8VcWe_00xneMLb2yFg";}s:8:"langcode";s:2:"en";s:7:"message";s:93:"@site is currently under maintenance. We should be back shortly. Thank you for your patience.";}'), ('', 'system.menu.account', 'a:9:{s:4:"uuid";s:36:"5c021557-ec3c-440f-8f80-1f774566c1f8";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw";}s:2:"id";s:7:"account";s:5:"label";s:17:"User account menu";s:11:"description";s:40:"Links related to the active user account";s:6:"locked";b:1;}'), ('', 'system.menu.admin', 'a:9:{s:4:"uuid";s:36:"d106cfae-7316-496d-a62f-c5a2d2004fc2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"sapEi2YDGoI9yQIT_WgIV2vUdQ6DScH0V3fAyTadAL0";}s:2:"id";s:5:"admin";s:5:"label";s:14:"Administration";s:11:"description";s:25:"Administrative task links";s:6:"locked";b:1;}'), ('', 'system.menu.content', 'a:9:{s:4:"uuid";s:36:"e9523ecc-6e24-44ec-8c14-a0be5f711e21";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:10:"navigation";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"nqVwm91Uyib_rvFaNPF1MdYqHlmZ38w5rsOVVy4uWDw";}s:2:"id";s:7:"content";s:5:"label";s:7:"Content";s:11:"description";s:18:"Content task links";s:6:"locked";b:1;}'), ('', 'system.menu.footer', 'a:9:{s:4:"uuid";s:36:"a2cabff8-6707-4e36-ae28-b1e760a9521e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc";}s:2:"id";s:6:"footer";s:5:"label";s:6:"Footer";s:11:"description";s:22:"Site information links";s:6:"locked";b:1;}'), ('', 'system.menu.main', 'a:9:{s:4:"uuid";s:36:"9154a663-5df7-44f9-85b4-2a5894857c72";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8";}s:2:"id";s:4:"main";s:5:"label";s:15:"Main navigation";s:11:"description";s:18:"Site section links";s:6:"locked";b:1;}'), ('', 'system.menu.tools', 'a:9:{s:4:"uuid";s:36:"9b025ba5-6600-40ac-ba3a-752040b21dc7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc";}s:2:"id";s:5:"tools";s:5:"label";s:5:"Tools";s:11:"description";s:39:"User tool links, often added by modules";s:6:"locked";b:1;}'), ('', 'system.menu.welcome', 'a:9:{s:4:"uuid";s:36:"23b3f69c-da49-49ca-9caa-e8e2321f694e";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"LB6uOBDSz0K5jGR2bcJy0YQGwlhoGIf4wmHZ1yr-AMc";}s:2:"id";s:7:"welcome";s:5:"label";s:7:"Welcome";s:11:"description";s:53:"Things users can do when they start using Drupal CMS.";s:6:"locked";b:0;}'), ('', 'system.performance', 'a:5:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"jtno5biznHZbrIgKwzq-ze-7XaQxLCGe6PeUOR7bRiQ";}s:5:"cache";a:1:{s:4:"page";a:1:{s:7:"max_age";i:900;}}s:3:"css";a:2:{s:10:"preprocess";b:1;s:4:"gzip";b:1;}s:8:"fast_404";a:4:{s:7:"enabled";b:1;s:5:"paths";s:69:"/\\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i";s:13:"exclude_paths";s:27:"/\\/(?:styles|imagecache)\\//";s:4:"html";s:162:"<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>";}s:2:"js";a:2:{s:10:"preprocess";b:1;s:4:"gzip";b:1;}}'), ('', 'system.rss', 'a:2:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"MIpNzlG4gPunfS7vTCwUPum6QH3GUsEBMj-qS631Jw0";}s:5:"items";a:1:{s:9:"view_mode";s:3:"rss";}}'), ('', 'system.site', 'a:11:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"HlN7eAN2N4JIHsYv56V4E7sqC9bS609KwvGFjyD_mgk";}s:8:"langcode";s:2:"en";s:4:"uuid";s:36:"c0085db9-7ab3-4db6-9c0c-8d9812722743";s:4:"name";[[ser_site_name]]s:4:"mail";[[site_mail]]s:6:"slogan";s:0:"";s:4:"page";a:3:{i:403;s:11:"/user/login";i:404;s:0:"";s:5:"front";s:7:"/node/2";}s:18:"admin_compact_mode";b:0;s:17:"weight_select_max";i:100;s:16:"default_langcode";s:2:"en";s:17:"mail_notification";N;}'), ('', 'system.theme', 'a:3:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk";}s:5:"admin";s:3:"gin";s:7:"default";s:18:"drupal_cms_olivero";}'), ('', 'system.theme.global', 'a:4:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"KZiV2LB312xgJBphfq5BTjmp16xiR5KM8InBJ-pff7Y";}s:7:"favicon";a:4:{s:8:"mimetype";s:24:"image/vnd.microsoft.icon";s:4:"path";s:0:"";s:3:"url";s:0:"";s:11:"use_default";b:1;}s:8:"features";a:4:{s:20:"comment_user_picture";b:1;s:25:"comment_user_verification";b:1;s:7:"favicon";b:1;s:17:"node_user_picture";b:1;}s:4:"logo";a:3:{s:4:"path";s:0:"";s:3:"url";N;s:11:"use_default";b:1;}}'), ('', 'tagify.settings', 'a:1:{s:18:"set_default_widget";b:1;}'), ('', 'taxonomy.settings', 'a:3:{s:20:"maintain_index_table";b:1;s:17:"override_selector";b:0;s:20:"terms_per_page_admin";i:100;}'), ('', 'taxonomy.vocabulary.tags', 'a:10:{s:4:"uuid";s:36:"47249c1d-0c97-4a6a-9bc5-d127de2ed942";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"iTEzwrEQ_4JIb-OYGiqzyF2TmMgWyWayresXcWgwGWM";}s:4:"name";s:4:"Tags";s:3:"vid";s:4:"tags";s:11:"description";s:61:"Use tags to group articles on similar topics into categories.";s:6:"weight";i:0;s:12:"new_revision";b:0;}'), ('', 'text.settings', 'a:1:{s:22:"default_summary_length";i:600;}'), ('', 'trash.settings', 'a:3:{s:20:"enabled_entity_types";a:1:{s:4:"node";a:0:{}}s:10:"auto_purge";a:2:{s:7:"enabled";b:0;s:5:"after";s:7:"30 days";}s:16:"compact_overview";b:0;}'), ('', 'update.settings', 'a:4:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"xbYr66-g0FjNgVBkGypCuN46vBI2XHntXN1URawq1s4";}s:5:"check";a:2:{s:19:"disabled_extensions";b:1;s:13:"interval_days";i:1;}s:5:"fetch";a:3:{s:3:"url";N;s:12:"max_attempts";i:2;s:7:"timeout";i:30;}s:12:"notification";a:2:{s:6:"emails";a:1:{i:0;[[site_mail]]}s:9:"threshold";s:3:"all";}}'), ('', 'user.flood', 'a:6:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"UYfMzeP1S8jKm9PSvxf7nQNe8DsNS-3bc2WSNNXBQWs";}s:8:"uid_only";b:0;s:8:"ip_limit";i:50;s:9:"ip_window";i:3600;s:10:"user_limit";i:5;s:11:"user_window";i:21600;}'), ('', 'user.mail', 'a:11:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"6CZIzFifRq3qbdq3n3nDpEOO4hWIQtKOAQNPvGNGKeM";}s:8:"langcode";s:2:"en";s:14:"cancel_confirm";a:2:{s:7:"subject";s:67:"Account cancellation request for [user:display-name] at [site:name]";s:4:"body";s:376:"[user:display-name]\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n-- [site:name] team";}s:14:"password_reset";a:2:{s:7:"subject";s:68:"Replacement login information for [user:display-name] at [site:name]";s:4:"body";s:407:"[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it''s not used.\n\n-- [site:name] team";}s:22:"register_admin_created";a:2:{s:7:"subject";s:58:"An administrator created an account for you at [site:name]";s:4:"body";s:473:"[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team";}s:29:"register_no_approval_required";a:2:{s:7:"subject";s:54:"Account details for [user:display-name] at [site:name]";s:4:"body";s:447:"[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team";}s:25:"register_pending_approval";a:2:{s:7:"subject";s:79:"Account details for [user:display-name] at [site:name] (pending admin approval)";s:4:"body";s:288:"[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team";}s:31:"register_pending_approval_admin";a:2:{s:7:"subject";s:79:"Account details for [user:display-name] at [site:name] (pending admin approval)";s:4:"body";s:64:"[user:display-name] has applied for an account.\n\n[user:edit-url]";}s:16:"status_activated";a:2:{s:7:"subject";s:65:"Account details for [user:display-name] at [site:name] (approved)";s:4:"body";s:462:"[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n-- [site:name] team";}s:14:"status_blocked";a:2:{s:7:"subject";s:64:"Account details for [user:display-name] at [site:name] (blocked)";s:4:"body";s:89:"[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team";}s:15:"status_canceled";a:2:{s:7:"subject";s:65:"Account details for [user:display-name] at [site:name] (canceled)";s:4:"body";s:90:"[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team";}}'), ('', 'user.role.administrator', 'a:10:{s:4:"uuid";s:36:"731292c9-9155-4845-bffb-3b4c8dd80a40";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:0:{}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"OeKGIkmZA_c-t6QLH81WNQx8gDCc1MRmxaTuQgxBByU";}s:2:"id";s:13:"administrator";s:5:"label";s:13:"Administrator";s:6:"weight";i:3;s:8:"is_admin";b:1;s:11:"permissions";a:0:{}}'), ('', 'user.role.anonymous', 'a:10:{s:4:"uuid";s:36:"421641bc-eaf0-40b9-b57d-ab7053ea4397";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:3:{i:0;s:5:"klaro";i:1;s:5:"media";i:2;s:6:"system";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"j5zLMOdJBqC0bMvSdth5UebkprJB8g_2FXHqhfpJzow";}s:2:"id";s:9:"anonymous";s:5:"label";s:14:"Anonymous user";s:6:"weight";i:0;s:8:"is_admin";b:0;s:11:"permissions";a:3:{i:0;s:14:"access content";i:1;s:9:"use klaro";i:2;s:10:"view media";}}'), ('', 'user.role.authenticated', 'a:10:{s:4:"uuid";s:36:"5d6617fd-fb0b-4031-bbc0-23344fa1b9bf";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:27:"dashboard.dashboard.welcome";}s:6:"module";a:9:{i:0;s:7:"captcha";i:1;s:6:"coffee";i:2;s:9:"dashboard";i:3;s:4:"file";i:4;s:8:"honeypot";i:5;s:5:"klaro";i:6;s:5:"media";i:7;s:4:"node";i:8;s:6:"system";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI";}s:2:"id";s:13:"authenticated";s:5:"label";s:18:"Authenticated user";s:6:"weight";i:1;s:8:"is_admin";b:0;s:11:"permissions";a:9:{i:0;s:13:"access coffee";i:1;s:14:"access content";i:2;s:26:"bypass honeypot protection";i:3;s:16:"delete own files";i:4;s:12:"skip CAPTCHA";i:5;s:9:"use klaro";i:6;s:10:"view media";i:7;s:28:"view own unpublished content";i:8;s:22:"view welcome dashboard";}}'), ('', 'user.role.content_editor', 'a:10:{s:4:"uuid";s:36:"c96b08bb-3e22-42ba-a7d5-5b6bc209788b";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:7:{i:0;s:28:"filter.format.content_format";i:1;s:19:"media.type.document";i:2;s:16:"media.type.image";i:3;s:23:"media.type.remote_video";i:4;s:20:"media.type.svg_image";i:5;s:14:"node.type.page";i:6;s:34:"workflows.workflow.basic_editorial";}s:6:"module";a:13:{i:0;s:18:"content_moderation";i:1;s:10:"contextual";i:2;s:4:"file";i:3;s:6:"filter";i:4;s:5:"media";i:5;s:10:"navigation";i:6;s:4:"node";i:7;s:4:"path";i:8;s:8:"redirect";i:9;s:9:"scheduler";i:10;s:6:"system";i:11;s:7:"toolbar";i:12;s:5:"trash";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"g-zSnaBXJnH7VoimReFb6KcLjIgHCU-hisiShtZ9hjQ";}s:2:"id";s:14:"content_editor";s:5:"label";s:14:"Content editor";s:6:"weight";i:2;s:8:"is_admin";b:0;s:11:"permissions";a:40:{i:0;s:27:"access administration pages";i:1;s:23:"access content overview";i:2;s:23:"access contextual links";i:3;s:21:"access media overview";i:4;s:17:"access navigation";i:5;s:14:"access toolbar";i:6;s:12:"access trash";i:7;s:15:"administer menu";i:8;s:20:"administer redirects";i:9;s:22:"administer url aliases";i:10;s:21:"create document media";i:11;s:18:"create image media";i:12;s:19:"create page content";i:13;s:25:"create remote_video media";i:14;s:22:"create svg_image media";i:15;s:18:"create url aliases";i:16;s:25:"delete any document media";i:17;s:22:"delete any image media";i:18;s:23:"delete any page content";i:19;s:29:"delete any remote_video media";i:20;s:26:"delete any svg_image media";i:21;s:16:"delete own files";i:22;s:21:"delete page revisions";i:23;s:23:"edit any document media";i:24;s:20:"edit any image media";i:25;s:21:"edit any page content";i:26;s:27:"edit any remote_video media";i:27;s:24:"edit any svg_image media";i:28;s:20:"revert all revisions";i:29;s:28:"schedule publishing of nodes";i:30;s:47:"use basic_editorial transition create_new_draft";i:31;s:38:"use basic_editorial transition publish";i:32;s:40:"use basic_editorial transition unpublish";i:33;s:30:"use text format content_format";i:34;s:18:"view all revisions";i:35;s:28:"view any unpublished content";i:36;s:28:"view own unpublished content";i:37;s:26:"view own unpublished media";i:38;s:22:"view scheduled content";i:39;s:29:"view the administration theme";}}'), ('', 'user.settings', 'a:9:{s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"M4F5x5CHrctvvJZY1qyP3D4ht3xaPjp2_CEo2TE-uJw";}s:8:"langcode";s:2:"en";s:9:"anonymous";s:9:"Anonymous";s:11:"verify_mail";b:1;s:6:"notify";a:8:{s:14:"cancel_confirm";b:1;s:14:"password_reset";b:1;s:16:"status_activated";b:1;s:14:"status_blocked";b:0;s:15:"status_canceled";b:0;s:22:"register_admin_created";b:1;s:29:"register_no_approval_required";b:1;s:25:"register_pending_approval";b:1;}s:8:"register";s:10:"admin_only";s:13:"cancel_method";s:17:"user_cancel_block";s:22:"password_reset_timeout";i:86400;s:17:"password_strength";b:1;}'), ('', 'views.settings', 'a:4:{s:17:"display_extenders";a:0:{}s:13:"sql_signature";b:0;s:2:"ui";a:3:{s:4:"show";a:7:{s:18:"additional_queries";b:0;s:15:"advanced_column";b:0;s:15:"default_display";b:0;s:22:"performance_statistics";b:0;s:19:"preview_information";b:1;s:9:"sql_query";a:2:{s:7:"enabled";b:0;s:5:"where";s:5:"above";}s:13:"display_embed";b:0;}s:19:"always_live_preview";b:1;s:24:"exposed_filter_any_label";s:7:"old_any";}s:22:"field_rewrite_elements";a:29:{s:3:"div";s:3:"DIV";s:4:"span";s:4:"SPAN";s:2:"h1";s:2:"H1";s:2:"h2";s:2:"H2";s:2:"h3";s:2:"H3";s:2:"h4";s:2:"H4";s:2:"h5";s:2:"H5";s:2:"h6";s:2:"H6";s:1:"p";s:1:"P";s:6:"header";s:6:"HEADER";s:6:"footer";s:6:"FOOTER";s:7:"article";s:7:"ARTICLE";s:7:"section";s:7:"SECTION";s:5:"aside";s:5:"ASIDE";s:7:"details";s:7:"DETAILS";s:10:"blockquote";s:10:"BLOCKQUOTE";s:6:"figure";s:6:"FIGURE";s:7:"address";s:7:"ADDRESS";s:4:"code";s:4:"CODE";s:3:"pre";s:3:"PRE";s:3:"var";s:3:"VAR";s:4:"samp";s:4:"SAMP";s:3:"kbd";s:3:"KBD";s:6:"strong";s:6:"STRONG";s:2:"em";s:2:"EM";s:3:"del";s:3:"DEL";s:3:"ins";s:3:"INS";s:1:"q";s:1:"Q";s:1:"s";s:1:"S";}}'), ('', 'views.view.content', 'a:13:{s:4:"uuid";s:36:"15aa589c-8728-4cba-a8a0-37acc36beee5";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:4:"node";i:1;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"d7p-wwJZ_Wmz1gnvla9jDtRsjOaWAhPoIoW9w3vo4R4";}s:2:"id";s:7:"content";s:5:"label";s:7:"Content";s:6:"module";s:4:"node";s:11:"description";s:24:"Find and manage content.";s:3:"tag";s:7:"default";s:10:"base_table";s:15:"node_field_data";s:10:"base_field";s:3:"nid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:17:{s:5:"title";s:7:"Content";s:6:"fields";a:8:{s:14:"node_bulk_form";a:14:{s:2:"id";s:14:"node_bulk_form";s:5:"table";s:4:"node";s:5:"field";s:14:"node_bulk_form";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:14:"node_bulk_form";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:1:{s:10:"alter_text";b:0;}s:13:"element_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:5:"title";a:17:{s:2:"id";s:5:"title";s:5:"table";s:15:"node_field_data";s:5:"field";s:5:"title";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:5:"field";s:5:"label";s:5:"Title";s:7:"exclude";b:0;s:5:"alter";a:1:{s:10:"alter_text";b:0;}s:13:"element_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}}s:4:"type";a:37:{s:2:"id";s:4:"type";s:5:"table";s:15:"node_field_data";s:5:"field";s:4:"type";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:4:"type";s:9:"plugin_id";s:5:"field";s:5:"label";s:12:"Content type";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:0;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:4:"name";a:17:{s:2:"id";s:4:"name";s:5:"table";s:16:"users_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:3:"uid";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Author";s:7:"exclude";b:0;s:5:"alter";a:1:{s:10:"alter_text";b:0;}s:13:"element_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:9:"user_name";}s:6:"status";a:17:{s:2:"id";s:6:"status";s:5:"table";s:15:"node_field_data";s:5:"field";s:6:"status";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Status";s:7:"exclude";b:0;s:5:"alter";a:1:{s:10:"alter_text";b:0;}s:13:"element_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:7:"boolean";s:8:"settings";a:3:{s:6:"format";s:6:"custom";s:19:"format_custom_false";s:11:"Unpublished";s:18:"format_custom_true";s:9:"Published";}}s:7:"changed";a:17:{s:2:"id";s:7:"changed";s:5:"table";s:15:"node_field_data";s:5:"field";s:7:"changed";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:5:"field";s:5:"label";s:7:"Updated";s:7:"exclude";b:0;s:5:"alter";a:1:{s:10:"alter_text";b:0;}s:13:"element_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}}s:8:"langcode";a:37:{s:2:"id";s:8:"langcode";s:5:"table";s:15:"node_field_data";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:8:"langcode";s:9:"plugin_id";s:14:"field_language";s:5:"label";s:8:"Language";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:8:"language";s:8:"settings";a:2:{s:14:"link_to_entity";b:0;s:15:"native_language";b:0;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"operations";a:23:{s:2:"id";s:10:"operations";s:5:"table";s:4:"node";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:1;}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:3:{s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:50;s:4:"tags";a:4:{s:4:"next";s:8:"Next ›";s:8:"previous";s:12:"‹ Previous";s:5:"first";s:8:"« First";s:4:"last";s:7:"Last »";}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:23:"access content overview";}}s:5:"cache";a:1:{s:4:"type";s:3:"tag";}s:5:"empty";a:1:{s:16:"area_text_custom";a:6:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:21:"No content available.";}}s:5:"sorts";a:0:{}s:9:"arguments";a:0:{}s:7:"filters";a:5:{s:5:"title";a:16:{s:2:"id";s:5:"title";s:5:"table";s:15:"node_field_data";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:8:"title_op";s:5:"label";s:5:"Title";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:8:"title_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:5:"title";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:4:"type";a:16:{s:2:"id";s:4:"type";s:5:"table";s:15:"node_field_data";s:5:"field";s:4:"type";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:4:"type";s:9:"plugin_id";s:6:"bundle";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:7:"type_op";s:5:"label";s:12:"Content type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"type_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"type";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:15:"node_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:6:"Status";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"status_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:6:"status";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:1;s:10:"group_info";a:10:{s:5:"label";s:16:"Published status";s:11:"description";s:0:"";s:10:"identifier";s:6:"status";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:2:{i:1;a:3:{s:5:"title";s:9:"Published";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:5:"title";s:11:"Unpublished";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}}s:8:"langcode";a:16:{s:2:"id";s:8:"langcode";s:5:"table";s:15:"node_field_data";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:8:"langcode";s:9:"plugin_id";s:8:"language";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:11:"langcode_op";s:5:"label";s:8:"Language";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"langcode_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"langcode";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:12:"status_extra";a:9:{s:2:"id";s:12:"status_extra";s:5:"table";s:15:"node_field_data";s:5:"field";s:12:"status_extra";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:11:"node_status";s:8:"operator";s:1:"=";s:5:"value";b:0;s:5:"group";i:1;s:6:"expose";a:2:{s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:10:{s:14:"node_bulk_form";s:14:"node_bulk_form";s:5:"title";s:5:"title";s:4:"type";s:4:"type";s:4:"name";s:4:"name";s:6:"status";s:6:"status";s:7:"changed";s:7:"changed";s:9:"edit_node";s:9:"edit_node";s:11:"delete_node";s:11:"delete_node";s:10:"dropbutton";s:10:"dropbutton";s:9:"timestamp";s:5:"title";}s:7:"default";s:7:"changed";s:4:"info";a:10:{s:14:"node_bulk_form";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:5:"title";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"type";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"name";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:6:"status";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:7:"changed";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:9:"edit_node";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:11:"delete_node";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:10:"dropbutton";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:9:"timestamp";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:1;s:7:"summary";s:0:"";s:11:"empty_table";b:1;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:1:{s:4:"type";s:11:"views_query";}s:13:"relationships";a:1:{s:3:"uid";a:6:{s:2:"id";s:3:"uid";s:5:"table";s:15:"node_field_data";s:5:"field";s:3:"uid";s:11:"admin_label";s:6:"author";s:9:"plugin_id";s:8:"standard";s:8:"required";b:1;}}s:16:"show_admin_links";b:0;s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:7:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:4:"user";i:5;s:21:"user.node_grants:view";i:6;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"page_1";a:6:{s:2:"id";s:6:"page_1";s:13:"display_title";s:4:"Page";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:4:{s:17:"display_extenders";a:0:{}s:4:"path";s:18:"admin/content/node";s:4:"menu";a:6:{s:4:"type";s:11:"default tab";s:5:"title";s:7:"Content";s:11:"description";s:0:"";s:6:"weight";i:-10;s:9:"menu_name";s:5:"admin";s:7:"context";s:0:"";}s:11:"tab_options";a:5:{s:4:"type";s:6:"normal";s:5:"title";s:7:"Content";s:11:"description";s:23:"Find and manage content";s:6:"weight";i:-10;s:9:"menu_name";s:5:"admin";}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:7:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:4:"user";i:5;s:21:"user.node_grants:view";i:6;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.files', 'a:13:{s:4:"uuid";s:36:"0f9df299-cc6f-441d-9377-5fc3d325776d";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:4:"file";i:1;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"NYJWABHsIFg-cU-Qya8fiMuQSM4rirBEfPFqkgRtsKA";}s:2:"id";s:5:"files";s:5:"label";s:5:"Files";s:6:"module";s:4:"file";s:11:"description";s:22:"Find and manage files.";s:3:"tag";s:7:"default";s:10:"base_table";s:12:"file_managed";s:10:"base_field";s:3:"fid";s:7:"display";a:3:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:19:{s:5:"title";s:5:"Files";s:6:"fields";a:9:{s:3:"fid";a:24:{s:2:"id";s:3:"fid";s:5:"table";s:12:"file_managed";s:5:"field";s:3:"fid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:3:"fid";s:9:"plugin_id";s:5:"field";s:5:"label";s:3:"Fid";s:7:"exclude";b:1;s:5:"alter";a:8:{s:10:"alter_text";b:0;s:9:"make_link";b:0;s:8:"absolute";b:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:10:"strip_tags";b:0;s:4:"trim";b:0;s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:8:"filename";a:36:{s:2:"id";s:8:"filename";s:5:"table";s:12:"file_managed";s:5:"field";s:8:"filename";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:8:"filename";s:9:"plugin_id";s:5:"field";s:5:"label";s:4:"Name";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"file_link";s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:8:"filemime";a:25:{s:2:"id";s:8:"filemime";s:5:"table";s:12:"file_managed";s:5:"field";s:8:"filemime";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:8:"filemime";s:9:"plugin_id";s:5:"field";s:5:"label";s:9:"MIME type";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:13:"file_filemime";}s:8:"filesize";a:25:{s:2:"id";s:8:"filesize";s:5:"table";s:12:"file_managed";s:5:"field";s:8:"filesize";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:8:"filesize";s:9:"plugin_id";s:5:"field";s:5:"label";s:4:"Size";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:9:"file_size";}s:6:"status";a:26:{s:2:"id";s:6:"status";s:5:"table";s:12:"file_managed";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Status";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:7:"boolean";s:8:"settings";a:3:{s:6:"format";s:6:"custom";s:19:"format_custom_false";s:9:"Temporary";s:18:"format_custom_true";s:9:"Permanent";}}s:7:"created";a:26:{s:2:"id";s:7:"created";s:5:"table";s:12:"file_managed";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:7:"created";s:9:"plugin_id";s:5:"field";s:5:"label";s:11:"Upload date";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:6:"medium";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}}s:7:"changed";a:26:{s:2:"id";s:7:"changed";s:5:"table";s:12:"file_managed";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:5:"field";s:5:"label";s:12:"Changed date";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:6:"medium";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}}s:5:"count";a:30:{s:2:"id";s:5:"count";s:5:"table";s:10:"file_usage";s:5:"field";s:5:"count";s:12:"relationship";s:3:"fid";s:10:"group_type";s:3:"sum";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:7:"numeric";s:5:"label";s:7:"Used in";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:1;s:4:"path";s:35:"admin/content/files/usage/{{ fid }}";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:13:"set_precision";b:0;s:9:"precision";i:0;s:7:"decimal";s:1:".";s:9:"separator";s:1:",";s:13:"format_plural";b:1;s:20:"format_plural_string";s:26:"@count place@count places";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:12:"file_managed";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:0;}}s:5:"pager";a:2:{s:4:"type";s:4:"mini";s:7:"options";a:7:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:50;s:11:"total_pages";i:0;s:2:"id";i:0;s:4:"tags";a:2:{s:4:"next";s:8:"Next ›";s:8:"previous";s:12:"‹ Previous";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:0;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:21:"access files overview";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:1:{s:16:"area_text_custom";a:6:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:19:"No files available.";}}s:5:"sorts";a:0:{}s:9:"arguments";a:0:{}s:7:"filters";a:3:{s:8:"filename";a:16:{s:2:"id";s:8:"filename";s:5:"table";s:12:"file_managed";s:5:"field";s:8:"filename";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:8:"filename";s:9:"plugin_id";s:6:"string";s:8:"operator";s:4:"word";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:11:"filemime_op";s:5:"label";s:8:"Filename";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"filename_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"filename";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:8:"filemime";a:16:{s:2:"id";s:8:"filemime";s:5:"table";s:12:"file_managed";s:5:"field";s:8:"filemime";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:8:"filemime";s:9:"plugin_id";s:6:"string";s:8:"operator";s:4:"word";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:11:"filemime_op";s:5:"label";s:9:"MIME type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"filemime_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"filemime";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:12:"file_managed";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:11:"file_status";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:9:"status_op";s:5:"label";s:6:"Status";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"status_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:6:"status";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:8:{s:3:"fid";s:3:"fid";s:8:"filename";s:8:"filename";s:8:"filemime";s:8:"filemime";s:8:"filesize";s:8:"filesize";s:6:"status";s:6:"status";s:7:"created";s:7:"created";s:7:"changed";s:7:"changed";s:5:"count";s:5:"count";}s:7:"default";s:7:"changed";s:4:"info";a:8:{s:3:"fid";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:8:"filename";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:8:"filemime";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:15:"priority-medium";}s:8:"filesize";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:6:"status";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:7:"created";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:7:"changed";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:5:"count";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:15:"priority-medium";}}s:8:"override";b:1;s:6:"sticky";b:0;s:7:"summary";s:0:"";s:11:"empty_table";b:1;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:1:{s:3:"fid";a:7:{s:2:"id";s:3:"fid";s:5:"table";s:12:"file_managed";s:5:"field";s:3:"fid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:10:"File usage";s:8:"required";b:1;}}s:8:"group_by";b:1;s:16:"show_admin_links";b:1;s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"page_1";a:6:{s:2:"id";s:6:"page_1";s:13:"display_title";s:14:"Files overview";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:6:{s:8:"defaults";a:2:{s:5:"pager";b:1;s:13:"relationships";b:0;}s:13:"relationships";a:1:{s:3:"fid";a:7:{s:2:"id";s:3:"fid";s:5:"table";s:12:"file_managed";s:5:"field";s:3:"fid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:10:"File usage";s:8:"required";b:0;}}s:19:"display_description";s:0:"";s:17:"display_extenders";a:0:{}s:4:"path";s:19:"admin/content/files";s:4:"menu";a:6:{s:4:"type";s:3:"tab";s:5:"title";s:5:"Files";s:11:"description";s:0:"";s:6:"weight";i:0;s:9:"menu_name";s:5:"admin";s:7:"context";s:0:"";}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"page_2";a:6:{s:2:"id";s:6:"page_2";s:13:"display_title";s:10:"File usage";s:14:"display_plugin";s:4:"page";s:8:"position";i:2;s:15:"display_options";a:15:{s:5:"title";s:10:"File usage";s:6:"fields";a:4:{s:12:"entity_label";a:23:{s:2:"id";s:12:"entity_label";s:5:"table";s:10:"file_usage";s:5:"field";s:12:"entity_label";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:12:"entity_label";s:5:"label";s:6:"Entity";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:14:"link_to_entity";b:1;}s:4:"type";a:22:{s:2:"id";s:4:"type";s:5:"table";s:10:"file_usage";s:5:"field";s:4:"type";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:8:"standard";s:5:"label";s:11:"Entity type";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:6:"module";a:22:{s:2:"id";s:6:"module";s:5:"table";s:10:"file_usage";s:5:"field";s:6:"module";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:8:"standard";s:5:"label";s:18:"Registering module";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:5:"count";a:30:{s:2:"id";s:5:"count";s:5:"table";s:10:"file_usage";s:5:"field";s:5:"count";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:7:"numeric";s:5:"label";s:9:"Use count";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:13:"set_precision";b:0;s:9:"precision";i:0;s:7:"decimal";s:1:".";s:9:"separator";s:1:",";s:13:"format_plural";b:0;s:20:"format_plural_string";s:8:"1@count";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:5:"pager";a:2:{s:4:"type";s:4:"mini";s:7:"options";a:7:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:10;s:11:"total_pages";i:0;s:2:"id";i:0;s:4:"tags";a:2:{s:4:"next";s:8:"Next ›";s:8:"previous";s:12:"‹ Previous";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}}}s:5:"empty";a:0:{}s:9:"arguments";a:1:{s:3:"fid";a:22:{s:2:"id";s:3:"fid";s:5:"table";s:12:"file_managed";s:5:"field";s:3:"fid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"file";s:12:"entity_field";s:3:"fid";s:9:"plugin_id";s:8:"file_fid";s:14:"default_action";s:9:"not found";s:9:"exception";a:3:{s:5:"value";s:3:"all";s:12:"title_enable";b:0;s:5:"title";s:3:"All";}s:12:"title_enable";b:1;s:5:"title";s:46:"File usage information for {{ arguments.fid }}";s:21:"default_argument_type";s:5:"fixed";s:24:"default_argument_options";a:1:{s:8:"argument";s:0:"";}s:15:"summary_options";a:4:{s:9:"base_path";s:0:"";s:5:"count";b:1;s:8:"override";b:0;s:14:"items_per_page";i:25;}s:7:"summary";a:3:{s:10:"sort_order";s:3:"asc";s:17:"number_of_records";i:0;s:6:"format";s:15:"default_summary";}s:18:"specify_validation";b:0;s:8:"validate";a:2:{s:4:"type";s:4:"none";s:4:"fail";s:9:"not found";}s:16:"validate_options";a:0:{}s:12:"break_phrase";b:0;s:3:"not";b:0;}}s:7:"filters";a:0:{}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:0:{}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:4:{s:12:"entity_label";s:12:"entity_label";s:4:"type";s:4:"type";s:6:"module";s:6:"module";s:5:"count";s:5:"count";}s:7:"default";s:12:"entity_label";s:4:"info";a:4:{s:12:"entity_label";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"type";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:15:"priority-medium";}s:6:"module";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:5:"count";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:0;s:7:"summary";s:0:"";s:11:"empty_table";b:1;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:2:{s:4:"type";s:6:"fields";s:7:"options";a:0:{}}s:8:"defaults";a:11:{s:5:"empty";b:0;s:5:"title";b:0;s:5:"pager";b:0;s:8:"group_by";b:0;s:5:"style";b:0;s:3:"row";b:0;s:13:"relationships";b:0;s:6:"fields";b:0;s:9:"arguments";b:0;s:7:"filters";b:0;s:13:"filter_groups";b:0;}s:13:"relationships";a:1:{s:3:"fid";a:7:{s:2:"id";s:3:"fid";s:5:"table";s:12:"file_managed";s:5:"field";s:3:"fid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:10:"File usage";s:8:"required";b:1;}}s:8:"group_by";b:0;s:19:"display_description";s:0:"";s:17:"display_extenders";a:0:{}s:4:"path";s:27:"admin/content/files/usage/%";}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:4:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:14:"url.query_args";i:3;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'), ('', 'views.view.latest', 'a:13:{s:4:"uuid";s:36:"d02930fe-b77e-4967-8a0f-07f451007a0f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:31:"core.entity_view_mode.node.card";i:1;s:14:"node.type.page";}s:6:"module";a:2:{i:0;s:4:"node";i:1;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"UHNsgKJ1nUm3BGDaQNlcsbeNwt1xmKATTJvK7BCmGmo";}s:2:"id";s:6:"latest";s:5:"label";s:6:"Latest";s:6:"module";s:5:"views";s:11:"description";s:0:"";s:3:"tag";s:0:"";s:10:"base_table";s:15:"node_field_data";s:10:"base_field";s:3:"nid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:17:{s:5:"title";s:6:"Latest";s:6:"fields";a:1:{s:5:"title";a:37:{s:2:"id";s:5:"title";s:5:"table";s:15:"node_field_data";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:5:"field";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:8:{s:10:"alter_text";b:0;s:9:"make_link";b:0;s:8:"absolute";b:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:10:"strip_tags";b:0;s:4:"trim";b:0;s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}}s:5:"pager";a:2:{s:4:"type";s:4:"some";s:7:"options";a:2:{s:6:"offset";i:0;s:14:"items_per_page";i:6;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:5:"Apply";s:12:"reset_button";b:0;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:14:"access content";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:0:{}s:5:"sorts";a:1:{s:7:"created";a:13:{s:2:"id";s:7:"created";s:5:"table";s:15:"node_field_data";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"created";s:9:"plugin_id";s:4:"date";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:0:"";}s:7:"exposed";b:0;s:11:"granularity";s:6:"second";}}s:9:"arguments";a:0:{}s:7:"filters";a:2:{s:6:"status";a:9:{s:2:"id";s:6:"status";s:5:"table";s:15:"node_field_data";s:5:"field";s:6:"status";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:5:"value";s:1:"1";s:5:"group";i:1;s:6:"expose";a:1:{s:8:"operator";s:0:"";}}s:4:"type";a:16:{s:2:"id";s:4:"type";s:5:"table";s:15:"node_field_data";s:5:"field";s:4:"type";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:4:"type";s:9:"plugin_id";s:6:"bundle";s:8:"operator";s:6:"not in";s:5:"value";a:1:{s:4:"page";s:4:"page";}s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:13:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:5:"style";a:1:{s:4:"type";s:7:"default";}s:3:"row";a:2:{s:4:"type";s:11:"entity:node";s:7:"options";a:2:{s:12:"relationship";s:4:"none";s:9:"view_mode";s:4:"card";}}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:0:{}s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:4:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:21:"user.node_grants:view";i:3;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"latest";a:6:{s:2:"id";s:6:"latest";s:13:"display_title";s:5:"Block";s:14:"display_plugin";s:5:"block";s:8:"position";i:1;s:15:"display_options";a:2:{s:17:"display_extenders";a:0:{}s:16:"block_hide_empty";b:1;}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:4:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:21:"user.node_grants:view";i:3;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.media', 'a:13:{s:4:"uuid";s:36:"f81e7237-5c7d-4582-ab39-9b6d659f6bc7";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:21:"image.style.thumbnail";}s:6:"module";a:3:{i:0;s:5:"image";i:1;s:5:"media";i:2;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"kOTUk5XWeupgBOJuRRarCiDcFKVZcvaW-FT5MTzrML8";}s:2:"id";s:5:"media";s:5:"label";s:5:"Media";s:6:"module";s:5:"views";s:11:"description";s:22:"Find and manage media.";s:3:"tag";s:0:"";s:10:"base_table";s:16:"media_field_data";s:10:"base_field";s:3:"mid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:17:{s:5:"title";s:5:"Media";s:6:"fields";a:8:{s:15:"media_bulk_form";a:26:{s:2:"id";s:15:"media_bulk_form";s:5:"table";s:5:"media";s:5:"field";s:15:"media_bulk_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:9:"bulk_form";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"action_title";s:6:"Action";s:15:"include_exclude";s:7:"exclude";s:16:"selected_actions";a:0:{}}s:20:"thumbnail__target_id";a:37:{s:2:"id";s:20:"thumbnail__target_id";s:5:"table";s:16:"media_field_data";s:5:"field";s:20:"thumbnail__target_id";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:9:"thumbnail";s:9:"plugin_id";s:5:"field";s:5:"label";s:9:"Thumbnail";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:5:"image";s:8:"settings";a:3:{s:10:"image_link";s:0:"";s:11:"image_style";s:9:"thumbnail";s:13:"image_loading";a:1:{s:9:"attribute";s:4:"lazy";}}s:12:"group_column";s:0:"";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:4:"name";a:37:{s:2:"id";s:4:"name";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:5:"media";s:9:"plugin_id";s:5:"field";s:5:"label";s:10:"Media name";s:7:"exclude";b:0;s:5:"alter";a:8:{s:10:"alter_text";b:0;s:9:"make_link";b:0;s:8:"absolute";b:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:10:"strip_tags";b:0;s:4:"trim";b:0;s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:6:"bundle";a:37:{s:2:"id";s:6:"bundle";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"bundle";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"bundle";s:9:"plugin_id";s:5:"field";s:5:"label";s:4:"Type";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:0;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:3:"uid";a:37:{s:2:"id";s:3:"uid";s:5:"table";s:16:"media_field_data";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Author";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:1;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:6:"status";a:37:{s:2:"id";s:6:"status";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Status";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:7:"boolean";s:8:"settings";a:3:{s:6:"format";s:6:"custom";s:19:"format_custom_false";s:11:"Unpublished";s:18:"format_custom_true";s:9:"Published";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:7:"changed";a:37:{s:2:"id";s:7:"changed";s:5:"table";s:16:"media_field_data";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:5:"field";s:5:"label";s:7:"Updated";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:5:"media";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:1;}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:8:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:50;s:11:"total_pages";N;s:2:"id";i:0;s:4:"tags";a:4:{s:4:"next";s:8:"Next ›";s:8:"previous";s:12:"‹ Previous";s:5:"first";s:8:"« First";s:4:"last";s:7:"Last »";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}s:8:"quantity";i:9;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:0;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:21:"access media overview";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:19:"No media available.";s:8:"tokenize";b:0;}}s:5:"sorts";a:1:{s:7:"created";a:13:{s:2:"id";s:7:"created";s:5:"table";s:16:"media_field_data";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:7:"created";s:9:"plugin_id";s:4:"date";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:7:"created";}s:7:"exposed";b:0;s:11:"granularity";s:6:"second";}}s:9:"arguments";a:0:{}s:7:"filters";a:5:{s:4:"name";a:16:{s:2:"id";s:4:"name";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:7:"name_op";s:5:"label";s:10:"Media name";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"name_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"name";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"bundle";a:16:{s:2:"id";s:6:"bundle";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"bundle";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"bundle";s:9:"plugin_id";s:6:"bundle";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:9:"bundle_op";s:5:"label";s:4:"Type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"bundle_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"type";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:4:"True";s:11:"description";N;s:12:"use_operator";b:0;s:8:"operator";s:9:"status_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:6:"status";s:8:"required";b:1;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:1;s:10:"group_info";a:10:{s:5:"label";s:16:"Published status";s:11:"description";s:0:"";s:10:"identifier";s:6:"status";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:2:{i:1;a:3:{s:5:"title";s:9:"Published";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:5:"title";s:11:"Unpublished";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}}s:12:"status_extra";a:15:{s:2:"id";s:12:"status_extra";s:5:"table";s:16:"media_field_data";s:5:"field";s:12:"status_extra";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:12:"media_status";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:8:"langcode";a:16:{s:2:"id";s:8:"langcode";s:5:"table";s:16:"media_field_data";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:8:"langcode";s:9:"plugin_id";s:8:"language";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:11:"langcode_op";s:5:"label";s:8:"Language";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"langcode_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"langcode";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:6:{s:4:"name";s:4:"name";s:6:"bundle";s:6:"bundle";s:7:"changed";s:7:"changed";s:3:"uid";s:3:"uid";s:6:"status";s:6:"status";s:20:"thumbnail__target_id";s:20:"thumbnail__target_id";}s:7:"default";s:7:"changed";s:4:"info";a:6:{s:4:"name";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:6:"bundle";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:7:"changed";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:3:"uid";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:6:"status";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:20:"thumbnail__target_id";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:0;s:7:"summary";s:0:"";s:11:"empty_table";b:1;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:0:{}s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:4:"user";i:5;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:15:"media_page_list";a:6:{s:2:"id";s:15:"media_page_list";s:13:"display_title";s:5:"Media";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:4:{s:19:"display_description";s:0:"";s:17:"display_extenders";a:0:{}s:4:"path";s:19:"admin/content/media";s:4:"menu";a:8:{s:4:"type";s:3:"tab";s:5:"title";s:5:"Media";s:11:"description";s:0:"";s:6:"weight";i:0;s:8:"expanded";b:0;s:9:"menu_name";s:4:"main";s:6:"parent";s:0:"";s:7:"context";s:1:"0";}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:4:"user";i:5;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.media_library', 'a:13:{s:4:"uuid";s:36:"9a9d460b-50c7-4d08-96db-30892e74222f";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:3:{s:6:"config";a:2:{i:0;s:41:"core.entity_view_mode.media.media_library";i:1;s:25:"image.style.media_library";}s:6:"module";a:4:{i:0;s:5:"image";i:1;s:5:"media";i:2;s:13:"media_library";i:3;s:4:"user";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:13:"media_library";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"9u9hwW-Q0-uQJz1vgenJTQhZGYN0FBZoOogwPD6kgkQ";}s:2:"id";s:13:"media_library";s:5:"label";s:13:"Media library";s:6:"module";s:5:"views";s:11:"description";s:22:"Find and manage media.";s:3:"tag";s:0:"";s:10:"base_table";s:16:"media_field_data";s:10:"base_field";s:3:"mid";s:7:"display";a:4:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:18:{s:5:"title";s:5:"Media";s:6:"fields";a:2:{s:15:"media_bulk_form";a:26:{s:2:"id";s:15:"media_bulk_form";s:5:"table";s:5:"media";s:5:"field";s:15:"media_bulk_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:9:"bulk_form";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"action_title";s:6:"Action";s:15:"include_exclude";s:7:"exclude";s:16:"selected_actions";a:0:{}}s:15:"rendered_entity";a:24:{s:2:"id";s:15:"rendered_entity";s:5:"table";s:5:"media";s:5:"field";s:15:"rendered_entity";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:15:"rendered_entity";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:9:"view_mode";s:13:"media_library";}}s:5:"pager";a:2:{s:4:"type";s:4:"mini";s:7:"options";a:7:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:24;s:11:"total_pages";N;s:2:"id";i:0;s:4:"tags";a:2:{s:4:"next";s:6:"››";s:8:"previous";s:6:"‹‹";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"6, 12, 24, 48";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:13:"Apply filters";s:12:"reset_button";b:0;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:0;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:21:"access media overview";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:19:"No media available.";s:8:"tokenize";b:0;}}s:5:"sorts";a:3:{s:7:"created";a:13:{s:2:"id";s:7:"created";s:5:"table";s:16:"media_field_data";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:7:"created";s:9:"plugin_id";s:4:"date";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:12:"Newest first";s:16:"field_identifier";s:7:"created";}s:7:"exposed";b:1;s:11:"granularity";s:6:"second";}s:4:"name";a:12:{s:2:"id";s:4:"name";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:8:"standard";s:5:"order";s:3:"ASC";s:6:"expose";a:2:{s:5:"label";s:10:"Name (A-Z)";s:16:"field_identifier";s:4:"name";}s:7:"exposed";b:1;}s:6:"name_1";a:12:{s:2:"id";s:6:"name_1";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:8:"standard";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:10:"Name (Z-A)";s:16:"field_identifier";s:6:"name_1";}s:7:"exposed";b:1;}}s:7:"filters";a:5:{s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:17:"Publishing status";s:11:"description";N;s:12:"use_operator";b:0;s:8:"operator";s:9:"status_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:6:"status";s:8:"required";b:1;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:1;s:10:"group_info";a:10:{s:5:"label";s:9:"Published";s:11:"description";s:0:"";s:10:"identifier";s:6:"status";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:2:{i:1;a:3:{s:5:"title";s:9:"Published";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:5:"title";s:11:"Unpublished";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}}s:4:"name";a:16:{s:2:"id";s:4:"name";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:7:"name_op";s:5:"label";s:4:"Name";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"name_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"name";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"bundle";a:16:{s:2:"id";s:6:"bundle";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"bundle";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"bundle";s:9:"plugin_id";s:6:"bundle";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:9:"bundle_op";s:5:"label";s:10:"Media type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"bundle_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"type";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:10:"Media type";s:11:"description";N;s:10:"identifier";s:6:"bundle";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:3:{i:1;a:0:{}i:2;a:0:{}i:3;a:0:{}}}}s:12:"status_extra";a:15:{s:2:"id";s:12:"status_extra";s:5:"table";s:16:"media_field_data";s:5:"field";s:12:"status_extra";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:12:"media_status";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:8:"langcode";a:16:{s:2:"id";s:8:"langcode";s:5:"table";s:16:"media_field_data";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:8:"langcode";s:9:"plugin_id";s:8:"language";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:11:"langcode_op";s:5:"label";s:8:"Language";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"langcode_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"langcode";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:5:"style";a:2:{s:4:"type";s:7:"default";s:7:"options";a:3:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;}}s:3:"row";a:2:{s:4:"type";s:6:"fields";s:7:"options";a:4:{s:22:"default_field_elements";b:1;s:6:"inline";a:0:{}s:9:"separator";s:0:"";s:10:"hide_empty";b:0;}}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:0:{}s:9:"css_class";s:0:"";s:8:"use_ajax";b:1;s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:6:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:14:"url.query_args";i:3;s:22:"url.query_args:sort_by";i:4;s:4:"user";i:5;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:4:"page";a:6:{s:2:"id";s:4:"page";s:13:"display_title";s:4:"Page";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:4:{s:6:"fields";a:5:{s:15:"media_bulk_form";a:26:{s:2:"id";s:15:"media_bulk_form";s:5:"table";s:5:"media";s:5:"field";s:15:"media_bulk_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:9:"bulk_form";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"action_title";s:6:"Action";s:15:"include_exclude";s:7:"exclude";s:16:"selected_actions";a:0:{}}s:4:"name";a:37:{s:2:"id";s:4:"name";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:5:"field";s:5:"label";s:0:"";s:7:"exclude";b:1;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"edit_media";a:26:{s:2:"id";s:10:"edit_media";s:5:"table";s:5:"media";s:5:"field";s:10:"edit_media";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:16:"entity_link_edit";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:1;s:4:"text";s:15:"Edit {{ name }}";s:9:"make_link";b:1;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:15:"Edit {{ name }}";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:1:"0";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:0;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"text";s:4:"Edit";s:18:"output_url_as_text";b:0;s:8:"absolute";b:0;}s:12:"delete_media";a:26:{s:2:"id";s:12:"delete_media";s:5:"table";s:5:"media";s:5:"field";s:12:"delete_media";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:18:"entity_link_delete";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:1;s:4:"text";s:17:"Delete {{ name }}";s:9:"make_link";b:1;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:17:"Delete {{ name }}";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:1:"0";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:0;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"text";s:6:"Delete";s:18:"output_url_as_text";b:0;s:8:"absolute";b:0;}s:15:"rendered_entity";a:24:{s:2:"id";s:15:"rendered_entity";s:5:"table";s:5:"media";s:5:"field";s:15:"rendered_entity";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:15:"rendered_entity";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:9:"view_mode";s:13:"media_library";}}s:8:"defaults";a:1:{s:6:"fields";b:0;}s:17:"display_extenders";a:0:{}s:4:"path";s:24:"admin/content/media-grid";}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:7:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:22:"url.query_args:sort_by";i:5;s:4:"user";i:6;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"widget";a:6:{s:2:"id";s:6:"widget";s:13:"display_title";s:6:"Widget";s:14:"display_plugin";s:4:"page";s:8:"position";i:2;s:15:"display_options";a:12:{s:6:"fields";a:2:{s:25:"media_library_select_form";a:23:{s:2:"id";s:25:"media_library_select_form";s:5:"table";s:5:"media";s:5:"field";s:25:"media_library_select_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:25:"media_library_select_form";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:15:"rendered_entity";a:24:{s:2:"id";s:15:"rendered_entity";s:5:"table";s:5:"media";s:5:"field";s:15:"rendered_entity";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:15:"rendered_entity";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:9:"view_mode";s:13:"media_library";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:10:"view media";}}s:9:"arguments";a:1:{s:6:"bundle";a:26:{s:2:"id";s:6:"bundle";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"bundle";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"bundle";s:9:"plugin_id";s:6:"string";s:14:"default_action";s:6:"ignore";s:9:"exception";a:3:{s:5:"value";s:3:"all";s:12:"title_enable";b:0;s:5:"title";s:3:"All";}s:12:"title_enable";b:0;s:5:"title";s:0:"";s:21:"default_argument_type";s:5:"fixed";s:24:"default_argument_options";a:1:{s:8:"argument";s:0:"";}s:15:"summary_options";a:4:{s:9:"base_path";s:0:"";s:5:"count";b:1;s:8:"override";b:0;s:14:"items_per_page";i:24;}s:7:"summary";a:3:{s:10:"sort_order";s:3:"asc";s:17:"number_of_records";i:0;s:6:"format";s:15:"default_summary";}s:18:"specify_validation";b:0;s:8:"validate";a:2:{s:4:"type";s:4:"none";s:4:"fail";s:9:"not found";}s:16:"validate_options";a:0:{}s:8:"glossary";b:0;s:5:"limit";i:0;s:4:"case";s:4:"none";s:9:"path_case";s:4:"none";s:14:"transform_dash";b:0;s:12:"break_phrase";b:0;}}s:7:"filters";a:3:{s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:4:"name";a:16:{s:2:"id";s:4:"name";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:7:"name_op";s:5:"label";s:4:"Name";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"name_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"name";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:16:"default_langcode";a:16:{s:2:"id";s:16:"default_langcode";s:5:"table";s:16:"media_field_data";s:5:"field";s:16:"default_langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:16:"default_langcode";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:8:"defaults";a:7:{s:6:"access";b:0;s:9:"css_class";b:0;s:6:"fields";b:0;s:9:"arguments";b:0;s:7:"filters";b:0;s:13:"filter_groups";b:0;s:6:"header";b:0;}s:9:"css_class";s:0:"";s:19:"display_description";s:0:"";s:6:"header";a:2:{s:17:"display_link_grid";a:7:{s:2:"id";s:17:"display_link_grid";s:5:"table";s:5:"views";s:5:"field";s:12:"display_link";s:9:"plugin_id";s:12:"display_link";s:5:"label";s:4:"Grid";s:5:"empty";b:1;s:10:"display_id";s:6:"widget";}s:18:"display_link_table";a:7:{s:2:"id";s:18:"display_link_table";s:5:"table";s:5:"views";s:5:"field";s:12:"display_link";s:9:"plugin_id";s:12:"display_link";s:5:"label";s:5:"Table";s:5:"empty";b:1;s:10:"display_id";s:12:"widget_table";}}s:18:"rendering_language";s:33:"***LANGUAGE_language_interface***";s:17:"display_extenders";a:0:{}s:4:"path";s:26:"admin/content/media-widget";}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:14:"url.query_args";i:3;s:22:"url.query_args:sort_by";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:12:"widget_table";a:6:{s:2:"id";s:12:"widget_table";s:13:"display_title";s:14:"Widget (table)";s:14:"display_plugin";s:4:"page";s:8:"position";i:3;s:15:"display_options";a:13:{s:6:"fields";a:5:{s:25:"media_library_select_form";a:9:{s:2:"id";s:25:"media_library_select_form";s:5:"table";s:5:"media";s:5:"field";s:25:"media_library_select_form";s:12:"relationship";s:4:"none";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:25:"media_library_select_form";s:5:"label";s:0:"";s:13:"element_class";s:0:"";s:21:"element_wrapper_class";s:0:"";}s:20:"thumbnail__target_id";a:10:{s:2:"id";s:20:"thumbnail__target_id";s:5:"table";s:16:"media_field_data";s:5:"field";s:20:"thumbnail__target_id";s:12:"relationship";s:4:"none";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:9:"thumbnail";s:9:"plugin_id";s:5:"field";s:5:"label";s:9:"Thumbnail";s:4:"type";s:5:"image";s:8:"settings";a:3:{s:10:"image_link";s:0:"";s:11:"image_style";s:13:"media_library";s:13:"image_loading";a:1:{s:9:"attribute";s:5:"eager";}}}s:4:"name";a:10:{s:2:"id";s:4:"name";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:5:"field";s:5:"label";s:4:"Name";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:0;}}s:3:"uid";a:10:{s:2:"id";s:3:"uid";s:5:"table";s:20:"media_field_revision";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Author";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:1;}}s:7:"changed";a:10:{s:2:"id";s:7:"changed";s:5:"table";s:16:"media_field_data";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:5:"field";s:5:"label";s:7:"Updated";s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:10:"view media";}}s:9:"arguments";a:1:{s:6:"bundle";a:26:{s:2:"id";s:6:"bundle";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"bundle";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"bundle";s:9:"plugin_id";s:6:"string";s:14:"default_action";s:6:"ignore";s:9:"exception";a:3:{s:5:"value";s:3:"all";s:12:"title_enable";b:0;s:5:"title";s:3:"All";}s:12:"title_enable";b:0;s:5:"title";s:0:"";s:21:"default_argument_type";s:5:"fixed";s:24:"default_argument_options";a:1:{s:8:"argument";s:0:"";}s:15:"summary_options";a:4:{s:9:"base_path";s:0:"";s:5:"count";b:1;s:8:"override";b:0;s:14:"items_per_page";i:24;}s:7:"summary";a:3:{s:10:"sort_order";s:3:"asc";s:17:"number_of_records";i:0;s:6:"format";s:15:"default_summary";}s:18:"specify_validation";b:0;s:8:"validate";a:2:{s:4:"type";s:4:"none";s:4:"fail";s:9:"not found";}s:16:"validate_options";a:0:{}s:8:"glossary";b:0;s:5:"limit";i:0;s:4:"case";s:4:"none";s:9:"path_case";s:4:"none";s:14:"transform_dash";b:0;s:12:"break_phrase";b:0;}}s:7:"filters";a:3:{s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:4:"name";a:16:{s:2:"id";s:4:"name";s:5:"table";s:16:"media_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:7:"name_op";s:5:"label";s:4:"Name";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"name_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"name";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:16:"default_langcode";a:16:{s:2:"id";s:16:"default_langcode";s:5:"table";s:16:"media_field_data";s:5:"field";s:16:"default_langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:16:"default_langcode";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:2:{s:9:"row_class";s:85:"media-library-item media-library-item--table js-media-library-item js-click-to-select";s:17:"default_row_class";b:1;}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:8:"defaults";a:9:{s:6:"access";b:0;s:9:"css_class";b:0;s:5:"style";b:0;s:3:"row";b:0;s:6:"fields";b:0;s:9:"arguments";b:0;s:7:"filters";b:0;s:13:"filter_groups";b:0;s:6:"header";b:0;}s:9:"css_class";s:0:"";s:6:"header";a:2:{s:17:"display_link_grid";a:7:{s:2:"id";s:17:"display_link_grid";s:5:"table";s:5:"views";s:5:"field";s:12:"display_link";s:9:"plugin_id";s:12:"display_link";s:5:"label";s:4:"Grid";s:5:"empty";b:1;s:10:"display_id";s:6:"widget";}s:18:"display_link_table";a:7:{s:2:"id";s:18:"display_link_table";s:5:"table";s:5:"views";s:5:"field";s:12:"display_link";s:9:"plugin_id";s:12:"display_link";s:5:"label";s:5:"Table";s:5:"empty";b:1;s:10:"display_id";s:12:"widget_table";}}s:18:"rendering_language";s:33:"***LANGUAGE_language_interface***";s:17:"display_extenders";a:0:{}s:4:"path";s:32:"admin/content/media-widget-table";}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:14:"url.query_args";i:3;s:22:"url.query_args:sort_by";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.moderated_content', 'a:13:{s:4:"uuid";s:36:"d2852966-b595-48b4-a1fb-a63b37260cb2";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"module";a:2:{i:0;s:4:"node";i:1;s:4:"user";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:18:"content_moderation";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"rhhD8pwk7nzhYCx9O0cy3YpUw3f7J20dMtt4F2tNQ_k";}s:2:"id";s:17:"moderated_content";s:5:"label";s:17:"Moderated content";s:6:"module";s:5:"views";s:11:"description";s:26:"Find and moderate content.";s:3:"tag";s:0:"";s:10:"base_table";s:19:"node_field_revision";s:10:"base_field";s:3:"vid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:18:{s:5:"title";s:17:"Moderated content";s:6:"fields";a:6:{s:5:"title";a:37:{s:2:"id";s:5:"title";s:5:"table";s:19:"node_field_revision";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:5:"field";s:5:"label";s:5:"Title";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:4:"type";a:37:{s:2:"id";s:4:"type";s:5:"table";s:15:"node_field_data";s:5:"field";s:4:"type";s:12:"relationship";s:3:"nid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:4:"type";s:9:"plugin_id";s:5:"field";s:5:"label";s:12:"Content type";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:0;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:4:"name";a:37:{s:2:"id";s:4:"name";s:5:"table";s:16:"users_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:3:"uid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Author";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"user_name";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:16:"moderation_state";a:36:{s:2:"id";s:16:"moderation_state";s:5:"table";s:19:"node_field_revision";s:5:"field";s:16:"moderation_state";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:5:"field";s:5:"label";s:16:"Moderation state";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:24:"content_moderation_state";s:8:"settings";a:0:{}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:7:"changed";a:37:{s:2:"id";s:7:"changed";s:5:"table";s:19:"node_field_revision";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:5:"field";s:5:"label";s:7:"Updated";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:13:"node_revision";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:1;}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:8:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:50;s:11:"total_pages";N;s:2:"id";i:0;s:4:"tags";a:4:{s:4:"next";s:8:"Next ›";s:8:"previous";s:12:"‹ Previous";s:5:"first";s:8:"« First";s:4:"last";s:7:"Last »";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}s:8:"quantity";i:9;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:28:"view any unpublished content";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:98:"No moderated content available. Only pending versions of content, such as drafts, are listed here.";s:8:"tokenize";b:0;}}s:5:"sorts";a:0:{}s:9:"arguments";a:0:{}s:7:"filters";a:6:{s:36:"latest_translation_affected_revision";a:15:{s:2:"id";s:36:"latest_translation_affected_revision";s:5:"table";s:13:"node_revision";s:5:"field";s:36:"latest_translation_affected_revision";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:36:"latest_translation_affected_revision";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:5:"title";a:16:{s:2:"id";s:5:"title";s:5:"table";s:19:"node_field_revision";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:8:"title_op";s:5:"label";s:5:"Title";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:8:"title_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:5:"title";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:4:"type";a:16:{s:2:"id";s:4:"type";s:5:"table";s:15:"node_field_data";s:5:"field";s:4:"type";s:12:"relationship";s:3:"nid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:4:"type";s:9:"plugin_id";s:6:"bundle";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:7:"type_op";s:5:"label";s:12:"Content type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"type_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"type";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:16:"moderation_state";a:15:{s:2:"id";s:16:"moderation_state";s:5:"table";s:19:"node_field_revision";s:5:"field";s:16:"moderation_state";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:23:"moderation_state_filter";s:8:"operator";s:2:"in";s:5:"value";a:2:{s:15:"editorial-draft";s:15:"editorial-draft";s:18:"editorial-archived";s:18:"editorial-archived";}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:19:"moderation_state_op";s:5:"label";s:16:"Moderation state";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:19:"moderation_state_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:16:"moderation_state";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:1;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:8:"langcode";a:16:{s:2:"id";s:8:"langcode";s:5:"table";s:19:"node_field_revision";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:8:"langcode";s:9:"plugin_id";s:8:"language";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:11:"langcode_op";s:5:"label";s:8:"Language";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"langcode_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"langcode";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:18:"moderation_state_1";a:15:{s:2:"id";s:18:"moderation_state_1";s:5:"table";s:19:"node_field_revision";s:5:"field";s:16:"moderation_state";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:23:"moderation_state_filter";s:8:"operator";s:6:"not in";s:5:"value";a:1:{s:25:"basic_editorial-published";s:25:"basic_editorial-published";}s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:13:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:5:{s:5:"title";s:5:"title";s:4:"type";s:4:"type";s:4:"name";s:4:"name";s:16:"moderation_state";s:16:"moderation_state";s:7:"changed";s:7:"changed";}s:7:"default";s:7:"changed";s:4:"info";a:5:{s:5:"title";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"type";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"name";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:16:"moderation_state";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:7:"changed";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:1;s:7:"summary";s:0:"";s:11:"empty_table";b:1;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:2:{s:3:"nid";a:10:{s:2:"id";s:3:"nid";s:5:"table";s:19:"node_field_revision";s:5:"field";s:3:"nid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:47:"Get the actual content from a content revision.";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:3:"nid";s:9:"plugin_id";s:8:"standard";s:8:"required";b:0;}s:3:"uid";a:10:{s:2:"id";s:3:"uid";s:5:"table";s:19:"node_field_revision";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:4:"User";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:8:"standard";s:8:"required";b:0;}}s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:21:"user.node_grants:view";i:5;s:16:"user.permissions";}s:4:"tags";a:1:{i:0;s:20:"config:workflow_list";}}}s:17:"moderated_content";a:6:{s:2:"id";s:17:"moderated_content";s:13:"display_title";s:17:"Moderated content";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:3:{s:19:"display_description";s:0:"";s:17:"display_extenders";a:0:{}s:4:"path";s:23:"admin/content/moderated";}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:21:"user.node_grants:view";i:5;s:16:"user.permissions";}s:4:"tags";a:1:{i:0;s:20:"config:workflow_list";}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.publishing_content', 'a:13:{s:4:"uuid";s:36:"2b554416-2094-4412-b5bc-06f2b0ffaf77";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:2:{i:0;s:33:"core.entity_view_mode.node.teaser";i:1;s:34:"workflows.workflow.basic_editorial";}s:6:"module";a:3:{i:0;s:18:"content_moderation";i:1;s:4:"node";i:2;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"65aJ1NYfywgFx8kOvKrRkhAWEBRTS77dG0Sx6mCtf6Q";}s:2:"id";s:18:"publishing_content";s:5:"label";s:18:"Publishing content";s:6:"module";s:5:"views";s:11:"description";s:55:"Shows a list of publishing-managed content on the site.";s:3:"tag";s:10:"Publishing";s:10:"base_table";s:15:"node_field_data";s:10:"base_field";s:3:"nid";s:7:"display";a:3:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:6:"Master";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:22:{s:5:"title";s:18:"Publishing content";s:6:"fields";a:7:{s:14:"node_bulk_form";a:26:{s:2:"id";s:14:"node_bulk_form";s:5:"table";s:4:"node";s:5:"field";s:14:"node_bulk_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:14:"node_bulk_form";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"action_title";s:6:"Action";s:15:"include_exclude";s:7:"include";s:16:"selected_actions";a:3:{i:0;s:18:"node_delete_action";i:1;s:19:"node_publish_action";i:2;s:21:"node_unpublish_action";}}s:5:"title";a:37:{s:2:"id";s:5:"title";s:5:"table";s:15:"node_field_data";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:5:"field";s:5:"label";s:5:"Title";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:3:"uid";a:37:{s:2:"id";s:3:"uid";s:5:"table";s:15:"node_field_data";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Author";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:1;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:7:"created";a:37:{s:2:"id";s:7:"created";s:5:"table";s:15:"node_field_data";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"created";s:9:"plugin_id";s:5:"field";s:5:"label";s:11:"Create date";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:3:{s:11:"date_format";s:6:"custom";s:18:"custom_date_format";s:8:"m/d g:ia";s:8:"timezone";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:7:"changed";a:37:{s:2:"id";s:7:"changed";s:5:"table";s:15:"node_field_data";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:5:"field";s:5:"label";s:12:"Updated date";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:3:{s:11:"date_format";s:6:"custom";s:18:"custom_date_format";s:8:"m/d g:ia";s:8:"timezone";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:6:"status";a:37:{s:2:"id";s:6:"status";s:5:"table";s:15:"node_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:5:"field";s:5:"label";s:9:"Published";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:7:"boolean";s:8:"settings";a:3:{s:6:"format";s:6:"yes-no";s:19:"format_custom_false";s:0:"";s:18:"format_custom_true";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:4:"node";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:1;}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:8:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:10;s:11:"total_pages";N;s:2:"id";i:0;s:4:"tags";a:4:{s:4:"next";s:6:"››";s:8:"previous";s:6:"‹‹";s:5:"first";s:8:"« First";s:4:"last";s:7:"Last »";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:1;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}s:8:"quantity";i:9;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:5:"Apply";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:25:"view publishing dashboard";}}s:5:"cache";a:2:{s:4:"type";s:4:"none";s:7:"options";a:0:{}}s:5:"empty";a:0:{}s:5:"sorts";a:1:{s:7:"changed";a:6:{s:2:"id";s:7:"changed";s:5:"table";s:19:"node_field_revision";s:5:"field";s:7:"changed";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:4:"date";}}s:9:"arguments";a:0:{}s:7:"filters";a:5:{s:36:"latest_translation_affected_revision";a:15:{s:2:"id";s:36:"latest_translation_affected_revision";s:5:"table";s:13:"node_revision";s:5:"field";s:36:"latest_translation_affected_revision";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:36:"latest_translation_affected_revision";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:16:"moderation_state";a:15:{s:2:"id";s:16:"moderation_state";s:5:"table";s:19:"node_field_revision";s:5:"field";s:16:"moderation_state";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:23:"moderation_state_filter";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:19:"moderation_state_op";s:5:"label";s:16:"Moderation state";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:19:"moderation_state_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:16:"moderation_state";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:4:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:14:"content_editor";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:3:"uid";a:16:{s:2:"id";s:3:"uid";s:5:"table";s:19:"node_field_revision";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:7:"numeric";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:0:"";}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:6:"uid_op";s:5:"label";s:11:"Authored by";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:6:"uid_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:3:"uid";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:7:"combine";a:15:{s:2:"id";s:7:"combine";s:5:"table";s:5:"views";s:5:"field";s:7:"combine";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:7:"combine";s:8:"operator";s:4:"word";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:10:"combine_op";s:5:"label";s:8:"Contains";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:10:"combine_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:7:"combine";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:6:"fields";a:1:{s:5:"title";s:5:"title";}}s:4:"type";a:16:{s:2:"id";s:4:"type";s:5:"table";s:15:"node_field_data";s:5:"field";s:4:"type";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:4:"type";s:9:"plugin_id";s:6:"bundle";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:7:"type_op";s:5:"label";s:4:"Type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"type_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"type";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:7:{s:14:"node_bulk_form";s:14:"node_bulk_form";s:5:"title";s:5:"title";s:3:"uid";s:3:"uid";s:7:"created";s:7:"created";s:7:"changed";s:7:"changed";s:6:"status";s:6:"status";s:9:"edit_node";s:9:"edit_node";}s:7:"default";s:2:"-1";s:4:"info";a:7:{s:14:"node_bulk_form";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:5:"title";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:3:"uid";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:7:"created";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:7:"changed";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:6:"status";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:9:"edit_node";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:0;s:7:"summary";s:0:"";s:11:"empty_table";b:0;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:2:{s:4:"type";s:11:"entity:node";s:7:"options";a:1:{s:9:"view_mode";s:6:"teaser";}}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:0:{}s:8:"use_ajax";b:1;s:8:"use_more";b:0;s:15:"use_more_always";b:0;s:13:"use_more_text";s:4:"more";s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:21:"user.node_grants:view";i:5;s:16:"user.permissions";}s:4:"tags";a:1:{i:0;s:20:"config:workflow_list";}}}s:12:"block_drafts";a:6:{s:2:"id";s:12:"block_drafts";s:13:"display_title";s:15:"My drafts Block";s:14:"display_plugin";s:5:"block";s:8:"position";i:3;s:15:"display_options";a:22:{s:5:"title";s:9:"My Drafts";s:6:"fields";a:3:{s:5:"title";a:37:{s:2:"id";s:5:"title";s:5:"table";s:15:"node_field_data";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:5:"field";s:5:"label";s:5:"Title";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:7:"changed";a:37:{s:2:"id";s:7:"changed";s:5:"table";s:15:"node_field_data";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:5:"field";s:5:"label";s:12:"Updated date";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:4:"node";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:1;}}s:5:"pager";a:2:{s:4:"type";s:4:"some";s:7:"options";a:2:{s:6:"offset";i:0;s:14:"items_per_page";i:10;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:5:"Apply";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:61:"No drafted content by you. Only your drafts, are listed here.";s:8:"tokenize";b:0;}}s:5:"sorts";a:1:{s:7:"changed";a:13:{s:2:"id";s:7:"changed";s:5:"table";s:19:"node_field_revision";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:4:"date";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:0:"";}s:7:"exposed";b:0;s:11:"granularity";s:6:"second";}}s:9:"arguments";a:1:{s:3:"uid";a:22:{s:2:"id";s:3:"uid";s:5:"table";s:19:"node_field_revision";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:16:"entity_target_id";s:14:"default_action";s:7:"default";s:9:"exception";a:3:{s:5:"value";s:3:"all";s:12:"title_enable";b:0;s:5:"title";s:3:"All";}s:12:"title_enable";b:0;s:5:"title";s:0:"";s:21:"default_argument_type";s:12:"current_user";s:24:"default_argument_options";a:0:{}s:15:"summary_options";a:4:{s:9:"base_path";s:0:"";s:5:"count";b:1;s:8:"override";b:0;s:14:"items_per_page";i:25;}s:7:"summary";a:3:{s:10:"sort_order";s:3:"asc";s:17:"number_of_records";i:0;s:6:"format";s:15:"default_summary";}s:18:"specify_validation";b:0;s:8:"validate";a:2:{s:4:"type";s:4:"none";s:4:"fail";s:9:"not found";}s:16:"validate_options";a:0:{}s:12:"break_phrase";b:0;s:3:"not";b:0;}}s:7:"filters";a:2:{s:36:"latest_translation_affected_revision";a:15:{s:2:"id";s:36:"latest_translation_affected_revision";s:5:"table";s:13:"node_revision";s:5:"field";s:36:"latest_translation_affected_revision";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:36:"latest_translation_affected_revision";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:16:"moderation_state";a:15:{s:2:"id";s:16:"moderation_state";s:5:"table";s:19:"node_field_revision";s:5:"field";s:16:"moderation_state";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:23:"moderation_state_filter";s:8:"operator";s:2:"in";s:5:"value";a:1:{s:21:"basic_editorial-draft";s:21:"basic_editorial-draft";}s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:13:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:8:"defaults";a:14:{s:5:"empty";b:0;s:5:"title";b:0;s:5:"pager";b:0;s:8:"use_more";b:0;s:15:"use_more_always";b:0;s:13:"use_more_text";b:0;s:12:"exposed_form";b:0;s:12:"link_display";b:0;s:8:"link_url";b:0;s:6:"fields";b:0;s:5:"sorts";b:0;s:9:"arguments";b:0;s:7:"filters";b:0;s:13:"filter_groups";b:0;}s:19:"display_description";s:67:"Shows a list of all draft content for the currently logged-in user.";s:8:"use_more";b:1;s:15:"use_more_always";b:1;s:13:"use_more_text";s:14:"See all drafts";s:12:"link_display";s:10:"custom_url";s:8:"link_url";s:24:"/admin/content/moderated";s:15:"display_comment";s:61:"Shows a list of all drafted for the currently logged-in user.";s:13:"exposed_block";b:0;s:17:"display_extenders";a:0:{}s:17:"block_description";s:9:"My drafts";s:14:"block_category";s:9:"Dashboard";s:5:"allow";a:1:{s:14:"items_per_page";b:1;}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:7:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:4:"user";i:5;s:21:"user.node_grants:view";i:6;s:16:"user.permissions";}s:4:"tags";a:1:{i:0;s:20:"config:workflow_list";}}}s:15:"block_scheduled";a:6:{s:2:"id";s:15:"block_scheduled";s:13:"display_title";s:15:"Scheduled Block";s:14:"display_plugin";s:5:"block";s:8:"position";i:2;s:15:"display_options";a:20:{s:5:"title";s:9:"Scheduled";s:6:"fields";a:4:{s:5:"title";a:37:{s:2:"id";s:5:"title";s:5:"table";s:15:"node_field_data";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:5:"field";s:5:"label";s:5:"Title";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:12:"unpublish_on";a:37:{s:2:"id";s:12:"unpublish_on";s:5:"table";s:19:"node_field_revision";s:5:"field";s:12:"unpublish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:12:"unpublish_on";s:9:"plugin_id";s:5:"field";s:5:"label";s:12:"Unpublish on";s:7:"exclude";b:1;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"publish_on";a:37:{s:2:"id";s:10:"publish_on";s:5:"table";s:19:"node_field_revision";s:5:"field";s:10:"publish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:10:"publish_on";s:9:"plugin_id";s:5:"field";s:5:"label";s:29:"Scheduled On | Unpublished On";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:1;s:4:"text";s:109:"{% if publish_on %}\r\n{{ publish_on }} |\r\n{% endif %}\r\n{% if unpublish_on %}\r\n {{ unpublish_on }}\r\n{% endif %}";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:1;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:56:"{% if unpublish_on %}\r\n| {{ unpublish_on }}\r\n{% endif %}";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:4:"node";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:1;}}s:5:"pager";a:2:{s:4:"type";s:4:"some";s:7:"options";a:2:{s:6:"offset";i:0;s:14:"items_per_page";i:10;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:5:"Apply";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:71:"No scheduled content available. Only scheduled content are listed here.";s:8:"tokenize";b:0;}}s:5:"sorts";a:1:{s:7:"changed";a:13:{s:2:"id";s:7:"changed";s:5:"table";s:19:"node_field_revision";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:4:"date";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:0:"";}s:7:"exposed";b:0;s:11:"granularity";s:6:"second";}}s:7:"filters";a:2:{s:10:"publish_on";a:16:{s:2:"id";s:10:"publish_on";s:5:"table";s:19:"node_field_revision";s:5:"field";s:10:"publish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:10:"publish_on";s:9:"plugin_id";s:4:"date";s:8:"operator";s:9:"not empty";s:5:"value";a:4:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:10:"+1 minutes";s:4:"type";s:4:"date";}s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:15:{s:11:"operator_id";s:13:"publish_on_op";s:5:"label";s:10:"Publish on";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:13:"publish_on_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:20:"publish_on_scheduled";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:4:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:14:"content_editor";s:1:"0";s:13:"administrator";s:1:"0";}s:15:"min_placeholder";s:0:"";s:15:"max_placeholder";s:0:"";s:11:"placeholder";s:0:"";}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:12:"unpublish_on";a:16:{s:2:"id";s:12:"unpublish_on";s:5:"table";s:19:"node_field_revision";s:5:"field";s:12:"unpublish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:12:"unpublish_on";s:9:"plugin_id";s:4:"date";s:8:"operator";s:9:"not empty";s:5:"value";a:4:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:10:"+1 minutes";s:4:"type";s:4:"date";}s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:15:{s:11:"operator_id";s:15:"unpublish_on_op";s:5:"label";s:12:"Unpublish on";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:15:"unpublish_on_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:12:"unpublish_on";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:4:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:14:"content_editor";s:1:"0";s:13:"administrator";s:1:"0";}s:15:"min_placeholder";s:0:"";s:15:"max_placeholder";s:0:"";s:11:"placeholder";s:0:"";}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:2:"OR";}}s:8:"defaults";a:13:{s:5:"empty";b:0;s:5:"title";b:0;s:5:"pager";b:0;s:8:"use_more";b:0;s:15:"use_more_always";b:0;s:13:"use_more_text";b:0;s:12:"exposed_form";b:0;s:12:"link_display";b:0;s:8:"link_url";b:0;s:6:"fields";b:0;s:5:"sorts";b:0;s:7:"filters";b:0;s:13:"filter_groups";b:0;}s:19:"display_description";s:73:"Shows a list of all content scheduled for future publication on the site.";s:8:"use_more";b:1;s:15:"use_more_always";b:1;s:13:"use_more_text";s:17:"See all scheduled";s:12:"link_display";s:10:"custom_url";s:8:"link_url";s:24:"/admin/content/scheduled";s:13:"exposed_block";b:0;s:17:"display_extenders";a:0:{}s:17:"block_description";s:9:"Scheduled";s:14:"block_category";s:9:"Dashboard";s:5:"allow";a:1:{s:14:"items_per_page";b:1;}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:14:"url.query_args";i:3;s:21:"user.node_grants:view";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.recent_content', 'a:13:{s:4:"uuid";s:36:"41b3b0ae-70b3-45d6-9024-1b6698783db9";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:4:"node";i:1;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"UHwoGnNBPReaNrQZ6xsQ6lYHZP0Ry-0sQqMueJWr-_w";}s:2:"id";s:14:"recent_content";s:5:"label";s:14:"Recent content";s:6:"module";s:4:"node";s:11:"description";s:24:"Find and manage content.";s:3:"tag";s:7:"default";s:10:"base_table";s:15:"node_field_data";s:10:"base_field";s:3:"nid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:22:{s:5:"title";s:14:"Recent content";s:6:"fields";a:2:{s:5:"title";a:37:{s:2:"id";s:5:"title";s:5:"table";s:15:"node_field_data";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:9:"plugin_id";s:5:"field";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:7:"changed";a:37:{s:2:"id";s:7:"changed";s:5:"table";s:15:"node_field_data";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:5:"field";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:5:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:7:"tooltip";a:2:{s:11:"date_format";s:4:"long";s:18:"custom_date_format";s:0:"";}s:9:"time_diff";a:5:{s:7:"enabled";b:0;s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;s:7:"refresh";i:60;}}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}}s:5:"pager";a:2:{s:4:"type";s:4:"some";s:7:"options";a:2:{s:6:"offset";i:0;s:14:"items_per_page";i:10;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:23:"access content overview";}}s:5:"cache";a:1:{s:4:"type";s:3:"tag";}s:5:"empty";a:2:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:31:"You don''t have any content yet.";s:8:"tokenize";b:0;}s:18:"node_listing_empty";a:9:{s:2:"id";s:18:"node_listing_empty";s:5:"table";s:4:"node";s:5:"field";s:18:"node_listing_empty";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:18:"node_listing_empty";s:5:"empty";b:1;}}s:5:"sorts";a:1:{s:7:"changed";a:13:{s:2:"id";s:7:"changed";s:5:"table";s:15:"node_field_data";s:5:"field";s:7:"changed";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:7:"changed";s:9:"plugin_id";s:4:"date";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:0:"";}s:7:"exposed";b:0;s:11:"granularity";s:6:"second";}}s:9:"arguments";a:0:{}s:7:"filters";a:1:{s:12:"status_extra";a:9:{s:2:"id";s:12:"status_extra";s:5:"table";s:15:"node_field_data";s:5:"field";s:12:"status_extra";s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:11:"node_status";s:8:"operator";s:1:"=";s:5:"value";b:0;s:5:"group";i:1;s:6:"expose";a:2:{s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:10:{s:14:"node_bulk_form";s:14:"node_bulk_form";s:5:"title";s:5:"title";s:4:"type";s:4:"type";s:4:"name";s:4:"name";s:6:"status";s:6:"status";s:7:"changed";s:7:"changed";s:9:"edit_node";s:9:"edit_node";s:11:"delete_node";s:11:"delete_node";s:10:"dropbutton";s:10:"dropbutton";s:9:"timestamp";s:5:"title";}s:7:"default";s:7:"changed";s:4:"info";a:10:{s:14:"node_bulk_form";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:5:"title";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"type";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"name";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:6:"status";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:7:"changed";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:9:"edit_node";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:11:"delete_node";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:10:"dropbutton";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:9:"timestamp";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:1;s:7:"summary";s:0:"";s:11:"empty_table";b:1;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:1:{s:4:"type";s:11:"views_query";}s:13:"relationships";a:0:{}s:16:"show_admin_links";b:0;s:8:"use_more";b:1;s:15:"use_more_always";b:1;s:13:"use_more_text";s:15:"See all content";s:12:"link_display";s:10:"custom_url";s:8:"link_url";s:14:"/admin/content";s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:14:"url.query_args";i:3;s:4:"user";i:4;s:21:"user.node_grants:view";i:5;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:20:"block_recent_content";a:6:{s:2:"id";s:20:"block_recent_content";s:13:"display_title";s:5:"Block";s:14:"display_plugin";s:5:"block";s:8:"position";i:1;s:15:"display_options";a:3:{s:15:"display_comment";s:46:"Recent content block for the Welcome dashboard";s:17:"display_extenders";a:0:{}s:14:"block_category";s:9:"Dashboard";}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:14:"url.query_args";i:3;s:4:"user";i:4;s:21:"user.node_grants:view";i:5;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'), ('', 'views.view.redirect', 'a:13:{s:4:"uuid";s:36:"4c55a810-bc11-471a-8b7f-e46af786e208";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:3:{i:0;s:4:"link";i:1;s:8:"redirect";i:2;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"bo9oscq1zl57-jdLbBC_NrcL0AGGUS03Wxcaajpxvrg";}s:2:"id";s:8:"redirect";s:5:"label";s:8:"Redirect";s:6:"module";s:5:"views";s:11:"description";s:17:"List of redirects";s:3:"tag";s:0:"";s:10:"base_table";s:8:"redirect";s:10:"base_field";s:3:"rid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:6:"Master";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:18:{s:5:"title";s:8:"Redirect";s:6:"fields";a:7:{s:18:"redirect_bulk_form";a:26:{s:2:"id";s:18:"redirect_bulk_form";s:5:"table";s:8:"redirect";s:5:"field";s:18:"redirect_bulk_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:8:"redirect";s:9:"plugin_id";s:18:"redirect_bulk_form";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"action_title";s:14:"With selection";s:15:"include_exclude";s:7:"exclude";s:16:"selected_actions";a:0:{}}s:21:"redirect_source__path";a:37:{s:2:"id";s:21:"redirect_source__path";s:5:"table";s:8:"redirect";s:5:"field";s:21:"redirect_source__path";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:15:"redirect_source";s:9:"plugin_id";s:5:"field";s:5:"label";s:4:"From";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:4:"path";s:4:"type";s:15:"redirect_source";s:8:"settings";a:0:{}s:12:"group_column";s:0:"";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:22:"redirect_redirect__uri";a:6:{s:2:"id";s:22:"redirect_redirect__uri";s:5:"table";s:8:"redirect";s:5:"field";s:22:"redirect_redirect__uri";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:17:"redirect_redirect";s:9:"plugin_id";s:5:"field";}s:11:"status_code";a:6:{s:2:"id";s:11:"status_code";s:5:"table";s:8:"redirect";s:5:"field";s:11:"status_code";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:11:"status_code";s:9:"plugin_id";s:5:"field";}s:8:"language";a:6:{s:2:"id";s:8:"language";s:5:"table";s:8:"redirect";s:5:"field";s:8:"language";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:8:"language";s:9:"plugin_id";s:5:"field";}s:7:"created";a:27:{s:2:"id";s:7:"created";s:5:"table";s:8:"redirect";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:7:"created";s:9:"plugin_id";s:4:"date";s:5:"label";s:7:"Created";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"date_format";s:8:"fallback";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";}s:10:"operations";a:5:{s:2:"id";s:10:"operations";s:5:"table";s:8:"redirect";s:5:"field";s:10:"operations";s:11:"entity_type";s:8:"redirect";s:9:"plugin_id";s:17:"entity_operations";}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:8:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:50;s:11:"total_pages";N;s:2:"id";i:0;s:4:"tags";a:4:{s:4:"next";s:8:"next ›";s:8:"previous";s:12:"‹ previous";s:5:"first";s:8:"« first";s:4:"last";s:7:"last »";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}s:8:"quantity";i:9;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:20:"administer redirects";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:27:"There are no redirects yet.";s:8:"tokenize";b:0;}}s:5:"sorts";a:0:{}s:9:"arguments";a:0:{}s:7:"filters";a:4:{s:21:"redirect_source__path";a:16:{s:2:"id";s:21:"redirect_source__path";s:5:"table";s:8:"redirect";s:5:"field";s:21:"redirect_source__path";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:15:"redirect_source";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:24:"redirect_source__path_op";s:5:"label";s:4:"From";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:24:"redirect_source__path_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:21:"redirect_source__path";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:22:"redirect_redirect__uri";a:16:{s:2:"id";s:22:"redirect_redirect__uri";s:5:"table";s:8:"redirect";s:5:"field";s:22:"redirect_redirect__uri";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:17:"redirect_redirect";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:25:"redirect_redirect__uri_op";s:5:"label";s:2:"To";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:25:"redirect_redirect__uri_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:22:"redirect_redirect__uri";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:11:"status_code";a:16:{s:2:"id";s:11:"status_code";s:5:"table";s:8:"redirect";s:5:"field";s:11:"status_code";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:11:"status_code";s:9:"plugin_id";s:7:"numeric";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:0:"";}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:14:"status_code_op";s:5:"label";s:11:"Status code";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:14:"status_code_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:11:"status_code";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:1;s:10:"group_info";a:10:{s:5:"label";s:11:"Status code";s:11:"description";s:0:"";s:10:"identifier";s:11:"status_code";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:7:{i:1;a:3:{s:5:"title";s:20:"300 Multiple Choices";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:3:"300";}}i:2;a:3:{s:5:"title";s:21:"301 Moved Permanently";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:3:"301";}}i:3;a:3:{s:5:"title";s:9:"302 Found";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:3:"302";}}i:4;a:3:{s:5:"title";s:13:"303 See Other";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:3:"303";}}i:5;a:3:{s:5:"title";s:16:"304 Not Modified";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:3:"304";}}i:6;a:3:{s:5:"title";s:13:"305 Use Proxy";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:3:"305";}}i:7;a:3:{s:5:"title";s:22:"307 Temporary Redirect";s:8:"operator";s:1:"=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:3:"307";}}}}}s:8:"language";a:16:{s:2:"id";s:8:"language";s:5:"table";s:8:"redirect";s:5:"field";s:8:"language";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:8:"redirect";s:12:"entity_field";s:8:"language";s:9:"plugin_id";s:8:"language";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:11:"language_op";s:5:"label";s:17:"Original language";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"language_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"language";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:7:{s:18:"redirect_bulk_form";s:18:"redirect_bulk_form";s:21:"redirect_source__path";s:21:"redirect_source__path";s:22:"redirect_redirect__uri";s:22:"redirect_redirect__uri";s:11:"status_code";s:11:"status_code";s:8:"language";s:8:"language";s:7:"created";s:7:"created";s:10:"operations";s:10:"operations";}s:7:"default";s:7:"created";s:4:"info";a:7:{s:18:"redirect_bulk_form";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:21:"redirect_source__path";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:22:"redirect_redirect__uri";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:11:"status_code";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:8:"language";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:7:"created";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:10:"operations";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:0;s:7:"summary";s:0:"";s:11:"empty_table";b:0;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:0:{}s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:4:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}s:9:"cacheable";b:0;}}s:6:"page_1";a:6:{s:2:"id";s:6:"page_1";s:13:"display_title";s:4:"Page";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:2:{s:17:"display_extenders";a:0:{}s:4:"path";s:28:"admin/config/search/redirect";}s:14:"cache_metadata";a:4:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}s:9:"cacheable";b:0;}}}}'), ('', 'views.view.redirect_404', 'a:13:{s:4:"uuid";s:36:"3d3a00bb-eb29-40ac-89e9-a23d88817c7a";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:12:"redirect_404";i:1;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"xEiwRlPcHIHzIa2IWKrMChHbyV62cH2lobBY0rHDsQA";}s:2:"id";s:12:"redirect_404";s:5:"label";s:12:"Redirect 404";s:6:"module";s:5:"views";s:11:"description";s:0:"";s:3:"tag";s:0:"";s:10:"base_table";s:12:"redirect_404";s:10:"base_field";s:0:"";s:7:"display";a:2:{s:7:"default";a:6:{s:14:"display_plugin";s:7:"default";s:2:"id";s:7:"default";s:13:"display_title";s:6:"Master";s:8:"position";i:0;s:15:"display_options";a:18:{s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:20:"administer redirects";}}s:5:"cache";a:2:{s:4:"type";s:4:"none";s:7:"options";a:0:{}}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:13:"query_comment";s:0:"";s:10:"query_tags";a:0:{}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:5:"pager";a:2:{s:4:"type";s:4:"mini";s:7:"options";a:6:{s:14:"items_per_page";i:10;s:6:"offset";i:0;s:2:"id";i:0;s:11:"total_pages";N;s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}s:4:"tags";a:2:{s:8:"previous";s:6:"‹‹";s:4:"next";s:6:"››";}}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:8:"override";b:1;s:6:"sticky";b:0;s:7:"caption";s:0:"";s:7:"summary";s:0:"";s:11:"description";s:0:"";s:7:"columns";a:4:{s:4:"path";s:4:"path";s:5:"count";s:5:"count";s:11:"daily_count";s:11:"daily_count";s:9:"timestamp";s:9:"timestamp";}s:4:"info";a:4:{s:4:"path";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:5:"count";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:11:"daily_count";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:9:"timestamp";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:7:"default";s:5:"count";s:11:"empty_table";b:0;}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:6:"fields";a:6:{s:4:"path";a:24:{s:5:"table";s:12:"redirect_404";s:5:"field";s:4:"path";s:2:"id";s:4:"path";s:11:"entity_type";N;s:12:"entity_field";N;s:9:"plugin_id";s:8:"standard";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:4:"Path";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:5:"count";a:24:{s:2:"id";s:5:"count";s:5:"table";s:12:"redirect_404";s:5:"field";s:5:"count";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:5:"Count";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:6:"format";s:12:"unserialized";s:3:"key";s:0:"";s:9:"plugin_id";s:10:"serialized";}s:11:"daily_count";a:24:{s:2:"id";s:11:"daily_count";s:5:"table";s:12:"redirect_404";s:5:"field";s:11:"daily_count";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:11:"Daily count";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:6:"format";s:12:"unserialized";s:3:"key";s:0:"";s:9:"plugin_id";s:10:"serialized";}s:9:"timestamp";a:25:{s:2:"id";s:9:"timestamp";s:5:"table";s:12:"redirect_404";s:5:"field";s:9:"timestamp";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:13:"Last accessed";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";s:9:"plugin_id";s:4:"date";}s:8:"langcode";a:22:{s:2:"id";s:8:"langcode";s:5:"table";s:12:"redirect_404";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:8:"Language";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:9:"plugin_id";s:8:"standard";}s:23:"redirect_404_operations";a:22:{s:2:"id";s:23:"redirect_404_operations";s:5:"table";s:12:"redirect_404";s:5:"field";s:23:"redirect_404_operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:9:"plugin_id";s:23:"redirect_404_operations";}}s:7:"filters";a:3:{s:4:"path";a:14:{s:2:"id";s:4:"path";s:5:"table";s:12:"redirect_404";s:5:"field";s:4:"path";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:10:{s:11:"operator_id";s:7:"path_op";s:5:"label";s:4:"Path";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"path_op";s:10:"identifier";s:4:"path";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:9:"plugin_id";s:6:"string";}s:8:"langcode";a:14:{s:2:"id";s:8:"langcode";s:5:"table";s:12:"redirect_404";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:11:{s:11:"operator_id";s:11:"langcode_op";s:5:"label";s:8:"Language";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"langcode_op";s:10:"identifier";s:8:"langcode";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:9:"plugin_id";s:11:"in_operator";}s:8:"resolved";a:14:{s:2:"id";s:8:"resolved";s:5:"table";s:12:"redirect_404";s:5:"field";s:8:"resolved";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:10:{s:11:"operator_id";s:0:"";s:5:"label";s:8:"Resolved";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"resolved_op";s:10:"identifier";s:8:"resolved";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:9:"plugin_id";s:7:"boolean";}}s:5:"sorts";a:0:{}s:5:"title";s:13:"Fix 404 pages";s:6:"header";a:0:{}s:6:"footer";a:0:{}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"empty";b:1;s:8:"tokenize";b:0;s:7:"content";s:31:"There are no 404 errors to fix.";s:9:"plugin_id";s:11:"text_custom";}}s:13:"relationships";a:0:{}s:9:"arguments";a:0:{}s:17:"display_extenders";a:0:{}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:4:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:14:"url.query_args";i:3;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"page_1";a:6:{s:14:"display_plugin";s:4:"page";s:2:"id";s:6:"page_1";s:13:"display_title";s:4:"Page";s:8:"position";i:1;s:15:"display_options";a:4:{s:17:"display_extenders";a:0:{}s:4:"path";s:32:"admin/config/search/redirect/404";s:19:"display_description";s:52:"Lists 404 error paths with no redirect assigned yet.";s:7:"enabled";b:1;}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:4:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:14:"url.query_args";i:3;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.scheduler_scheduled_content', 'a:13:{s:4:"uuid";s:36:"56ed2a8f-d7cf-41fa-9c8f-54a0c52a4e53";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:3:{s:6:"config";a:1:{i:0;s:17:"system.menu.admin";}s:6:"module";a:2:{i:0;s:4:"node";i:1;s:4:"user";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:9:"scheduler";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"uVPQEpmZxMNaMQGTGQghVz_jsbwMAdfEtD2ZDUnhrPg";}s:2:"id";s:27:"scheduler_scheduled_content";s:5:"label";s:17:"Scheduled Content";s:6:"module";s:5:"views";s:11:"description";s:34:"Find and manage scheduled content.";s:3:"tag";s:0:"";s:10:"base_table";s:19:"node_field_revision";s:10:"base_field";s:3:"vid";s:7:"display";a:3:{s:7:"default";a:6:{s:15:"display_options";a:18:{s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:22:"view scheduled content";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:13:"query_comment";s:0:"";s:10:"query_tags";a:0:{}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:5:{s:14:"items_per_page";i:50;s:6:"offset";i:0;s:2:"id";i:0;s:11:"total_pages";N;s:4:"tags";a:4:{s:8:"previous";s:12:"‹ previous";s:4:"next";s:8:"next ›";s:5:"first";s:8:"« first";s:4:"last";s:7:"last »";}}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:8:"override";b:1;s:6:"sticky";b:1;s:7:"caption";s:0:"";s:7:"summary";s:0:"";s:11:"description";s:0:"";s:7:"columns";a:8:{s:14:"node_bulk_form";s:14:"node_bulk_form";s:5:"title";s:5:"title";s:4:"type";s:4:"type";s:4:"name";s:4:"name";s:6:"status";s:6:"status";s:10:"publish_on";s:10:"publish_on";s:12:"unpublish_on";s:12:"unpublish_on";s:10:"operations";s:10:"operations";}s:4:"info";a:8:{s:14:"node_bulk_form";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:5:"title";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"type";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"name";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:6:"status";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:10:"publish_on";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:12:"unpublish_on";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:10:"operations";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:7:"default";s:2:"-1";s:11:"empty_table";b:1;}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:6:"fields";a:8:{s:14:"node_bulk_form";a:26:{s:2:"id";s:14:"node_bulk_form";s:5:"table";s:4:"node";s:5:"field";s:14:"node_bulk_form";s:12:"relationship";s:3:"nid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"action_title";s:6:"Action";s:15:"include_exclude";s:7:"exclude";s:16:"selected_actions";a:0:{}s:9:"plugin_id";s:14:"node_bulk_form";s:11:"entity_type";s:4:"node";}s:5:"title";a:37:{s:2:"id";s:5:"title";s:5:"table";s:19:"node_field_revision";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:5:"Title";s:7:"exclude";b:0;s:5:"alter";a:8:{s:10:"alter_text";b:0;s:9:"make_link";b:0;s:8:"absolute";b:0;s:4:"trim";b:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:10:"strip_tags";b:0;s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:17:"click_sort_column";s:5:"value";s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;s:9:"plugin_id";s:5:"field";}s:4:"type";a:37:{s:2:"id";s:4:"type";s:5:"table";s:15:"node_field_data";s:5:"field";s:4:"type";s:12:"relationship";s:3:"nid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:12:"Content Type";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:0;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;s:11:"entity_type";s:4:"node";s:12:"entity_field";s:4:"type";s:9:"plugin_id";s:5:"field";}s:4:"name";a:37:{s:2:"id";s:4:"name";s:5:"table";s:16:"users_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:12:"revision_uid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:6:"Author";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:9:"plugin_id";s:5:"field";s:4:"type";s:9:"user_name";s:17:"click_sort_column";s:5:"value";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;s:11:"entity_type";s:4:"user";s:12:"entity_field";s:4:"name";}s:6:"status";a:37:{s:2:"id";s:6:"status";s:5:"table";s:19:"node_field_revision";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:6:"Status";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:7:"boolean";s:8:"settings";a:3:{s:6:"format";s:6:"custom";s:18:"format_custom_true";s:9:"Published";s:19:"format_custom_false";s:11:"Unpublished";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;s:9:"plugin_id";s:5:"field";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:6:"status";}s:10:"publish_on";a:37:{s:2:"id";s:10:"publish_on";s:5:"table";s:19:"node_field_revision";s:5:"field";s:10:"publish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:10:"Publish on";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:3:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;s:11:"entity_type";s:4:"node";s:12:"entity_field";s:10:"publish_on";s:9:"plugin_id";s:5:"field";}s:12:"unpublish_on";a:37:{s:2:"id";s:12:"unpublish_on";s:5:"table";s:19:"node_field_revision";s:5:"field";s:12:"unpublish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:12:"Unpublish on";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:3:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;s:11:"entity_type";s:4:"node";s:12:"entity_field";s:12:"unpublish_on";s:9:"plugin_id";s:5:"field";}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:13:"node_revision";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:1;s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:17:"entity_operations";}}s:7:"filters";a:7:{s:15:"latest_revision";a:15:{s:2:"id";s:15:"latest_revision";s:5:"table";s:13:"node_revision";s:5:"field";s:15:"latest_revision";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:9:"anonymous";s:1:"0";s:13:"authenticated";s:1:"0";s:13:"administrator";s:1:"0";}s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:11:"entity_type";s:4:"node";s:9:"plugin_id";s:15:"latest_revision";}s:5:"title";a:16:{s:2:"id";s:5:"title";s:5:"table";s:19:"node_field_revision";s:5:"field";s:5:"title";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:8:"title_op";s:5:"label";s:5:"Title";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:8:"title_op";s:10:"identifier";s:5:"title";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:9:"anonymous";s:1:"0";s:13:"authenticated";s:1:"0";s:13:"administrator";s:1:"0";}s:11:"placeholder";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:9:"plugin_id";s:6:"string";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:5:"title";}s:4:"type";a:16:{s:2:"id";s:4:"type";s:5:"table";s:15:"node_field_data";s:5:"field";s:4:"type";s:12:"relationship";s:3:"nid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:7:"type_op";s:5:"label";s:12:"Content type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"type_op";s:10:"identifier";s:4:"type";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:9:"anonymous";s:1:"0";s:13:"authenticated";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:9:"plugin_id";s:6:"bundle";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:4:"type";}s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:19:"node_field_revision";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:6:"Status";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"status_op";s:10:"identifier";s:6:"status";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:9:"anonymous";s:1:"0";s:13:"authenticated";s:1:"0";s:13:"administrator";s:1:"0";}s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}s:10:"is_grouped";b:1;s:10:"group_info";a:10:{s:5:"label";s:16:"Published status";s:11:"description";s:0:"";s:10:"identifier";s:6:"status";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:2:{i:1;a:3:{s:5:"title";s:9:"Published";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:5:"title";s:11:"Unpublished";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}s:9:"plugin_id";s:7:"boolean";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:6:"status";}s:8:"langcode";a:16:{s:2:"id";s:8:"langcode";s:5:"table";s:19:"node_field_revision";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:11:"langcode_op";s:5:"label";s:8:"Language";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"langcode_op";s:10:"identifier";s:8:"langcode";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:9:"anonymous";s:1:"0";s:13:"authenticated";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:9:"plugin_id";s:8:"language";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:8:"langcode";}s:10:"publish_on";a:16:{s:2:"id";s:10:"publish_on";s:5:"table";s:19:"node_field_revision";s:5:"field";s:10:"publish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:9:"not empty";s:5:"value";a:4:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:0:"";s:4:"type";s:4:"date";}s:5:"group";i:2;s:7:"exposed";b:0;s:6:"expose";a:15:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:11:"placeholder";s:0:"";s:15:"min_placeholder";s:0:"";s:15:"max_placeholder";s:0:"";s:14:"remember_roles";a:3:{s:9:"anonymous";s:1:"0";s:13:"authenticated";s:1:"0";s:13:"administrator";s:1:"0";}s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:11:"entity_type";s:4:"node";s:12:"entity_field";s:10:"publish_on";s:9:"plugin_id";s:4:"date";}s:12:"unpublish_on";a:16:{s:2:"id";s:12:"unpublish_on";s:5:"table";s:19:"node_field_revision";s:5:"field";s:12:"unpublish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:8:"operator";s:9:"not empty";s:5:"value";a:4:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:0:"";s:4:"type";s:4:"date";}s:5:"group";i:2;s:7:"exposed";b:0;s:6:"expose";a:15:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:11:"placeholder";s:0:"";s:15:"min_placeholder";s:0:"";s:15:"max_placeholder";s:0:"";s:14:"remember_roles";a:3:{s:9:"anonymous";s:1:"0";s:13:"authenticated";s:1:"0";s:13:"administrator";s:1:"0";}s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:11:"entity_type";s:4:"node";s:12:"entity_field";s:12:"unpublish_on";s:9:"plugin_id";s:4:"date";}}s:5:"sorts";a:0:{}s:5:"title";s:17:"Scheduled Content";s:6:"header";a:0:{}s:6:"footer";a:0:{}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"empty";b:1;s:8:"tokenize";b:0;s:7:"content";s:21:"No scheduled content.";s:9:"plugin_id";s:11:"text_custom";}}s:9:"arguments";a:0:{}s:13:"relationships";a:2:{s:3:"nid";a:10:{s:2:"id";s:3:"nid";s:5:"table";s:19:"node_field_revision";s:5:"field";s:3:"nid";s:11:"admin_label";s:7:"node id";s:8:"required";b:0;s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:3:"nid";s:9:"plugin_id";s:8:"standard";}s:12:"revision_uid";a:10:{s:2:"id";s:12:"revision_uid";s:5:"table";s:13:"node_revision";s:5:"field";s:12:"revision_uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:16:"revision user id";s:8:"required";b:0;s:11:"entity_type";s:4:"node";s:12:"entity_field";s:12:"revision_uid";s:9:"plugin_id";s:8:"standard";}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:2:{i:1;s:3:"AND";i:2;s:2:"OR";}}s:17:"display_extenders";a:0:{}}s:14:"display_plugin";s:7:"default";s:13:"display_title";s:6:"Master";s:2:"id";s:7:"default";s:8:"position";i:0;s:14:"cache_metadata";a:3:{s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:21:"user.node_grants:view";i:5;s:16:"user.permissions";}s:7:"max-age";i:0;s:4:"tags";a:0:{}}}s:8:"overview";a:6:{s:15:"display_options";a:6:{s:4:"path";s:23:"admin/content/scheduled";s:4:"menu";a:8:{s:4:"type";s:6:"normal";s:5:"title";s:17:"Scheduled Content";s:11:"description";s:56:"Content that is scheduled for publishing or unpublishing";s:8:"expanded";b:0;s:6:"parent";s:20:"system.admin_content";s:6:"weight";i:-10;s:7:"context";s:1:"0";s:9:"menu_name";s:5:"admin";}s:11:"tab_options";a:5:{s:4:"type";s:6:"normal";s:5:"title";s:7:"Content";s:11:"description";s:33:"Find and manage scheduled content";s:9:"menu_name";s:5:"admin";s:6:"weight";i:-10;}s:17:"display_extenders";a:0:{}s:19:"display_description";s:72:"Overview of all scheduled content, as a tab on main ''content admin'' page";s:15:"display_comment";s:127:"Revision nid relationship is required because the content type is only stored at ''content'' level, not ''content revision'' level.";}s:14:"display_plugin";s:4:"page";s:13:"display_title";s:16:"Content Overview";s:2:"id";s:8:"overview";s:8:"position";i:1;s:14:"cache_metadata";a:3:{s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:21:"user.node_grants:view";i:5;s:16:"user.permissions";}s:7:"max-age";i:0;s:4:"tags";a:0:{}}}s:9:"user_page";a:6:{s:15:"display_options";a:10:{s:4:"path";s:20:"user/%user/scheduled";s:4:"menu";a:7:{s:4:"type";s:3:"tab";s:5:"title";s:9:"Scheduled";s:11:"description";s:0:"";s:6:"parent";s:9:"user.page";s:6:"weight";i:-10;s:7:"context";s:1:"0";s:9:"menu_name";s:5:"admin";}s:11:"tab_options";a:5:{s:4:"type";s:6:"normal";s:5:"title";s:7:"Content";s:11:"description";s:33:"Find and manage scheduled content";s:9:"menu_name";s:5:"admin";s:6:"weight";i:-10;}s:17:"display_extenders";a:0:{}s:19:"display_description";s:81:"Scheduled content tab on user profile, showing just that user''s scheduled content";s:8:"defaults";a:5:{s:7:"filters";b:1;s:13:"filter_groups";b:1;s:9:"arguments";b:0;s:6:"access";b:0;s:5:"empty";b:0;}s:9:"arguments";a:1:{s:3:"uid";a:23:{s:2:"id";s:3:"uid";s:5:"table";s:19:"node_field_revision";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:14:"default_action";s:5:"empty";s:9:"exception";a:3:{s:5:"value";s:3:"all";s:12:"title_enable";b:0;s:5:"title";s:3:"All";}s:12:"title_enable";b:0;s:5:"title";s:0:"";s:21:"default_argument_type";s:5:"fixed";s:24:"default_argument_options";a:1:{s:8:"argument";s:0:"";}s:15:"summary_options";a:4:{s:9:"base_path";s:0:"";s:5:"count";b:1;s:14:"items_per_page";i:25;s:8:"override";b:0;}s:7:"summary";a:3:{s:10:"sort_order";s:3:"asc";s:17:"number_of_records";i:0;s:6:"format";s:15:"default_summary";}s:18:"specify_validation";b:1;s:8:"validate";a:2:{s:4:"type";s:11:"entity:user";s:4:"fail";s:9:"not found";}s:16:"validate_options";a:5:{s:9:"operation";s:4:"view";s:8:"multiple";i:0;s:6:"access";b:0;s:14:"restrict_roles";b:0;s:5:"roles";a:0:{}}s:12:"break_phrase";b:0;s:3:"not";b:0;s:11:"entity_type";s:4:"node";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:16:"entity_target_id";s:21:"target_entity_type_id";s:4:"user";}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:5:"empty";b:1;s:8:"tokenize";b:1;s:7:"content";s:49:"No scheduled content for user {{ arguments.uid }}";s:9:"plugin_id";s:11:"text_custom";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:14:"access content";}}s:15:"display_comment";s:172:"Access to the user view is controlled via SchedulerRouteSubscriber::alterRoutes(). The high-level permission "access content" is added to satisfy the security_review module";}s:14:"display_plugin";s:4:"page";s:13:"display_title";s:4:"User";s:2:"id";s:9:"user_page";s:8:"position";i:2;s:14:"cache_metadata";a:3:{s:8:"contexts";a:6:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:21:"user.node_grants:view";i:5;s:16:"user.permissions";}s:7:"max-age";i:0;s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.scheduler_scheduled_media', 'a:13:{s:4:"uuid";s:36:"1783ee7b-0464-4672-84d8-90a79d1eb2e2";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:3:{s:6:"config";a:1:{i:0;s:17:"system.menu.admin";}s:6:"module";a:2:{i:0;s:5:"media";i:1;s:4:"user";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:9:"scheduler";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"YRy2WeHDLh-luDD3tNW3oTAOBJXXDxo4x5lCCox6aSo";}s:2:"id";s:25:"scheduler_scheduled_media";s:5:"label";s:15:"Scheduled Media";s:6:"module";s:5:"views";s:11:"description";s:32:"Find and manage scheduled media.";s:3:"tag";s:0:"";s:10:"base_table";s:20:"media_field_revision";s:10:"base_field";s:3:"vid";s:7:"display";a:3:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:6:"Master";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:18:{s:5:"title";s:15:"Scheduled Media";s:6:"fields";a:8:{s:15:"media_bulk_form";a:26:{s:2:"id";s:15:"media_bulk_form";s:5:"table";s:5:"media";s:5:"field";s:15:"media_bulk_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:9:"bulk_form";s:5:"label";s:11:"Bulk update";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"action_title";s:6:"Action";s:15:"include_exclude";s:7:"exclude";s:16:"selected_actions";a:0:{}}s:4:"name";a:37:{s:2:"id";s:4:"name";s:5:"table";s:20:"media_field_revision";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:5:"field";s:5:"label";s:10:"Media Name";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:6:"bundle";a:37:{s:2:"id";s:6:"bundle";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"bundle";s:12:"relationship";s:3:"mid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"bundle";s:9:"plugin_id";s:5:"field";s:5:"label";s:10:"Media type";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:1;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:3:"uid";a:37:{s:2:"id";s:3:"uid";s:5:"table";s:20:"media_field_revision";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Author";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:1;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:6:"status";a:37:{s:2:"id";s:6:"status";s:5:"table";s:20:"media_field_revision";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Status";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:7:"boolean";s:8:"settings";a:3:{s:6:"format";s:6:"custom";s:19:"format_custom_false";s:11:"Unpublished";s:18:"format_custom_true";s:9:"Published";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"publish_on";a:37:{s:2:"id";s:10:"publish_on";s:5:"table";s:20:"media_field_revision";s:5:"field";s:10:"publish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:10:"publish_on";s:9:"plugin_id";s:5:"field";s:5:"label";s:10:"Publish on";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:3:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:12:"unpublish_on";a:37:{s:2:"id";s:12:"unpublish_on";s:5:"table";s:20:"media_field_revision";s:5:"field";s:12:"unpublish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:12:"unpublish_on";s:9:"plugin_id";s:5:"field";s:5:"label";s:12:"Unpublish on";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:3:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:14:"media_revision";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:0;}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:6:{s:6:"offset";i:0;s:14:"items_per_page";i:50;s:11:"total_pages";N;s:2:"id";i:0;s:4:"tags";a:4:{s:4:"next";s:8:"next ›";s:8:"previous";s:12:"‹ previous";s:5:"first";s:8:"« first";s:4:"last";s:7:"last »";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:20:"view scheduled media";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:19:"No scheduled media.";s:8:"tokenize";b:0;}}s:5:"sorts";a:0:{}s:9:"arguments";a:0:{}s:7:"filters";a:7:{s:15:"latest_revision";a:15:{s:2:"id";s:15:"latest_revision";s:5:"table";s:14:"media_revision";s:5:"field";s:15:"latest_revision";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:9:"plugin_id";s:15:"latest_revision";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:4:"name";a:16:{s:2:"id";s:4:"name";s:5:"table";s:20:"media_field_revision";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:7:"name_op";s:5:"label";s:10:"Media name";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"name_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"name";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:11:"placeholder";s:0:"";}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"bundle";a:16:{s:2:"id";s:6:"bundle";s:5:"table";s:16:"media_field_data";s:5:"field";s:6:"bundle";s:12:"relationship";s:3:"mid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"bundle";s:9:"plugin_id";s:6:"bundle";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:9:"bundle_op";s:5:"label";s:4:"Type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"bundle_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:6:"bundle";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:20:"media_field_revision";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:6:"Status";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"status_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:6:"status";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:1;s:10:"group_info";a:10:{s:5:"label";s:16:"Published status";s:11:"description";s:0:"";s:10:"identifier";s:6:"status";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:2:{i:1;a:3:{s:5:"title";s:9:"Published";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:5:"title";s:11:"Unpublished";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}}s:8:"langcode";a:16:{s:2:"id";s:8:"langcode";s:5:"table";s:20:"media_field_revision";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:8:"langcode";s:9:"plugin_id";s:8:"language";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:11:"langcode_op";s:5:"label";s:8:"Language";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"langcode_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"langcode";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:10:"publish_on";a:16:{s:2:"id";s:10:"publish_on";s:5:"table";s:20:"media_field_revision";s:5:"field";s:10:"publish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:10:"publish_on";s:9:"plugin_id";s:4:"date";s:8:"operator";s:9:"not empty";s:5:"value";a:4:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:0:"";s:4:"type";s:4:"date";}s:5:"group";i:2;s:7:"exposed";b:0;s:6:"expose";a:15:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:15:"min_placeholder";s:0:"";s:15:"max_placeholder";s:0:"";s:11:"placeholder";s:0:"";}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:12:"unpublish_on";a:16:{s:2:"id";s:12:"unpublish_on";s:5:"table";s:20:"media_field_revision";s:5:"field";s:12:"unpublish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:12:"unpublish_on";s:9:"plugin_id";s:4:"date";s:8:"operator";s:9:"not empty";s:5:"value";a:4:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:0:"";s:4:"type";s:4:"date";}s:5:"group";i:2;s:7:"exposed";b:0;s:6:"expose";a:15:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:15:"min_placeholder";N;s:15:"max_placeholder";N;s:11:"placeholder";N;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:2:{i:1;s:3:"AND";i:2;s:2:"OR";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:8:{s:15:"media_bulk_form";s:15:"media_bulk_form";s:4:"name";s:4:"name";s:6:"bundle";s:6:"bundle";s:3:"uid";s:3:"uid";s:6:"status";s:6:"status";s:10:"publish_on";s:10:"publish_on";s:12:"unpublish_on";s:12:"unpublish_on";s:10:"operations";s:10:"operations";}s:7:"default";s:10:"publish_on";s:4:"info";a:8:{s:15:"media_bulk_form";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"name";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:6:"bundle";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:3:"uid";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:6:"status";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:10:"publish_on";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:12:"unpublish_on";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:10:"operations";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:1;s:7:"summary";s:0:"";s:11:"empty_table";b:1;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:1:{s:3:"mid";a:10:{s:2:"id";s:3:"mid";s:5:"table";s:20:"media_field_revision";s:5:"field";s:3:"mid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:11:"Media Field";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:3:"mid";s:9:"plugin_id";s:8:"standard";s:8:"required";b:0;}}s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:8:"overview";a:6:{s:2:"id";s:8:"overview";s:13:"display_title";s:14:"Media Overview";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:4:{s:19:"display_description";s:60:"Overview of all scheduled media, via main admin content page";s:17:"display_extenders";a:0:{}s:4:"path";s:29:"admin/content/media/scheduled";s:4:"menu";a:8:{s:4:"type";s:6:"normal";s:5:"title";s:15:"Scheduled Media";s:11:"description";s:61:"Media items that are scheduled for publishing or unpublishing";s:6:"weight";i:0;s:8:"expanded";b:0;s:9:"menu_name";s:5:"admin";s:6:"parent";s:20:"system.admin_content";s:7:"context";s:1:"0";}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:9:"user_page";a:6:{s:2:"id";s:9:"user_page";s:13:"display_title";s:4:"User";s:14:"display_plugin";s:4:"page";s:8:"position";i:2;s:15:"display_options";a:9:{s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:10:"view media";}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:47:"No scheduled media for user {{ arguments.uid }}";s:8:"tokenize";b:1;}}s:9:"arguments";a:1:{s:3:"uid";a:7:{s:2:"id";s:3:"uid";s:5:"table";s:20:"media_field_revision";s:5:"field";s:3:"uid";s:11:"entity_type";s:5:"media";s:12:"entity_field";s:3:"uid";s:9:"plugin_id";s:16:"entity_target_id";s:21:"target_entity_type_id";s:4:"user";}}s:8:"defaults";a:3:{s:5:"empty";b:0;s:6:"access";b:0;s:9:"arguments";b:0;}s:19:"display_description";s:73:"Scheduled media on user profile, showing just that user''s scheduled media";s:15:"display_comment";s:168:"Access to the user view is controlled via SchedulerRouteSubscriber::alterRoutes(). The high-level permission "view media" is added to satisfy the security_review module";s:17:"display_extenders";a:0:{}s:4:"path";s:26:"user/%user/scheduled_media";s:4:"menu";a:8:{s:4:"type";s:3:"tab";s:5:"title";s:15:"Scheduled Media";s:11:"description";s:28:"Scheduled Media by this user";s:6:"weight";i:-1;s:8:"expanded";b:0;s:9:"menu_name";s:7:"account";s:6:"parent";s:9:"user.page";s:7:"context";s:1:"0";}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.scheduler_scheduled_taxonomy_term', 'a:13:{s:4:"uuid";s:36:"7bcdca46-68ad-4f21-b7c3-49e9464e55e7";s:8:"langcode";s:2:"en";s:6:"status";b:0;s:12:"dependencies";a:3:{s:6:"config";a:1:{i:0;s:17:"system.menu.admin";}s:6:"module";a:2:{i:0;s:8:"taxonomy";i:1;s:4:"user";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:9:"scheduler";}}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"7ZcJnFko4-mLBQqyaReXIMqUrIsp-0UxhrOrcuqXYS4";}s:2:"id";s:33:"scheduler_scheduled_taxonomy_term";s:5:"label";s:24:"Scheduled Taxonomy Terms";s:6:"module";s:5:"views";s:11:"description";s:41:"Find and manage scheduled taxonomy terms.";s:3:"tag";s:0:"";s:10:"base_table";s:24:"taxonomy_term_field_data";s:10:"base_field";s:3:"tid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:6:"Master";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:18:{s:5:"title";s:24:"Scheduled Taxonomy Terms";s:6:"fields";a:7:{s:23:"taxonomy_term_bulk_form";a:26:{s:2:"id";s:23:"taxonomy_term_bulk_form";s:5:"table";s:18:"taxonomy_term_data";s:5:"field";s:23:"taxonomy_term_bulk_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:9:"plugin_id";s:9:"bulk_form";s:5:"label";s:11:"Bulk update";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"action_title";s:6:"Action";s:15:"include_exclude";s:7:"exclude";s:16:"selected_actions";a:0:{}}s:4:"name";a:38:{s:2:"id";s:4:"name";s:5:"table";s:24:"taxonomy_term_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:9:"term_name";s:5:"label";s:4:"Term";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:0;s:8:"ellipsis";b:0;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:6:"string";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;s:14:"convert_spaces";b:0;}s:3:"vid";a:37:{s:2:"id";s:3:"vid";s:5:"table";s:24:"taxonomy_term_field_data";s:5:"field";s:3:"vid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:3:"vid";s:9:"plugin_id";s:5:"field";s:5:"label";s:10:"Vocabulary";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:9:"target_id";s:4:"type";s:22:"entity_reference_label";s:8:"settings";a:1:{s:4:"link";b:1;}s:12:"group_column";s:9:"target_id";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:6:"status";a:37:{s:2:"id";s:6:"status";s:5:"table";s:24:"taxonomy_term_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Status";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:7:"boolean";s:8:"settings";a:3:{s:6:"format";s:6:"custom";s:19:"format_custom_false";s:11:"Unpublished";s:18:"format_custom_true";s:9:"Published";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"publish_on";a:37:{s:2:"id";s:10:"publish_on";s:5:"table";s:24:"taxonomy_term_field_data";s:5:"field";s:10:"publish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:10:"publish_on";s:9:"plugin_id";s:5:"field";s:5:"label";s:10:"Publish on";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:3:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:12:"unpublish_on";a:37:{s:2:"id";s:12:"unpublish_on";s:5:"table";s:24:"taxonomy_term_field_data";s:5:"field";s:12:"unpublish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:12:"unpublish_on";s:9:"plugin_id";s:5:"field";s:5:"label";s:12:"Unpublish on";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"timestamp";s:8:"settings";a:3:{s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:18:"taxonomy_term_data";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:0;}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:6:{s:6:"offset";i:0;s:14:"items_per_page";i:50;s:11:"total_pages";N;s:2:"id";i:0;s:4:"tags";a:4:{s:4:"next";s:8:"next ›";s:8:"previous";s:12:"‹ previous";s:5:"first";s:8:"« first";s:4:"last";s:7:"last »";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:28:"view scheduled taxonomy_term";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:27:"No scheduled taxonomy terms";s:8:"tokenize";b:0;}}s:5:"sorts";a:0:{}s:9:"arguments";a:0:{}s:7:"filters";a:5:{s:4:"name";a:16:{s:2:"id";s:4:"name";s:5:"table";s:24:"taxonomy_term_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:6:"string";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:7:"name_op";s:5:"label";s:9:"Term name";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"name_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"name";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:11:"placeholder";s:0:"";}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:3:"vid";a:16:{s:2:"id";s:3:"vid";s:5:"table";s:24:"taxonomy_term_field_data";s:5:"field";s:3:"vid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:3:"vid";s:9:"plugin_id";s:6:"bundle";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:6:"vid_op";s:5:"label";s:10:"Vocabulary";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:6:"vid_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:3:"vid";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:24:"taxonomy_term_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:6:"Status";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"status_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:6:"status";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:1;s:10:"group_info";a:10:{s:5:"label";s:16:"Published status";s:11:"description";s:0:"";s:10:"identifier";s:6:"status";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:2:{i:1;a:3:{s:5:"title";s:9:"Published";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:5:"title";s:11:"Unpublished";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}}s:10:"publish_on";a:16:{s:2:"id";s:10:"publish_on";s:5:"table";s:28:"taxonomy_term_field_revision";s:5:"field";s:10:"publish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:10:"publish_on";s:9:"plugin_id";s:4:"date";s:8:"operator";s:9:"not empty";s:5:"value";a:4:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:0:"";s:4:"type";s:4:"date";}s:5:"group";i:2;s:7:"exposed";b:0;s:6:"expose";a:15:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:15:"min_placeholder";N;s:15:"max_placeholder";N;s:11:"placeholder";N;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:12:"unpublish_on";a:16:{s:2:"id";s:12:"unpublish_on";s:5:"table";s:28:"taxonomy_term_field_revision";s:5:"field";s:12:"unpublish_on";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:13:"taxonomy_term";s:12:"entity_field";s:12:"unpublish_on";s:9:"plugin_id";s:4:"date";s:8:"operator";s:9:"not empty";s:5:"value";a:4:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:0:"";s:4:"type";s:4:"date";}s:5:"group";i:2;s:7:"exposed";b:0;s:6:"expose";a:15:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:15:"min_placeholder";s:0:"";s:15:"max_placeholder";s:0:"";s:11:"placeholder";s:0:"";}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:2:{i:1;s:3:"AND";i:2;s:2:"OR";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:6:{s:23:"taxonomy_term_bulk_form";s:23:"taxonomy_term_bulk_form";s:4:"name";s:4:"name";s:3:"vid";s:3:"vid";s:6:"status";s:6:"status";s:10:"publish_on";s:10:"publish_on";s:12:"unpublish_on";s:12:"unpublish_on";}s:7:"default";s:10:"publish_on";s:4:"info";a:6:{s:23:"taxonomy_term_bulk_form";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"name";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:3:"vid";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:6:"status";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:10:"publish_on";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:12:"unpublish_on";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:1;s:7:"summary";s:0:"";s:11:"empty_table";b:1;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:2:{s:4:"type";s:6:"fields";s:7:"options";a:4:{s:22:"default_field_elements";b:1;s:6:"inline";a:0:{}s:9:"separator";s:0:"";s:10:"hide_empty";b:0;}}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:0:{}s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:8:"overview";a:6:{s:2:"id";s:8:"overview";s:13:"display_title";s:14:"Taxonomy Terms";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:4:{s:19:"display_description";s:61:"Overview of all scheduled terms, via main admin taxonomy page";s:17:"display_extenders";a:0:{}s:4:"path";s:34:"admin/structure/taxonomy/scheduled";s:4:"menu";a:8:{s:4:"type";s:6:"normal";s:5:"title";s:24:"Scheduled Taxonomy Terms";s:11:"description";s:64:"Taxonomy Terms that are scheduled for publishing or unpublishing";s:6:"weight";i:0;s:8:"expanded";b:0;s:9:"menu_name";s:5:"admin";s:6:"parent";s:37:"entity.taxonomy_vocabulary.collection";s:7:"context";s:1:"0";}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'), ('', 'views.view.taxonomy_term', 'a:13:{s:4:"uuid";s:36:"b6c03f74-e37e-4166-a9a1-fa0e87514e21";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:31:"core.entity_view_mode.node.card";}s:6:"module";a:3:{i:0;s:4:"node";i:1;s:8:"taxonomy";i:2;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"KZYBlfIVZuXjvmTL28MLoopyltGJz2SvNa_uu8-9NxE";}s:2:"id";s:13:"taxonomy_term";s:5:"label";s:13:"Taxonomy term";s:6:"module";s:8:"taxonomy";s:11:"description";s:45:"Content belonging to a certain taxonomy term.";s:3:"tag";s:7:"default";s:10:"base_table";s:15:"node_field_data";s:10:"base_field";s:3:"nid";s:7:"display";a:3:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:18:{s:6:"fields";a:0:{}s:5:"pager";a:2:{s:4:"type";s:4:"mini";s:7:"options";a:7:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:10;s:11:"total_pages";i:0;s:2:"id";i:0;s:4:"tags";a:2:{s:4:"next";s:6:"››";s:8:"previous";s:6:"‹‹";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:5:"Apply";s:12:"reset_button";b:0;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:14:"access content";}}s:5:"cache";a:2:{s:4:"type";s:3:"tag";s:7:"options";a:0:{}}s:5:"empty";a:0:{}s:5:"sorts";a:2:{s:6:"sticky";a:10:{s:2:"id";s:6:"sticky";s:5:"table";s:14:"taxonomy_index";s:5:"field";s:6:"sticky";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:8:"standard";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:6:"sticky";}s:7:"exposed";b:0;}s:7:"created";a:11:{s:2:"id";s:7:"created";s:5:"table";s:14:"taxonomy_index";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:4:"date";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:7:"created";}s:7:"exposed";b:0;s:11:"granularity";s:6:"second";}}s:9:"arguments";a:1:{s:3:"tid";a:22:{s:2:"id";s:3:"tid";s:5:"table";s:14:"taxonomy_index";s:5:"field";s:3:"tid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:18:"taxonomy_index_tid";s:14:"default_action";s:9:"not found";s:9:"exception";a:3:{s:5:"value";s:0:"";s:12:"title_enable";b:0;s:5:"title";s:3:"All";}s:12:"title_enable";b:1;s:5:"title";s:19:"{{ arguments.tid }}";s:21:"default_argument_type";s:5:"fixed";s:24:"default_argument_options";a:1:{s:8:"argument";s:0:"";}s:15:"summary_options";a:4:{s:9:"base_path";s:0:"";s:5:"count";b:1;s:8:"override";b:0;s:14:"items_per_page";i:25;}s:7:"summary";a:3:{s:10:"sort_order";s:3:"asc";s:17:"number_of_records";i:0;s:6:"format";s:15:"default_summary";}s:18:"specify_validation";b:1;s:8:"validate";a:2:{s:4:"type";s:20:"entity:taxonomy_term";s:4:"fail";s:9:"not found";}s:16:"validate_options";a:4:{s:7:"bundles";a:0:{}s:6:"access";b:1;s:9:"operation";s:4:"view";s:8:"multiple";i:0;}s:12:"break_phrase";b:0;s:9:"add_table";b:0;s:13:"require_value";b:0;s:17:"reduce_duplicates";b:0;}}s:7:"filters";a:2:{s:8:"langcode";a:16:{s:2:"id";s:8:"langcode";s:5:"table";s:15:"node_field_data";s:5:"field";s:8:"langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"node";s:12:"entity_field";s:8:"langcode";s:9:"plugin_id";s:8:"language";s:8:"operator";s:2:"in";s:5:"value";a:1:{s:31:"***LANGUAGE_language_content***";s:31:"***LANGUAGE_language_content***";}s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:13:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:6:"status";a:14:{s:2:"id";s:6:"status";s:5:"table";s:14:"taxonomy_index";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:5:"style";a:2:{s:4:"type";s:7:"default";s:7:"options";a:4:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:11:"uses_fields";b:0;}}s:3:"row";a:2:{s:4:"type";s:11:"entity:node";s:7:"options";a:2:{s:12:"relationship";s:4:"none";s:9:"view_mode";s:4:"card";}}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:0:{}s:12:"link_display";s:6:"page_1";s:8:"link_url";s:0:"";s:6:"header";a:1:{s:20:"entity_taxonomy_term";a:12:{s:2:"id";s:20:"entity_taxonomy_term";s:5:"table";s:5:"views";s:5:"field";s:20:"entity_taxonomy_term";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:6:"entity";s:5:"empty";b:1;s:6:"target";s:23:"{{ raw_arguments.tid }}";s:9:"view_mode";s:4:"full";s:8:"tokenize";b:1;s:13:"bypass_access";b:0;}}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:14:"url.query_args";i:3;s:21:"user.node_grants:view";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"feed_1";a:6:{s:2:"id";s:6:"feed_1";s:13:"display_title";s:4:"Feed";s:14:"display_plugin";s:4:"feed";s:8:"position";i:2;s:15:"display_options";a:7:{s:5:"pager";a:2:{s:4:"type";s:4:"some";s:7:"options";a:2:{s:6:"offset";i:0;s:14:"items_per_page";i:10;}}s:5:"style";a:2:{s:4:"type";s:3:"rss";s:7:"options";a:3:{s:8:"grouping";a:0:{}s:11:"uses_fields";b:0;s:11:"description";s:0:"";}}s:3:"row";a:2:{s:4:"type";s:8:"node_rss";s:7:"options";a:2:{s:12:"relationship";s:4:"none";s:9:"view_mode";s:7:"default";}}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:0:{}}s:17:"display_extenders";a:0:{}s:4:"path";s:20:"taxonomy/term/%/feed";s:8:"displays";a:2:{s:6:"page_1";s:6:"page_1";s:7:"default";s:1:"0";}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:4:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:21:"user.node_grants:view";i:3;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"page_1";a:6:{s:2:"id";s:6:"page_1";s:13:"display_title";s:4:"Page";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:3:{s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:0:{}}s:17:"display_extenders";a:0:{}s:4:"path";s:15:"taxonomy/term/%";}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:28:"languages:language_interface";i:1;s:3:"url";i:2;s:14:"url.query_args";i:3;s:21:"user.node_grants:view";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'); INSERT INTO `[[dbprefix]]config` VALUES ('', 'views.view.user_admin_people', 'a:13:{s:4:"uuid";s:36:"059541e6-e0e2-4d9d-8e86-eb20e8e0fb80";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"FFLg74mnzRE10lgg5fspPCZWLnIEcvCnJMlNzj8OEtw";}s:2:"id";s:17:"user_admin_people";s:5:"label";s:6:"People";s:6:"module";s:4:"user";s:11:"description";s:50:"Find and manage people interacting with your site.";s:3:"tag";s:7:"default";s:10:"base_table";s:16:"users_field_data";s:10:"base_field";s:3:"uid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:25:{s:5:"title";s:6:"People";s:6:"fields";a:8:{s:14:"user_bulk_form";a:23:{s:2:"id";s:14:"user_bulk_form";s:5:"table";s:5:"users";s:5:"field";s:14:"user_bulk_form";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:9:"plugin_id";s:14:"user_bulk_form";s:5:"label";s:11:"Bulk update";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:4:"name";a:25:{s:2:"id";s:4:"name";s:5:"table";s:16:"users_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:5:"field";s:5:"label";s:8:"Username";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:9:"user_name";}s:6:"status";a:26:{s:2:"id";s:6:"status";s:5:"table";s:16:"users_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:5:"field";s:5:"label";s:6:"Status";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:7:"boolean";s:8:"settings";a:3:{s:6:"format";s:6:"custom";s:19:"format_custom_false";s:7:"Blocked";s:18:"format_custom_true";s:6:"Active";}}s:15:"roles_target_id";a:24:{s:2:"id";s:15:"roles_target_id";s:5:"table";s:11:"user__roles";s:5:"field";s:15:"roles_target_id";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:10:"user_roles";s:5:"label";s:5:"Roles";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:2:"ul";s:9:"separator";s:2:", ";}s:7:"created";a:26:{s:2:"id";s:7:"created";s:5:"table";s:16:"users_field_data";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:7:"created";s:9:"plugin_id";s:5:"field";s:5:"label";s:10:"Member for";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:13:"timestamp_ago";s:8:"settings";a:3:{s:13:"future_format";s:9:"@interval";s:11:"past_format";s:9:"@interval";s:11:"granularity";i:2;}}s:6:"access";a:26:{s:2:"id";s:6:"access";s:5:"table";s:16:"users_field_data";s:5:"field";s:6:"access";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:6:"access";s:9:"plugin_id";s:5:"field";s:5:"label";s:11:"Last access";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:4:"type";s:13:"timestamp_ago";s:8:"settings";a:3:{s:13:"future_format";s:15:"@interval hence";s:11:"past_format";s:13:"@interval ago";s:11:"granularity";i:2;}}s:10:"operations";a:24:{s:2:"id";s:10:"operations";s:5:"table";s:5:"users";s:5:"field";s:10:"operations";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:9:"plugin_id";s:17:"entity_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"destination";b:1;}s:4:"mail";a:37:{s:2:"id";s:4:"mail";s:5:"table";s:16:"users_field_data";s:5:"field";s:4:"mail";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:4:"mail";s:9:"plugin_id";s:5:"field";s:5:"label";s:0:"";s:7:"exclude";b:1;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:12:"basic_string";s:8:"settings";a:0:{}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}}s:5:"pager";a:2:{s:4:"type";s:4:"full";s:7:"options";a:8:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:50;s:11:"total_pages";i:0;s:2:"id";i:0;s:4:"tags";a:4:{s:4:"next";s:8:"Next ›";s:8:"previous";s:12:"‹ Previous";s:5:"first";s:8:"« First";s:4:"last";s:7:"Last »";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}s:8:"quantity";i:9;}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:1;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:16:"administer users";}}s:5:"cache";a:1:{s:4:"type";s:3:"tag";}s:5:"empty";a:1:{s:16:"area_text_custom";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:20:"No people available.";s:8:"tokenize";b:0;}}s:5:"sorts";a:1:{s:7:"created";a:13:{s:2:"id";s:7:"created";s:5:"table";s:16:"users_field_data";s:5:"field";s:7:"created";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:7:"created";s:9:"plugin_id";s:4:"date";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:7:"created";}s:7:"exposed";b:0;s:11:"granularity";s:6:"second";}}s:7:"filters";a:6:{s:7:"combine";a:15:{s:2:"id";s:7:"combine";s:5:"table";s:5:"views";s:5:"field";s:7:"combine";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:7:"combine";s:8:"operator";s:8:"contains";s:5:"value";s:0:"";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:10:"combine_op";s:5:"label";s:22:"Name or email contains";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:10:"combine_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"user";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:6:"fields";a:2:{s:4:"name";s:4:"name";s:4:"mail";s:4:"mail";}}s:6:"status";a:16:{s:2:"id";s:6:"status";s:5:"table";s:16:"users_field_data";s:5:"field";s:6:"status";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:6:"status";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:9:"status_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:6:"status";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}}s:10:"is_grouped";b:1;s:10:"group_info";a:10:{s:5:"label";s:6:"Status";s:11:"description";s:0:"";s:10:"identifier";s:6:"status";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:2:{i:1;a:3:{s:5:"title";s:6:"Active";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";}i:2;a:3:{s:5:"title";s:7:"Blocked";s:8:"operator";s:1:"=";s:5:"value";s:1:"0";}}}}s:15:"roles_target_id";a:15:{s:2:"id";s:15:"roles_target_id";s:5:"table";s:11:"user__roles";s:5:"field";s:15:"roles_target_id";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:10:"user_roles";s:8:"operator";s:2:"or";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:18:"roles_target_id_op";s:5:"label";s:4:"Role";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:18:"roles_target_id_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"role";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:17:"reduce_duplicates";b:0;}s:10:"permission";a:15:{s:2:"id";s:10:"permission";s:5:"table";s:11:"user__roles";s:5:"field";s:10:"permission";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:16:"user_permissions";s:8:"operator";s:2:"or";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:13:"permission_op";s:5:"label";s:10:"Permission";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:13:"permission_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:10:"permission";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}s:17:"reduce_duplicates";b:0;}s:16:"default_langcode";a:16:{s:2:"id";s:16:"default_langcode";s:5:"table";s:16:"users_field_data";s:5:"field";s:16:"default_langcode";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:16:"default_langcode";s:9:"plugin_id";s:7:"boolean";s:8:"operator";s:1:"=";s:5:"value";s:1:"1";s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:0:"";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:7:"uid_raw";a:15:{s:2:"id";s:7:"uid_raw";s:5:"table";s:16:"users_field_data";s:5:"field";s:7:"uid_raw";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:9:"plugin_id";s:7:"numeric";s:8:"operator";s:2:"!=";s:5:"value";a:3:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:5:"value";s:1:"0";}s:5:"group";i:1;s:7:"exposed";b:0;s:6:"expose";a:12:{s:11:"operator_id";s:1:"0";s:5:"label";s:0:"";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:0:"";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:0:"";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:0;s:14:"remember_roles";a:1:{s:13:"authenticated";s:13:"authenticated";}}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:10:{s:8:"grouping";a:0:{}s:9:"row_class";s:0:"";s:17:"default_row_class";b:1;s:7:"columns";a:8:{s:14:"user_bulk_form";s:14:"user_bulk_form";s:4:"name";s:4:"name";s:6:"status";s:6:"status";s:3:"rid";s:3:"rid";s:7:"created";s:7:"created";s:6:"access";s:6:"access";s:9:"edit_node";s:9:"edit_node";s:10:"dropbutton";s:10:"dropbutton";}s:7:"default";s:7:"created";s:4:"info";a:8:{s:14:"user_bulk_form";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"name";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:6:"status";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:3:"rid";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:7:"created";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:6:"access";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:9:"edit_node";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:10:"dropbutton";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}}s:8:"override";b:1;s:6:"sticky";b:0;s:7:"summary";s:0:"";s:11:"empty_table";b:1;}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:9:"css_class";s:0:"";s:8:"use_ajax";b:0;s:8:"group_by";b:0;s:16:"show_admin_links";b:1;s:8:"use_more";b:0;s:15:"use_more_always";b:0;s:13:"use_more_text";s:4:"more";s:12:"link_display";s:6:"page_1";s:8:"link_url";s:0:"";s:15:"display_comment";s:0:"";s:23:"hide_attachment_summary";b:0;s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:6:"page_1";a:6:{s:2:"id";s:6:"page_1";s:13:"display_title";s:4:"Page";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:6:{s:8:"defaults";a:1:{s:16:"show_admin_links";b:0;}s:16:"show_admin_links";b:0;s:17:"display_extenders";a:0:{}s:4:"path";s:17:"admin/people/list";s:4:"menu";a:6:{s:4:"type";s:11:"default tab";s:5:"title";s:4:"List";s:11:"description";s:50:"Find and manage people interacting with your site.";s:6:"weight";i:-10;s:9:"menu_name";s:5:"admin";s:7:"context";s:0:"";}s:11:"tab_options";a:5:{s:4:"type";s:6:"normal";s:5:"title";s:6:"People";s:11:"description";s:45:"Manage user accounts, roles, and permissions.";s:6:"weight";i:0;s:9:"menu_name";s:5:"admin";}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:0;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'), ('', 'views.view.watchdog', 'a:13:{s:4:"uuid";s:36:"e13e3789-7305-447c-b43e-5f173ce778d3";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:2:{i:0;s:5:"dblog";i:1;s:4:"user";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"SR5P89f0vUTPC7WY2YpLAffkDx8-Ar8LKFfowVXeqNU";}s:2:"id";s:8:"watchdog";s:5:"label";s:8:"Watchdog";s:6:"module";s:5:"views";s:11:"description";s:19:"Recent log messages";s:3:"tag";s:0:"";s:10:"base_table";s:8:"watchdog";s:10:"base_field";s:3:"wid";s:7:"display";a:2:{s:7:"default";a:6:{s:2:"id";s:7:"default";s:13:"display_title";s:7:"Default";s:14:"display_plugin";s:7:"default";s:8:"position";i:0;s:15:"display_options";a:19:{s:5:"title";s:19:"Recent log messages";s:6:"fields";a:8:{s:7:"nothing";a:22:{s:2:"id";s:7:"nothing";s:5:"table";s:5:"views";s:5:"field";s:7:"nothing";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:4:"Icon";s:9:"plugin_id";s:6:"custom";s:5:"label";s:0:"";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:1;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:4:"icon";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:0;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:0;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:0;}s:3:"wid";a:22:{s:2:"id";s:3:"wid";s:5:"table";s:8:"watchdog";s:5:"field";s:3:"wid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:8:"standard";s:5:"label";s:3:"WID";s:7:"exclude";b:1;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:8:"severity";a:23:{s:2:"id";s:8:"severity";s:5:"table";s:8:"watchdog";s:5:"field";s:8:"severity";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:12:"machine_name";s:5:"label";s:8:"Severity";s:7:"exclude";b:1;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:12:"machine_name";b:0;}s:4:"type";a:22:{s:2:"id";s:4:"type";s:5:"table";s:8:"watchdog";s:5:"field";s:4:"type";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:8:"standard";s:5:"label";s:4:"Type";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}s:9:"timestamp";a:25:{s:2:"id";s:9:"timestamp";s:5:"table";s:8:"watchdog";s:5:"field";s:9:"timestamp";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:4:"date";s:5:"label";s:4:"Date";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:11:"date_format";s:5:"short";s:18:"custom_date_format";s:0:"";s:8:"timezone";s:0:"";}s:7:"message";a:23:{s:2:"id";s:7:"message";s:5:"table";s:8:"watchdog";s:5:"field";s:7:"message";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:13:"dblog_message";s:5:"label";s:7:"Message";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:1;s:4:"path";s:35:"admin/reports/dblog/event/{{ wid }}";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:13:"{{ message }}";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:56;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:1;s:4:"trim";b:1;s:13:"preserve_tags";s:0:"";s:4:"html";b:1;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"replace_variables";b:1;}s:4:"name";a:37:{s:2:"id";s:4:"name";s:5:"table";s:16:"users_field_data";s:5:"field";s:4:"name";s:12:"relationship";s:3:"uid";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:11:"entity_type";s:4:"user";s:12:"entity_field";s:4:"name";s:9:"plugin_id";s:5:"field";s:5:"label";s:4:"User";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;s:17:"click_sort_column";s:5:"value";s:4:"type";s:9:"user_name";s:8:"settings";a:1:{s:14:"link_to_entity";b:1;}s:12:"group_column";s:5:"value";s:13:"group_columns";a:0:{}s:10:"group_rows";b:1;s:11:"delta_limit";i:0;s:12:"delta_offset";i:0;s:14:"delta_reversed";b:0;s:16:"delta_first_last";b:0;s:10:"multi_type";s:9:"separator";s:9:"separator";s:2:", ";s:17:"field_api_classes";b:0;}s:4:"link";a:22:{s:2:"id";s:4:"link";s:5:"table";s:8:"watchdog";s:5:"field";s:4:"link";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:16:"dblog_operations";s:5:"label";s:10:"Operations";s:7:"exclude";b:0;s:5:"alter";a:26:{s:10:"alter_text";b:0;s:4:"text";s:0:"";s:9:"make_link";b:0;s:4:"path";s:0:"";s:8:"absolute";b:0;s:8:"external";b:0;s:14:"replace_spaces";b:0;s:9:"path_case";s:4:"none";s:15:"trim_whitespace";b:0;s:3:"alt";s:0:"";s:3:"rel";s:0:"";s:10:"link_class";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:6:"target";s:0:"";s:5:"nl2br";b:0;s:10:"max_length";i:0;s:13:"word_boundary";b:1;s:8:"ellipsis";b:1;s:9:"more_link";b:0;s:14:"more_link_text";s:0:"";s:14:"more_link_path";s:0:"";s:10:"strip_tags";b:0;s:4:"trim";b:0;s:13:"preserve_tags";s:0:"";s:4:"html";b:0;}s:12:"element_type";s:0:"";s:13:"element_class";s:0:"";s:18:"element_label_type";s:0:"";s:19:"element_label_class";s:0:"";s:19:"element_label_colon";b:1;s:20:"element_wrapper_type";s:0:"";s:21:"element_wrapper_class";s:0:"";s:23:"element_default_classes";b:1;s:5:"empty";s:0:"";s:10:"hide_empty";b:0;s:10:"empty_zero";b:0;s:16:"hide_alter_empty";b:1;}}s:5:"pager";a:2:{s:4:"type";s:4:"mini";s:7:"options";a:7:{s:6:"offset";i:0;s:24:"pagination_heading_level";s:2:"h4";s:14:"items_per_page";i:50;s:11:"total_pages";N;s:2:"id";i:0;s:4:"tags";a:2:{s:4:"next";s:6:"››";s:8:"previous";s:6:"‹‹";}s:6:"expose";a:7:{s:14:"items_per_page";b:0;s:20:"items_per_page_label";s:14:"Items per page";s:22:"items_per_page_options";s:13:"5, 10, 25, 50";s:26:"items_per_page_options_all";b:0;s:32:"items_per_page_options_all_label";s:7:"- All -";s:6:"offset";b:0;s:12:"offset_label";s:6:"Offset";}}}s:12:"exposed_form";a:2:{s:4:"type";s:5:"basic";s:7:"options";a:7:{s:13:"submit_button";s:6:"Filter";s:12:"reset_button";b:1;s:18:"reset_button_label";s:5:"Reset";s:19:"exposed_sorts_label";s:7:"Sort by";s:17:"expose_sort_order";b:0;s:14:"sort_asc_label";s:3:"Asc";s:15:"sort_desc_label";s:4:"Desc";}}s:6:"access";a:2:{s:4:"type";s:4:"perm";s:7:"options";a:1:{s:4:"perm";s:19:"access site reports";}}s:5:"cache";a:2:{s:4:"type";s:4:"none";s:7:"options";a:0:{}}s:5:"empty";a:1:{s:4:"area";a:10:{s:2:"id";s:16:"area_text_custom";s:5:"table";s:5:"views";s:5:"field";s:16:"area_text_custom";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:26:"No log messages available.";s:9:"plugin_id";s:11:"text_custom";s:5:"empty";b:1;s:7:"content";s:26:"No log messages available.";s:8:"tokenize";b:0;}}s:5:"sorts";a:1:{s:3:"wid";a:10:{s:2:"id";s:3:"wid";s:5:"table";s:8:"watchdog";s:5:"field";s:3:"wid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:8:"standard";s:5:"order";s:4:"DESC";s:6:"expose";a:2:{s:5:"label";s:0:"";s:16:"field_identifier";s:3:"wid";}s:7:"exposed";b:0;}}s:9:"arguments";a:0:{}s:7:"filters";a:2:{s:4:"type";a:14:{s:2:"id";s:4:"type";s:5:"table";s:8:"watchdog";s:5:"field";s:4:"type";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"dblog_types";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:7:"type_op";s:5:"label";s:4:"Type";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:7:"type_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:4:"type";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:1;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}s:8:"severity";a:14:{s:2:"id";s:8:"severity";s:5:"table";s:8:"watchdog";s:5:"field";s:8:"severity";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:0:"";s:9:"plugin_id";s:11:"in_operator";s:8:"operator";s:2:"in";s:5:"value";a:0:{}s:5:"group";i:1;s:7:"exposed";b:1;s:6:"expose";a:13:{s:11:"operator_id";s:11:"severity_op";s:5:"label";s:8:"Severity";s:11:"description";s:0:"";s:12:"use_operator";b:0;s:8:"operator";s:11:"severity_op";s:24:"operator_limit_selection";b:0;s:13:"operator_list";a:0:{}s:10:"identifier";s:8:"severity";s:8:"required";b:0;s:8:"remember";b:0;s:8:"multiple";b:1;s:14:"remember_roles";a:3:{s:13:"authenticated";s:13:"authenticated";s:9:"anonymous";s:1:"0";s:13:"administrator";s:1:"0";}s:6:"reduce";b:0;}s:10:"is_grouped";b:0;s:10:"group_info";a:10:{s:5:"label";s:0:"";s:11:"description";s:0:"";s:10:"identifier";s:0:"";s:8:"optional";b:1;s:6:"widget";s:6:"select";s:8:"multiple";b:0;s:8:"remember";b:0;s:13:"default_group";s:3:"All";s:22:"default_group_multiple";a:0:{}s:11:"group_items";a:0:{}}}}s:13:"filter_groups";a:2:{s:8:"operator";s:3:"AND";s:6:"groups";a:1:{i:1;s:3:"AND";}}s:5:"style";a:2:{s:4:"type";s:5:"table";s:7:"options";a:12:{s:8:"grouping";a:0:{}s:9:"row_class";s:25:"{{ type }} {{ severity }}";s:17:"default_row_class";b:1;s:7:"columns";a:8:{s:7:"nothing";s:7:"nothing";s:3:"wid";s:3:"wid";s:8:"severity";s:8:"severity";s:4:"type";s:4:"type";s:9:"timestamp";s:9:"timestamp";s:7:"message";s:7:"message";s:4:"name";s:4:"name";s:4:"link";s:4:"link";}s:7:"default";s:3:"wid";s:4:"info";a:8:{s:7:"nothing";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:15:"priority-medium";}s:3:"wid";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:8:"severity";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:4:"type";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:15:"priority-medium";}s:9:"timestamp";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:4:"desc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}s:7:"message";a:6:{s:8:"sortable";b:0;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:0:"";}s:4:"name";a:6:{s:8:"sortable";b:1;s:18:"default_sort_order";s:3:"asc";s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:15:"priority-medium";}s:4:"link";a:4:{s:5:"align";s:0:"";s:9:"separator";s:0:"";s:12:"empty_column";b:0;s:10:"responsive";s:12:"priority-low";}}s:8:"override";b:1;s:6:"sticky";b:0;s:7:"summary";s:0:"";s:11:"empty_table";b:0;s:7:"caption";s:0:"";s:11:"description";s:0:"";}}s:3:"row";a:1:{s:4:"type";s:6:"fields";}s:5:"query";a:2:{s:4:"type";s:11:"views_query";s:7:"options";a:5:{s:13:"query_comment";s:0:"";s:19:"disable_sql_rewrite";b:0;s:8:"distinct";b:0;s:7:"replica";b:0;s:10:"query_tags";a:0:{}}}s:13:"relationships";a:1:{s:3:"uid";a:8:{s:2:"id";s:3:"uid";s:5:"table";s:8:"watchdog";s:5:"field";s:3:"uid";s:12:"relationship";s:4:"none";s:10:"group_type";s:5:"group";s:11:"admin_label";s:4:"User";s:9:"plugin_id";s:8:"standard";s:8:"required";b:0;}}s:9:"css_class";s:11:"admin-dblog";s:6:"header";a:0:{}s:6:"footer";a:0:{}s:17:"display_extenders";a:0:{}}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}s:4:"page";a:6:{s:2:"id";s:4:"page";s:13:"display_title";s:4:"Page";s:14:"display_plugin";s:4:"page";s:8:"position";i:1;s:15:"display_options";a:2:{s:17:"display_extenders";a:0:{}s:4:"path";s:19:"admin/reports/dblog";}s:14:"cache_metadata";a:3:{s:7:"max-age";i:-1;s:8:"contexts";a:5:{i:0;s:26:"languages:language_content";i:1;s:28:"languages:language_interface";i:2;s:3:"url";i:3;s:14:"url.query_args";i:4;s:16:"user.permissions";}s:4:"tags";a:0:{}}}}}'), ('', 'workflows.workflow.basic_editorial', 'a:9:{s:4:"uuid";s:36:"47f908ce-ef00-4156-b433-55b5425233b5";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:2:{s:6:"config";a:1:{i:0;s:14:"node.type.page";}s:6:"module";a:1:{i:0;s:18:"content_moderation";}}s:5:"_core";a:1:{s:19:"default_config_hash";s:43:"cTcLoeCkGY_boimnlZKzLdtKZmR7FXc6AirGUwq_Lts";}s:2:"id";s:15:"basic_editorial";s:5:"label";s:5:"Basic";s:4:"type";s:18:"content_moderation";s:13:"type_settings";a:4:{s:6:"states";a:3:{s:5:"draft";a:4:{s:5:"label";s:5:"Draft";s:6:"weight";i:-1;s:9:"published";b:0;s:16:"default_revision";b:0;}s:9:"published";a:4:{s:5:"label";s:9:"Published";s:6:"weight";i:0;s:9:"published";b:1;s:16:"default_revision";b:1;}s:11:"unpublished";a:4:{s:5:"label";s:11:"Unpublished";s:6:"weight";i:1;s:9:"published";b:0;s:16:"default_revision";b:1;}}s:11:"transitions";a:3:{s:16:"create_new_draft";a:4:{s:5:"label";s:16:"Create new draft";s:4:"from";a:3:{i:0;s:11:"unpublished";i:1;s:5:"draft";i:2;s:9:"published";}s:2:"to";s:5:"draft";s:6:"weight";i:-1;}s:7:"publish";a:4:{s:5:"label";s:7:"Publish";s:4:"from";a:3:{i:0;s:5:"draft";i:1;s:9:"published";i:2;s:11:"unpublished";}s:2:"to";s:9:"published";s:6:"weight";i:0;}s:9:"unpublish";a:4:{s:5:"label";s:9:"Unpublish";s:4:"from";a:1:{i:0;s:9:"published";}s:2:"to";s:11:"unpublished";s:6:"weight";i:1;}}s:12:"entity_types";a:1:{s:4:"node";a:1:{i:0;s:4:"page";}}s:24:"default_moderation_state";s:5:"draft";}}');
-- -- Table structure for table `[[dbprefix]]content_moderation_state_field_data` --
CREATE TABLE `[[dbprefix]]content_moderation_state_field_data` ( `id` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `uid` int unsigned NOT NULL COMMENT 'The ID of the target entity.', `workflow` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL COMMENT 'The ID of the target entity.', `moderation_state` varchar(255) DEFAULT NULL, `content_entity_type_id` varchar(32) DEFAULT NULL, `content_entity_id` int DEFAULT NULL, `content_entity_revision_id` int DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, PRIMARY KEY (`id`,`langcode`), UNIQUE KEY `content_moderation_state__lookup` (`content_entity_type_id`,`content_entity_id`,`content_entity_revision_id`,`workflow`,`langcode`), KEY `content_moderation_state__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`), KEY `content_moderation_state__revision_id` (`revision_id`), KEY `content_moderation_state_field__uid__target_id` (`uid`), KEY `content_moderation_state__09628d8dbc` (`workflow`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The data table for content_moderation_state entities.';
-- -- Dumping data for table `[[dbprefix]]content_moderation_state_field_data` --
-- -- Table structure for table `[[dbprefix]]content_moderation_state_field_revision` --
CREATE TABLE `[[dbprefix]]content_moderation_state_field_revision` ( `id` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `uid` int unsigned NOT NULL COMMENT 'The ID of the target entity.', `workflow` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL COMMENT 'The ID of the target entity.', `moderation_state` varchar(255) DEFAULT NULL, `content_entity_type_id` varchar(32) DEFAULT NULL, `content_entity_id` int DEFAULT NULL, `content_entity_revision_id` int DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, PRIMARY KEY (`revision_id`,`langcode`), UNIQUE KEY `content_moderation_state__lookup` (`content_entity_type_id`,`content_entity_id`,`content_entity_revision_id`,`workflow`,`langcode`), KEY `content_moderation_state__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`), KEY `content_moderation_state_field__uid__target_id` (`uid`), KEY `content_moderation_state__09628d8dbc` (`workflow`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision data table for content_moderation_state…';
-- -- Dumping data for table `[[dbprefix]]content_moderation_state_field_revision` --
-- -- Table structure for table `[[dbprefix]]crop` --
CREATE TABLE `[[dbprefix]]crop` ( `cid` int unsigned NOT NULL AUTO_INCREMENT, `vid` int unsigned DEFAULT NULL, `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, PRIMARY KEY (`cid`), UNIQUE KEY `crop_field__uuid__value` (`uuid`), UNIQUE KEY `crop__vid` (`vid`), KEY `crop_field__type__target_id` (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for crop entities.' AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]crop` --
INSERT INTO `[[dbprefix]]crop` VALUES (1, 1, 'focal_point', 'f526e4e0-cb19-40e7-9333-3d413f86545c', 'en');
-- -- Table structure for table `[[dbprefix]]crop_field_data` --
CREATE TABLE `[[dbprefix]]crop_field_data` ( `cid` int unsigned NOT NULL, `vid` int unsigned NOT NULL, `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `entity_id` int unsigned DEFAULT NULL, `entity_type` varchar(255) DEFAULT NULL, `uri` varchar(255) DEFAULT NULL, `height` int unsigned DEFAULT NULL, `width` int unsigned DEFAULT NULL, `x` int unsigned DEFAULT NULL, `y` int unsigned DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, PRIMARY KEY (`cid`,`langcode`), KEY `crop__id__default_langcode__langcode` (`cid`,`default_langcode`,`langcode`), KEY `crop__vid` (`vid`), KEY `crop_field__type__target_id` (`type`), KEY `crop__uri_type` (`uri`(191),`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The data table for crop entities.';
-- -- Dumping data for table `[[dbprefix]]crop_field_data` --
-- -- Table structure for table `[[dbprefix]]crop_revision` --
CREATE TABLE `[[dbprefix]]crop_revision` ( `cid` int unsigned NOT NULL, `vid` int unsigned NOT NULL AUTO_INCREMENT, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `revision_timestamp` int DEFAULT NULL, `revision_uid` int unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `revision_log` longtext, `revision_default` tinyint DEFAULT NULL, PRIMARY KEY (`vid`), KEY `crop__cid` (`cid`), KEY `crop_field__revision_uid__target_id` (`revision_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision table for crop entities.' AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]crop_revision` --
-- -- Table structure for table `[[dbprefix]]easy_email_revision__attachment` --
CREATE TABLE `[[dbprefix]]easy_email_revision__attachment` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `attachment_target_id` int unsigned NOT NULL COMMENT 'The ID of the file entity.', `attachment_display` tinyint unsigned DEFAULT '1' COMMENT 'Flag to control whether this file should be displayed when viewing content.', `attachment_description` text COMMENT 'A description of the file.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `attachment_target_id` (`attachment_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field attachment.';
-- -- Table structure for table `[[dbprefix]]easy_email_revision__attachment_path` --
CREATE TABLE `[[dbprefix]]easy_email_revision__attachment_path` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `attachment_path_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field attachment…';
-- -- Table structure for table `[[dbprefix]]easy_email_revision__bcc_address` --
CREATE TABLE `[[dbprefix]]easy_email_revision__bcc_address` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `bcc_address_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field bcc_address.';
-- -- Table structure for table `[[dbprefix]]easy_email_revision__bcc_uid` --
CREATE TABLE `[[dbprefix]]easy_email_revision__bcc_uid` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `bcc_uid_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `bcc_uid_target_id` (`bcc_uid_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field bcc_uid.';
-- -- Table structure for table `[[dbprefix]]easy_email_revision__cc_address` --
CREATE TABLE `[[dbprefix]]easy_email_revision__cc_address` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `cc_address_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field cc_address.';
-- -- Table structure for table `[[dbprefix]]easy_email_revision__cc_uid` --
CREATE TABLE `[[dbprefix]]easy_email_revision__cc_uid` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `cc_uid_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `cc_uid_target_id` (`cc_uid_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field cc_uid.';
-- -- Table structure for table `[[dbprefix]]easy_email_revision__field_related_user` --
CREATE TABLE `[[dbprefix]]easy_email_revision__field_related_user` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_related_user_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_related_user_target_id` (`field_related_user_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field field_related…';
-- -- Table structure for table `[[dbprefix]]easy_email_revision__recipient_address` --
CREATE TABLE `[[dbprefix]]easy_email_revision__recipient_address` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `recipient_address_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field recipient…';
-- -- Table structure for table `[[dbprefix]]easy_email_revision__recipient_uid` --
CREATE TABLE `[[dbprefix]]easy_email_revision__recipient_uid` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `recipient_uid_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `recipient_uid_target_id` (`recipient_uid_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for easy_email field recipient_uid.';
-- -- Table structure for table `[[dbprefix]]easy_email__attachment` --
CREATE TABLE `[[dbprefix]]easy_email__attachment` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `attachment_target_id` int unsigned NOT NULL COMMENT 'The ID of the file entity.', `attachment_display` tinyint unsigned DEFAULT '1' COMMENT 'Flag to control whether this file should be displayed when viewing content.', `attachment_description` text COMMENT 'A description of the file.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `attachment_target_id` (`attachment_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field attachment.';
-- -- Table structure for table `[[dbprefix]]easy_email__attachment_path` --
CREATE TABLE `[[dbprefix]]easy_email__attachment_path` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `attachment_path_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field attachment_path.';
-- -- Table structure for table `[[dbprefix]]easy_email__bcc_address` --
CREATE TABLE `[[dbprefix]]easy_email__bcc_address` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `bcc_address_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field bcc_address.';
-- -- Table structure for table `[[dbprefix]]easy_email__bcc_uid` --
CREATE TABLE `[[dbprefix]]easy_email__bcc_uid` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `bcc_uid_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `bcc_uid_target_id` (`bcc_uid_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field bcc_uid.';
-- -- Table structure for table `[[dbprefix]]easy_email__cc_address` --
CREATE TABLE `[[dbprefix]]easy_email__cc_address` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `cc_address_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field cc_address.';
-- -- Table structure for table `[[dbprefix]]easy_email__cc_uid` --
CREATE TABLE `[[dbprefix]]easy_email__cc_uid` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `cc_uid_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `cc_uid_target_id` (`cc_uid_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field cc_uid.';
-- -- Table structure for table `[[dbprefix]]easy_email__field_related_user` --
CREATE TABLE `[[dbprefix]]easy_email__field_related_user` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_related_user_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_related_user_target_id` (`field_related_user_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field field_related_user.';
-- -- Table structure for table `[[dbprefix]]easy_email__recipient_address` --
CREATE TABLE `[[dbprefix]]easy_email__recipient_address` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `recipient_address_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field recipient_address.';
-- -- Table structure for table `[[dbprefix]]easy_email__recipient_uid` --
CREATE TABLE `[[dbprefix]]easy_email__recipient_uid` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `recipient_uid_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `recipient_uid_target_id` (`recipient_uid_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for easy_email field recipient_uid.';
-- -- Table structure for table `[[dbprefix]]file_managed` --
CREATE TABLE `[[dbprefix]]file_managed` ( `fid` int unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `uid` int unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `filename` varchar(255) DEFAULT NULL, `uri` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `filemime` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, `filesize` bigint unsigned DEFAULT NULL, `status` tinyint NOT NULL, `created` int DEFAULT NULL, `changed` int NOT NULL, PRIMARY KEY (`fid`), UNIQUE KEY `file_field__uuid__value` (`uuid`), KEY `file_field__uid__target_id` (`uid`), KEY `file_field__uri` (`uri`(191)), KEY `file_field__status` (`status`), KEY `file_field__changed` (`changed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for file entities.' AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]file_managed` --
-- -- Table structure for table `[[dbprefix]]file_usage` --
CREATE TABLE `[[dbprefix]]file_usage` ( `fid` int unsigned NOT NULL COMMENT 'File ID.', `module` varchar(50) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The name of the module that is using the file.', `type` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The name of the object type in which the file is used.', `id` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '0' COMMENT 'The primary key of the object using the file.', `count` int unsigned NOT NULL DEFAULT '0' COMMENT 'The number of times this file is used by this object.', PRIMARY KEY (`fid`,`type`,`id`,`module`), KEY `type_id` (`type`,`id`), KEY `fid_count` (`fid`,`count`), KEY `fid_module` (`fid`,`module`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Track where a file is used.';
-- -- Dumping data for table `[[dbprefix]]file_usage` --
INSERT INTO `[[dbprefix]]file_usage` VALUES (1, 'file', 'media', '1', 2);
-- -- Table structure for table `[[dbprefix]]honeypot_user` --
CREATE TABLE `[[dbprefix]]honeypot_user` ( `id` int NOT NULL AUTO_INCREMENT COMMENT 'Unique record ID.', `uid` int unsigned NOT NULL COMMENT 'Foreign key to "[[dbprefix]]users".uid. uniquely identifies a Drupal user to whom this ACL data applies.', `hostname` varchar(128) NOT NULL COMMENT 'Hostname of user that that triggered honeypot.', `timestamp` int unsigned NOT NULL COMMENT 'Date/time when the form submission failed, as Unix timestamp.', PRIMARY KEY (`id`), KEY `uid` (`uid`), KEY `timestamp` (`timestamp`), KEY `hostname` (`hostname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table that stores failed attempts to submit a form.' AUTO_INCREMENT=1 ;
-- -- Table structure for table `[[dbprefix]]inline_block_usage` --
CREATE TABLE `[[dbprefix]]inline_block_usage` ( `block_content_id` int unsigned NOT NULL COMMENT 'The block_content entity ID.', `layout_entity_type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT '' COMMENT 'The entity type of the parent entity.', `layout_entity_id` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT '0' COMMENT 'The ID of the parent entity.', PRIMARY KEY (`block_content_id`), KEY `type_id` (`layout_entity_type`,`layout_entity_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Track where a block_content entity is used.';
-- -- Table structure for table `[[dbprefix]]key_value` --
CREATE TABLE `[[dbprefix]]key_value` ( `collection` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'A named collection of key and value pairs.', `name` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The key of the key-value pair. As KEY is a SQL reserved keyword, name was chosen instead.', `value` longblob NOT NULL COMMENT 'The value.', PRIMARY KEY (`collection`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Generic key-value storage table. See the state system for…';
-- -- Dumping data for table `[[dbprefix]]key_value` --
INSERT INTO `[[dbprefix]]key_value` VALUES ('config.entity.key_store.action', 'uuid:06bf912e-4c55-4e60-ab52-f0f7fb6eded1', 'a:1:{i:0;s:36:"system.action.user_block_user_action";}'), ('config.entity.key_store.action', 'uuid:101bf97f-b435-40fc-be4d-1302f900b52a', 'a:1:{i:0;s:31:"system.action.media_save_action";}'), ('config.entity.key_store.action', 'uuid:17272781-5fb7-4870-a79a-9a56df351e8a', 'a:1:{i:0;s:38:"system.action.user_unblock_user_action";}'), ('config.entity.key_store.action', 'uuid:2538acb2-a986-4920-a3b3-b1358f23f2a0', 'a:1:{i:0;s:30:"system.action.node_save_action";}'), ('config.entity.key_store.action', 'uuid:3e699df1-53b4-41ea-85d4-850b47b89f6b', 'a:1:{i:0;s:33:"system.action.media_delete_action";}'), ('config.entity.key_store.action', 'uuid:7a3f884e-a3ed-4b4a-8804-85936cb04baa', 'a:1:{i:0;s:33:"system.action.node_promote_action";}'), ('config.entity.key_store.action', 'uuid:7ae183bb-ea31-412c-bf12-26df2c879dfb', 'a:1:{i:0;s:35:"system.action.node_unpromote_action";}'), ('config.entity.key_store.action', 'uuid:7cea344f-6204-4ccf-9839-60c5d1602e84', 'a:1:{i:0;s:44:"system.action.taxonomy_term_unpublish_action";}'), ('config.entity.key_store.action', 'uuid:9a0e0ef1-465c-4576-b8d9-79866bb7a626', 'a:1:{i:0;s:36:"system.action.media_unpublish_action";}'), ('config.entity.key_store.action', 'uuid:9c96e68c-79b9-43cb-a7ab-426d264f33ac', 'a:1:{i:0;s:39:"system.action.node_make_unsticky_action";}'), ('config.entity.key_store.action', 'uuid:9e8d7285-aac1-4ae2-9917-0a983e68cda0', 'a:1:{i:0;s:42:"system.action.taxonomy_term_publish_action";}'), ('config.entity.key_store.action', 'uuid:a06a9182-25ca-4b93-ab1f-244637cffab6', 'a:1:{i:0;s:49:"system.action.user_add_role_action.content_editor";}'), ('config.entity.key_store.action', 'uuid:abbffe90-db03-4dd2-909b-bcbabe76afd4', 'a:1:{i:0;s:35:"system.action.node_unpublish_action";}'), ('config.entity.key_store.action', 'uuid:ac7fbb13-de6d-49d1-9cd3-8f19fbcd3f95', 'a:1:{i:0;s:51:"system.action.user_remove_role_action.administrator";}'), ('config.entity.key_store.action', 'uuid:af394df3-e2c6-4b7d-9ac5-b27e6c148a99', 'a:1:{i:0;s:33:"system.action.node_publish_action";}'), ('config.entity.key_store.action', 'uuid:c95d5b9b-6244-469e-83cb-46d603c7bf9e', 'a:1:{i:0;s:36:"system.action.redirect_delete_action";}'), ('config.entity.key_store.action', 'uuid:dc4682a9-7b8a-4076-81da-990550edfbd7', 'a:1:{i:0;s:34:"system.action.media_publish_action";}'), ('config.entity.key_store.action', 'uuid:ea730b65-a759-4ff5-9c28-1168d4507ff4', 'a:1:{i:0;s:52:"system.action.user_remove_role_action.content_editor";}'), ('config.entity.key_store.action', 'uuid:f6e66d97-522d-44e6-a1c7-cfe625f49a9e', 'a:1:{i:0;s:37:"system.action.node_make_sticky_action";}'), ('config.entity.key_store.action', 'uuid:f7926e57-cb62-4c25-bf5d-26d35d751381', 'a:1:{i:0;s:48:"system.action.user_add_role_action.administrator";}'), ('config.entity.key_store.action', 'uuid:f8c2bdf6-e5e3-488b-8e43-255cdcabd747', 'a:1:{i:0;s:37:"system.action.user_cancel_user_action";}'), ('config.entity.key_store.action', 'uuid:fc3c1ee3-8839-4064-82c6-2d5753e46a8a', 'a:1:{i:0;s:32:"system.action.node_delete_action";}'), ('config.entity.key_store.block', 'theme:claro', 'a:7:{i:0;s:31:"block.block.claro_local_actions";i:1;s:28:"block.block.claro_page_title";i:2;s:37:"block.block.claro_primary_local_tasks";i:3;s:39:"block.block.claro_secondary_local_tasks";i:4;s:29:"block.block.claro_breadcrumbs";i:5;s:25:"block.block.claro_content";i:6;s:26:"block.block.claro_messages";}'), ('config.entity.key_store.block', 'theme:drupal_cms_olivero', 'a:12:{i:0;s:41:"block.block.drupal_cms_olivero_page_title";i:1;s:52:"block.block.drupal_cms_olivero_primary_admin_actions";i:2;s:50:"block.block.drupal_cms_olivero_primary_local_tasks";i:3;s:52:"block.block.drupal_cms_olivero_secondary_local_tasks";i:4;s:42:"block.block.drupal_cms_olivero_breadcrumbs";i:5;s:38:"block.block.drupal_cms_olivero_content";i:6;s:39:"block.block.drupal_cms_olivero_messages";i:7;s:38:"block.block.drupal_cms_olivero_powered";i:8;s:44:"block.block.drupal_cms_olivero_site_branding";i:9;s:43:"block.block.drupal_cms_olivero_account_menu";i:10;s:42:"block.block.drupal_cms_olivero_footer_menu";i:11;s:40:"block.block.drupal_cms_olivero_main_menu";}'), ('config.entity.key_store.block', 'theme:gin', 'a:7:{i:0;s:29:"block.block.gin_local_actions";i:1;s:26:"block.block.gin_page_title";i:2;s:35:"block.block.gin_primary_local_tasks";i:3;s:37:"block.block.gin_secondary_local_tasks";i:4;s:27:"block.block.gin_breadcrumbs";i:5;s:23:"block.block.gin_content";i:6;s:24:"block.block.gin_messages";}'), ('config.entity.key_store.block', 'theme:olivero', 'a:1:{i:0;s:26:"block.block.olivero_footer";}'), ('config.entity.key_store.block', 'uuid:0a719cda-ea61-4672-b83b-6b32da8e82dd', 'a:1:{i:0;s:29:"block.block.claro_breadcrumbs";}'), ('config.entity.key_store.block', 'uuid:2447e458-a3dc-42f6-ab7f-affa82c17c58', 'a:1:{i:0;s:41:"block.block.drupal_cms_olivero_page_title";}'), ('config.entity.key_store.block', 'uuid:27aad5bf-de3f-4f57-80ae-9ef74fd1f641', 'a:1:{i:0;s:25:"block.block.claro_content";}'), ('config.entity.key_store.block', 'uuid:4137883c-85c2-43c4-ac91-146dad4ad119', 'a:1:{i:0;s:35:"block.block.gin_primary_local_tasks";}'), ('config.entity.key_store.block', 'uuid:4b9b8b89-10f9-4622-994c-d786f27b3f01', 'a:1:{i:0;s:52:"block.block.drupal_cms_olivero_primary_admin_actions";}'), ('config.entity.key_store.block', 'uuid:6ae2aebd-b71f-417d-8764-7c57ab27f92b', 'a:1:{i:0;s:23:"block.block.gin_content";}'), ('config.entity.key_store.block', 'uuid:77674bd8-c30f-40b3-9dff-366e84c46f04', 'a:1:{i:0;s:26:"block.block.olivero_footer";}'), ('config.entity.key_store.block', 'uuid:7d9a06a3-7780-4910-a8d4-6dabbe6c9d5d', 'a:1:{i:0;s:26:"block.block.claro_messages";}'), ('config.entity.key_store.block', 'uuid:7e3a4c07-5270-4edf-aba6-86c1356e2015', 'a:1:{i:0;s:29:"block.block.gin_local_actions";}'), ('config.entity.key_store.block', 'uuid:91172493-ae25-4470-8f14-82c48177254a', 'a:1:{i:0;s:28:"block.block.claro_page_title";}'), ('config.entity.key_store.block', 'uuid:94cc0a31-68ff-42cc-97d3-97cb6e997d28', 'a:1:{i:0;s:42:"block.block.drupal_cms_olivero_breadcrumbs";}'), ('config.entity.key_store.block', 'uuid:992cf770-84c6-4ab4-b166-04c8ec8f6c88', 'a:1:{i:0;s:27:"block.block.gin_breadcrumbs";}'), ('config.entity.key_store.block', 'uuid:9bd85778-78eb-44ac-aff0-4173db4b25f9', 'a:1:{i:0;s:26:"block.block.gin_page_title";}'), ('config.entity.key_store.block', 'uuid:9d5059d6-ec8b-4ab4-bcbf-4ed18c890c32', 'a:1:{i:0;s:42:"block.block.drupal_cms_olivero_footer_menu";}'), ('config.entity.key_store.block', 'uuid:ae6cb339-903a-463e-a923-f72a436f9f9f', 'a:1:{i:0;s:37:"block.block.gin_secondary_local_tasks";}'), ('config.entity.key_store.block', 'uuid:b02eca0f-b845-40b7-b6b2-8be374351a3e', 'a:1:{i:0;s:52:"block.block.drupal_cms_olivero_secondary_local_tasks";}'), ('config.entity.key_store.block', 'uuid:b9b01dd8-d885-4e41-b3df-eb90743656b0', 'a:1:{i:0;s:38:"block.block.drupal_cms_olivero_content";}'), ('config.entity.key_store.block', 'uuid:bd38ee4f-fc47-4d82-b497-f27870795279', 'a:1:{i:0;s:40:"block.block.drupal_cms_olivero_main_menu";}'), ('config.entity.key_store.block', 'uuid:c01c5a7e-2539-4213-a97e-434f2dc6d332', 'a:1:{i:0;s:39:"block.block.claro_secondary_local_tasks";}'), ('config.entity.key_store.block', 'uuid:d0904fb3-7f8e-4c8b-85ed-378b58c53a7c', 'a:1:{i:0;s:50:"block.block.drupal_cms_olivero_primary_local_tasks";}'), ('config.entity.key_store.block', 'uuid:d675c7be-6854-4145-ac7e-2b41245cd652', 'a:1:{i:0;s:43:"block.block.drupal_cms_olivero_account_menu";}'), ('config.entity.key_store.block', 'uuid:e3906824-a3a7-4b94-a0f4-a0326b4a5744', 'a:1:{i:0;s:31:"block.block.claro_local_actions";}'), ('config.entity.key_store.block', 'uuid:e6d452cc-6cf3-4d1d-91f1-1c5a30174849', 'a:1:{i:0;s:38:"block.block.drupal_cms_olivero_powered";}'), ('config.entity.key_store.block', 'uuid:f15f6924-37bf-41a7-ada9-f683930943bf', 'a:1:{i:0;s:37:"block.block.claro_primary_local_tasks";}'), ('config.entity.key_store.block', 'uuid:f1a73bc8-ba44-457d-9fcc-08e2fdc2cb0b', 'a:1:{i:0;s:44:"block.block.drupal_cms_olivero_site_branding";}'), ('config.entity.key_store.block', 'uuid:f9318b48-bc53-41a8-9a99-c3df7ae3153f', 'a:1:{i:0;s:39:"block.block.drupal_cms_olivero_messages";}'), ('config.entity.key_store.block', 'uuid:f9774512-abf7-43ad-852e-9b25a3e58f39', 'a:1:{i:0;s:24:"block.block.gin_messages";}'), ('config.entity.key_store.crop_type', 'uuid:4d94b513-84c4-43e1-9d80-10fb58d863b5', 'a:1:{i:0;s:21:"crop.type.focal_point";}'), ('config.entity.key_store.dashboard', 'uuid:268a1aa6-63aa-4e20-8673-e7fdb2d893fa', 'a:1:{i:0;s:27:"dashboard.dashboard.welcome";}'), ('config.entity.key_store.date_format', 'uuid:36c0f4e8-e60c-4b44-b1a3-78c474c97c4c', 'a:1:{i:0;s:31:"core.date_format.olivero_medium";}'), ('config.entity.key_store.date_format', 'uuid:3e290358-9efd-48f0-8a7f-6124ee5eef91', 'a:1:{i:0;s:26:"core.date_format.html_year";}'), ('config.entity.key_store.date_format', 'uuid:496b56d6-c58c-480b-be39-3c3c51a1ea1a', 'a:1:{i:0;s:21:"core.date_format.long";}'), ('config.entity.key_store.date_format', 'uuid:4a525d4c-9154-4492-9265-f3cfb27d560d', 'a:1:{i:0;s:30:"core.date_format.html_datetime";}'), ('config.entity.key_store.date_format', 'uuid:50db7da6-d952-4470-925d-a7b4e4d5e1ef', 'a:1:{i:0;s:26:"core.date_format.html_date";}'), ('config.entity.key_store.date_format', 'uuid:5d20462e-a125-4bd3-bbbc-349936a62ede', 'a:1:{i:0;s:26:"core.date_format.html_time";}'), ('config.entity.key_store.date_format', 'uuid:7e3f9372-b5ed-4c40-abf7-32759550643a', 'a:1:{i:0;s:22:"core.date_format.short";}'), ('config.entity.key_store.date_format', 'uuid:9ebafd38-9433-40a6-abe5-0e5c8ebc3590', 'a:1:{i:0;s:26:"core.date_format.html_week";}'), ('config.entity.key_store.date_format', 'uuid:a25bdd23-0c6c-4889-a47b-08a2c29a2e45', 'a:1:{i:0;s:27:"core.date_format.html_month";}'), ('config.entity.key_store.date_format', 'uuid:c292f004-2fc1-4693-b0a8-a449cfae2b93', 'a:1:{i:0;s:25:"core.date_format.fallback";}'), ('config.entity.key_store.date_format', 'uuid:fa63e006-4bdb-4707-be16-dd5b1523eeb2', 'a:1:{i:0;s:35:"core.date_format.html_yearless_date";}'), ('config.entity.key_store.date_format', 'uuid:fd10b8df-8800-430d-bc1e-e056300757de', 'a:1:{i:0;s:23:"core.date_format.medium";}'), ('config.entity.key_store.easy_email_override', 'uuid:0123cef0-780c-4125-bf0d-07dd5fd5a38d', 'a:1:{i:0;s:64:"easy_email_override.easy_email_override.user_created_no_approval";}'), ('config.entity.key_store.easy_email_override', 'uuid:09a5777d-2eb2-4e3f-8aec-088132a78152', 'a:1:{i:0;s:52:"easy_email_override.easy_email_override.user_blocked";}'), ('config.entity.key_store.easy_email_override', 'uuid:120175f8-0509-4ffb-930b-54fd7f59cf45', 'a:1:{i:0;s:53:"easy_email_override.easy_email_override.user_canceled";}'), ('config.entity.key_store.easy_email_override', 'uuid:1b9b0b23-5668-4aa3-b790-3e7d954ae46e', 'a:1:{i:0;s:47:"easy_email_override.easy_email_override.default";}'), ('config.entity.key_store.easy_email_override', 'uuid:5189d061-6be1-4021-8b11-3730b000e747', 'a:1:{i:0;s:70:"easy_email_override.easy_email_override.user_cancellation_confirmation";}'), ('config.entity.key_store.easy_email_override', 'uuid:5dad6f51-3a5e-4291-874a-c2b2943e4ee9', 'a:1:{i:0;s:55:"easy_email_override.easy_email_override.user_activation";}'), ('config.entity.key_store.easy_email_override', 'uuid:91ab8e34-5232-4eab-b4b3-e857087b5b25', 'a:1:{i:0;s:62:"easy_email_override.easy_email_override.user_password_recovery";}'), ('config.entity.key_store.easy_email_override', 'uuid:c1666f7e-96c3-44cc-aacf-343038ae43a4', 'a:1:{i:0;s:61:"easy_email_override.easy_email_override.user_created_by_admin";}'), ('config.entity.key_store.easy_email_override', 'uuid:c8989c11-5423-47ec-8fdb-ab3fcc0606c6', 'a:1:{i:0;s:70:"easy_email_override.easy_email_override.user_created_awaiting_approval";}'), ('config.entity.key_store.easy_email_override', 'uuid:f57d93a5-e1d2-4af3-9003-630c2d78ba4f', 'a:1:{i:0;s:67:"easy_email_override.easy_email_override.user_created_approval_admin";}'), ('config.entity.key_store.easy_email_type', 'uuid:5271198c-158e-4528-bf55-c12b93e623ce', 'a:1:{i:0;s:42:"easy_email.easy_email_type.user_activation";}'), ('config.entity.key_store.easy_email_type', 'uuid:60731b22-e3c9-451a-afdd-8f3f251e3ab4', 'a:1:{i:0;s:51:"easy_email.easy_email_type.user_created_no_approval";}'), ('config.entity.key_store.easy_email_type', 'uuid:81addf03-0bdd-4036-9e83-760d04dd6635', 'a:1:{i:0;s:57:"easy_email.easy_email_type.user_created_awaiting_approval";}'), ('config.entity.key_store.easy_email_type', 'uuid:a39c66c9-88ab-450c-a66d-d11a3b6cd0ad', 'a:1:{i:0;s:57:"easy_email.easy_email_type.user_cancellation_confirmation";}'), ('config.entity.key_store.easy_email_type', 'uuid:a7ef4cb4-9db1-40b9-8339-95520fbf2d91', 'a:1:{i:0;s:40:"easy_email.easy_email_type.user_canceled";}'), ('config.entity.key_store.easy_email_type', 'uuid:ab3dee04-f210-4f41-9482-bfe0f94fd0eb', 'a:1:{i:0;s:49:"easy_email.easy_email_type.user_password_recovery";}'), ('config.entity.key_store.easy_email_type', 'uuid:c5463f9d-15bd-4c0e-aedb-b41e46fdce53', 'a:1:{i:0;s:54:"easy_email.easy_email_type.user_created_approval_admin";}'), ('config.entity.key_store.easy_email_type', 'uuid:c8cf88df-0c25-4d5a-91b8-9df8077ea9a4', 'a:1:{i:0;s:34:"easy_email.easy_email_type.default";}'), ('config.entity.key_store.easy_email_type', 'uuid:de394725-68e7-445f-966c-695487726753', 'a:1:{i:0;s:39:"easy_email.easy_email_type.user_blocked";}'), ('config.entity.key_store.easy_email_type', 'uuid:e334fdfc-93de-4ba5-a0ff-47d1b393bd1b', 'a:1:{i:0;s:48:"easy_email.easy_email_type.user_created_by_admin";}'), ('config.entity.key_store.eca', 'uuid:08c05230-6e5d-43ba-b68c-ccbda2672fd2', 'a:1:{i:0;s:28:"eca.eca.remote_video_consent";}'), ('config.entity.key_store.eca', 'uuid:40669280-cb7c-4353-b843-0a34ce1c4d40', 'a:1:{i:0;s:25:"eca.eca.content_duplicate";}'), ('config.entity.key_store.eca', 'uuid:584c9905-9626-4c98-89bf-5a1807379f47', 'a:1:{i:0;s:35:"eca.eca.rename_project_browser_tabs";}'), ('config.entity.key_store.eca', 'uuid:761f44e9-3d70-4086-86c6-a75fa722ba7e', 'a:1:{i:0;s:34:"eca.eca.front_page_redirect_hotfix";}'), ('config.entity.key_store.eca', 'uuid:76d614f7-a4e0-4550-81df-e58ea13dc04b', 'a:1:{i:0;s:28:"eca.eca.privacy_setting_link";}'), ('config.entity.key_store.eca', 'uuid:916e76e4-0332-42f8-b546-cb4233946f2d', 'a:1:{i:0;s:23:"eca.eca.unpublished_404";}'), ('config.entity.key_store.eca', 'uuid:a72c5111-48c6-45e4-aef6-b2b706380615', 'a:1:{i:0;s:21:"eca.eca.user_register";}'), ('config.entity.key_store.eca', 'uuid:bd6dbae7-23e1-462e-aa0e-504d0d243175', 'a:1:{i:0;s:19:"eca.eca.init_search";}'), ('config.entity.key_store.eca', 'uuid:f50a1596-7c3e-4b53-affd-d21bf025afee', 'a:1:{i:0;s:22:"eca.eca.auth_redirects";}'), ('config.entity.key_store.editor', 'uuid:49134bff-d9da-40be-a933-054c50a8c571', 'a:1:{i:0;s:28:"editor.editor.content_format";}'), ('config.entity.key_store.editor', 'uuid:bf13e125-6857-46a6-9779-dbc581534554', 'a:1:{i:0;s:24:"editor.editor.easy_email";}'), ('config.entity.key_store.entity_form_display', 'uuid:08215415-2eea-43a7-ab20-0e07a31d3a0f', 'a:1:{i:0;s:71:"core.entity_form_display.easy_email.user_created_approval_admin.default";}'), ('config.entity.key_store.entity_form_display', 'uuid:1f968bb8-ee2e-40c4-8936-af909fbd2189', 'a:1:{i:0;s:50:"core.entity_form_display.media.image.media_library";}'), ('config.entity.key_store.entity_form_display', 'uuid:642186d1-ad05-48c1-8b63-d7cc29c3c74c', 'a:1:{i:0;s:42:"core.entity_form_display.user.user.default";}'), ('config.entity.key_store.entity_form_display', 'uuid:8ce93294-6d30-4fe4-8431-0dbaf6393c80', 'a:1:{i:0;s:48:"core.entity_form_display.media.svg_image.default";}'), ('config.entity.key_store.entity_form_display', 'uuid:928a7c26-018b-433f-aa37-b065c3ef946e', 'a:1:{i:0;s:47:"core.entity_form_display.media.document.default";}'), ('config.entity.key_store.entity_form_display', 'uuid:9b965303-550d-4102-9b8b-dd9976219bd8', 'a:1:{i:0;s:51:"core.entity_form_display.media.remote_video.default";}'), ('config.entity.key_store.entity_form_display', 'uuid:a2c33a55-7755-473e-960b-5b7a34126839', 'a:1:{i:0;s:54:"core.entity_form_display.media.svg_image.media_library";}'), ('config.entity.key_store.entity_form_display', 'uuid:baf4b233-ae47-40a3-8c68-f1555ae12fa9', 'a:1:{i:0;s:57:"core.entity_form_display.media.remote_video.media_library";}'), ('config.entity.key_store.entity_form_display', 'uuid:cfaf35fe-a4a2-48ac-bf66-d20be0536619', 'a:1:{i:0;s:42:"core.entity_form_display.node.page.default";}'), ('config.entity.key_store.entity_form_display', 'uuid:de06eb83-de69-438e-b9d7-195acc56355f', 'a:1:{i:0;s:53:"core.entity_form_display.media.document.media_library";}'), ('config.entity.key_store.entity_form_display', 'uuid:f92f8b92-b339-409d-880b-7c581df388eb', 'a:1:{i:0;s:44:"core.entity_form_display.media.image.default";}'), ('config.entity.key_store.entity_form_mode', 'uuid:2cc96273-6572-43a4-9187-1066672b8bae', 'a:1:{i:0;s:41:"core.entity_form_mode.media.media_library";}'), ('config.entity.key_store.entity_form_mode', 'uuid:5be3580d-2b53-439e-932b-d4c955ddc83b', 'a:1:{i:0;s:35:"core.entity_form_mode.user.register";}'), ('config.entity.key_store.entity_view_display', 'uuid:01220ed1-2bbb-496b-9505-4f92f2488c1c', 'a:1:{i:0;s:47:"core.entity_view_display.media.image.2_3_medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:049e6edc-f269-45f9-a549-19b8c99339e4', 'a:1:{i:0;s:39:"core.entity_view_display.node.page.card";}'), ('config.entity.key_store.entity_view_display', 'uuid:05fa77fe-9d86-4200-ae3e-3d076c080b6a', 'a:1:{i:0;s:43:"core.entity_view_display.media.image.medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:08226485-65e8-42f1-8cd4-ef10e7db1f66', 'a:1:{i:0;s:48:"core.entity_view_display.media.svg_image.default";}'), ('config.entity.key_store.entity_view_display', 'uuid:13634501-69bb-4029-afb2-58d7e2cfc08e', 'a:1:{i:0;s:46:"core.entity_view_display.media.svg_image.large";}'), ('config.entity.key_store.entity_view_display', 'uuid:1b40d72d-0479-4c89-affd-9a02ad6459fd', 'a:1:{i:0;s:47:"core.entity_view_display.media.document.default";}'), ('config.entity.key_store.entity_view_display', 'uuid:213424cd-50b2-4c37-bd96-d9d2fb8cddcf', 'a:1:{i:0;s:48:"core.entity_view_display.media.image.16_9_medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:23c90004-e783-4f65-90f2-7380c3d3ca49', 'a:1:{i:0;s:42:"core.entity_view_display.media.image.small";}'), ('config.entity.key_store.entity_view_display', 'uuid:2b54f840-bc95-4344-bfbf-d3830d5462fc', 'a:1:{i:0;s:53:"core.entity_view_display.media.image.1_1_square_small";}'), ('config.entity.key_store.entity_view_display', 'uuid:3e14e127-369b-422a-90b6-05b9ba192625', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.4_3_small";}'), ('config.entity.key_store.entity_view_display', 'uuid:3ff5eb1a-0b81-4cf9-9df8-772f811a5eb0', 'a:1:{i:0;s:47:"core.entity_view_display.media.image.9_16_small";}'), ('config.entity.key_store.entity_view_display', 'uuid:411e6f62-5b85-4bfc-96cf-4d51273120e2', 'a:1:{i:0;s:53:"core.entity_view_display.media.document.media_library";}'), ('config.entity.key_store.entity_view_display', 'uuid:47d109d8-4317-4ad4-943a-6bca406beca1', 'a:1:{i:0;s:48:"core.entity_view_display.media.image.9_16_medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:494a378d-2580-4c79-91f0-914546887ef9', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.2_3_small";}'), ('config.entity.key_store.entity_view_display', 'uuid:4f4320a5-5ffa-4af0-8700-2caa558f9dbb', 'a:1:{i:0;s:47:"core.entity_view_display.media.image.3_4_medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:4f8cf844-658d-44d3-850f-489cdb440926', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.3_2_small";}'), ('config.entity.key_store.entity_view_display', 'uuid:50fa1142-29ab-4f9f-b389-cdb7a8e7d00b', 'a:1:{i:0;s:50:"core.entity_view_display.media.remote_video.medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:56e44589-6929-4cf5-9b61-35532ca57349', 'a:1:{i:0;s:44:"core.entity_view_display.media.image.default";}'), ('config.entity.key_store.entity_view_display', 'uuid:573572b2-7af3-4cc9-b9f2-d3bd6ea72d21', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.4_3_large";}'), ('config.entity.key_store.entity_view_display', 'uuid:57a9c60a-2576-48d2-a92f-465085c33d2c', 'a:1:{i:0;s:47:"core.entity_view_display.media.image.3_2_medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:58583a87-26e8-442f-becf-b1bb02124268', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.3_4_large";}'), ('config.entity.key_store.entity_view_display', 'uuid:6243d3b4-b307-4f46-bf31-49721ae7de01', 'a:1:{i:0;s:54:"core.entity_view_display.media.image.1_1_square_medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:62626643-5d60-4c1a-9d22-09e901a53430', 'a:1:{i:0;s:50:"core.entity_view_display.media.image.media_library";}'), ('config.entity.key_store.entity_view_display', 'uuid:62f5df43-b4a5-4b02-a8ff-ce0335fe5bd1', 'a:1:{i:0;s:47:"core.entity_view_display.media.svg_image.medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:6a14c50b-8739-4869-84b3-e43a01f5e548', 'a:1:{i:0;s:47:"core.entity_view_display.media.image.16_9_large";}'), ('config.entity.key_store.entity_view_display', 'uuid:6b6cbb47-caff-48f6-9c1c-5e7fa95cf490', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.3_4_small";}'), ('config.entity.key_store.entity_view_display', 'uuid:6e617f4f-0b04-4a75-b6f3-a8474b79f3bb', 'a:1:{i:0;s:47:"core.entity_view_display.media.image.16_9_small";}'), ('config.entity.key_store.entity_view_display', 'uuid:7ec75d4f-7054-441d-a869-1a9a5b6011f8', 'a:1:{i:0;s:71:"core.entity_view_display.easy_email.user_created_approval_admin.default";}'), ('config.entity.key_store.entity_view_display', 'uuid:832059a3-54b9-47a5-8391-9534d9f029cc', 'a:1:{i:0;s:47:"core.entity_view_display.media.image.4_3_medium";}'), ('config.entity.key_store.entity_view_display', 'uuid:8c9f16a2-1185-4c25-ab9b-e170f106ece5', 'a:1:{i:0;s:41:"core.entity_view_display.media.image.hero";}'), ('config.entity.key_store.entity_view_display', 'uuid:9ba7bc65-c703-4ca7-bb75-bf8cc05117fb', 'a:1:{i:0;s:41:"core.entity_view_display.node.page.teaser";}'), ('config.entity.key_store.entity_view_display', 'uuid:9cc099b8-8928-4705-a468-e04cb759ff84', 'a:1:{i:0;s:53:"core.entity_view_display.media.image.1_1_square_large";}'), ('config.entity.key_store.entity_view_display', 'uuid:9cceb2d8-688d-4b14-93ef-b866689093d4', 'a:1:{i:0;s:57:"core.entity_view_display.media.remote_video.media_library";}'), ('config.entity.key_store.entity_view_display', 'uuid:a60ae2dd-82da-4cfc-822f-4e2c75eaa587', 'a:1:{i:0;s:51:"core.entity_view_display.media.remote_video.default";}'), ('config.entity.key_store.entity_view_display', 'uuid:a9ac4af4-3c48-4427-ad61-75288436e8b4', 'a:1:{i:0;s:45:"core.entity_view_display.media.image.4_3_wide";}'), ('config.entity.key_store.entity_view_display', 'uuid:aaa8b2d1-0fa7-4c26-8ac3-fa7f11cdcf50', 'a:1:{i:0;s:49:"core.entity_view_display.media.remote_video.small";}'), ('config.entity.key_store.entity_view_display', 'uuid:b7661552-fd8b-4bd0-9d1e-68b82a2df6f5', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.2_3_large";}'), ('config.entity.key_store.entity_view_display', 'uuid:bb352f54-c331-4b09-a79f-a49a6a17c908', 'a:1:{i:0;s:47:"core.entity_view_display.media.image.9_16_large";}'), ('config.entity.key_store.entity_view_display', 'uuid:bff2fc14-350b-42a8-b16f-b6b708035096', 'a:1:{i:0;s:45:"core.entity_view_display.media.image.3_2_wide";}'), ('config.entity.key_store.entity_view_display', 'uuid:c7d497e8-e736-4a56-b2cb-3ff3d6c4a691', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.hero_wide";}'), ('config.entity.key_store.entity_view_display', 'uuid:d23f877d-48c9-4c2e-af1c-963ad76fc90a', 'a:1:{i:0;s:54:"core.entity_view_display.media.svg_image.media_library";}'), ('config.entity.key_store.entity_view_display', 'uuid:d409ec60-b584-4044-9a40-2b5f25b54565', 'a:1:{i:0;s:49:"core.entity_view_display.media.remote_video.large";}'), ('config.entity.key_store.entity_view_display', 'uuid:d56120c2-edb0-4ed0-a534-722a0a9c13ce', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.3_2_large";}'), ('config.entity.key_store.entity_view_display', 'uuid:d8eef2f3-033e-4410-a8e6-ed8720cf307d', 'a:1:{i:0;s:46:"core.entity_view_display.media.svg_image.small";}'), ('config.entity.key_store.entity_view_display', 'uuid:ea538152-f15e-45c5-9032-39070c1f6279', 'a:1:{i:0;s:42:"core.entity_view_display.node.page.default";}'), ('config.entity.key_store.entity_view_display', 'uuid:efbcc52c-ae0c-434b-8111-d250eebf2ea3', 'a:1:{i:0;s:46:"core.entity_view_display.media.image.16_9_wide";}'), ('config.entity.key_store.entity_view_display', 'uuid:f15ab1b8-c8b3-427d-9749-fba53ea8d8c7', 'a:1:{i:0;s:42:"core.entity_view_display.media.image.large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:0ad33554-e2fa-4091-81f7-8383899dab7d', 'a:1:{i:0;s:37:"core.entity_view_mode.media.4_3_large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:0ba715f0-065b-49c0-b7fd-ff6da17bf201', 'a:1:{i:0;s:38:"core.entity_view_mode.media.16_9_large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:0cb89fb5-2223-4894-a9bb-0ae628bfb5fe', 'a:1:{i:0;s:33:"core.entity_view_mode.node.teaser";}'), ('config.entity.key_store.entity_view_mode', 'uuid:14a3d6fa-82c4-469f-9699-ab89d02e018a', 'a:1:{i:0;s:33:"core.entity_view_mode.media.large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:1a9746cb-1d85-4462-b3f7-2cdbb085848e', 'a:1:{i:0;s:37:"core.entity_view_mode.media.hero_wide";}'), ('config.entity.key_store.entity_view_mode', 'uuid:22329014-2473-4e3b-9cc5-4b227a9991ca', 'a:1:{i:0;s:37:"core.entity_view_mode.media.3_4_small";}'), ('config.entity.key_store.entity_view_mode', 'uuid:239f44f0-06c0-45b6-863d-b2db72fcaa92', 'a:1:{i:0;s:37:"core.entity_view_mode.media.3_2_large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:243b7d49-99ff-48be-9be4-8e728fc49516', 'a:1:{i:0;s:36:"core.entity_view_mode.media.4_3_wide";}'), ('config.entity.key_store.entity_view_mode', 'uuid:2639824f-bd76-43f0-97e2-d4a3ba326db3', 'a:1:{i:0;s:34:"core.entity_view_mode.media.medium";}'), ('config.entity.key_store.entity_view_mode', 'uuid:26652e51-f268-4030-bcf8-7b5f1fc57936', 'a:1:{i:0;s:33:"core.entity_view_mode.block.token";}'), ('config.entity.key_store.entity_view_mode', 'uuid:2666a77b-919c-480e-a591-96dc94c16954', 'a:1:{i:0;s:32:"core.entity_view_mode.media.hero";}'), ('config.entity.key_store.entity_view_mode', 'uuid:2e553f31-2a91-4925-baa8-f4ba8f88fa35', 'a:1:{i:0;s:36:"core.entity_view_mode.media.3_2_wide";}'), ('config.entity.key_store.entity_view_mode', 'uuid:2f1e6864-984c-48b1-945b-67935992ff2f', 'a:1:{i:0;s:41:"core.entity_view_mode.taxonomy_term.token";}'), ('config.entity.key_store.entity_view_mode', 'uuid:364e2215-06a7-4ace-8a0c-b798784cd51e', 'a:1:{i:0;s:44:"core.entity_view_mode.media.1_1_square_large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:36b41bb1-a577-4846-9838-95b64982d800', 'a:1:{i:0;s:32:"core.entity_view_mode.user.token";}'), ('config.entity.key_store.entity_view_mode', 'uuid:3f1dbedc-e0b9-49d6-abf0-a70f3e33d0ed', 'a:1:{i:0;s:31:"core.entity_view_mode.user.full";}'), ('config.entity.key_store.entity_view_mode', 'uuid:401e8896-e08a-45c0-b7f2-743a79c6a92a', 'a:1:{i:0;s:37:"core.entity_view_mode.media.4_3_small";}'), ('config.entity.key_store.entity_view_mode', 'uuid:4cd785ef-b033-4664-ad23-5841b19755e1', 'a:1:{i:0;s:38:"core.entity_view_mode.path_alias.token";}'), ('config.entity.key_store.entity_view_mode', 'uuid:513bb8cd-a6e1-4999-9f99-eccf80cc5b2e', 'a:1:{i:0;s:38:"core.entity_view_mode.media.4_3_medium";}'), ('config.entity.key_store.entity_view_mode', 'uuid:534b1f49-64a5-4f98-b44b-bbf376d940a7', 'a:1:{i:0;s:38:"core.entity_view_mode.media.2_3_medium";}'), ('config.entity.key_store.entity_view_mode', 'uuid:5a395d26-486e-4a6c-a1a6-91b365fe6bdc', 'a:1:{i:0;s:38:"core.entity_view_mode.media.9_16_small";}'), ('config.entity.key_store.entity_view_mode', 'uuid:67d82d6f-8bf2-444e-8471-718c07170660', 'a:1:{i:0;s:38:"core.entity_view_mode.media.16_9_small";}'), ('config.entity.key_store.entity_view_mode', 'uuid:71694ebd-1ffa-40d1-adfe-37f48591c1ed', 'a:1:{i:0;s:39:"core.entity_view_mode.media.16_9_medium";}'), ('config.entity.key_store.entity_view_mode', 'uuid:77d325af-1779-4d0d-ae0c-15d0ad31e780', 'a:1:{i:0;s:40:"core.entity_view_mode.taxonomy_term.full";}'), ('config.entity.key_store.entity_view_mode', 'uuid:78d1b182-b2a2-4386-84ed-235f4de1083f', 'a:1:{i:0;s:32:"core.entity_view_mode.media.full";}'), ('config.entity.key_store.entity_view_mode', 'uuid:79d4e33f-fa23-470e-bf51-9af1fc38336a', 'a:1:{i:0;s:45:"core.entity_view_mode.media.1_1_square_medium";}'), ('config.entity.key_store.entity_view_mode', 'uuid:7eefbdb6-3cda-4b50-9c69-1ef6a859a103', 'a:1:{i:0;s:41:"core.entity_view_mode.media.media_library";}'), ('config.entity.key_store.entity_view_mode', 'uuid:808c85a4-c6d7-465a-9dac-0018118e3126', 'a:1:{i:0;s:38:"core.entity_view_mode.media.3_2_medium";}'), ('config.entity.key_store.entity_view_mode', 'uuid:80cebbdf-62a5-4513-b2bd-21d2e5536c81', 'a:1:{i:0;s:32:"core.entity_view_mode.file.token";}'), ('config.entity.key_store.entity_view_mode', 'uuid:85fb910d-6407-43c6-a177-e331b6a437f1', 'a:1:{i:0;s:37:"core.entity_view_mode.media.2_3_large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:8b41c27f-67a1-4172-8216-a88b89ca17a4', 'a:1:{i:0;s:31:"core.entity_view_mode.node.full";}'), ('config.entity.key_store.entity_view_mode', 'uuid:8cbf61d1-e5fa-4273-9bf5-20a701a7c993', 'a:1:{i:0;s:33:"core.entity_view_mode.media.token";}'), ('config.entity.key_store.entity_view_mode', 'uuid:9649296f-ff34-4f16-8690-01c89c4249f0', 'a:1:{i:0;s:37:"core.entity_view_mode.media.3_4_large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:9906f4a1-cc36-419b-8b3b-2609436c2fc7', 'a:1:{i:0;s:44:"core.entity_view_mode.media.1_1_square_small";}'), ('config.entity.key_store.entity_view_mode', 'uuid:9ed4e31a-70ff-4f9b-bf76-0dd872dddaf3', 'a:1:{i:0;s:38:"core.entity_view_mode.media.3_4_medium";}'), ('config.entity.key_store.entity_view_mode', 'uuid:af07e0ed-2e5e-4b7b-902c-6355168c2357', 'a:1:{i:0;s:37:"core.entity_view_mode.media.2_3_small";}'), ('config.entity.key_store.entity_view_mode', 'uuid:b0bceb6a-31b4-428e-8500-d02fa16fd2df', 'a:1:{i:0;s:38:"core.entity_view_mode.media.9_16_large";}'), ('config.entity.key_store.entity_view_mode', 'uuid:b11ad7a4-3631-4626-8bc1-bc8cb5c806fe', 'a:1:{i:0;s:33:"core.entity_view_mode.media.small";}'), ('config.entity.key_store.entity_view_mode', 'uuid:bfdca1fa-caa2-489f-a7a1-48197db7c97e', 'a:1:{i:0;s:39:"core.entity_view_mode.media.9_16_medium";}'), ('config.entity.key_store.entity_view_mode', 'uuid:c4155822-5569-4c67-bd0e-e06709ff56ed', 'a:1:{i:0;s:37:"core.entity_view_mode.media.3_2_small";}'), ('config.entity.key_store.entity_view_mode', 'uuid:ca2c8a23-a7ef-41db-9a20-95d38d52d3e7', 'a:1:{i:0;s:31:"core.entity_view_mode.node.card";}'), ('config.entity.key_store.entity_view_mode', 'uuid:d2d065cd-da80-4d83-b7cf-05b2292bfcc3', 'a:1:{i:0;s:37:"core.entity_view_mode.media.16_9_wide";}'), ('config.entity.key_store.entity_view_mode', 'uuid:ede292f5-cafa-4b4c-be48-8d1b73a52407', 'a:1:{i:0;s:32:"core.entity_view_mode.node.token";}'), ('config.entity.key_store.entity_view_mode', 'uuid:f8b4c128-5703-4c68-bb51-a93a6853c616', 'a:1:{i:0;s:34:"core.entity_view_mode.user.compact";}'), ('config.entity.key_store.entity_view_mode', 'uuid:ff79b4bb-8e41-472c-8157-b9ea4b9299d7', 'a:1:{i:0;s:30:"core.entity_view_mode.node.rss";}'), ('config.entity.key_store.field_config', 'uuid:1152ab97-2032-4b56-a2b1-affffe54141a', 'a:1:{i:0;s:44:"field.field.node.page.layout_builder__layout";}'), ('config.entity.key_store.field_config', 'uuid:171c2729-d6bf-4085-b34b-f23f79d579c4', 'a:1:{i:0;s:47:"field.field.media.document.field_media_document";}'), ('config.entity.key_store.field_config', 'uuid:1db4c870-75bd-448e-9747-f06d2a13fd37', 'a:1:{i:0;s:69:"field.field.easy_email.user_created_approval_admin.field_related_user";}'), ('config.entity.key_store.field_config', 'uuid:33f21093-fb8d-4075-94bb-4887a67432c0', 'a:1:{i:0;s:49:"field.field.media.svg_image.field_media_svg_image";}'), ('config.entity.key_store.field_config', 'uuid:4e881802-8d18-4037-bbee-77a7e5970150', 'a:1:{i:0;s:55:"field.field.media.remote_video.field_media_oembed_video";}'), ('config.entity.key_store.field_config', 'uuid:51d906ec-eae1-48f6-a248-bcfec7ca534d', 'a:1:{i:0;s:41:"field.field.media.image.field_media_image";}'), ('config.entity.key_store.field_config', 'uuid:56a125c1-ca7e-4758-a7a9-1b0d95355b9d', 'a:1:{i:0;s:42:"field.field.node.page.field_featured_image";}'), ('config.entity.key_store.field_config', 'uuid:d3680682-8b5e-49b1-812b-25060a789e36', 'a:1:{i:0;s:32:"field.field.node.page.field_tags";}'), ('config.entity.key_store.field_config', 'uuid:ed21ff75-5caa-4a3a-8d18-6e73f92b6eb2', 'a:1:{i:0;s:39:"field.field.node.page.field_description";}'), ('config.entity.key_store.field_config', 'uuid:ee3cf060-f34c-43a5-ba7a-56594b59e635', 'a:1:{i:0;s:35:"field.field.node.page.field_content";}'), ('config.entity.key_store.field_storage_config', 'uuid:26256814-52a5-4a96-a81b-6125f7e32484', 'a:1:{i:0;s:32:"field.storage.node.field_content";}'), ('config.entity.key_store.field_storage_config', 'uuid:29ab0106-8db1-4c59-86f2-e72c0226aaeb', 'a:1:{i:0;s:40:"field.storage.media.field_media_document";}'), ('config.entity.key_store.field_storage_config', 'uuid:3b897384-8f0f-49f0-8c45-f19a182e1568', 'a:1:{i:0;s:39:"field.storage.node.field_featured_image";}'), ('config.entity.key_store.field_storage_config', 'uuid:52dbb7bf-30e6-4427-afc5-53f5718fe1b2', 'a:1:{i:0;s:36:"field.storage.node.field_description";}'), ('config.entity.key_store.field_storage_config', 'uuid:5f1bfe72-4975-43f0-8ba7-5faa713dbefd', 'a:1:{i:0;s:37:"field.storage.media.field_media_image";}'), ('config.entity.key_store.field_storage_config', 'uuid:8e48474a-ca47-4cba-aeee-0ce0a54998b5', 'a:1:{i:0;s:41:"field.storage.node.layout_builder__layout";}'), ('config.entity.key_store.field_storage_config', 'uuid:a6f1dd49-c9e0-4080-9706-ac8e16ecf1fd', 'a:1:{i:0;s:41:"field.storage.media.field_media_svg_image";}'), ('config.entity.key_store.field_storage_config', 'uuid:cb7c2f61-a115-4295-a4cc-b2c7103bd1db', 'a:1:{i:0;s:44:"field.storage.media.field_media_oembed_video";}'), ('config.entity.key_store.field_storage_config', 'uuid:ebc9e55b-99a4-45db-a89e-babb694e2482', 'a:1:{i:0;s:29:"field.storage.node.field_tags";}'), ('config.entity.key_store.field_storage_config', 'uuid:ff4a6fc0-b19d-4c4d-b2a9-d8d349fe99d4', 'a:1:{i:0;s:43:"field.storage.easy_email.field_related_user";}'), ('config.entity.key_store.filter_format', 'uuid:46c02d99-8851-400a-aa8f-7a7a26b6e15f', 'a:1:{i:0;s:24:"filter.format.plain_text";}'), ('config.entity.key_store.filter_format', 'uuid:71091c0c-0849-40d1-88b4-9d1c4bb9eadb', 'a:1:{i:0;s:24:"filter.format.easy_email";}'), ('config.entity.key_store.filter_format', 'uuid:9f172a69-2eba-40e0-bb5c-21a0550c516b', 'a:1:{i:0;s:28:"filter.format.content_format";}'), ('config.entity.key_store.image_style', 'uuid:00af4644-0c9a-463b-9711-b365678c5217', 'a:1:{i:0;s:41:"image.style.9_16_504x896_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:035c6eae-e208-4a31-a581-47632dc93b58', 'a:1:{i:0;s:41:"image.style.9_16_342x608_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:03d2550a-6285-46f9-9048-e61bcde642d3', 'a:1:{i:0;s:31:"image.style.uncropped_500w_webp";}'), ('config.entity.key_store.image_style', 'uuid:08a47cc4-11f2-4a6f-8718-8af41bb7bd74', 'a:1:{i:0;s:40:"image.style.4_3_700x525_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:0df69434-6fa1-4175-97ed-08afae90d467', 'a:1:{i:0;s:40:"image.style.2_3_400x600_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:14ce4a73-9ea9-44cc-b2f4-dee39b31339d', 'a:1:{i:0;s:40:"image.style.4_3_960x720_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:1f7e770e-96bf-40cf-ae5a-fb5842529161', 'a:1:{i:0;s:40:"image.style.1_1_720x720_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:26b1fcc5-8915-4b1f-8907-235c1d13fbd2', 'a:1:{i:0;s:42:"image.style.16_9_1312x738_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:270ae666-9554-459b-99d9-7a6303544dc1', 'a:1:{i:0;s:42:"image.style.4_3_1800x1350_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:28fe0fd5-fbbf-46af-828f-85e3db644be7', 'a:1:{i:0;s:40:"image.style.3_2_720x480_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:3d86b822-bb59-429b-ba01-7c22b0afb5bd', 'a:1:{i:0;s:40:"image.style.1_1_960x960_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:46cc467c-97f1-4643-a55f-ff4191508fc9', 'a:1:{i:0;s:41:"image.style.5_2_1800x720_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:4a397fa3-deaa-4242-a113-af08d5e5b011', 'a:1:{i:0;s:40:"image.style.4_3_300x225_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:4dc32dd5-5c24-4add-ad95-4a6781a5b27b', 'a:1:{i:0;s:31:"image.style.uncropped_700w_webp";}'), ('config.entity.key_store.image_style', 'uuid:57e206ed-586e-49db-8021-b46f1a12e1d7', 'a:1:{i:0;s:41:"image.style.16_9_304x171_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:589f47ba-006f-4170-9ab8-f23aba8c9368', 'a:1:{i:0;s:25:"image.style.media_library";}'), ('config.entity.key_store.image_style', 'uuid:5d38cd05-30a7-4293-b220-9c04e331a986', 'a:1:{i:0;s:31:"image.style.uncropped_720w_webp";}'), ('config.entity.key_store.image_style', 'uuid:5e5cf3ca-f143-491b-8cd2-9a72695e21b5', 'a:1:{i:0;s:40:"image.style.4_3_720x540_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:614b64b7-0381-43a0-85ef-621fdd3c9910', 'a:1:{i:0;s:31:"image.style.uncropped_600w_webp";}'), ('config.entity.key_store.image_style', 'uuid:618e181d-7d5b-4ee7-a8d8-7d3fb59cfd30', 'a:1:{i:0;s:21:"image.style.thumbnail";}'), ('config.entity.key_store.image_style', 'uuid:65701e95-d120-433b-83f0-dadd2ed6500e', 'a:1:{i:0;s:35:"image.style.linkit_result_thumbnail";}'), ('config.entity.key_store.image_style', 'uuid:69bb069d-7842-49d5-8ea6-4e59c606e856', 'a:1:{i:0;s:40:"image.style.1_1_500x500_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:75606087-2456-4d8d-b8e9-d0f2f8d927ba', 'a:1:{i:0;s:41:"image.style.16_9_608x342_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:7accd75b-2694-4c24-9561-d247baace7c7', 'a:1:{i:0;s:41:"image.style.9_16_171x304_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:7c80ed47-d935-4e46-bc1b-333048d70fd6', 'a:1:{i:0;s:41:"image.style.9_16_540x960_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:80e373a5-1299-40a8-b8b4-b0ded2538035', 'a:1:{i:0;s:40:"image.style.3_2_960x640_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:81b416e0-5e92-4de2-ac27-65a3bfffc40a', 'a:1:{i:0;s:40:"image.style.3_4_450x600_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:830c8e9c-1203-44c2-b934-74617b4cf071', 'a:1:{i:0;s:41:"image.style.3_2_1302x868_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:83e863b3-9e12-494d-8cb0-6506d0dbcfcb', 'a:1:{i:0;s:41:"image.style.5_2_1300x520_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:85179608-d781-4778-8551-98f5a2071558', 'a:1:{i:0;s:41:"image.style.4_3_1300x975_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:86a4a7f1-4a9b-4d40-984d-435f781cbfa7', 'a:1:{i:0;s:42:"image.style.media_library_square_thumbnail";}'), ('config.entity.key_store.image_style', 'uuid:8c36a78d-43d5-41f8-ad28-9ab6ae5f34da', 'a:1:{i:0;s:40:"image.style.3_2_504x336_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:93becc02-3ebf-439e-90e9-0c78dd80468b', 'a:1:{i:0;s:40:"image.style.2_3_200x300_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:9f66ad82-797f-468f-ba4f-10bfba94d095', 'a:1:{i:0;s:40:"image.style.3_4_504x672_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:a0d9ad36-6e41-4944-9fd1-2b1a32557a83', 'a:1:{i:0;s:43:"image.style.16_9_1800x1080_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:a2e45600-9369-4c56-a640-0e794e0b9bdd', 'a:1:{i:0;s:17:"image.style.large";}'), ('config.entity.key_store.image_style', 'uuid:a54f13b9-b717-43d1-9cc0-97ac2d90362a', 'a:1:{i:0;s:42:"image.style.16_9_1008x567_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:afde1b27-fbc3-42ec-a37b-8239ab737fd0', 'a:1:{i:0;s:40:"image.style.4_3_500x375_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:b44404a9-823c-4302-a37e-15cf943a04c5', 'a:1:{i:0;s:40:"image.style.3_2_600x400_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:b7e8a683-a910-4f04-8ca1-2a7ff3555b00', 'a:1:{i:0;s:31:"image.style.uncropped_300w_webp";}'), ('config.entity.key_store.image_style', 'uuid:bb5f72f6-681a-4c63-9d71-93f9ed297c12', 'a:1:{i:0;s:41:"image.style.16_9_704x396_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:bd03921c-04ed-436d-8959-5c39559ea9f3', 'a:1:{i:0;s:41:"image.style.3_2_1002x668_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:bd1f73ff-6305-4815-a656-ea25cb754212', 'a:1:{i:0;s:40:"image.style.3_4_708x944_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:be6e669b-59d1-40b3-b676-2008ec1a68c6', 'a:1:{i:0;s:41:"image.style.5_2_1000x400_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:c0ccfc34-5ee9-48f2-9f6c-80df2be1d465', 'a:1:{i:0;s:40:"image.style.2_3_500x750_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:c14bc661-a911-4918-8621-d85a2003edee', 'a:1:{i:0;s:40:"image.style.3_2_702x468_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:c6720449-30b6-479d-a655-36f380d1320d', 'a:1:{i:0;s:40:"image.style.3_2_300x200_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:ca9bbac6-44a1-492c-afad-84f5deab0ac8', 'a:1:{i:0;s:40:"image.style.4_3_600x450_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:d0019cdb-facc-4243-a97a-4c639d14054d', 'a:1:{i:0;s:18:"image.style.medium";}'), ('config.entity.key_store.image_style', 'uuid:d1e873fb-0c48-47ad-b288-de24ed3bd78a', 'a:1:{i:0;s:40:"image.style.3_4_225x300_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:d2eafbda-47b2-4f31-9102-3d78475610ee', 'a:1:{i:0;s:40:"image.style.1_1_600x600_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:d6e8b7ac-e638-4e17-9d73-a7eac4d087cb', 'a:1:{i:0;s:42:"image.style.3_2_1800x1200_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:d77268ab-e327-4281-a9ba-88088c4b0562', 'a:1:{i:0;s:41:"image.style.4_3_1000x750_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:da88d649-23ee-409c-a4ec-7ff41910e9a9', 'a:1:{i:0;s:40:"image.style.3_4_720x960_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:dc1526bd-4838-4ad2-a71c-d180fbbabcfa', 'a:1:{i:0;s:40:"image.style.2_3_640x960_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:e69eb8b1-c5ca-4804-8e27-728623cb9514', 'a:1:{i:0;s:40:"image.style.1_1_300x300_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:e8daba87-10ee-49a4-80d4-b0fb382ecc6a', 'a:1:{i:0;s:41:"image.style.16_9_512x288_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:ed48a149-5231-40e2-92ce-08492dad30eb', 'a:1:{i:0;s:31:"image.style.uncropped_960w_webp";}'), ('config.entity.key_store.image_style', 'uuid:fb55f620-1fbf-425a-8957-a44c1d92d215', 'a:1:{i:0;s:41:"image.style.16_9_720x405_focal_point_webp";}'), ('config.entity.key_store.image_style', 'uuid:fd63aa21-58ee-460a-bcd8-66095acdafc8', 'a:1:{i:0;s:41:"image.style.16_9_960x540_focal_point_webp";}'), ('config.entity.key_store.klaro_app', 'uuid:0487a8c4-3488-4216-a909-6fda0854ae79', 'a:1:{i:0;s:17:"klaro.klaro_app.x";}'), ('config.entity.key_store.klaro_app', 'uuid:2a10b55c-50f0-49c0-b585-82e7223a80f8', 'a:1:{i:0;s:22:"klaro.klaro_app.tiktok";}'), ('config.entity.key_store.klaro_app', 'uuid:3533aad2-3cf5-4b50-9573-3f160258a85c', 'a:1:{i:0;s:24:"klaro.klaro_app.mastodon";}'), ('config.entity.key_store.klaro_app', 'uuid:35eae0b5-4863-4f34-9700-eacf4f9d624c', 'a:1:{i:0;s:22:"klaro.klaro_app.matomo";}'), ('config.entity.key_store.klaro_app', 'uuid:591f4cd9-6661-4acb-9d16-7cc327b4f6d9', 'a:1:{i:0;s:23:"klaro.klaro_app.leaflet";}'), ('config.entity.key_store.klaro_app', 'uuid:5e07d1e6-21f1-46b2-b221-120ac11c7c68', 'a:1:{i:0;s:32:"klaro.klaro_app.google_recaptcha";}'), ('config.entity.key_store.klaro_app', 'uuid:5ebf0a78-aa5e-429d-89ce-14aacec9e303', 'a:1:{i:0;s:38:"klaro.klaro_app.ai_alt_text_generation";}'), ('config.entity.key_store.klaro_app', 'uuid:7409aa09-60a1-4255-be34-055a14bee5b0', 'a:1:{i:0;s:25:"klaro.klaro_app.instagram";}'), ('config.entity.key_store.klaro_app', 'uuid:7be2aeac-5947-41ad-9607-a8229a9294cb', 'a:1:{i:0;s:21:"klaro.klaro_app.klaro";}'), ('config.entity.key_store.klaro_app', 'uuid:82a691f2-99d3-4362-8f16-357013f68eef', 'a:1:{i:0;s:27:"klaro.klaro_app.google_maps";}'), ('config.entity.key_store.klaro_app', 'uuid:93fdccc9-e9de-471e-890e-45d7e9dd5bf9', 'a:1:{i:0;s:24:"klaro.klaro_app.deepchat";}'), ('config.entity.key_store.klaro_app', 'uuid:9e500136-cbe5-4551-9f45-654918e92e0a', 'a:1:{i:0;s:23:"klaro.klaro_app.threads";}'), ('config.entity.key_store.klaro_app', 'uuid:afaf95b8-5be1-491a-9de6-ad89610f5259', 'a:1:{i:0;s:30:"klaro.klaro_app.matomo_cookies";}'), ('config.entity.key_store.klaro_app', 'uuid:b413c395-8385-4074-9276-726804a158c2', 'a:1:{i:0;s:23:"klaro.klaro_app.bluesky";}'), ('config.entity.key_store.klaro_app', 'uuid:b535f368-d289-4331-affb-91db5a188518', 'a:1:{i:0;s:19:"klaro.klaro_app.cms";}'), ('config.entity.key_store.klaro_app', 'uuid:bb1fbe6a-e6de-4a70-b3dc-f506a8ed091c', 'a:1:{i:0;s:21:"klaro.klaro_app.vimeo";}'), ('config.entity.key_store.klaro_app', 'uuid:c5323f7b-2542-4f0b-97da-180bf7262625', 'a:1:{i:0;s:24:"klaro.klaro_app.linkedin";}'), ('config.entity.key_store.klaro_app', 'uuid:c9581c47-11ea-4d1b-b2ad-803608906b1e', 'a:1:{i:0;s:21:"klaro.klaro_app.umami";}'), ('config.entity.key_store.klaro_app', 'uuid:ca0edc58-efdd-4333-b27a-b83ba8afd81a', 'a:1:{i:0;s:18:"klaro.klaro_app.ga";}'), ('config.entity.key_store.klaro_app', 'uuid:cceedb68-e32a-4b6c-98ec-a8ec5bf653ea', 'a:1:{i:0;s:31:"klaro.klaro_app.mastodon_module";}'), ('config.entity.key_store.klaro_app', 'uuid:e604beb1-80c4-418e-b5c6-21ff44d65f01', 'a:1:{i:0;s:23:"klaro.klaro_app.youtube";}'), ('config.entity.key_store.klaro_app', 'uuid:f260d166-ae53-4cb0-b85d-c3acd9a430c7', 'a:1:{i:0;s:24:"klaro.klaro_app.facebook";}'), ('config.entity.key_store.klaro_app', 'uuid:fd554172-9654-4d1d-9174-446072e9856c', 'a:1:{i:0;s:19:"klaro.klaro_app.gtm";}'), ('config.entity.key_store.klaro_purpose', 'uuid:34630956-fa9f-4eae-a76c-4a2bdf095c57', 'a:1:{i:0;s:28:"klaro.klaro_purpose.security";}'), ('config.entity.key_store.klaro_purpose', 'uuid:47fe8eaf-4c84-4481-8290-4fd8a4d6fd53', 'a:1:{i:0;s:31:"klaro.klaro_purpose.advertising";}'), ('config.entity.key_store.klaro_purpose', 'uuid:4b49e4cc-a0b5-4f6b-84ea-a3c5329eb5ae', 'a:1:{i:0;s:27:"klaro.klaro_purpose.styling";}'), ('config.entity.key_store.klaro_purpose', 'uuid:7dc26a56-1324-41c8-a183-136635f7e71f', 'a:1:{i:0;s:23:"klaro.klaro_purpose.cms";}'), ('config.entity.key_store.klaro_purpose', 'uuid:8114342e-eb7c-4ed9-b522-386124e1b432', 'a:1:{i:0;s:36:"klaro.klaro_purpose.external_content";}'), ('config.entity.key_store.klaro_purpose', 'uuid:f32b0ffc-e1a7-458e-aba5-b20a14909b59', 'a:1:{i:0;s:28:"klaro.klaro_purpose.livechat";}'), ('config.entity.key_store.klaro_purpose', 'uuid:f6acc556-ab38-4b16-a0df-fe167b37f2d0', 'a:1:{i:0;s:29:"klaro.klaro_purpose.analytics";}'), ('config.entity.key_store.linkit_profile', 'uuid:9271beaa-fad2-4f10-adda-392e393043a8', 'a:1:{i:0;s:29:"linkit.linkit_profile.default";}'), ('config.entity.key_store.media_type', 'uuid:5aa2dd6c-7f4b-41c7-b205-6b85829a6cbd', 'a:1:{i:0;s:20:"media.type.svg_image";}'), ('config.entity.key_store.media_type', 'uuid:8738ece2-2cfa-441a-a85e-be7bc45e76bf', 'a:1:{i:0;s:16:"media.type.image";}'), ('config.entity.key_store.media_type', 'uuid:969d0662-2c15-4e96-8e28-7cec61da1618', 'a:1:{i:0;s:19:"media.type.document";}'), ('config.entity.key_store.media_type', 'uuid:a28f828a-6d1f-47cd-93b3-10927a551194', 'a:1:{i:0;s:23:"media.type.remote_video";}'), ('config.entity.key_store.menu', 'uuid:23b3f69c-da49-49ca-9caa-e8e2321f694e', 'a:1:{i:0;s:19:"system.menu.welcome";}'), ('config.entity.key_store.menu', 'uuid:5c021557-ec3c-440f-8f80-1f774566c1f8', 'a:1:{i:0;s:19:"system.menu.account";}'), ('config.entity.key_store.menu', 'uuid:9154a663-5df7-44f9-85b4-2a5894857c72', 'a:1:{i:0;s:16:"system.menu.main";}'), ('config.entity.key_store.menu', 'uuid:9b025ba5-6600-40ac-ba3a-752040b21dc7', 'a:1:{i:0;s:17:"system.menu.tools";}'), ('config.entity.key_store.menu', 'uuid:a2cabff8-6707-4e36-ae28-b1e760a9521e', 'a:1:{i:0;s:18:"system.menu.footer";}'), ('config.entity.key_store.menu', 'uuid:d106cfae-7316-496d-a62f-c5a2d2004fc2', 'a:1:{i:0;s:17:"system.menu.admin";}'), ('config.entity.key_store.menu', 'uuid:e9523ecc-6e24-44ec-8c14-a0be5f711e21', 'a:1:{i:0;s:19:"system.menu.content";}'), ('config.entity.key_store.node_type', 'uuid:365b005d-c474-4977-880a-10a4efde055d', 'a:1:{i:0;s:14:"node.type.page";}'), ('config.entity.key_store.pathauto_pattern', 'status:1', 'a:2:{i:0;s:29:"pathauto.pattern.page_content";i:1;s:26:"pathauto.pattern.menu_path";}'), ('config.entity.key_store.pathauto_pattern', 'type:canonical_entities:node', 'a:2:{i:0;s:29:"pathauto.pattern.page_content";i:1;s:26:"pathauto.pattern.menu_path";}'), ('config.entity.key_store.pathauto_pattern', 'uuid:1a9e47aa-67d9-4496-ab46-46c2d05b3dbc', 'a:1:{i:0;s:26:"pathauto.pattern.menu_path";}'), ('config.entity.key_store.pathauto_pattern', 'uuid:c25f3215-5abe-49ae-a2d8-bed4462e9ab9', 'a:1:{i:0;s:29:"pathauto.pattern.page_content";}'), ('config.entity.key_store.responsive_image_style', 'uuid:025ab04b-f8ad-4595-8f7a-d7fcee812af0', 'a:1:{i:0;s:33:"responsive_image.styles.2_3_small";}'), ('config.entity.key_store.responsive_image_style', 'uuid:07dbc977-b299-4e9b-937d-51e80975283c', 'a:1:{i:0;s:35:"responsive_image.styles.16_9_medium";}'), ('config.entity.key_store.responsive_image_style', 'uuid:0fd89347-5c17-46a3-acb8-f9cb7a9877c6', 'a:1:{i:0;s:34:"responsive_image.styles.hero_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:1292c8b0-140e-4561-b463-11a797d4a1ae', 'a:1:{i:0;s:35:"responsive_image.styles.9_16_medium";}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('config.entity.key_store.responsive_image_style', 'uuid:153e7180-6446-456c-af0d-17a319a40495', 'a:1:{i:0;s:39:"responsive_image.styles.uncropped_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:15b6b744-63ea-4adf-860d-745d04e73251', 'a:1:{i:0;s:34:"responsive_image.styles.16_9_small";}'), ('config.entity.key_store.responsive_image_style', 'uuid:173418fb-b0f7-4e14-83fa-8ca3b1c22bf3', 'a:1:{i:0;s:33:"responsive_image.styles.4_3_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:198995de-b513-4cde-bca7-66afd3f64173', 'a:1:{i:0;s:34:"responsive_image.styles.4_3_medium";}'), ('config.entity.key_store.responsive_image_style', 'uuid:1b41d092-454f-44b1-91a4-a16edc1a0745', 'a:1:{i:0;s:40:"responsive_image.styles.1_1_square_small";}'), ('config.entity.key_store.responsive_image_style', 'uuid:239ac930-e0fb-4c84-9329-7172b6f016aa', 'a:1:{i:0;s:34:"responsive_image.styles.16_9_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:2b614630-6f3a-436c-90cc-d2c2c3f5b689', 'a:1:{i:0;s:39:"responsive_image.styles.uncropped_small";}'), ('config.entity.key_store.responsive_image_style', 'uuid:32cd167a-34b0-4a9c-aea6-ea240f0a2727', 'a:1:{i:0;s:33:"responsive_image.styles.2_3_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:3c8790a8-fcae-4e01-8b6f-b6e5375cf1ff', 'a:1:{i:0;s:32:"responsive_image.styles.3_2_wide";}'), ('config.entity.key_store.responsive_image_style', 'uuid:47a8debc-087f-434e-bc5b-87b9c9d4fee0', 'a:1:{i:0;s:34:"responsive_image.styles.9_16_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:5e162ede-0b8e-4744-b883-4743e47985f2', 'a:1:{i:0;s:33:"responsive_image.styles.3_4_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:6d4c749c-ef61-4f5c-81d4-60c5c678794f', 'a:1:{i:0;s:33:"responsive_image.styles.1_1_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:74ab2bc4-1c79-40fb-84eb-0e5c4450b7bc', 'a:1:{i:0;s:33:"responsive_image.styles.4_3_small";}'), ('config.entity.key_store.responsive_image_style', 'uuid:83af58c8-27df-46ae-b245-ce69787fb97d', 'a:1:{i:0;s:33:"responsive_image.styles.3_4_small";}'), ('config.entity.key_store.responsive_image_style', 'uuid:933d1a1a-e422-48d8-93b9-d90bc0f1bb76', 'a:1:{i:0;s:34:"responsive_image.styles.3_4_medium";}'), ('config.entity.key_store.responsive_image_style', 'uuid:98a9d495-24ca-480a-8782-5ffd20f9a019', 'a:1:{i:0;s:34:"responsive_image.styles.9_16_small";}'), ('config.entity.key_store.responsive_image_style', 'uuid:9d47c56f-5e4d-4b39-a0ff-f84389ed8e63', 'a:1:{i:0;s:33:"responsive_image.styles.3_2_small";}'), ('config.entity.key_store.responsive_image_style', 'uuid:9ebc284c-45a0-4aa5-8274-66d071e763d0', 'a:1:{i:0;s:34:"responsive_image.styles.1_1_medium";}'), ('config.entity.key_store.responsive_image_style', 'uuid:a4eeba4f-9ff5-4cbd-ae75-0931a1135ba6', 'a:1:{i:0;s:32:"responsive_image.styles.4_3_wide";}'), ('config.entity.key_store.responsive_image_style', 'uuid:bb622cd1-06a2-46d9-a123-1842edee12b6', 'a:1:{i:0;s:40:"responsive_image.styles.uncropped_medium";}'), ('config.entity.key_store.responsive_image_style', 'uuid:bcaf8345-563b-4458-9c4d-d6d77d680f17', 'a:1:{i:0;s:33:"responsive_image.styles.3_2_large";}'), ('config.entity.key_store.responsive_image_style', 'uuid:c833a847-3f85-407d-8f3e-0dc603cf4683', 'a:1:{i:0;s:34:"responsive_image.styles.3_2_medium";}'), ('config.entity.key_store.responsive_image_style', 'uuid:dbe8768e-577c-4cd0-84b0-b23fefb39dcb', 'a:1:{i:0;s:34:"responsive_image.styles.2_3_medium";}'), ('config.entity.key_store.responsive_image_style', 'uuid:e1851757-6712-4428-a663-ac425a23a454', 'a:1:{i:0;s:33:"responsive_image.styles.hero_wide";}'), ('config.entity.key_store.responsive_image_style', 'uuid:f0089f41-3f62-4660-b958-b53895c03f51', 'a:1:{i:0;s:33:"responsive_image.styles.16_9_wide";}'), ('config.entity.key_store.symfony_mailer_lite_transport', 'uuid:217616e1-01d0-4b23-a362-ca3a96d7a79c', 'a:1:{i:0;s:56:"symfony_mailer_lite.symfony_mailer_lite_transport.native";}'), ('config.entity.key_store.taxonomy_vocabulary', 'uuid:47249c1d-0c97-4a6a-9bc5-d127de2ed942', 'a:1:{i:0;s:24:"taxonomy.vocabulary.tags";}'), ('config.entity.key_store.user_role', 'uuid:421641bc-eaf0-40b9-b57d-ab7053ea4397', 'a:1:{i:0;s:19:"user.role.anonymous";}'), ('config.entity.key_store.user_role', 'uuid:5d6617fd-fb0b-4031-bbc0-23344fa1b9bf', 'a:1:{i:0;s:23:"user.role.authenticated";}'), ('config.entity.key_store.user_role', 'uuid:731292c9-9155-4845-bffb-3b4c8dd80a40', 'a:1:{i:0;s:23:"user.role.administrator";}'), ('config.entity.key_store.user_role', 'uuid:c96b08bb-3e22-42ba-a7d5-5b6bc209788b', 'a:1:{i:0;s:24:"user.role.content_editor";}'), ('config.entity.key_store.view', 'uuid:059541e6-e0e2-4d9d-8e86-eb20e8e0fb80', 'a:1:{i:0;s:28:"views.view.user_admin_people";}'), ('config.entity.key_store.view', 'uuid:0f9df299-cc6f-441d-9377-5fc3d325776d', 'a:1:{i:0;s:16:"views.view.files";}'), ('config.entity.key_store.view', 'uuid:15aa589c-8728-4cba-a8a0-37acc36beee5', 'a:1:{i:0;s:18:"views.view.content";}'), ('config.entity.key_store.view', 'uuid:1783ee7b-0464-4672-84d8-90a79d1eb2e2', 'a:1:{i:0;s:36:"views.view.scheduler_scheduled_media";}'), ('config.entity.key_store.view', 'uuid:2b554416-2094-4412-b5bc-06f2b0ffaf77', 'a:1:{i:0;s:29:"views.view.publishing_content";}'), ('config.entity.key_store.view', 'uuid:3d3a00bb-eb29-40ac-89e9-a23d88817c7a', 'a:1:{i:0;s:23:"views.view.redirect_404";}'), ('config.entity.key_store.view', 'uuid:41b3b0ae-70b3-45d6-9024-1b6698783db9', 'a:1:{i:0;s:25:"views.view.recent_content";}'), ('config.entity.key_store.view', 'uuid:4c55a810-bc11-471a-8b7f-e46af786e208', 'a:1:{i:0;s:19:"views.view.redirect";}'), ('config.entity.key_store.view', 'uuid:56ed2a8f-d7cf-41fa-9c8f-54a0c52a4e53', 'a:1:{i:0;s:38:"views.view.scheduler_scheduled_content";}'), ('config.entity.key_store.view', 'uuid:7bcdca46-68ad-4f21-b7c3-49e9464e55e7', 'a:1:{i:0;s:44:"views.view.scheduler_scheduled_taxonomy_term";}'), ('config.entity.key_store.view', 'uuid:9a9d460b-50c7-4d08-96db-30892e74222f', 'a:1:{i:0;s:24:"views.view.media_library";}'), ('config.entity.key_store.view', 'uuid:b6c03f74-e37e-4166-a9a1-fa0e87514e21', 'a:1:{i:0;s:24:"views.view.taxonomy_term";}'), ('config.entity.key_store.view', 'uuid:d02930fe-b77e-4967-8a0f-07f451007a0f', 'a:1:{i:0;s:17:"views.view.latest";}'), ('config.entity.key_store.view', 'uuid:d2852966-b595-48b4-a1fb-a63b37260cb2', 'a:1:{i:0;s:28:"views.view.moderated_content";}'), ('config.entity.key_store.view', 'uuid:e13e3789-7305-447c-b43e-5f173ce778d3', 'a:1:{i:0;s:19:"views.view.watchdog";}'), ('config.entity.key_store.view', 'uuid:f81e7237-5c7d-4582-ab39-9b6d659f6bc7', 'a:1:{i:0;s:16:"views.view.media";}'), ('config.entity.key_store.workflow', 'uuid:47f908ce-ef00-4156-b433-55b5425233b5', 'a:1:{i:0;s:34:"workflows.workflow.basic_editorial";}'), ('entity.definitions.bundle_field_map', 'easy_email', 'a:1:{s:18:"field_related_user";a:2:{s:4:"type";s:16:"entity_reference";s:7:"bundles";a:1:{s:27:"user_created_approval_admin";s:27:"user_created_approval_admin";}}}'), ('entity.definitions.bundle_field_map', 'media', 'a:4:{s:20:"field_media_document";a:2:{s:4:"type";s:4:"file";s:7:"bundles";a:1:{s:8:"document";s:8:"document";}}s:17:"field_media_image";a:2:{s:4:"type";s:5:"image";s:7:"bundles";a:1:{s:5:"image";s:5:"image";}}s:21:"field_media_svg_image";a:2:{s:4:"type";s:5:"image";s:7:"bundles";a:1:{s:9:"svg_image";s:9:"svg_image";}}s:24:"field_media_oembed_video";a:2:{s:4:"type";s:6:"string";s:7:"bundles";a:1:{s:12:"remote_video";s:12:"remote_video";}}}'), ('entity.definitions.bundle_field_map', 'node', 'a:5:{s:17:"field_description";a:2:{s:4:"type";s:11:"string_long";s:7:"bundles";a:1:{s:4:"page";s:4:"page";}}s:20:"field_featured_image";a:2:{s:4:"type";s:16:"entity_reference";s:7:"bundles";a:1:{s:4:"page";s:4:"page";}}s:22:"layout_builder__layout";a:2:{s:4:"type";s:14:"layout_section";s:7:"bundles";a:1:{s:4:"page";s:4:"page";}}s:10:"field_tags";a:2:{s:4:"type";s:16:"entity_reference";s:7:"bundles";a:1:{s:4:"page";s:4:"page";}}s:13:"field_content";a:2:{s:4:"type";s:9:"text_long";s:7:"bundles";a:1:{s:4:"page";s:4:"page";}}}'), ('entity.definitions.installed', 'action.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:6:"action";s:8:"\0*\0class";s:27:"Drupal\\system\\Entity\\Action";s:11:"\0*\0provider";s:6:"system";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:27:"Drupal\\system\\Entity\\Action";s:11:"\0*\0handlers";a:2:{s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:18:"administer actions";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"Action";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Actions";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"action";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"actions";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:13:"@count action";s:6:"plural";s:14:"@count actions";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:18:"config:action_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:5:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:4:"type";i:3;s:6:"plugin";i:4;s:13:"configuration";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'base_field_override.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:19:"base_field_override";s:8:"\0*\0class";s:42:"Drupal\\Core\\Field\\Entity\\BaseFieldOverride";s:11:"\0*\0provider";s:4:"core";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:42:"Drupal\\Core\\Field\\Entity\\BaseFieldOverride";s:11:"\0*\0handlers";a:2:{s:7:"storage";s:42:"Drupal\\Core\\Field\\BaseFieldOverrideStorage";s:6:"access";s:55:"Drupal\\Core\\Field\\BaseFieldOverrideAccessControlHandler";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Base field override";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";N;s:17:"\0*\0label_singular";N;s:15:"\0*\0label_plural";N;s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:31:"config:base_field_override_list";}s:14:"\0*\0constraints";a:1:{s:19:"ImmutableProperties";a:5:{i:0;s:2:"id";i:1;s:11:"entity_type";i:2;s:6:"bundle";i:3;s:10:"field_name";i:4;s:10:"field_type";}}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:19:"base_field_override";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:12:{i:0;s:2:"id";i:1;s:10:"field_name";i:2;s:11:"entity_type";i:3;s:6:"bundle";i:4;s:5:"label";i:5;s:11:"description";i:6;s:8:"required";i:7;s:12:"translatable";i:8;s:13:"default_value";i:9;s:22:"default_value_callback";i:10;s:8:"settings";i:11;s:10:"field_type";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'block.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:5:"block";s:8:"\0*\0class";s:25:"Drupal\\block\\Entity\\Block";s:11:"\0*\0provider";s:5:"block";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:6:"status";s:6:"status";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:25:"Drupal\\block\\Entity\\Block";s:11:"\0*\0handlers";a:5:{s:6:"access";s:38:"Drupal\\block\\BlockAccessControlHandler";s:12:"view_builder";s:29:"Drupal\\block\\BlockViewBuilder";s:12:"list_builder";s:29:"Drupal\\block\\BlockListBuilder";s:4:"form";a:2:{s:7:"default";s:22:"Drupal\\block\\BlockForm";s:6:"delete";s:33:"Drupal\\block\\Form\\BlockDeleteForm";}s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:17:"administer blocks";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:11:"delete-form";s:44:"/admin/structure/block/manage/{block}/delete";s:9:"edit-form";s:37:"/admin/structure/block/manage/{block}";s:6:"enable";s:44:"/admin/structure/block/manage/{block}/enable";s:7:"disable";s:45:"/admin/structure/block/manage/{block}/disable";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Block";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"Blocks";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"block";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"blocks";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:12:"@count block";s:6:"plural";s:13:"@count blocks";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:17:"config:block_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:2:{i:0;s:5:"theme";i:1;s:4:"uuid";}s:16:"\0*\0config_export";a:8:{i:0;s:2:"id";i:1;s:5:"theme";i:2;s:6:"region";i:3;s:6:"weight";i:4;s:8:"provider";i:5;s:6:"plugin";i:6;s:8:"settings";i:7;s:10:"visibility";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'captcha_point.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:13:"captcha_point";s:8:"\0*\0class";s:34:"Drupal\\captcha\\Entity\\CaptchaPoint";s:11:"\0*\0provider";s:7:"captcha";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:6:"formId";s:5:"label";s:5:"label";s:6:"status";s:6:"status";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:34:"Drupal\\captcha\\Entity\\CaptchaPoint";s:11:"\0*\0handlers";a:4:{s:12:"list_builder";s:56:"Drupal\\captcha\\Entity\\Controller\\CaptchaPointListBuilder";s:4:"form";a:5:{s:3:"add";s:36:"Drupal\\captcha\\Form\\CaptchaPointForm";s:4:"edit";s:36:"Drupal\\captcha\\Form\\CaptchaPointForm";s:7:"disable";s:43:"Drupal\\captcha\\Form\\CaptchaPointDisableForm";s:6:"enable";s:42:"Drupal\\captcha\\Form\\CaptchaPointEnableForm";s:6:"delete";s:42:"Drupal\\captcha\\Form\\CaptchaPointDeleteForm";}s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:27:"administer CAPTCHA settings";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:9:"edit-form";s:59:"/admin/config/people/captcha/captcha-points/{captcha_point}";s:7:"disable";s:67:"/admin/config/people/captcha/captcha-points/{captcha_point}/disable";s:6:"enable";s:66:"/admin/config/people/captcha/captcha-points/{captcha_point}/enable";s:11:"delete-form";s:66:"/admin/config/people/captcha/captcha-points/{captcha_point}/delete";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Captcha Point";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";s:0:"";s:15:"\0*\0label_plural";s:0:"";s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:8:"rendered";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:13:"captcha_point";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:4:{i:0;s:6:"formId";i:1;s:11:"captchaType";i:2;s:5:"label";i:3;s:4:"uuid";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'content_moderation_state.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:24:"content_moderation_state";s:8:"\0*\0class";s:55:"Drupal\\content_moderation\\Entity\\ContentModerationState";s:11:"\0*\0provider";s:18:"content_moderation";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:2:"id";s:8:"revision";s:11:"revision_id";s:4:"uuid";s:4:"uuid";s:3:"uid";s:3:"uid";s:5:"owner";s:3:"uid";s:8:"langcode";s:8:"langcode";s:6:"bundle";s:0:"";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:55:"Drupal\\content_moderation\\Entity\\ContentModerationState";s:11:"\0*\0handlers";a:6:{s:14:"storage_schema";s:61:"Drupal\\content_moderation\\ContentModerationStateStorageSchema";s:10:"views_data";s:28:"Drupal\\views\\EntityViewsData";s:6:"access";s:68:"Drupal\\content_moderation\\ContentModerationStateAccessControlHandler";s:7:"storage";s:46:"Drupal\\Core\\Entity\\Sql\\SqlContentEntityStorage";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:4:"form";a:1:{s:14:"layout_builder";s:46:"Drupal\\layout_builder\\Form\\OverridesEntityForm";}}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";s:24:"content_moderation_state";s:22:"\0*\0revision_data_table";s:39:"content_moderation_state_field_revision";s:17:"\0*\0revision_table";s:33:"content_moderation_state_revision";s:13:"\0*\0data_table";s:35:"content_moderation_state_field_data";s:11:"\0*\0internal";b:1;s:15:"\0*\0translatable";b:1;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:24:"Content moderation state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";N;s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:24:"content moderation state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:25:"content moderation states";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:31:"@count content moderation state";s:6:"plural";s:32:"@count content moderation states";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:29:"content_moderation_state_list";}s:14:"\0*\0constraints";a:1:{s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:24:"content_moderation_state";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:1:{s:16:"revision_default";s:16:"revision_default";}}'), ('entity.definitions.installed', 'content_moderation_state.field_storage_definitions', 'a:13:{s:2:"id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:2:"id";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:36;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"revision_id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:11:"revision_id";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:69;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Language";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:15:"language_select";s:6:"weight";i:2;}}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:103;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"User";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:22:"default_value_callback";s:78:"Drupal\\content_moderation\\Entity\\ContentModerationState::getDefaultEntityOwner";s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:35:"The username of the entity creator.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:3:"uid";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:139;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"workflow";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Workflow";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:40:"The workflow the moderation state is in.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"revisionable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:8:"workflow";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:8:"workflow";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:178;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"moderation_state";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Moderation state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:47:"The moderation state of the referenced content.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"translatable";b:1;s:12:"revisionable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:16:"moderation_state";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:216;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:22:"content_entity_type_id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:22:"Content entity type ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:63:"The ID of the content entity type this moderation state is for.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"revisionable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:22:"content_entity_type_id";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:32;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:253;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:32;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:17:"content_entity_id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:17:"Content entity ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:58:"The ID of the content entity this moderation state is for.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"revisionable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:17:"content_entity_id";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:289;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:26:"content_entity_revision_id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:26:"Content entity revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:67:"The revision ID of the content entity this moderation state is for.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"revisionable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:26:"content_entity_revision_id";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:328;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"default_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Default translation";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:58:"A flag indicating whether this is the default translation.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:16:"default_langcode";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:367;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_default";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Default revision";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"A flag indicating whether this was a default revision when it was saved.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:16:"storage_required";b:1;s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:16:"revision_default";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:410;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:29:"revision_translation_affected";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"Revision translation affected";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"Indicates if the last edit of a translation belongs to current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:18:"content_moderation";s:10:"field_name";s:29:"revision_translation_affected";s:11:"entity_type";s:24:"content_moderation_state";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:452;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'crop.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:4:"crop";s:8:"\0*\0class";s:23:"Drupal\\crop\\Entity\\Crop";s:11:"\0*\0provider";s:4:"crop";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:0;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:7:{s:2:"id";s:3:"cid";s:6:"bundle";s:4:"type";s:8:"revision";s:3:"vid";s:8:"langcode";s:8:"langcode";s:4:"uuid";s:4:"uuid";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:23:"Drupal\\crop\\Entity\\Crop";s:11:"\0*\0handlers";a:5:{s:7:"storage";s:23:"Drupal\\crop\\CropStorage";s:14:"storage_schema";s:29:"Drupal\\crop\\CropStorageSchema";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:4:"form";a:4:{s:7:"default";s:36:"Drupal\\Core\\Entity\\ContentEntityForm";s:6:"delete";s:47:"Drupal\\Core\\Entity\\ContentEntityConfirmFormBase";s:4:"edit";s:36:"Drupal\\Core\\Entity\\ContentEntityForm";s:14:"layout_builder";s:46:"Drupal\\layout_builder\\Form\\OverridesEntityForm";}}s:19:"\0*\0admin_permission";s:15:"administer crop";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";s:9:"crop_type";s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Crop type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"\0*\0base_table";s:4:"crop";s:22:"\0*\0revision_data_table";s:19:"crop_field_revision";s:17:"\0*\0revision_table";s:13:"crop_revision";s:13:"\0*\0data_table";s:15:"crop_field_data";s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:1;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Crop";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";s:0:"";s:15:"\0*\0label_plural";s:0:"";s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:9:"crop_list";}s:14:"\0*\0constraints";a:1:{s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:2:{s:9:"fieldable";b:1;s:10:"token_type";s:4:"crop";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:4:{s:18:"revision_timestamp";s:18:"revision_timestamp";s:12:"revision_uid";s:12:"revision_uid";s:12:"revision_log";s:12:"revision_log";s:16:"revision_default";s:16:"revision_default";}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'crop.field_storage_definitions', 'a:18:{s:3:"cid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Crop ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"The crop ID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:3:"cid";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"The crop UUID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:40;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"vid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:21:"The crop revision ID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:3:"vid";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:77;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"type";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"The crop type.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:4:"type";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:9:"crop_type";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:115;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Language code";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"The node language code.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:152;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:9:"entity_id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Entity ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"ID of entity crop belongs to.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:9:"entity_id";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:184;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"entity_type";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Entity type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:35:"The type of entity crop belongs to.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:11:"entity_type";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:223;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"uri";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"URI";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:37:"The URI of the image crop belongs to.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:3:"uri";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:14:"field_item:uri";s:8:"settings";a:2:{s:10:"max_length";i:255;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:259;}s:7:"\0*\0type";s:3:"uri";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"height";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"Height";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"The crop height.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:6:"height";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:294;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:5:"width";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Width";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"The crop width.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:5:"width";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:334;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:1:"x";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"X coordinate";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:24:"The crop''s X coordinate.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:1:"x";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:374;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:1:"y";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Y coordinate";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:24:"The crop''s Y coordinate.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:9:"read-only";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:1:"y";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:414;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:18:"revision_timestamp";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:18:"Revision timestamp";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:47:"The time that the current revision was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:18:"revision_timestamp";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:454;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:12:"revision_uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:18:"Revision author ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:50:"The user ID of the author of the current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:12:"revision_uid";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:484;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:12:"revision_log";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Revision Log";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:54:"The log entry explaining the changes in this revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:12:"revision_log";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:521;}s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"default_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Default translation";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:58:"A flag indicating whether this is the default translation.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:8:"provider";s:4:"crop";s:10:"field_name";s:16:"default_langcode";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:554;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_default";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Default revision";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"A flag indicating whether this was a default revision when it was saved.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:16:"storage_required";b:1;s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:16:"revision_default";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:597;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:29:"revision_translation_affected";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"Revision translation affected";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"Indicates if the last edit of a translation belongs to current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:4:"crop";s:10:"field_name";s:29:"revision_translation_affected";s:11:"entity_type";s:4:"crop";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:639;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'crop_type.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:9:"crop_type";s:8:"\0*\0class";s:27:"Drupal\\crop\\Entity\\CropType";s:11:"\0*\0provider";s:4:"crop";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:27:"Drupal\\crop\\Entity\\CropType";s:11:"\0*\0handlers";a:4:{s:4:"form";a:3:{s:3:"add";s:29:"Drupal\\crop\\Form\\CropTypeForm";s:4:"edit";s:29:"Drupal\\crop\\Form\\CropTypeForm";s:6:"delete";s:35:"Drupal\\crop\\Form\\CropTypeDeleteForm";}s:12:"list_builder";s:31:"Drupal\\crop\\CropTypeListBuilder";s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:21:"administer crop types";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:2:{s:9:"edit-form";s:43:"/admin/config/media/crop/manage/{crop_type}";s:11:"delete-form";s:50:"/admin/config/media/crop/manage/{crop_type}/delete";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";s:4:"crop";s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Crop type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";s:0:"";s:15:"\0*\0label_plural";s:0:"";s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:21:"config:crop_type_list";}s:14:"\0*\0constraints";a:2:{s:29:"CropTypeMachineNameValidation";a:0:{}s:29:"CropTypeAspectRatioValidation";a:0:{}}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:9:"crop_type";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:4:"type";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:8:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:11:"description";i:3;s:12:"aspect_ratio";i:4;s:16:"soft_limit_width";i:5;s:17:"soft_limit_height";i:6;s:16:"hard_limit_width";i:7;s:17:"hard_limit_height";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'dashboard.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:9:"dashboard";s:8:"\0*\0class";s:33:"Drupal\\dashboard\\Entity\\Dashboard";s:11:"\0*\0provider";s:9:"dashboard";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:4:"uuid";s:4:"uuid";s:6:"weight";s:6:"weight";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:33:"Drupal\\dashboard\\Entity\\Dashboard";s:11:"\0*\0handlers";a:4:{s:6:"access";s:46:"Drupal\\dashboard\\DashboardAccessControlHandler";s:7:"storage";s:40:"Drupal\\dashboard\\DashboardStorageHandler";s:12:"list_builder";s:37:"Drupal\\dashboard\\DashboardListBuilder";s:4:"form";a:4:{s:3:"add";s:35:"Drupal\\dashboard\\Form\\DashboardForm";s:4:"edit";s:35:"Drupal\\dashboard\\Form\\DashboardForm";s:6:"delete";s:35:"Drupal\\Core\\Entity\\EntityDeleteForm";s:14:"layout_builder";s:48:"Drupal\\dashboard\\Form\\DashboardLayoutBuilderForm";}}s:19:"\0*\0admin_permission";s:20:"administer dashboard";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:6:{s:10:"collection";s:26:"/admin/structure/dashboard";s:8:"add-form";s:30:"/admin/structure/dashboard/add";s:9:"edit-form";s:38:"/admin/structure/dashboard/{dashboard}";s:11:"delete-form";s:45:"/admin/structure/dashboard/{dashboard}/delete";s:9:"canonical";s:28:"/admin/dashboard/{dashboard}";s:7:"preview";s:46:"/admin/structure/dashboard/{dashboard}/preview";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Dashboard";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Dashboards";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"dashboard";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"dashboards";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:3:{s:8:"singular";s:16:"@count dashboard";s:6:"plural";s:17:"@count dashboards";s:7:"context";N;}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:21:"config:dashboard_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:9:"dashboard";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:5:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:11:"description";i:3;s:6:"layout";i:4;s:6:"weight";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'date_format.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:11:"date_format";s:8:"\0*\0class";s:38:"Drupal\\Core\\Datetime\\Entity\\DateFormat";s:11:"\0*\0provider";s:4:"core";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:38:"Drupal\\Core\\Datetime\\Entity\\DateFormat";s:11:"\0*\0handlers";a:4:{s:6:"access";s:44:"Drupal\\system\\DateFormatAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";s:4:"form";a:3:{s:3:"add";s:36:"Drupal\\system\\Form\\DateFormatAddForm";s:4:"edit";s:37:"Drupal\\system\\Form\\DateFormatEditForm";s:6:"delete";s:39:"Drupal\\system\\Form\\DateFormatDeleteForm";}s:12:"list_builder";s:35:"Drupal\\system\\DateFormatListBuilder";}s:19:"\0*\0admin_permission";s:29:"administer site configuration";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:3:{s:9:"edit-form";s:61:"/admin/config/regional/date-time/formats/manage/{date_format}";s:11:"delete-form";s:68:"/admin/config/regional/date-time/formats/manage/{date_format}/delete";s:10:"collection";s:40:"/admin/config/regional/date-time/formats";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Date format";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";N;s:17:"\0*\0label_singular";N;s:15:"\0*\0label_plural";N;s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:8:"rendered";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:4:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:6:"locked";i:3;s:7:"pattern";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'easy_email.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:10:"easy_email";s:8:"\0*\0class";s:34:"Drupal\\easy_email\\Entity\\EasyEmail";s:11:"\0*\0provider";s:10:"easy_email";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:10:{s:2:"id";s:2:"id";s:8:"revision";s:3:"vid";s:6:"bundle";s:4:"type";s:5:"label";s:5:"label";s:4:"uuid";s:4:"uuid";s:3:"uid";s:11:"creator_uid";s:6:"status";s:6:"status";s:8:"langcode";s:0:"";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:34:"Drupal\\easy_email\\Entity\\EasyEmail";s:11:"\0*\0handlers";a:10:{s:5:"event";s:38:"Drupal\\easy_email\\Event\\EasyEmailEvent";s:7:"storage";s:34:"Drupal\\easy_email\\EasyEmailStorage";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:12:"list_builder";s:38:"Drupal\\easy_email\\EasyEmailListBuilder";s:10:"views_data";s:28:"Drupal\\views\\EntityViewsData";s:4:"form";a:6:{s:7:"default";s:36:"Drupal\\easy_email\\Form\\EasyEmailForm";s:3:"add";s:36:"Drupal\\easy_email\\Form\\EasyEmailForm";s:4:"edit";s:36:"Drupal\\easy_email\\Form\\EasyEmailForm";s:6:"delete";s:42:"Drupal\\easy_email\\Form\\EasyEmailDeleteForm";s:23:"delete-multiple-confirm";s:42:"Drupal\\Core\\Entity\\Form\\DeleteMultipleForm";s:14:"layout_builder";s:46:"Drupal\\layout_builder\\Form\\OverridesEntityForm";}s:6:"access";s:47:"Drupal\\easy_email\\EasyEmailAccessControlHandler";s:14:"route_provider";a:2:{s:4:"html";s:44:"Drupal\\easy_email\\EasyEmailHtmlRouteProvider";s:10:"moderation";s:70:"Drupal\\content_moderation\\Entity\\Routing\\EntityModerationRouteProvider";}s:13:"autosave_form";s:51:"Drupal\\autosave_form\\Form\\AutosaveEntityFormHandler";s:10:"moderation";s:58:"Drupal\\content_moderation\\Entity\\Handler\\ModerationHandler";}s:19:"\0*\0admin_permission";s:25:"administer email entities";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:13:{s:9:"canonical";s:33:"/admin/reports/email/{easy_email}";s:7:"preview";s:41:"/admin/reports/email/{easy_email}/preview";s:13:"preview_plain";s:47:"/admin/reports/email/{easy_email}/preview-plain";s:8:"add-page";s:24:"/admin/reports/email/add";s:8:"add-form";s:42:"/admin/reports/email/add/{easy_email_type}";s:9:"edit-form";s:38:"/admin/reports/email/{easy_email}/edit";s:11:"delete-form";s:40:"/admin/reports/email/{easy_email}/delete";s:15:"version-history";s:43:"/admin/reports/email/{easy_email}/revisions";s:8:"revision";s:70:"/admin/reports/email/{easy_email}/revisions/{easy_email_revision}/view";s:15:"revision_revert";s:72:"/admin/reports/email/{easy_email}/revisions/{easy_email_revision}/revert";s:15:"revision_delete";s:72:"/admin/reports/email/{easy_email}/revisions/{easy_email_revision}/delete";s:10:"collection";s:20:"/admin/reports/email";s:14:"latest-version";s:40:"/admin/reports/email/{easy_email}/latest";}s:21:"\0*\0bundle_entity_type";s:15:"easy_email_type";s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Email template";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"\0*\0base_table";s:10:"easy_email";s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";s:19:"easy_email_revision";s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:1;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Email";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"Emails";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"email";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"emails";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:3:{s:8:"singular";s:12:"@count email";s:6:"plural";s:13:"@count emails";s:7:"context";N;}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";s:32:"entity.easy_email_type.edit_form";s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:15:"easy_email_list";}s:14:"\0*\0constraints";a:3:{s:13:"EntityChanged";N;s:26:"EntityUntranslatableFields";N;s:10:"EcaContent";N;}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:10:"easy_email";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:4:{s:13:"revision_user";s:13:"revision_user";s:16:"revision_created";s:16:"revision_created";s:20:"revision_log_message";s:20:"revision_log_message";s:16:"revision_default";s:16:"revision_default";}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'easy_email.field_storage_definitions', 'a:30:{s:2:"id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:10:"easy_email";s:10:"field_name";s:2:"id";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:10:"easy_email";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:36;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"vid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:10:"easy_email";s:10:"field_name";s:3:"vid";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:69;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"type";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";s:14:"Email template";s:8:"required";b:1;s:9:"read-only";b:1;s:8:"provider";s:10:"easy_email";s:10:"field_name";s:4:"type";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:15:"easy_email_type";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:103;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision create time";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:47:"The time that the current revision was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:10:"easy_email";s:10:"field_name";s:16:"revision_created";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:134;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"revision_user";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Revision user";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:50:"The user ID of the author of the current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:10:"easy_email";s:10:"field_name";s:13:"revision_user";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:164;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:20:"revision_log_message";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision log message";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:43:"Briefly describe the changes you have made.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:1:{s:4:"form";a:1:{s:7:"options";a:3:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:25;s:8:"settings";a:1:{s:4:"rows";i:4;}}}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:20:"revision_log_message";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:201;}s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:5:"label";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:12:"revisionable";b:1;s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Label";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:7:"display";a:2:{s:4:"form";a:2:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"string";s:6:"weight";i:-5;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:5:"label";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:243;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"key";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Unique key";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:63:"A unique key for this message used to prevent duplicate emails.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:3:"key";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:286;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"creator_uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Creator";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:43:"The user ID of creator of the Email entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"author";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";s:2:"60";s:17:"autocomplete_type";s:4:"tags";s:11:"placeholder";s:0:"";}}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:11:"creator_uid";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:336;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"recipient_uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Recipients";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:11:"cardinality";i:-1;s:8:"required";b:0;s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"author";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";s:2:"60";s:17:"autocomplete_type";s:4:"tags";s:11:"placeholder";s:0:"";}}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:13:"recipient_uid";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:390;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:17:"recipient_address";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Recipient addresses";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:50:"The recipient email addresses of the Email entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"cardinality";i:-1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:17:"recipient_address";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:441;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"cc_uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"CC";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:11:"cardinality";i:-1;s:8:"required";b:0;s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"author";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";s:2:"60";s:17:"autocomplete_type";s:4:"tags";s:11:"placeholder";s:0:"";}}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:6:"cc_uid";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:492;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:10:"cc_address";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"CC addresses";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:43:"The CC email addresses of the Email entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"cardinality";i:-1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:10:"cc_address";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:543;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"bcc_uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"BCC";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:11:"cardinality";i:-1;s:8:"required";b:0;s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"author";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";s:2:"60";s:17:"autocomplete_type";s:4:"tags";s:11:"placeholder";s:0:"";}}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:7:"bcc_uid";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:594;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"bcc_address";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"BCC addresses";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:44:"The BCC email addresses of the Email entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"cardinality";i:-1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:11:"bcc_address";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:645;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:9:"from_name";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"From name";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:34:"The From name of the Email entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:9:"from_name";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:696;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:12:"from_address";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"From address";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:37:"The From address of the Email entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:12:"from_address";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:747;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"reply_to";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Reply to address";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:41:"The reply to address of the Email entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:8:"reply_to";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:798;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"subject";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Subject";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:32:"The Subject of the Email entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:7:"subject";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:849;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:9:"body_html";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"HTML body";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:13:"text_textarea";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"view";a:2:{s:7:"options";a:3:{s:4:"type";s:12:"text_default";s:6:"weight";i:0;s:5:"label";s:6:"hidden";}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:9:"body_html";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:text_long";s:8:"settings";a:1:{s:15:"allowed_formats";a:0:{}}}s:18:"\0*\0fieldDefinition";r:900;}s:7:"\0*\0type";s:9:"text_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:2:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}s:6:"format";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:10:"body_plain";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Plain text body";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"view";a:2:{s:7:"options";a:3:{s:4:"type";s:12:"basic_string";s:6:"weight";i:0;s:5:"label";s:6:"hidden";}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:10:"body_plain";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:945;}s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"inbox_preview";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Inbox preview";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"view";a:2:{s:7:"options";a:3:{s:4:"type";s:12:"basic_string";s:6:"weight";i:0;s:5:"label";s:6:"hidden";}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:13:"inbox_preview";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:985;}s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:10:"attachment";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Attachments";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:11:"cardinality";i:-1;s:8:"required";b:0;s:7:"display";a:2:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:12:"file_generic";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"view";a:2:{s:7:"options";a:3:{s:4:"type";s:12:"file_default";s:6:"weight";i:0;s:5:"label";s:6:"hidden";}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:10:"attachment";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:file";s:8:"settings";a:10:{s:11:"target_type";s:4:"file";s:13:"display_field";b:0;s:15:"display_default";b:0;s:10:"uri_scheme";s:7:"private";s:15:"file_extensions";s:55:"txt pdf doc docx xls xlsx ppt pptx rtf png jpg jpeg gif";s:14:"file_directory";s:11:"attachments";s:12:"max_filesize";s:0:"";s:17:"description_field";b:0;s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:1025;}s:7:"\0*\0type";s:4:"file";s:9:"\0*\0schema";a:4:{s:7:"columns";a:3:{s:9:"target_id";a:3:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}s:7:"display";a:5:{s:11:"description";s:75:"Flag to control whether this file should be displayed when viewing content.";s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"unsigned";b:1;s:7:"default";i:1;}s:11:"description";a:2:{s:11:"description";s:26:"A description of the file.";s:4:"type";s:4:"text";}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:12:"foreign keys";a:1:{s:9:"target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:9:"target_id";s:3:"fid";}}}s:11:"unique keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:15:"attachment_path";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:11:"entity_type";s:10:"easy_email";s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Attachment paths";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:11:"cardinality";i:-1;s:8:"required";b:0;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:5:"above";s:4:"type";s:6:"string";s:6:"weight";i:-4;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:15:"attachment_path";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:4:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;s:15:"text_processing";i:0;}}s:18:"\0*\0fieldDefinition";r:1091;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Created";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:37:"The time that the entity was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:7:"created";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:1139;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"changed";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Changed";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:41:"The time that the entity was last edited.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:7:"changed";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:changed";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:1168;}s:7:"\0*\0type";s:7:"changed";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"sent";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Sent";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:34:"The time that the entity was sent.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:10:"easy_email";s:10:"field_name";s:4:"sent";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:1197;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_default";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Default revision";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"A flag indicating whether this was a default revision when it was saved.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:16:"storage_required";b:1;s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:8:"provider";s:10:"easy_email";s:10:"field_name";s:16:"revision_default";s:11:"entity_type";s:10:"easy_email";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:1227;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:18:"field_related_user";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:29:"easy_email.field_related_user";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"ff4a6fc0-b19d-4c4d-b2a9-d8d349fe99d4";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"o5KZRiEHScznNR5RsW8h1ahlZgOpLK0EZqNOCLAdlrA";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:1:{s:6:"module";a:2:{i:0;s:10:"easy_email";i:1;s:4:"user";}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:29:"easy_email.field_related_user";s:13:"\0*\0field_name";s:18:"field_related_user";s:14:"\0*\0entity_type";s:10:"easy_email";s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0module";s:4:"core";s:11:"\0*\0settings";a:1:{s:11:"target_type";s:4:"user";}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}}'), ('entity.definitions.installed', 'easy_email_override.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:19:"easy_email_override";s:8:"\0*\0class";s:47:"Drupal\\easy_email_override\\Entity\\EmailOverride";s:11:"\0*\0provider";s:19:"easy_email_override";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:4:"uuid";s:4:"uuid";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:47:"Drupal\\easy_email_override\\Entity\\EmailOverride";s:11:"\0*\0handlers";a:7:{s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:12:"list_builder";s:51:"Drupal\\easy_email_override\\EmailOverrideListBuilder";s:4:"form";a:3:{s:3:"add";s:49:"Drupal\\easy_email_override\\Form\\EmailOverrideForm";s:4:"edit";s:49:"Drupal\\easy_email_override\\Form\\EmailOverrideForm";s:6:"delete";s:55:"Drupal\\easy_email_override\\Form\\EmailOverrideDeleteForm";}s:14:"route_provider";a:1:{s:4:"html";s:57:"Drupal\\easy_email_override\\EmailOverrideHtmlRouteProvider";}s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";s:13:"autosave_form";s:51:"Drupal\\autosave_form\\Form\\AutosaveEntityFormHandler";}s:19:"\0*\0admin_permission";s:29:"administer site configuration";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:5:{s:9:"canonical";s:64:"/admin/structure/email-templates/overrides/{easy_email_override}";s:8:"add-form";s:46:"/admin/structure/email-templates/overrides/add";s:9:"edit-form";s:69:"/admin/structure/email-templates/overrides/{easy_email_override}/edit";s:11:"delete-form";s:71:"/admin/structure/email-templates/overrides/{easy_email_override}/delete";s:10:"collection";s:42:"/admin/structure/email-templates/overrides";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Email override";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Email overrides";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"email override";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"email overrides";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:3:{s:8:"singular";s:21:"@count email override";s:6:"plural";s:22:"@count email overrides";s:7:"context";N;}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:31:"config:easy_email_override_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:19:"easy_email_override";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:19:"easy_email_override";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:7:{i:0;s:5:"label";i:1;s:2:"id";i:2;s:9:"param_map";i:3;s:13:"copied_fields";i:4;s:6:"module";i:5;s:3:"key";i:6;s:15:"easy_email_type";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'easy_email_type.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:15:"easy_email_type";s:8:"\0*\0class";s:38:"Drupal\\easy_email\\Entity\\EasyEmailType";s:11:"\0*\0provider";s:10:"easy_email";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:4:"uuid";s:4:"uuid";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:38:"Drupal\\easy_email\\Entity\\EasyEmailType";s:11:"\0*\0handlers";a:7:{s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:12:"list_builder";s:42:"Drupal\\easy_email\\EasyEmailTypeListBuilder";s:4:"form";a:3:{s:3:"add";s:40:"Drupal\\easy_email\\Form\\EasyEmailTypeForm";s:4:"edit";s:40:"Drupal\\easy_email\\Form\\EasyEmailTypeForm";s:6:"delete";s:46:"Drupal\\easy_email\\Form\\EasyEmailTypeDeleteForm";}s:14:"route_provider";a:1:{s:4:"html";s:48:"Drupal\\easy_email\\EasyEmailTypeHtmlRouteProvider";}s:6:"access";s:51:"Drupal\\easy_email\\EasyEmailTypeAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";s:13:"autosave_form";s:51:"Drupal\\autosave_form\\Form\\AutosaveEntityFormHandler";}s:19:"\0*\0admin_permission";s:22:"administer email types";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:5:{s:9:"canonical";s:60:"/admin/structure/email-templates/templates/{easy_email_type}";s:8:"add-form";s:46:"/admin/structure/email-templates/templates/add";s:9:"edit-form";s:65:"/admin/structure/email-templates/templates/{easy_email_type}/edit";s:11:"delete-form";s:67:"/admin/structure/email-templates/templates/{easy_email_type}/delete";s:10:"collection";s:42:"/admin/structure/email-templates/templates";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";s:10:"easy_email";s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Email template";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Email templates";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"email template";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"email templates";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:3:{s:8:"singular";s:21:"@count email template";s:6:"plural";s:22:"@count email templates";s:7:"context";N;}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:27:"config:easy_email_type_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:15:"easy_email_type";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:15:"easy_email_type";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:23:{i:0;s:5:"label";i:1;s:2:"id";i:2;s:3:"key";i:3;s:9:"recipient";i:4;s:2:"cc";i:5;s:3:"bcc";i:6;s:8:"fromName";i:7;s:11:"fromAddress";i:8;s:14:"replyToAddress";i:9;s:7:"subject";i:10;s:12:"inboxPreview";i:11;s:8:"bodyHtml";i:12;s:9:"bodyPlain";i:13;s:17:"generateBodyPlain";i:14;s:10:"attachment";i:15;s:14:"saveAttachment";i:16;s:16:"attachmentScheme";i:17;s:19:"attachmentDirectory";i:18;s:9:"saveEmail";i:19;s:16:"allowSavingEmail";i:20;s:11:"purgeEmails";i:21;s:13:"purgeInterval";i:22;s:11:"purgePeriod";}s:21:"\0*\0mergedConfigExport";a:0:{}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'eca.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:3:"eca";s:8:"\0*\0class";s:21:"Drupal\\eca\\Entity\\Eca";s:11:"\0*\0provider";s:3:"eca";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:10:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:4:"uuid";s:4:"uuid";s:6:"status";s:6:"status";s:6:"weight";s:6:"weight";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:21:"Drupal\\eca\\Entity\\Eca";s:11:"\0*\0handlers";a:2:{s:7:"storage";s:28:"Drupal\\eca\\Entity\\EcaStorage";s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";}s:19:"\0*\0admin_permission";s:14:"administer eca";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"ECA";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"ECAs";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"ECA";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"ECAs";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:3:{s:8:"singular";s:10:"@count ECA";s:6:"plural";s:11:"@count ECAs";s:7:"context";N;}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:15:"config:eca_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:3:"eca";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:3:"eca";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:11:{i:0;s:2:"id";i:1;s:8:"modeller";i:2;s:5:"label";i:3;s:4:"uuid";i:4;s:6:"status";i:5;s:7:"version";i:6;s:6:"weight";i:7;s:6:"events";i:8;s:10:"conditions";i:9;s:8:"gateways";i:10;s:7:"actions";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'eca_model.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:9:"eca_model";s:8:"\0*\0class";s:23:"Drupal\\eca\\Entity\\Model";s:11:"\0*\0provider";s:3:"eca";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:4:"uuid";s:4:"uuid";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:23:"Drupal\\eca\\Entity\\Model";s:11:"\0*\0handlers";a:2:{s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"ECA Model";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"ECA Models";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"ECA Model";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"ECA Models";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:3:{s:8:"singular";s:16:"@count ECA Model";s:6:"plural";s:17:"@count ECA Models";s:7:"context";N;}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:21:"config:eca_model_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:9:"eca_model";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:5:"model";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:6:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:4:"tags";i:3;s:13:"documentation";i:4;s:8:"filename";i:5;s:9:"modeldata";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'editor.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:6:"editor";s:8:"\0*\0class";s:27:"Drupal\\editor\\Entity\\Editor";s:11:"\0*\0provider";s:6:"editor";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:7:{s:2:"id";s:6:"format";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:27:"Drupal\\editor\\Entity\\Editor";s:11:"\0*\0handlers";a:2:{s:6:"access";s:40:"Drupal\\editor\\EditorAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Text editor";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Text editors";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"text editor";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"text editors";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:18:"@count text editor";s:6:"plural";s:19:"@count text editors";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:18:"config:editor_list";}s:14:"\0*\0constraints";a:1:{s:26:"RequiredConfigDependencies";a:1:{i:0;s:13:"filter_format";}}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:6:"editor";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:4:{i:0;s:6:"format";i:1;s:6:"editor";i:2;s:8:"settings";i:3;s:12:"image_upload";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'entity_form_display.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:19:"entity_form_display";s:8:"\0*\0class";s:43:"Drupal\\Core\\Entity\\Entity\\EntityFormDisplay";s:11:"\0*\0provider";s:4:"core";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:6:"status";s:6:"status";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:43:"Drupal\\Core\\Entity\\Entity\\EntityFormDisplay";s:11:"\0*\0handlers";a:2:{s:6:"access";s:70:"Drupal\\Core\\Entity\\Entity\\Access\\EntityFormDisplayAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Entity form display";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";N;s:17:"\0*\0label_singular";N;s:15:"\0*\0label_plural";N;s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:31:"config:entity_form_display_list";}s:14:"\0*\0constraints";a:1:{s:19:"ImmutableProperties";a:4:{i:0;s:2:"id";i:1;s:16:"targetEntityType";i:2;s:6:"bundle";i:3;s:4:"mode";}}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:6:{i:0;s:2:"id";i:1;s:16:"targetEntityType";i:2;s:6:"bundle";i:3;s:4:"mode";i:4;s:7:"content";i:5;s:6:"hidden";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'entity_form_mode.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:16:"entity_form_mode";s:8:"\0*\0class";s:40:"Drupal\\Core\\Entity\\Entity\\EntityFormMode";s:11:"\0*\0provider";s:4:"core";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:11:"description";s:11:"description";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:40:"Drupal\\Core\\Entity\\Entity\\EntityFormMode";s:11:"\0*\0handlers";a:2:{s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Form mode";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";N;s:17:"\0*\0label_singular";N;s:15:"\0*\0label_plural";N;s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:28:"config:entity_form_mode_list";}s:14:"\0*\0constraints";a:1:{s:19:"ImmutableProperties";a:2:{i:0;s:2:"id";i:1;s:16:"targetEntityType";}}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:5:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:11:"description";i:3;s:16:"targetEntityType";i:4;s:5:"cache";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'entity_view_display.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:19:"entity_view_display";s:8:"\0*\0class";s:43:"Drupal\\Core\\Entity\\Entity\\EntityViewDisplay";s:11:"\0*\0provider";s:4:"core";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:6:"status";s:6:"status";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:43:"Drupal\\Core\\Entity\\Entity\\EntityViewDisplay";s:11:"\0*\0handlers";a:2:{s:6:"access";s:70:"Drupal\\Core\\Entity\\Entity\\Access\\EntityViewDisplayAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Entity view display";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";N;s:17:"\0*\0label_singular";N;s:15:"\0*\0label_plural";N;s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:31:"config:entity_view_display_list";}s:14:"\0*\0constraints";a:1:{s:19:"ImmutableProperties";a:4:{i:0;s:2:"id";i:1;s:16:"targetEntityType";i:2;s:6:"bundle";i:3;s:4:"mode";}}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:6:{i:0;s:2:"id";i:1;s:16:"targetEntityType";i:2;s:6:"bundle";i:3;s:4:"mode";i:4;s:7:"content";i:5;s:6:"hidden";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'entity_view_mode.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:16:"entity_view_mode";s:8:"\0*\0class";s:40:"Drupal\\Core\\Entity\\Entity\\EntityViewMode";s:11:"\0*\0provider";s:4:"core";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:11:"description";s:11:"description";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:40:"Drupal\\Core\\Entity\\Entity\\EntityViewMode";s:11:"\0*\0handlers";a:2:{s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"View mode";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";N;s:17:"\0*\0label_singular";N;s:15:"\0*\0label_plural";N;s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:28:"config:entity_view_mode_list";}s:14:"\0*\0constraints";a:1:{s:19:"ImmutableProperties";a:2:{i:0;s:2:"id";i:1;s:16:"targetEntityType";}}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:5:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:11:"description";i:3;s:16:"targetEntityType";i:4;s:5:"cache";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'field_config.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:12:"field_config";s:8:"\0*\0class";s:31:"Drupal\\field\\Entity\\FieldConfig";s:11:"\0*\0provider";s:5:"field";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:31:"Drupal\\field\\Entity\\FieldConfig";s:11:"\0*\0handlers";a:2:{s:6:"access";s:44:"Drupal\\field\\FieldConfigAccessControlHandler";s:7:"storage";s:31:"Drupal\\field\\FieldConfigStorage";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Field";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"Fields";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"field";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"fields";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:12:"@count field";s:6:"plural";s:13:"@count fields";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:24:"config:field_config_list";}s:14:"\0*\0constraints";a:2:{s:26:"RequiredConfigDependencies";a:1:{i:0;s:20:"field_storage_config";}s:19:"ImmutableProperties";a:5:{i:0;s:2:"id";i:1;s:11:"entity_type";i:2;s:10:"field_name";i:3;s:6:"bundle";i:4;s:10:"field_type";}}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:5:"field";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:12:{i:0;s:2:"id";i:1;s:10:"field_name";i:2;s:11:"entity_type";i:3;s:6:"bundle";i:4;s:5:"label";i:5;s:11:"description";i:6;s:8:"required";i:7;s:12:"translatable";i:8;s:13:"default_value";i:9;s:22:"default_value_callback";i:10;s:8:"settings";i:11;s:10:"field_type";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'field_storage_config.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:20:"field_storage_config";s:8:"\0*\0class";s:38:"Drupal\\field\\Entity\\FieldStorageConfig";s:11:"\0*\0provider";s:5:"field";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:2:"id";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:38:"Drupal\\field\\Entity\\FieldStorageConfig";s:11:"\0*\0handlers";a:2:{s:6:"access";s:51:"Drupal\\field\\FieldStorageConfigAccessControlHandler";s:7:"storage";s:38:"Drupal\\field\\FieldStorageConfigStorage";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Field storage";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Field storages";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"field storage";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"field storages";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:20:"@count field storage";s:6:"plural";s:21:"@count field storages";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:32:"config:field_storage_config_list";}s:14:"\0*\0constraints";a:1:{s:19:"ImmutableProperties";a:4:{i:0;s:2:"id";i:1;s:11:"entity_type";i:2;s:10:"field_name";i:3;s:4:"type";}}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:7:"storage";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:12:{i:0;s:2:"id";i:1;s:10:"field_name";i:2;s:11:"entity_type";i:3;s:4:"type";i:4;s:8:"settings";i:5;s:6:"module";i:6;s:6:"locked";i:7;s:11:"cardinality";i:8;s:12:"translatable";i:9;s:7:"indexes";i:10;s:22:"persist_with_no_fields";i:11;s:14:"custom_storage";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'file.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:4:"file";s:8:"\0*\0class";s:23:"Drupal\\file\\Entity\\File";s:11:"\0*\0provider";s:4:"file";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:3:"fid";s:5:"label";s:8:"filename";s:8:"langcode";s:8:"langcode";s:4:"uuid";s:4:"uuid";s:5:"owner";s:3:"uid";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:23:"Drupal\\file\\Entity\\File";s:11:"\0*\0handlers";a:8:{s:7:"storage";s:23:"Drupal\\file\\FileStorage";s:14:"storage_schema";s:29:"Drupal\\file\\FileStorageSchema";s:6:"access";s:36:"Drupal\\file\\FileAccessControlHandler";s:10:"views_data";s:25:"Drupal\\file\\FileViewsData";s:12:"list_builder";s:36:"Drupal\\Core\\Entity\\EntityListBuilder";s:4:"form";a:1:{s:6:"delete";s:42:"Drupal\\Core\\Entity\\ContentEntityDeleteForm";}s:14:"route_provider";a:1:{s:4:"html";s:36:"Drupal\\file\\Entity\\FileRouteProvider";}s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:1:{s:11:"delete-form";s:19:"/file/{file}/delete";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";s:12:"file_managed";s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"File";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Files";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"file";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"files";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:11:"@count file";s:6:"plural";s:12:"@count files";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:9:"file_list";}s:14:"\0*\0constraints";a:2:{s:13:"EntityChanged";N;s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:1:{s:16:"revision_default";s:16:"revision_default";}}'), ('entity.definitions.installed', 'file.field_storage_definitions', 'a:11:{s:3:"fid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"File ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"The file ID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:3:"fid";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"The file UUID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:40;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Language code";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:15:"language_select";s:6:"weight";i:2;}}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"The file language code.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:77;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"User ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:0;s:22:"default_value_callback";s:46:"Drupal\\file\\Entity\\File::getDefaultEntityOwner";s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:24:"The user ID of the file.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:3:"uid";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:115;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"filename";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Filename";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:41:"Name of the file with no path components.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:8:"filename";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:153;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"uri";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"URI";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:52:"The URI to access the file (either local or remote).";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"constraints";a:1:{s:13:"FileUriUnique";N;}s:8:"provider";s:4:"file";s:10:"field_name";s:3:"uri";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:file_uri";s:8:"settings";a:2:{s:10:"max_length";i:255;s:14:"case_sensitive";b:1;}}s:18:"\0*\0fieldDefinition";r:187;}s:7:"\0*\0type";s:8:"file_uri";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:1;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"filemime";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"File MIME type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:21:"The file''s MIME type.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:8:"filemime";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:222;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"filesize";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"File size";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:30:"The size of the file in bytes.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:8:"filesize";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:3:"big";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:256;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"status";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"Status";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:63:"The status of the file, temporary (FALSE) and permanent (TRUE).";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:0;}}s:8:"provider";s:4:"file";s:10:"field_name";s:6:"status";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:293;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Created";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:40:"The timestamp that the file was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:7:"created";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:334;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"changed";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Changed";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:45:"The timestamp that the file was last changed.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"file";s:10:"field_name";s:7:"changed";s:11:"entity_type";s:4:"file";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:changed";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:363;}s:7:"\0*\0type";s:7:"changed";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'filter_format.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:13:"filter_format";s:8:"\0*\0class";s:33:"Drupal\\filter\\Entity\\FilterFormat";s:11:"\0*\0provider";s:6:"filter";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:10:{s:2:"id";s:6:"format";s:5:"label";s:4:"name";s:6:"weight";s:6:"weight";s:6:"status";s:6:"status";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:33:"Drupal\\filter\\Entity\\FilterFormat";s:11:"\0*\0handlers";a:4:{s:4:"form";a:4:{s:3:"add";s:33:"Drupal\\filter\\FilterFormatAddForm";s:4:"edit";s:34:"Drupal\\filter\\FilterFormatEditForm";s:7:"disable";s:36:"Drupal\\filter\\Form\\FilterDisableForm";s:6:"enable";s:35:"Drupal\\filter\\Form\\FilterEnableForm";}s:12:"list_builder";s:37:"Drupal\\filter\\FilterFormatListBuilder";s:6:"access";s:46:"Drupal\\filter\\FilterFormatAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:18:"administer filters";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:3:{s:9:"edit-form";s:52:"/admin/config/content/formats/manage/{filter_format}";s:7:"disable";s:60:"/admin/config/content/formats/manage/{filter_format}/disable";s:6:"enable";s:59:"/admin/config/content/formats/manage/{filter_format}/enable";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Text format";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Text formats";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"text format";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"text formats";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:18:"@count text format";s:6:"plural";s:19:"@count text formats";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:25:"config:filter_format_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:6:"format";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:5:{i:0;s:4:"name";i:1;s:6:"format";i:2;s:6:"weight";i:3;s:5:"roles";i:4;s:7:"filters";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'image_style.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:11:"image_style";s:8:"\0*\0class";s:30:"Drupal\\image\\Entity\\ImageStyle";s:11:"\0*\0provider";s:5:"image";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:4:"name";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:30:"Drupal\\image\\Entity\\ImageStyle";s:11:"\0*\0handlers";a:4:{s:4:"form";a:4:{s:3:"add";s:35:"Drupal\\image\\Form\\ImageStyleAddForm";s:4:"edit";s:36:"Drupal\\image\\Form\\ImageStyleEditForm";s:6:"delete";s:38:"Drupal\\image\\Form\\ImageStyleDeleteForm";s:5:"flush";s:37:"Drupal\\image\\Form\\ImageStyleFlushForm";}s:12:"list_builder";s:34:"Drupal\\image\\ImageStyleListBuilder";s:7:"storage";s:30:"Drupal\\image\\ImageStyleStorage";s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";}s:19:"\0*\0admin_permission";s:23:"administer image styles";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:10:"flush-form";s:59:"/admin/config/media/image-styles/manage/{image_style}/flush";s:9:"edit-form";s:53:"/admin/config/media/image-styles/manage/{image_style}";s:11:"delete-form";s:60:"/admin/config/media/image-styles/manage/{image_style}/delete";s:10:"collection";s:32:"/admin/config/media/image-styles";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Image style";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Image styles";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"image style";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"image styles";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:18:"@count image style";s:6:"plural";s:19:"@count image styles";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:23:"config:image_style_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:5:"style";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:3:{i:0;s:4:"name";i:1;s:5:"label";i:2;s:7:"effects";}s:21:"\0*\0mergedConfigExport";a:0:{}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'klaro_app.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:9:"klaro_app";s:8:"\0*\0class";s:28:"Drupal\\klaro\\Entity\\KlaroApp";s:11:"\0*\0provider";s:5:"klaro";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:25:{s:2:"id";s:2:"id";s:6:"status";s:6:"status";s:5:"label";s:5:"label";s:11:"description";s:11:"description";s:7:"default";s:7:"default";s:8:"required";s:8:"required";s:6:"optOut";s:7:"opt_out";s:8:"onlyOnce";s:9:"only_once";s:21:"contextualConsentOnly";s:23:"contextual_consent_only";s:21:"contextualConsentText";s:23:"contextual_consent_text";s:7:"infoUrl";s:8:"info_url";s:16:"privacyPolicyUrl";s:18:"privacy_policy_url";s:8:"purposes";s:8:"purposes";s:7:"cookies";s:7:"cookies";s:12:"callbackCode";s:13:"callback_code";s:11:"javascripts";s:11:"javascripts";s:18:"wrapper_identifier";s:18:"wrapper_identifier";s:11:"attachments";s:11:"attachments";s:6:"weight";s:6:"weight";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:28:"Drupal\\klaro\\Entity\\KlaroApp";s:11:"\0*\0handlers";a:6:{s:12:"list_builder";s:43:"Drupal\\klaro\\Controller\\KlaroAppListBuilder";s:14:"route_provider";a:1:{s:4:"html";s:49:"Drupal\\Core\\Entity\\Routing\\AdminHtmlRouteProvider";}s:4:"form";a:3:{s:3:"add";s:30:"Drupal\\klaro\\Form\\KlaroAppForm";s:4:"edit";s:30:"Drupal\\klaro\\Form\\KlaroAppForm";s:6:"delete";s:36:"Drupal\\klaro\\Form\\KlaroAppDeleteForm";}s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";s:13:"autosave_form";s:51:"Drupal\\autosave_form\\Form\\AutosaveEntityFormHandler";}s:19:"\0*\0admin_permission";s:16:"administer klaro";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:10:"collection";s:43:"/admin/config/user-interface/klaro/services";s:8:"add-form";s:47:"/admin/config/user-interface/klaro/services/add";s:9:"edit-form";s:55:"/admin/config/user-interface/klaro/services/{klaro_app}";s:11:"delete-form";s:62:"/admin/config/user-interface/klaro/services/{klaro_app}/delete";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Klaro! Service";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Klaro! service";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Klaro! services";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:21:"config:klaro_app_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:9:"klaro_app";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:19:{i:0;s:2:"id";i:1;s:6:"status";i:2;s:5:"label";i:3;s:11:"description";i:4;s:7:"default";i:5;s:8:"required";i:6;s:7:"opt_out";i:7;s:9:"only_once";i:8;s:23:"contextual_consent_only";i:9;s:23:"contextual_consent_text";i:10;s:8:"info_url";i:11;s:18:"privacy_policy_url";i:12;s:8:"purposes";i:13;s:7:"cookies";i:14;s:13:"callback_code";i:15;s:11:"javascripts";i:16;s:18:"wrapper_identifier";i:17;s:11:"attachments";i:18;s:6:"weight";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'klaro_purpose.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:13:"klaro_purpose";s:8:"\0*\0class";s:32:"Drupal\\klaro\\Entity\\KlaroPurpose";s:11:"\0*\0provider";s:5:"klaro";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:10:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:11:"description";s:11:"description";s:6:"weight";s:6:"weight";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:32:"Drupal\\klaro\\Entity\\KlaroPurpose";s:11:"\0*\0handlers";a:6:{s:12:"list_builder";s:47:"Drupal\\klaro\\Controller\\KlaroPurposeListBuilder";s:14:"route_provider";a:1:{s:4:"html";s:49:"Drupal\\Core\\Entity\\Routing\\AdminHtmlRouteProvider";}s:4:"form";a:3:{s:3:"add";s:34:"Drupal\\klaro\\Form\\KlaroPurposeForm";s:4:"edit";s:34:"Drupal\\klaro\\Form\\KlaroPurposeForm";s:6:"delete";s:40:"Drupal\\klaro\\Form\\KlaroPurposeDeleteForm";}s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";s:13:"autosave_form";s:51:"Drupal\\autosave_form\\Form\\AutosaveEntityFormHandler";}s:19:"\0*\0admin_permission";s:16:"administer klaro";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:10:"collection";s:43:"/admin/config/user-interface/klaro/purposes";s:8:"add-form";s:47:"/admin/config/user-interface/klaro/purposes/add";s:9:"edit-form";s:59:"/admin/config/user-interface/klaro/purposes/{klaro_purpose}";s:11:"delete-form";s:66:"/admin/config/user-interface/klaro/purposes/{klaro_purpose}/delete";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Klaro! Purpose";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Klaro! purpose";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Klaro! purposes";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:25:"config:klaro_purpose_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:13:"klaro_purpose";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:4:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:11:"description";i:3;s:6:"weight";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'linkit_profile.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:14:"linkit_profile";s:8:"\0*\0class";s:28:"Drupal\\linkit\\Entity\\Profile";s:11:"\0*\0provider";s:6:"linkit";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:28:"Drupal\\linkit\\Entity\\Profile";s:11:"\0*\0handlers";a:4:{s:12:"list_builder";s:32:"Drupal\\linkit\\ProfileListBuilder";s:4:"form";a:3:{s:3:"add";s:34:"Drupal\\linkit\\Form\\Profile\\AddForm";s:4:"edit";s:35:"Drupal\\linkit\\Form\\Profile\\EditForm";s:6:"delete";s:35:"Drupal\\Core\\Entity\\EntityDeleteForm";}s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:26:"administer linkit profiles";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:3:{s:10:"collection";s:28:"/admin/config/content/linkit";s:9:"edit-form";s:52:"/admin/config/content/linkit/manage/{linkit_profile}";s:11:"delete-form";s:59:"/admin/config/content/linkit/manage/{linkit_profile}/delete";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Linkit profile";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";s:0:"";s:15:"\0*\0label_plural";s:0:"";s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:26:"config:linkit_profile_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:14:"linkit_profile";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:14:"linkit_profile";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:4:{i:0;s:5:"label";i:1;s:2:"id";i:2;s:11:"description";i:3;s:8:"matchers";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'media.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:5:"media";s:8:"\0*\0class";s:25:"Drupal\\media\\Entity\\Media";s:11:"\0*\0provider";s:5:"media";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:10:{s:2:"id";s:3:"mid";s:8:"revision";s:3:"vid";s:6:"bundle";s:6:"bundle";s:5:"label";s:4:"name";s:8:"langcode";s:8:"langcode";s:4:"uuid";s:4:"uuid";s:9:"published";s:6:"status";s:5:"owner";s:3:"uid";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:25:"Drupal\\media\\Entity\\Media";s:11:"\0*\0handlers";a:7:{s:7:"storage";s:25:"Drupal\\media\\MediaStorage";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:12:"list_builder";s:29:"Drupal\\media\\MediaListBuilder";s:6:"access";s:38:"Drupal\\media\\MediaAccessControlHandler";s:4:"form";a:7:{s:7:"default";s:22:"Drupal\\media\\MediaForm";s:3:"add";s:22:"Drupal\\media\\MediaForm";s:4:"edit";s:22:"Drupal\\media\\MediaForm";s:6:"delete";s:42:"Drupal\\Core\\Entity\\ContentEntityDeleteForm";s:23:"delete-multiple-confirm";s:42:"Drupal\\Core\\Entity\\Form\\DeleteMultipleForm";s:15:"revision-delete";s:42:"Drupal\\Core\\Entity\\Form\\RevisionDeleteForm";s:15:"revision-revert";s:42:"Drupal\\Core\\Entity\\Form\\RevisionRevertForm";}s:10:"views_data";s:27:"Drupal\\media\\MediaViewsData";s:14:"route_provider";a:2:{s:4:"html";s:39:"Drupal\\media\\Routing\\MediaRouteProvider";s:8:"revision";s:52:"Drupal\\Core\\Entity\\Routing\\RevisionHtmlRouteProvider";}}s:19:"\0*\0admin_permission";s:16:"administer media";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:6:"bundle";s:8:"\0*\0links";a:11:{s:8:"add-page";s:10:"/media/add";s:8:"add-form";s:23:"/media/add/{media_type}";s:9:"canonical";s:19:"/media/{media}/edit";s:10:"collection";s:20:"/admin/content/media";s:11:"delete-form";s:21:"/media/{media}/delete";s:20:"delete-multiple-form";s:13:"/media/delete";s:9:"edit-form";s:19:"/media/{media}/edit";s:8:"revision";s:46:"/media/{media}/revisions/{media_revision}/view";s:20:"revision-delete-form";s:47:"/media/{media}/revision/{media_revision}/delete";s:20:"revision-revert-form";s:47:"/media/{media}/revision/{media_revision}/revert";s:15:"version-history";s:24:"/media/{media}/revisions";}s:21:"\0*\0bundle_entity_type";s:10:"media_type";s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Media type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"\0*\0base_table";s:5:"media";s:22:"\0*\0revision_data_table";s:20:"media_field_revision";s:17:"\0*\0revision_table";s:14:"media_revision";s:13:"\0*\0data_table";s:16:"media_field_data";s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:1;s:19:"\0*\0show_revision_ui";b:1;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Media";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";N;s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"media item";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"media items";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:17:"@count media item";s:6:"plural";s:18:"@count media items";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";s:27:"entity.media_type.edit_form";s:26:"\0*\0common_reference_target";b:1;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:10:"media_list";}s:14:"\0*\0constraints";a:2:{s:13:"EntityChanged";N;s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:4:{s:13:"revision_user";s:13:"revision_user";s:16:"revision_created";s:16:"revision_created";s:20:"revision_log_message";s:20:"revision_log_message";s:16:"revision_default";s:16:"revision_default";}}'), ('entity.definitions.installed', 'media.field_storage_definitions', 'a:25:{s:3:"mid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:3:"mid";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:36;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"vid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:3:"vid";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:69;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Language";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:15:"language_select";s:6:"weight";i:2;}}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:103;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"bundle";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";s:10:"Media type";s:8:"required";b:1;s:9:"read-only";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:6:"bundle";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:10:"media_type";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:139;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision create time";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:47:"The time that the current revision was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:16:"revision_created";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:170;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"revision_user";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Revision user";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:50:"The user ID of the author of the current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:13:"revision_user";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:200;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:20:"revision_log_message";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision log message";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:43:"Briefly describe the changes you have made.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:1:{s:4:"form";a:1:{s:7:"options";a:3:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:25;s:8:"settings";a:1:{s:4:"rows";i:4;}}}}s:8:"provider";s:5:"media";s:10:"field_name";s:20:"revision_log_message";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:237;}s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"status";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Published";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:16:"boolean_checkbox";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:6:"weight";i:100;}s:12:"configurable";b:1;}}s:8:"provider";s:5:"media";s:10:"field_name";s:6:"status";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:279;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Authored by";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:22:"default_value_callback";s:48:"Drupal\\media\\Entity\\Media::getDefaultEntityOwner";s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:26:"The user ID of the author.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:8:"settings";a:4:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";s:2:"60";s:17:"autocomplete_type";s:4:"tags";s:11:"placeholder";s:0:"";}}s:12:"configurable";b:1;}s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"author";s:6:"weight";i:0;}s:12:"configurable";b:1;}}s:8:"provider";s:5:"media";s:10:"field_name";s:3:"uid";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:326;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"name";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Name";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"translatable";b:1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:2:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-5;}s:12:"configurable";b:1;}s:4:"view";a:2:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:8:"provider";s:5:"media";s:10:"field_name";s:4:"name";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:382;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:9:"thumbnail";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Thumbnail";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:32:"The thumbnail of the media item.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:7:"display";a:1:{s:4:"view";a:2:{s:7:"options";a:4:{s:4:"type";s:5:"image";s:6:"weight";i:5;s:5:"label";s:6:"hidden";s:8:"settings";a:1:{s:11:"image_style";s:9:"thumbnail";}}s:12:"configurable";b:1;}}s:9:"read-only";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:9:"thumbnail";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:16:"field_item:image";s:8:"settings";a:16:{s:13:"default_image";a:5:{s:4:"uuid";N;s:3:"alt";s:0:"";s:5:"title";s:0:"";s:5:"width";N;s:6:"height";N;}s:11:"target_type";s:4:"file";s:13:"display_field";b:0;s:15:"display_default";b:0;s:10:"uri_scheme";s:6:"public";s:15:"file_extensions";s:21:"png gif jpg jpeg webp";s:9:"alt_field";i:1;s:18:"alt_field_required";i:1;s:11:"title_field";i:0;s:20:"title_field_required";i:0;s:14:"max_resolution";s:0:"";s:14:"min_resolution";s:0:"";s:14:"file_directory";s:31:"[date:custom:Y]-[date:custom:m]";s:12:"max_filesize";s:0:"";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:428;}s:7:"\0*\0type";s:5:"image";s:9:"\0*\0schema";a:4:{s:7:"columns";a:5:{s:9:"target_id";a:3:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}s:3:"alt";a:3:{s:11:"description";s:56:"Alternative image text, for the image''s ''alt'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:512;}s:5:"title";a:3:{s:11:"description";s:52:"Image title text, for the image''s ''title'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:1024;}s:5:"width";a:3:{s:11:"description";s:33:"The width of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}s:6:"height";a:3:{s:11:"description";s:34:"The height of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:12:"foreign keys";a:1:{s:9:"target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:9:"target_id";s:3:"fid";}}}s:11:"unique keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Authored on";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:36:"The time the media item was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:22:"default_value_callback";s:41:"Drupal\\media\\Entity\\Media::getRequestTime";s:7:"display";a:2:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:18:"datetime_timestamp";s:6:"weight";i:10;}s:12:"configurable";b:1;}s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:9:"timestamp";s:6:"weight";i:0;}s:12:"configurable";b:1;}}s:8:"provider";s:5:"media";s:10:"field_name";s:7:"created";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:514;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"changed";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Changed";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:40:"The time the media item was last edited.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:7:"changed";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:changed";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:558;}s:7:"\0*\0type";s:7:"changed";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"default_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Default translation";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:58:"A flag indicating whether this is the default translation.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:8:"provider";s:5:"media";s:10:"field_name";s:16:"default_langcode";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:589;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_default";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Default revision";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"A flag indicating whether this was a default revision when it was saved.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:16:"storage_required";b:1;s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:16:"revision_default";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:632;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:29:"revision_translation_affected";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"Revision translation affected";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"Indicates if the last edit of a translation belongs to current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:5:"media";s:10:"field_name";s:29:"revision_translation_affected";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:674;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:20:"field_media_document";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:26:"media.field_media_document";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"29ab0106-8db1-4c59-86f2-e72c0226aaeb";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"BdkTx7IL59MCw5a_fOZprPTOGM_wcjz-Fm8g7HV3vFk";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:2:{s:6:"module";a:2:{i:0;s:4:"file";i:1;s:5:"media";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:26:"media.field_media_document";s:13:"\0*\0field_name";s:20:"field_media_document";s:14:"\0*\0entity_type";s:5:"media";s:7:"\0*\0type";s:4:"file";s:9:"\0*\0module";s:4:"file";s:11:"\0*\0settings";a:4:{s:11:"target_type";s:4:"file";s:13:"display_field";b:0;s:15:"display_default";b:0;s:10:"uri_scheme";s:6:"public";}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}s:17:"field_media_image";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:23:"media.field_media_image";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"5f1bfe72-4975-43f0-8ba7-5faa713dbefd";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"0N0KSFk57p6qsq3qM4lYVGSuROvzXK-tSsdwByqUh3g";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:2:{s:6:"module";a:3:{i:0;s:4:"file";i:1;s:5:"image";i:2;s:5:"media";}s:8:"enforced";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:23:"media.field_media_image";s:13:"\0*\0field_name";s:17:"field_media_image";s:14:"\0*\0entity_type";s:5:"media";s:7:"\0*\0type";s:5:"image";s:9:"\0*\0module";s:5:"image";s:11:"\0*\0settings";a:5:{s:11:"target_type";s:4:"file";s:13:"display_field";b:0;s:15:"display_default";b:0;s:10:"uri_scheme";s:6:"public";s:13:"default_image";a:5:{s:4:"uuid";N;s:3:"alt";s:0:"";s:5:"title";s:0:"";s:5:"width";N;s:6:"height";N;}}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}s:21:"field_media_svg_image";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:27:"media.field_media_svg_image";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"a6f1dd49-c9e0-4080-9706-ac8e16ecf1fd";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"jCafpTnKdKBGPBW2pIJD5w0ecIHvavTp-dO9YA61eDI";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:1:{s:6:"module";a:3:{i:0;s:4:"file";i:1;s:5:"image";i:2;s:5:"media";}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:27:"media.field_media_svg_image";s:13:"\0*\0field_name";s:21:"field_media_svg_image";s:14:"\0*\0entity_type";s:5:"media";s:7:"\0*\0type";s:5:"image";s:9:"\0*\0module";s:5:"image";s:11:"\0*\0settings";a:5:{s:11:"target_type";s:4:"file";s:13:"display_field";b:0;s:15:"display_default";b:0;s:10:"uri_scheme";s:6:"public";s:13:"default_image";a:5:{s:4:"uuid";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:5:"width";N;s:6:"height";N;}}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}s:10:"publish_on";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Publish on";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:29:"datetime_timestamp_no_default";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:1:{s:18:"SchedulerPublishOn";N;}s:8:"provider";s:9:"scheduler";s:10:"field_name";s:10:"publish_on";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:852;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:12:"unpublish_on";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Unpublish on";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:29:"datetime_timestamp_no_default";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:1:{s:20:"SchedulerUnpublishOn";N;}s:8:"provider";s:9:"scheduler";s:10:"field_name";s:12:"unpublish_on";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:887;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"publish_state";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Publish state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:6:"region";s:6:"hidden";s:6:"weight";i:-5;}s:12:"configurable";b:0;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:20:"scheduler_moderation";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:2:{s:21:"SchedulerPublishState";N;s:35:"SchedulerModerationTransitionAccess";N;}s:8:"provider";s:40:"scheduler_content_moderation_integration";s:10:"field_name";s:13:"publish_state";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:list_string";s:8:"settings";a:2:{s:14:"allowed_values";a:0:{}s:23:"allowed_values_function";s:55:"_scheduler_content_moderation_integration_states_values";}}s:18:"\0*\0fieldDefinition";r:922;}s:7:"\0*\0type";s:11:"list_string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:7:"varchar";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:15:"unpublish_state";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Unpublish state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:6:"region";s:6:"hidden";s:6:"weight";i:-5;}s:12:"configurable";b:0;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:20:"scheduler_moderation";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:2:{s:23:"SchedulerUnPublishState";N;s:35:"SchedulerModerationTransitionAccess";N;}s:8:"provider";s:40:"scheduler_content_moderation_integration";s:10:"field_name";s:15:"unpublish_state";s:11:"entity_type";s:5:"media";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:list_string";s:8:"settings";a:2:{s:14:"allowed_values";a:0:{}s:23:"allowed_values_function";s:55:"_scheduler_content_moderation_integration_states_values";}}s:18:"\0*\0fieldDefinition";r:969;}s:7:"\0*\0type";s:11:"list_string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:7:"varchar";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:24:"field_media_oembed_video";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:30:"media.field_media_oembed_video";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"cb7c2f61-a115-4295-a4cc-b2c7103bd1db";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"cNf_852Dq-fNnSaMI4LxL-J6N7bLkHuDbD9EUqOn4_U";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:1:{s:6:"module";a:1:{i:0;s:5:"media";}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:30:"media.field_media_oembed_video";s:13:"\0*\0field_name";s:24:"field_media_oembed_video";s:14:"\0*\0entity_type";s:5:"media";s:7:"\0*\0type";s:6:"string";s:9:"\0*\0module";s:4:"core";s:11:"\0*\0settings";a:3:{s:10:"max_length";i:255;s:14:"case_sensitive";b:0;s:8:"is_ascii";b:0;}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'media_type.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:10:"media_type";s:8:"\0*\0class";s:29:"Drupal\\media\\Entity\\MediaType";s:11:"\0*\0provider";s:5:"media";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:6:"status";s:6:"status";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:29:"Drupal\\media\\Entity\\MediaType";s:11:"\0*\0handlers";a:5:{s:6:"access";s:42:"Drupal\\media\\MediaTypeAccessControlHandler";s:4:"form";a:3:{s:3:"add";s:26:"Drupal\\media\\MediaTypeForm";s:4:"edit";s:26:"Drupal\\media\\MediaTypeForm";s:6:"delete";s:44:"Drupal\\media\\Form\\MediaTypeDeleteConfirmForm";}s:12:"list_builder";s:33:"Drupal\\media\\MediaTypeListBuilder";s:14:"route_provider";a:2:{s:4:"html";s:51:"Drupal\\Core\\Entity\\Routing\\DefaultHtmlRouteProvider";s:11:"permissions";s:49:"Drupal\\user\\Entity\\EntityPermissionsRouteProvider";}s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:22:"administer media types";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:5:{s:8:"add-form";s:26:"/admin/structure/media/add";s:9:"edit-form";s:42:"/admin/structure/media/manage/{media_type}";s:11:"delete-form";s:49:"/admin/structure/media/manage/{media_type}/delete";s:23:"entity-permissions-form";s:54:"/admin/structure/media/manage/{media_type}/permissions";s:10:"collection";s:22:"/admin/structure/media";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";s:5:"media";s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Media type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Media types";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"media type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"media types";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:17:"@count media type";s:6:"plural";s:18:"@count media types";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:22:"config:media_type_list";}s:14:"\0*\0constraints";a:2:{s:19:"ImmutableProperties";a:2:{i:0;s:2:"id";i:1;s:6:"source";}s:23:"MediaMappingsConstraint";a:0:{}}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:4:"type";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:9:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:11:"description";i:3;s:6:"source";i:4;s:25:"queue_thumbnail_downloads";i:5;s:12:"new_revision";i:6;s:20:"source_configuration";i:7;s:9:"field_map";i:8;s:6:"status";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'menu.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:4:"menu";s:8:"\0*\0class";s:25:"Drupal\\system\\Entity\\Menu";s:11:"\0*\0provider";s:6:"system";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:25:"Drupal\\system\\Entity\\Menu";s:11:"\0*\0handlers";a:2:{s:6:"access";s:38:"Drupal\\system\\MenuAccessControlHandler";s:7:"storage";s:25:"Drupal\\system\\MenuStorage";}s:19:"\0*\0admin_permission";s:15:"administer menu";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Menu";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Menus";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"menu";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"menus";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:11:"@count menu";s:6:"plural";s:12:"@count menus";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:16:"config:menu_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:4:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:11:"description";i:3;s:6:"locked";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'menu_link_content.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":40:{s:5:"\0*\0id";s:17:"menu_link_content";s:8:"\0*\0class";s:47:"Drupal\\menu_link_content\\Entity\\MenuLinkContent";s:11:"\0*\0provider";s:17:"menu_link_content";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:2:"id";s:8:"revision";s:11:"revision_id";s:5:"label";s:5:"title";s:8:"langcode";s:8:"langcode";s:4:"uuid";s:4:"uuid";s:6:"bundle";s:6:"bundle";s:9:"published";s:7:"enabled";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:47:"Drupal\\menu_link_content\\Entity\\MenuLinkContent";s:11:"\0*\0handlers";a:8:{s:7:"storage";s:47:"Drupal\\menu_link_content\\MenuLinkContentStorage";s:14:"storage_schema";s:53:"Drupal\\menu_link_content\\MenuLinkContentStorageSchema";s:6:"access";s:60:"Drupal\\menu_link_content\\MenuLinkContentAccessControlHandler";s:4:"form";a:3:{s:7:"default";s:49:"Drupal\\menu_link_content\\Form\\MenuLinkContentForm";s:6:"delete";s:55:"Drupal\\menu_link_content\\Form\\MenuLinkContentDeleteForm";s:14:"layout_builder";s:46:"Drupal\\layout_builder\\Form\\OverridesEntityForm";}s:12:"list_builder";s:44:"Drupal\\menu_link_content\\MenuLinkListBuilder";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:10:"moderation";s:0:"";s:14:"route_provider";a:1:{s:10:"moderation";s:70:"Drupal\\content_moderation\\Entity\\Routing\\EntityModerationRouteProvider";}}s:19:"\0*\0admin_permission";s:15:"administer menu";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:9:"canonical";s:51:"/admin/structure/menu/item/{menu_link_content}/edit";s:9:"edit-form";s:51:"/admin/structure/menu/item/{menu_link_content}/edit";s:11:"delete-form";s:53:"/admin/structure/menu/item/{menu_link_content}/delete";s:14:"latest-version";s:58:"/admin/structure/menu/item/{menu_link_content}/edit/latest";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";s:17:"menu_link_content";s:22:"\0*\0revision_data_table";s:32:"menu_link_content_field_revision";s:17:"\0*\0revision_table";s:26:"menu_link_content_revision";s:13:"\0*\0data_table";s:22:"menu_link_content_data";s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:1;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Custom menu link";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:17:"Custom menu links";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"custom menu link";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:17:"custom menu links";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:23:"@count custom menu link";s:6:"plural";s:24:"@count custom menu links";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:22:"menu_link_content_list";}s:14:"\0*\0constraints";a:3:{s:17:"MenuTreeHierarchy";a:0:{}s:13:"EntityChanged";N;s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:17:"menu_link_content";}s:14:"\0*\0_serviceIds";a:1:{s:17:"stringTranslation";s:18:"string_translation";}s:18:"\0*\0_entityStorages";a:0:{}s:25:"\0*\0revision_metadata_keys";a:4:{s:13:"revision_user";s:13:"revision_user";s:16:"revision_created";s:16:"revision_created";s:20:"revision_log_message";s:20:"revision_log_message";s:16:"revision_default";s:16:"revision_default";}}'), ('entity.definitions.installed', 'menu_link_content.field_storage_definitions', 'a:22:{s:2:"id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Entity ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:48:"The entity ID for this menu link content entity.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:2:"id";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:27:"The content menu link UUID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:40;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"revision_id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:11:"revision_id";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:77;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Language";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:15:"language_select";s:6:"weight";i:2;}}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:28:"The menu link language code.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:111;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"bundle";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";s:23:"Custom menu link bundle";s:8:"required";b:1;s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"The content menu link bundle.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:6:"bundle";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:32;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:151;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision create time";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:47:"The time that the current revision was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:16:"revision_created";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:184;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"revision_user";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Revision user";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:50:"The user ID of the author of the current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:13:"revision_user";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:214;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:20:"revision_log_message";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision log message";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:43:"Briefly describe the changes you have made.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:1:{s:4:"form";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:20:"revision_log_message";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:251;}s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"enabled";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Enabled";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:0;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:65:"A flag for whether the link should be enabled in menus or hidden.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:7:"boolean";s:6:"weight";i:0;}}s:4:"form";a:1:{s:7:"options";a:2:{s:8:"settings";a:1:{s:13:"display_label";b:1;}s:6:"weight";i:-1;}}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:7:"enabled";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:290;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:5:"title";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Menu link title";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"translatable";b:1;s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"string";s:6:"weight";i:-5;}}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-5;}s:12:"configurable";b:1;}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:5:"title";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:344;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"description";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Description";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:39:"Shown when hovering over the menu link.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"string";s:6:"weight";i:0;}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:0;}}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:11:"description";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:388;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:9:"menu_name";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Menu name";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:93:"The menu name. All links with the same menu name (such as "tools") are part of the same menu.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:5:"tools";}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:9:"menu_name";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:434;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"link";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Link";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"required";b:1;s:7:"display";a:1:{s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:12:"link_default";s:6:"weight";i:-2;}}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:4:"link";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:link";s:8:"settings";a:2:{s:5:"title";i:0;s:9:"link_type";i:17;}}s:18:"\0*\0fieldDefinition";r:471;}s:7:"\0*\0type";s:4:"link";s:9:"\0*\0schema";a:4:{s:7:"columns";a:3:{s:3:"uri";a:3:{s:11:"description";s:20:"The URI of the link.";s:4:"type";s:7:"varchar";s:6:"length";i:2048;}s:5:"title";a:3:{s:11:"description";s:14:"The link text.";s:4:"type";s:7:"varchar";s:6:"length";i:255;}s:7:"options";a:4:{s:11:"description";s:41:"Serialized array of options for the link.";s:4:"type";s:4:"blob";s:4:"size";s:3:"big";s:9:"serialize";b:1;}}s:7:"indexes";a:1:{s:3:"uri";a:1:{i:0;a:2:{i:0;s:3:"uri";i:1;i:30;}}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"external";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"External";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:120:"A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal).";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:0;}}s:12:"revisionable";b:1;s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:8:"external";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:520;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:10:"rediscover";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:54:"Indicates whether the menu link should be rediscovered";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:0;}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:10:"rediscover";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:562;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"weight";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"Weight";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:172:"Link weight among links in the same menu at the same depth. In the menu, the links with high weight will sink and links with a low weight will be positioned nearer the top.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";i:0;}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:14:"number_integer";s:6:"weight";i:0;}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:6:"number";s:6:"weight";i:20;}}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:6:"weight";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:599;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"expanded";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Show as expanded";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:164:"If selected and this menu link has children, the menu will always appear expanded. This option may be overridden for the entire menu tree when placing a menu block.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:0;}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:7:"boolean";s:6:"weight";i:0;}}s:4:"form";a:1:{s:7:"options";a:2:{s:8:"settings";a:1:{s:13:"display_label";b:1;}s:6:"weight";i:0;}}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:8:"expanded";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:649;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"parent";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Parent plugin ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:94:"The ID of the parent menu link plugin, or empty string when at the top level of the hierarchy.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:6:"parent";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:701;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"changed";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Changed";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:44:"The time that the menu link was last edited.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:7:"changed";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:changed";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:735;}s:7:"\0*\0type";s:7:"changed";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"default_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Default translation";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:58:"A flag indicating whether this is the default translation.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:16:"default_langcode";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:766;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_default";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Default revision";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"A flag indicating whether this was a default revision when it was saved.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:16:"storage_required";b:1;s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:16:"revision_default";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:809;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:29:"revision_translation_affected";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"Revision translation affected";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"Indicates if the last edit of a translation belongs to current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:17:"menu_link_content";s:10:"field_name";s:29:"revision_translation_affected";s:11:"entity_type";s:17:"menu_link_content";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:851;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'node.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:4:"node";s:8:"\0*\0class";s:23:"Drupal\\node\\Entity\\Node";s:11:"\0*\0provider";s:4:"node";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:12:{s:2:"id";s:3:"nid";s:8:"revision";s:3:"vid";s:6:"bundle";s:4:"type";s:5:"label";s:5:"title";s:8:"langcode";s:8:"langcode";s:4:"uuid";s:4:"uuid";s:6:"status";s:6:"status";s:9:"published";s:6:"status";s:3:"uid";s:3:"uid";s:5:"owner";s:3:"uid";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:23:"Drupal\\node\\Entity\\Node";s:11:"\0*\0handlers";a:9:{s:7:"storage";s:23:"Drupal\\node\\NodeStorage";s:14:"storage_schema";s:29:"Drupal\\node\\NodeStorageSchema";s:12:"view_builder";s:27:"Drupal\\node\\NodeViewBuilder";s:6:"access";s:36:"Drupal\\node\\NodeAccessControlHandler";s:10:"views_data";s:25:"Drupal\\node\\NodeViewsData";s:4:"form";a:4:{s:7:"default";s:20:"Drupal\\node\\NodeForm";s:6:"delete";s:31:"Drupal\\node\\Form\\NodeDeleteForm";s:4:"edit";s:20:"Drupal\\node\\NodeForm";s:23:"delete-multiple-confirm";s:31:"Drupal\\node\\Form\\DeleteMultiple";}s:14:"route_provider";a:1:{s:4:"html";s:36:"Drupal\\node\\Entity\\NodeRouteProvider";}s:12:"list_builder";s:27:"Drupal\\node\\NodeListBuilder";s:11:"translation";s:34:"Drupal\\node\\NodeTranslationHandler";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";s:23:"access content overview";s:25:"\0*\0permission_granularity";s:6:"bundle";s:8:"\0*\0links";a:7:{s:9:"canonical";s:12:"/node/{node}";s:11:"delete-form";s:19:"/node/{node}/delete";s:20:"delete-multiple-form";s:26:"/admin/content/node/delete";s:9:"edit-form";s:17:"/node/{node}/edit";s:15:"version-history";s:22:"/node/{node}/revisions";s:8:"revision";s:43:"/node/{node}/revisions/{node_revision}/view";s:6:"create";s:5:"/node";}s:21:"\0*\0bundle_entity_type";s:9:"node_type";s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Content type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"\0*\0base_table";s:4:"node";s:22:"\0*\0revision_data_table";s:19:"node_field_revision";s:17:"\0*\0revision_table";s:13:"node_revision";s:13:"\0*\0data_table";s:15:"node_field_data";s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:1;s:19:"\0*\0show_revision_ui";b:1;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"content item";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"content items";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:19:"@count content item";s:6:"plural";s:20:"@count content items";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";s:26:"entity.node_type.edit_form";s:26:"\0*\0common_reference_target";b:1;s:22:"\0*\0list_cache_contexts";a:1:{i:0;s:21:"user.node_grants:view";}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:9:"node_list";}s:14:"\0*\0constraints";a:2:{s:13:"EntityChanged";N;s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:4:{s:13:"revision_user";s:12:"revision_uid";s:16:"revision_created";s:18:"revision_timestamp";s:20:"revision_log_message";s:12:"revision_log";s:16:"revision_default";s:16:"revision_default";}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'node.field_storage_definitions', 'a:28:{s:3:"nid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:3:"nid";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:36;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"vid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:3:"vid";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:69;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Language";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:15:"language_select";s:6:"weight";i:2;}}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:103;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"type";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";s:12:"Content type";s:8:"required";b:1;s:9:"read-only";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:4:"type";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:9:"node_type";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:139;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:18:"revision_timestamp";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision create time";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:47:"The time that the current revision was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:18:"revision_timestamp";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:170;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:12:"revision_uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Revision user";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:50:"The user ID of the author of the current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:12:"revision_uid";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:200;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:12:"revision_log";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision log message";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:43:"Briefly describe the changes you have made.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:1:{s:4:"form";a:1:{s:7:"options";a:3:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:25;s:8:"settings";a:1:{s:4:"rows";i:4;}}}}s:8:"provider";s:4:"node";s:10:"field_name";s:12:"revision_log";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:237;}s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"status";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Published";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:16:"boolean_checkbox";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:6:"weight";i:120;}s:12:"configurable";b:1;}}s:8:"provider";s:4:"node";s:10:"field_name";s:6:"status";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:279;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Authored by";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:22:"default_value_callback";s:46:"Drupal\\node\\Entity\\Node::getDefaultEntityOwner";s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:35:"The username of the content author.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"author";s:6:"weight";i:0;}}s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:29:"entity_reference_autocomplete";s:6:"weight";i:5;s:8:"settings";a:3:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";s:2:"60";s:11:"placeholder";s:0:"";}}s:12:"configurable";b:1;}}s:8:"provider";s:4:"node";s:10:"field_name";s:3:"uid";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:326;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:5:"title";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Title";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"translatable";b:1;s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"string";s:6:"weight";i:-5;}}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-5;}s:12:"configurable";b:1;}}s:8:"provider";s:4:"node";s:10:"field_name";s:5:"title";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:380;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Authored on";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:47:"The date and time that the content was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:9:"timestamp";s:6:"weight";i:0;}}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:18:"datetime_timestamp";s:6:"weight";i:10;}s:12:"configurable";b:1;}}s:8:"provider";s:4:"node";s:10:"field_name";s:7:"created";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:424;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"changed";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Changed";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:39:"The time that the node was last edited.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:7:"changed";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:changed";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:466;}s:7:"\0*\0type";s:7:"changed";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"promote";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:22:"Promoted to front page";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:16:"boolean_checkbox";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:6:"weight";i:15;}s:12:"configurable";b:1;}}s:8:"provider";s:4:"node";s:10:"field_name";s:7:"promote";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:497;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"sticky";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:22:"Sticky at top of lists";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:0;}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:16:"boolean_checkbox";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:6:"weight";i:16;}s:12:"configurable";b:1;}}s:8:"provider";s:4:"node";s:10:"field_name";s:6:"sticky";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:544;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"default_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Default translation";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:58:"A flag indicating whether this is the default translation.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:8:"provider";s:4:"node";s:10:"field_name";s:16:"default_langcode";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:591;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_default";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Default revision";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"A flag indicating whether this was a default revision when it was saved.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:16:"storage_required";b:1;s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:16:"revision_default";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:634;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:29:"revision_translation_affected";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"Revision translation affected";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"Indicates if the last edit of a translation belongs to current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:4:"node";s:10:"field_name";s:29:"revision_translation_affected";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:676;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:10:"publish_on";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Publish on";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:29:"datetime_timestamp_no_default";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:1:{s:18:"SchedulerPublishOn";N;}s:8:"provider";s:9:"scheduler";s:10:"field_name";s:10:"publish_on";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:717;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:12:"unpublish_on";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Unpublish on";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:29:"datetime_timestamp_no_default";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:1:{s:20:"SchedulerUnpublishOn";N;}s:8:"provider";s:9:"scheduler";s:10:"field_name";s:12:"unpublish_on";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:752;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"publish_state";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Publish state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:6:"region";s:6:"hidden";s:6:"weight";i:-5;}s:12:"configurable";b:0;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:20:"scheduler_moderation";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:2:{s:21:"SchedulerPublishState";N;s:35:"SchedulerModerationTransitionAccess";N;}s:8:"provider";s:40:"scheduler_content_moderation_integration";s:10:"field_name";s:13:"publish_state";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:list_string";s:8:"settings";a:2:{s:14:"allowed_values";a:0:{}s:23:"allowed_values_function";s:55:"_scheduler_content_moderation_integration_states_values";}}s:18:"\0*\0fieldDefinition";r:787;}s:7:"\0*\0type";s:11:"list_string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:7:"varchar";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:15:"unpublish_state";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Unpublish state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:6:"region";s:6:"hidden";s:6:"weight";i:-5;}s:12:"configurable";b:0;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:20:"scheduler_moderation";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:2:{s:23:"SchedulerUnPublishState";N;s:35:"SchedulerModerationTransitionAccess";N;}s:8:"provider";s:40:"scheduler_content_moderation_integration";s:10:"field_name";s:15:"unpublish_state";s:11:"entity_type";s:4:"node";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:list_string";s:8:"settings";a:2:{s:14:"allowed_values";a:0:{}s:23:"allowed_values_function";s:55:"_scheduler_content_moderation_integration_states_values";}}s:18:"\0*\0fieldDefinition";r:834;}s:7:"\0*\0type";s:11:"list_string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:7:"varchar";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:17:"field_description";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:22:"node.field_description";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"52dbb7bf-30e6-4427-afc5-53f5718fe1b2";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"3AS87dwrSU77oczdhjjhtLjbTP7KRQLnp3_GEpGImFc";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:22:"node.field_description";s:13:"\0*\0field_name";s:17:"field_description";s:14:"\0*\0entity_type";s:4:"node";s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0module";s:4:"core";s:11:"\0*\0settings";a:1:{s:14:"case_sensitive";b:0;}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}s:20:"field_featured_image";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:25:"node.field_featured_image";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"3b897384-8f0f-49f0-8c45-f19a182e1568";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"ij5NA5OrfuoaOPfx4KE3NT0oi0EnokhZweXx3iDOI4w";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:1:{s:6:"module";a:2:{i:0;s:5:"media";i:1;s:4:"node";}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:25:"node.field_featured_image";s:13:"\0*\0field_name";s:20:"field_featured_image";s:14:"\0*\0entity_type";s:4:"node";s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0module";s:4:"core";s:11:"\0*\0settings";a:1:{s:11:"target_type";s:5:"media";}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}s:22:"layout_builder__layout";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:27:"node.layout_builder__layout";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"8e48474a-ca47-4cba-aeee-0ce0a54998b5";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"g7kepf2eck__olXZwnmcQdOVAdSZR0cr77Jm-uf6wfA";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:1:{s:6:"module";a:2:{i:0;s:14:"layout_builder";i:1;s:4:"node";}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:27:"node.layout_builder__layout";s:13:"\0*\0field_name";s:22:"layout_builder__layout";s:14:"\0*\0entity_type";s:4:"node";s:7:"\0*\0type";s:14:"layout_section";s:9:"\0*\0module";s:14:"layout_builder";s:11:"\0*\0settings";a:0:{}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:0;s:9:"\0*\0locked";b:1;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}s:10:"field_tags";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:15:"node.field_tags";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"ebc9e55b-99a4-45db-a89e-babb694e2482";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"WpOE_bs8Bs_HY2ns7n2r__de-xno0-Bxkqep5-MsHAs";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:1:{s:6:"module";a:2:{i:0;s:4:"node";i:1;s:8:"taxonomy";}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:15:"node.field_tags";s:13:"\0*\0field_name";s:10:"field_tags";s:14:"\0*\0entity_type";s:4:"node";s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0module";s:4:"core";s:11:"\0*\0settings";a:1:{s:11:"target_type";s:13:"taxonomy_term";}s:14:"\0*\0cardinality";i:-1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:0;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}s:13:"field_content";O:38:"Drupal\\field\\Entity\\FieldStorageConfig":30:{s:15:"\0*\0entityTypeId";s:20:"field_storage_config";s:15:"\0*\0enforceIsNew";b:1;s:12:"\0*\0typedData";N;s:16:"\0*\0cacheContexts";a:0:{}s:12:"\0*\0cacheTags";a:0:{}s:14:"\0*\0cacheMaxAge";i:-1;s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:13:"\0*\0originalId";s:18:"node.field_content";s:9:"\0*\0status";b:1;s:7:"\0*\0uuid";s:36:"26256814-52a5-4a96-a81b-6125f7e32484";s:11:"\0*\0langcode";s:2:"en";s:23:"\0*\0third_party_settings";a:0:{}s:8:"\0*\0_core";a:1:{s:19:"default_config_hash";s:43:"TCp4LZaLZP1BvDKV-smwg65LNdYOjGR4VT0lqcx__h8";}s:14:"\0*\0trustedData";b:1;s:15:"\0*\0dependencies";a:1:{s:6:"module";a:2:{i:0;s:4:"node";i:1;s:4:"text";}}s:12:"\0*\0isSyncing";b:0;s:5:"\0*\0id";s:18:"node.field_content";s:13:"\0*\0field_name";s:13:"field_content";s:14:"\0*\0entity_type";s:4:"node";s:7:"\0*\0type";s:9:"text_long";s:9:"\0*\0module";s:4:"text";s:11:"\0*\0settings";a:0:{}s:14:"\0*\0cardinality";i:1;s:15:"\0*\0translatable";b:1;s:9:"\0*\0locked";b:0;s:25:"\0*\0persist_with_no_fields";b:1;s:14:"custom_storage";b:0;s:10:"\0*\0indexes";a:0:{}s:10:"\0*\0deleted";b:0;}s:7:"deleted";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Deleted";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:30:"Time when the item got deleted";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:10:"field_name";s:7:"deleted";s:11:"entity_type";s:4:"node";s:8:"provider";s:5:"trash";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:1058;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'node_type.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:9:"node_type";s:8:"\0*\0class";s:27:"Drupal\\node\\Entity\\NodeType";s:11:"\0*\0provider";s:4:"node";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:4:"type";s:5:"label";s:4:"name";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:27:"Drupal\\node\\Entity\\NodeType";s:11:"\0*\0handlers";a:5:{s:6:"access";s:40:"Drupal\\node\\NodeTypeAccessControlHandler";s:4:"form";a:3:{s:3:"add";s:24:"Drupal\\node\\NodeTypeForm";s:4:"edit";s:24:"Drupal\\node\\NodeTypeForm";s:6:"delete";s:38:"Drupal\\node\\Form\\NodeTypeDeleteConfirm";}s:14:"route_provider";a:1:{s:11:"permissions";s:49:"Drupal\\user\\Entity\\EntityPermissionsRouteProvider";}s:12:"list_builder";s:31:"Drupal\\node\\NodeTypeListBuilder";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:24:"administer content types";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:9:"edit-form";s:41:"/admin/structure/types/manage/{node_type}";s:11:"delete-form";s:48:"/admin/structure/types/manage/{node_type}/delete";s:23:"entity-permissions-form";s:53:"/admin/structure/types/manage/{node_type}/permissions";s:10:"collection";s:22:"/admin/structure/types";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";s:4:"node";s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Content type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Content types";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"content type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"content types";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:19:"@count content type";s:6:"plural";s:20:"@count content types";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:21:"config:node_type_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:4:"type";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:7:{i:0;s:4:"name";i:1;s:4:"type";i:2;s:11:"description";i:3;s:4:"help";i:4;s:12:"new_revision";i:5;s:12:"preview_mode";i:6;s:17:"display_submitted";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'pathauto_pattern.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:16:"pathauto_pattern";s:8:"\0*\0class";s:38:"Drupal\\pathauto\\Entity\\PathautoPattern";s:11:"\0*\0provider";s:8:"pathauto";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:10:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:4:"uuid";s:4:"uuid";s:6:"weight";s:6:"weight";s:6:"status";s:6:"status";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:38:"Drupal\\pathauto\\Entity\\PathautoPattern";s:11:"\0*\0handlers";a:6:{s:12:"list_builder";s:42:"Drupal\\pathauto\\PathautoPatternListBuilder";s:4:"form";a:5:{s:7:"default";s:36:"Drupal\\pathauto\\Form\\PatternEditForm";s:9:"duplicate";s:41:"Drupal\\pathauto\\Form\\PatternDuplicateForm";s:6:"delete";s:35:"Drupal\\Core\\Entity\\EntityDeleteForm";s:6:"enable";s:38:"Drupal\\pathauto\\Form\\PatternEnableForm";s:7:"disable";s:39:"Drupal\\pathauto\\Form\\PatternDisableForm";}s:14:"route_provider";a:1:{s:4:"html";s:51:"Drupal\\Core\\Entity\\Routing\\DefaultHtmlRouteProvider";}s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";s:13:"autosave_form";s:51:"Drupal\\autosave_form\\Form\\AutosaveEntityFormHandler";}s:19:"\0*\0admin_permission";s:19:"administer pathauto";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:6:{s:10:"collection";s:34:"/admin/config/search/path/patterns";s:9:"edit-form";s:53:"/admin/config/search/path/patterns/{pathauto_pattern}";s:11:"delete-form";s:60:"/admin/config/search/path/patterns/{pathauto_pattern}/delete";s:6:"enable";s:60:"/admin/config/search/path/patterns/{pathauto_pattern}/enable";s:7:"disable";s:61:"/admin/config/search/path/patterns/{pathauto_pattern}/disable";s:14:"duplicate-form";s:63:"/admin/config/search/path/patterns/{pathauto_pattern}/duplicate";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Pathauto pattern";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";s:0:"";s:15:"\0*\0label_plural";s:0:"";s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:28:"config:pathauto_pattern_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:16:"pathauto_pattern";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:7:"pattern";s:14:"\0*\0lookup_keys";a:3:{i:0;s:4:"type";i:1;s:6:"status";i:2;s:4:"uuid";}s:16:"\0*\0config_export";a:8:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:4:"type";i:3;s:7:"pattern";i:4;s:18:"selection_criteria";i:5;s:15:"selection_logic";i:6;s:6:"weight";i:7;s:13:"relationships";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'path_alias.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:10:"path_alias";s:8:"\0*\0class";s:34:"Drupal\\path_alias\\Entity\\PathAlias";s:11:"\0*\0provider";s:10:"path_alias";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:8:"revision";s:11:"revision_id";s:8:"langcode";s:8:"langcode";s:4:"uuid";s:4:"uuid";s:9:"published";s:6:"status";s:6:"bundle";s:0:"";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:34:"Drupal\\path_alias\\Entity\\PathAlias";s:11:"\0*\0handlers";a:4:{s:7:"storage";s:34:"Drupal\\path_alias\\PathAliasStorage";s:14:"storage_schema";s:40:"Drupal\\path_alias\\PathAliasStorageSchema";s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";}s:19:"\0*\0admin_permission";s:22:"administer url aliases";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";s:10:"path_alias";s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";s:19:"path_alias_revision";s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"URL alias";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"URL aliases";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"URL alias";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"URL aliases";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:16:"@count URL alias";s:6:"plural";s:18:"@count URL aliases";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:11:"route_match";}s:14:"\0*\0constraints";a:2:{s:15:"UniquePathAlias";a:0:{}s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:1:{s:16:"revision_default";s:16:"revision_default";}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'path_alias.field_storage_definitions', 'a:8:{s:2:"id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:10:"path_alias";s:10:"field_name";s:2:"id";s:11:"entity_type";s:10:"path_alias";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:10:"path_alias";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:10:"path_alias";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:36;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"revision_id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:10:"path_alias";s:10:"field_name";s:11:"revision_id";s:11:"entity_type";s:10:"path_alias";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:69;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Language";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:15:"language_select";s:6:"weight";i:2;}}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:3:"und";}}s:8:"provider";s:10:"path_alias";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:10:"path_alias";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:103;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"path";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"System path";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:36:"The path that this alias belongs to.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"revisionable";b:1;s:8:"provider";s:10:"path_alias";s:10:"field_name";s:4:"path";s:11:"entity_type";s:10:"path_alias";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:3:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}s:11:"constraints";a:1:{s:11:"ComplexData";a:1:{s:5:"value";a:2:{s:9:"ValidPath";a:0:{}s:5:"Regex";a:2:{s:7:"pattern";s:6:"/^\\//i";s:7:"message";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:42:"The source path has to start with a slash.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}}}}s:18:"\0*\0fieldDefinition";r:141;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:5:"alias";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"URL alias";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"An alias used with this path.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"revisionable";b:1;s:8:"provider";s:10:"path_alias";s:10:"field_name";s:5:"alias";s:11:"entity_type";s:10:"path_alias";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:3:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}s:11:"constraints";a:1:{s:11:"ComplexData";a:1:{s:5:"value";a:1:{s:5:"Regex";a:2:{s:7:"pattern";s:6:"/^\\//i";s:7:"message";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:41:"The alias path has to start with a slash.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}}}}s:18:"\0*\0fieldDefinition";r:187;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"status";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Published";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:0;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:8:"provider";s:10:"path_alias";s:10:"field_name";s:6:"status";s:11:"entity_type";s:10:"path_alias";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:232;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_default";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Default revision";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"A flag indicating whether this was a default revision when it was saved.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:16:"storage_required";b:1;s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:8:"provider";s:10:"path_alias";s:10:"field_name";s:16:"revision_default";s:11:"entity_type";s:10:"path_alias";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:271;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'redirect.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:8:"redirect";s:8:"\0*\0class";s:31:"Drupal\\redirect\\Entity\\Redirect";s:11:"\0*\0provider";s:8:"redirect";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:3:"rid";s:5:"label";s:15:"redirect_source";s:4:"uuid";s:4:"uuid";s:6:"bundle";s:4:"type";s:8:"langcode";s:8:"language";s:8:"revision";s:0:"";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:31:"Drupal\\redirect\\Entity\\Redirect";s:11:"\0*\0handlers";a:8:{s:12:"list_builder";s:36:"Drupal\\Core\\Entity\\EntityListBuilder";s:4:"form";a:4:{s:7:"default";s:33:"Drupal\\redirect\\Form\\RedirectForm";s:6:"delete";s:39:"Drupal\\redirect\\Form\\RedirectDeleteForm";s:4:"edit";s:33:"Drupal\\redirect\\Form\\RedirectForm";s:14:"layout_builder";s:46:"Drupal\\layout_builder\\Form\\OverridesEntityForm";}s:10:"views_data";s:33:"Drupal\\redirect\\RedirectViewsData";s:14:"storage_schema";s:38:"\\Drupal\\redirect\\RedirectStorageSchema";s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:46:"Drupal\\Core\\Entity\\Sql\\SqlContentEntityStorage";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:13:"autosave_form";s:51:"Drupal\\autosave_form\\Form\\AutosaveEntityFormHandler";}s:19:"\0*\0admin_permission";s:20:"administer redirects";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:3:{s:9:"canonical";s:45:"/admin/config/search/redirect/edit/{redirect}";s:11:"delete-form";s:47:"/admin/config/search/redirect/delete/{redirect}";s:9:"edit-form";s:45:"/admin/config/search/redirect/edit/{redirect}";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Redirect type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"\0*\0base_table";s:8:"redirect";s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Redirect";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";s:0:"";s:15:"\0*\0label_plural";s:0:"";s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:13:"redirect_list";}s:14:"\0*\0constraints";a:2:{s:26:"EntityUntranslatableFields";N;s:10:"EcaContent";N;}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:8:"redirect";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:1:{s:16:"revision_default";s:16:"revision_default";}}'), ('entity.definitions.installed', 'redirect.field_storage_definitions', 'a:10:{s:3:"rid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Redirect ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"The redirect ID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:8:"redirect";s:10:"field_name";s:3:"rid";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"The record UUID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:8:"redirect";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:40;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"hash";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Hash";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:18:"The redirect hash.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:8:"redirect";s:10:"field_name";s:4:"hash";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:64;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:77;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:64;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"type";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Type";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:18:"The redirect type.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:8:"redirect";s:10:"field_name";s:4:"type";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:111;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"User ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:31:"The user ID of the node author.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:22:"default_value_callback";s:50:"\\Drupal\\redirect\\Entity\\Redirect::getCurrentUserId";s:8:"provider";s:8:"redirect";s:10:"field_name";s:3:"uid";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:145;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:15:"redirect_source";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"From";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:152:"Enter an internal Drupal path or path alias to redirect (e.g. %example1 or %example2). Fragment anchors (e.g. %anchor) are <strong>not</strong> allowed.";s:12:"\0*\0arguments";a:3:{s:9:"%example1";s:8:"node/123";s:9:"%example2";s:17:"taxonomy/term/123";s:7:"%anchor";s:7:"#anchor";}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"translatable";b:0;s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:13:"redirect_link";s:6:"weight";i:-5;}s:12:"configurable";b:1;}}s:8:"provider";s:8:"redirect";s:10:"field_name";s:15:"redirect_source";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:26:"field_item:redirect_source";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:182;}s:7:"\0*\0type";s:15:"redirect_source";s:9:"\0*\0schema";a:4:{s:7:"columns";a:2:{s:4:"path";a:3:{s:11:"description";s:15:"The source path";s:4:"type";s:7:"varchar";s:6:"length";i:2048;}s:5:"query";a:4:{s:11:"description";s:32:"Serialized array of path queries";s:4:"type";s:4:"blob";s:4:"size";s:3:"big";s:9:"serialize";b:1;}}s:7:"indexes";a:1:{s:4:"path";a:1:{i:0;a:2:{i:0;s:4:"path";i:1;i:50;}}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:17:"redirect_redirect";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"To";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:12:"translatable";b:0;s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:4:"link";s:6:"weight";i:-4;}s:12:"configurable";b:1;}}s:8:"provider";s:8:"redirect";s:10:"field_name";s:17:"redirect_redirect";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:link";s:8:"settings";a:2:{s:5:"title";i:0;s:9:"link_type";i:17;}}s:18:"\0*\0fieldDefinition";r:233;}s:7:"\0*\0type";s:4:"link";s:9:"\0*\0schema";a:4:{s:7:"columns";a:3:{s:3:"uri";a:3:{s:11:"description";s:20:"The URI of the link.";s:4:"type";s:7:"varchar";s:6:"length";i:2048;}s:5:"title";a:3:{s:11:"description";s:14:"The link text.";s:4:"type";s:7:"varchar";s:6:"length";i:255;}s:7:"options";a:4:{s:11:"description";s:41:"Serialized array of options for the link.";s:4:"type";s:4:"blob";s:4:"size";s:3:"big";s:9:"serialize";b:1;}}s:7:"indexes";a:1:{s:3:"uri";a:1:{i:0;a:2:{i:0;s:3:"uri";i:1;i:30;}}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"language";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Language";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:22:"The redirect language.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:1:{s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:15:"language_select";s:6:"weight";i:2;}}}s:8:"provider";s:8:"redirect";s:10:"field_name";s:8:"language";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:283;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"status_code";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Status code";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:25:"The redirect status code.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";i:0;}}s:8:"provider";s:8:"redirect";s:10:"field_name";s:11:"status_code";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:318;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Created";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:39:"The date when the redirect was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:8:"redirect";s:10:"field_name";s:7:"created";s:11:"entity_type";s:8:"redirect";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:358;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'responsive_image_style.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:22:"responsive_image_style";s:8:"\0*\0class";s:51:"Drupal\\responsive_image\\Entity\\ResponsiveImageStyle";s:11:"\0*\0provider";s:16:"responsive_image";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:51:"Drupal\\responsive_image\\Entity\\ResponsiveImageStyle";s:11:"\0*\0handlers";a:4:{s:12:"list_builder";s:55:"Drupal\\responsive_image\\ResponsiveImageStyleListBuilder";s:4:"form";a:4:{s:4:"edit";s:48:"Drupal\\responsive_image\\ResponsiveImageStyleForm";s:3:"add";s:48:"Drupal\\responsive_image\\ResponsiveImageStyleForm";s:6:"delete";s:35:"Drupal\\Core\\Entity\\EntityDeleteForm";s:9:"duplicate";s:48:"Drupal\\responsive_image\\ResponsiveImageStyleForm";}s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:28:"administer responsive images";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:9:"edit-form";s:67:"/admin/config/media/responsive-image-style/{responsive_image_style}";s:14:"duplicate-form";s:77:"/admin/config/media/responsive-image-style/{responsive_image_style}/duplicate";s:11:"delete-form";s:74:"/admin/config/media/responsive-image-style/{responsive_image_style}/delete";s:10:"collection";s:42:"/admin/config/media/responsive-image-style";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:22:"Responsive image style";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"Responsive image styles";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:22:"responsive image style";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"responsive image styles";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:29:"@count responsive image style";s:6:"plural";s:30:"@count responsive image styles";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:34:"config:responsive_image_style_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:22:"responsive_image_style";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:6:"styles";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:5:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:20:"image_style_mappings";i:3;s:16:"breakpoint_group";i:4;s:20:"fallback_image_style";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'symfony_mailer_lite_transport.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:29:"symfony_mailer_lite_transport";s:8:"\0*\0class";s:43:"Drupal\\symfony_mailer_lite\\Entity\\Transport";s:11:"\0*\0provider";s:19:"symfony_mailer_lite";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:43:"Drupal\\symfony_mailer_lite\\Entity\\Transport";s:11:"\0*\0handlers";a:5:{s:12:"list_builder";s:47:"Drupal\\symfony_mailer_lite\\TransportListBuilder";s:4:"form";a:3:{s:4:"edit";s:45:"Drupal\\symfony_mailer_lite\\Form\\TransportForm";s:3:"add";s:48:"Drupal\\symfony_mailer_lite\\Form\\TransportAddForm";s:6:"delete";s:35:"Drupal\\Core\\Entity\\EntityDeleteForm";}s:6:"access";s:56:"Drupal\\symfony_mailer_lite\\TransportAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";s:13:"autosave_form";s:51:"Drupal\\autosave_form\\Form\\AutosaveEntityFormHandler";}s:19:"\0*\0admin_permission";s:44:"administer symfony_mailer_lite configuration";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:9:"edit-form";s:82:"/admin/config/system/symfony-mailer-lite/transport/{symfony_mailer_lite_transport}";s:11:"delete-form";s:89:"/admin/config/system/symfony-mailer-lite/transport/{symfony_mailer_lite_transport}/delete";s:11:"set-default";s:94:"/admin/config/system/symfony-mailer-lite/transport/{symfony_mailer_lite_transport}/set-default";s:10:"collection";s:50:"/admin/config/system/symfony-mailer-lite/transport";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:36:"Drupal Symfony Mailer Lite Transport";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";s:0:"";s:17:"\0*\0label_singular";s:0:"";s:15:"\0*\0label_plural";s:0:"";s:14:"\0*\0label_count";a:0:{}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:41:"config:symfony_mailer_lite_transport_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:29:"symfony_mailer_lite_transport";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:4:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:6:"plugin";i:3;s:13:"configuration";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'taxonomy_term.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:13:"taxonomy_term";s:8:"\0*\0class";s:27:"Drupal\\taxonomy\\Entity\\Term";s:11:"\0*\0provider";s:8:"taxonomy";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:3:"tid";s:8:"revision";s:11:"revision_id";s:6:"bundle";s:3:"vid";s:5:"label";s:4:"name";s:8:"langcode";s:8:"langcode";s:4:"uuid";s:4:"uuid";s:9:"published";s:6:"status";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:27:"Drupal\\taxonomy\\Entity\\Term";s:11:"\0*\0handlers";a:9:{s:7:"storage";s:27:"Drupal\\taxonomy\\TermStorage";s:14:"storage_schema";s:33:"Drupal\\taxonomy\\TermStorageSchema";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";s:12:"list_builder";s:36:"Drupal\\Core\\Entity\\EntityListBuilder";s:6:"access";s:40:"Drupal\\taxonomy\\TermAccessControlHandler";s:10:"views_data";s:29:"Drupal\\taxonomy\\TermViewsData";s:4:"form";a:5:{s:7:"default";s:24:"Drupal\\taxonomy\\TermForm";s:6:"delete";s:35:"Drupal\\taxonomy\\Form\\TermDeleteForm";s:15:"revision-delete";s:42:"Drupal\\Core\\Entity\\Form\\RevisionDeleteForm";s:15:"revision-revert";s:42:"Drupal\\Core\\Entity\\Form\\RevisionRevertForm";s:14:"layout_builder";s:46:"Drupal\\layout_builder\\Form\\OverridesEntityForm";}s:14:"route_provider";a:1:{s:8:"revision";s:52:"Drupal\\Core\\Entity\\Routing\\RevisionHtmlRouteProvider";}s:11:"translation";s:38:"Drupal\\taxonomy\\TermTranslationHandler";}s:19:"\0*\0admin_permission";N;s:24:"\0*\0collection_permission";s:24:"access taxonomy overview";s:25:"\0*\0permission_granularity";s:6:"bundle";s:8:"\0*\0links";a:8:{s:9:"canonical";s:30:"/taxonomy/term/{taxonomy_term}";s:11:"delete-form";s:37:"/taxonomy/term/{taxonomy_term}/delete";s:9:"edit-form";s:35:"/taxonomy/term/{taxonomy_term}/edit";s:6:"create";s:14:"/taxonomy/term";s:8:"revision";s:69:"/taxonomy/term/{taxonomy_term}/revision/{taxonomy_term_revision}/view";s:20:"revision-delete-form";s:71:"/taxonomy/term/{taxonomy_term}/revision/{taxonomy_term_revision}/delete";s:20:"revision-revert-form";s:71:"/taxonomy/term/{taxonomy_term}/revision/{taxonomy_term_revision}/revert";s:15:"version-history";s:40:"/taxonomy/term/{taxonomy_term}/revisions";}s:21:"\0*\0bundle_entity_type";s:19:"taxonomy_vocabulary";s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Vocabulary";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"\0*\0base_table";s:18:"taxonomy_term_data";s:22:"\0*\0revision_data_table";s:28:"taxonomy_term_field_revision";s:17:"\0*\0revision_table";s:22:"taxonomy_term_revision";s:13:"\0*\0data_table";s:24:"taxonomy_term_field_data";s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:1;s:19:"\0*\0show_revision_ui";b:1;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Taxonomy term";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"Taxonomy terms";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"taxonomy term";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"taxonomy terms";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:20:"@count taxonomy term";s:6:"plural";s:21:"@count taxonomy terms";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";s:40:"entity.taxonomy_vocabulary.overview_form";s:26:"\0*\0common_reference_target";b:1;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:18:"taxonomy_term_list";}s:14:"\0*\0constraints";a:3:{s:17:"TaxonomyHierarchy";a:0:{}s:13:"EntityChanged";N;s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:4:{s:13:"revision_user";s:13:"revision_user";s:16:"revision_created";s:16:"revision_created";s:20:"revision_log_message";s:20:"revision_log_message";s:16:"revision_default";s:16:"revision_default";}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'taxonomy_term.field_storage_definitions', 'a:21:{s:3:"tid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Term ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"The term ID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:3:"tid";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"The term UUID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:40;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"revision_id";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Revision ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:11:"revision_id";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:77;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Language";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}s:4:"form";a:1:{s:7:"options";a:2:{s:4:"type";s:15:"language_select";s:6:"weight";i:2;}}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"The term language code.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:111;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:3:"vid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Vocabulary";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:45:"The vocabulary to which the term is assigned.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:3:"vid";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:19:"taxonomy_vocabulary";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:151;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision create time";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:47:"The time that the current revision was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:16:"revision_created";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:189;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"revision_user";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Revision user";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:50:"The user ID of the author of the current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:13:"revision_user";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:219;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:20:"revision_log_message";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:20:"Revision log message";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:43:"Briefly describe the changes you have made.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:7:"display";a:1:{s:4:"form";a:1:{s:7:"options";a:3:{s:4:"type";s:15:"string_textarea";s:6:"weight";i:25;s:8:"settings";a:1:{s:4:"rows";i:4;}}}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:20:"revision_log_message";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:string_long";s:8:"settings";a:1:{s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:256;}s:7:"\0*\0type";s:11:"string_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"status";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Published";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"revisionable";b:1;s:12:"translatable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:3:{s:4:"type";s:16:"boolean_checkbox";s:8:"settings";a:1:{s:13:"display_label";b:1;}s:6:"weight";i:100;}s:12:"configurable";b:1;}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:6:"status";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:3:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}s:5:"class";s:22:"Drupal\\user\\StatusItem";}s:18:"\0*\0fieldDefinition";r:298;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"name";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Name";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:8:"required";b:1;s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:6:"string";s:6:"weight";i:-5;}}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:16:"string_textfield";s:6:"weight";i:-5;}s:12:"configurable";b:1;}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:4:"name";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:346;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:11:"description";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Description";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:6:"weight";i:0;}s:12:"configurable";b:1;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:14:"text_textfield";s:6:"weight";i:0;}s:12:"configurable";b:1;}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:11:"description";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:text_long";s:8:"settings";a:1:{s:15:"allowed_formats";a:0:{}}}s:18:"\0*\0fieldDefinition";r:390;}s:7:"\0*\0type";s:9:"text_long";s:9:"\0*\0schema";a:4:{s:7:"columns";a:2:{s:5:"value";a:2:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";}s:6:"format";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"weight";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:6:"Weight";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:51:"The weight of this term in relation to other terms.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";i:0;}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:6:"weight";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:436;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"parent";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Term Parents";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:25:"The parents of this term.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"cardinality";i:-1;s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:6:"parent";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:13:"taxonomy_term";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:476;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"changed";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Changed";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:39:"The time that the term was last edited.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:7:"changed";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:changed";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:512;}s:7:"\0*\0type";s:7:"changed";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"default_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Default translation";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:58:"A flag indicating whether this is the default translation.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:16:"default_langcode";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:543;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"revision_default";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:11:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:16:"Default revision";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"A flag indicating whether this was a default revision when it was saved.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:16:"storage_required";b:1;s:8:"internal";b:1;s:12:"translatable";b:0;s:12:"revisionable";b:1;s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:16:"revision_default";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:586;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:29:"revision_translation_affected";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"Revision translation affected";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:72:"Indicates if the last edit of a translation belongs to current revision.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:12:"revisionable";b:1;s:12:"translatable";b:1;s:8:"provider";s:8:"taxonomy";s:10:"field_name";s:29:"revision_translation_affected";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:628;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:10:"publish_on";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Publish on";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:29:"datetime_timestamp_no_default";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:1:{s:18:"SchedulerPublishOn";N;}s:8:"provider";s:9:"scheduler";s:10:"field_name";s:10:"publish_on";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:669;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:12:"unpublish_on";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"Unpublish on";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:1:{s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:29:"datetime_timestamp_no_default";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:1:{s:20:"SchedulerUnpublishOn";N;}s:8:"provider";s:9:"scheduler";s:10:"field_name";s:12:"unpublish_on";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:704;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:13:"publish_state";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Publish state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:6:"region";s:6:"hidden";s:6:"weight";i:-5;}s:12:"configurable";b:0;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:20:"scheduler_moderation";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:2:{s:21:"SchedulerPublishState";N;s:35:"SchedulerModerationTransitionAccess";N;}s:8:"provider";s:40:"scheduler_content_moderation_integration";s:10:"field_name";s:13:"publish_state";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:list_string";s:8:"settings";a:2:{s:14:"allowed_values";a:0:{}s:23:"allowed_values_function";s:55:"_scheduler_content_moderation_integration_states_values";}}s:18:"\0*\0fieldDefinition";r:739;}s:7:"\0*\0type";s:11:"list_string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:7:"varchar";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:15:"unpublish_state";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:15:"Unpublish state";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:2:{s:7:"options";a:3:{s:5:"label";s:6:"hidden";s:6:"region";s:6:"hidden";s:6:"weight";i:-5;}s:12:"configurable";b:0;}s:4:"form";a:2:{s:7:"options";a:2:{s:4:"type";s:20:"scheduler_moderation";s:6:"region";s:6:"hidden";}s:12:"configurable";b:1;}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:11:"constraints";a:2:{s:23:"SchedulerUnPublishState";N;s:35:"SchedulerModerationTransitionAccess";N;}s:8:"provider";s:40:"scheduler_content_moderation_integration";s:10:"field_name";s:15:"unpublish_state";s:11:"entity_type";s:13:"taxonomy_term";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:22:"field_item:list_string";s:8:"settings";a:2:{s:14:"allowed_values";a:0:{}s:23:"allowed_values_function";s:55:"_scheduler_content_moderation_integration_states_values";}}s:18:"\0*\0fieldDefinition";r:786;}s:7:"\0*\0type";s:11:"list_string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:7:"varchar";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'taxonomy_vocabulary.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:19:"taxonomy_vocabulary";s:8:"\0*\0class";s:33:"Drupal\\taxonomy\\Entity\\Vocabulary";s:11:"\0*\0provider";s:8:"taxonomy";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:3:"vid";s:5:"label";s:4:"name";s:6:"weight";s:6:"weight";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:33:"Drupal\\taxonomy\\Entity\\Vocabulary";s:11:"\0*\0handlers";a:5:{s:7:"storage";s:33:"Drupal\\taxonomy\\VocabularyStorage";s:12:"list_builder";s:37:"Drupal\\taxonomy\\VocabularyListBuilder";s:6:"access";s:46:"Drupal\\taxonomy\\VocabularyAccessControlHandler";s:4:"form";a:4:{s:7:"default";s:30:"Drupal\\taxonomy\\VocabularyForm";s:5:"reset";s:40:"Drupal\\taxonomy\\Form\\VocabularyResetForm";s:6:"delete";s:41:"Drupal\\taxonomy\\Form\\VocabularyDeleteForm";s:8:"overview";s:34:"Drupal\\taxonomy\\Form\\OverviewTerms";}s:14:"route_provider";a:2:{s:4:"html";s:54:"Drupal\\taxonomy\\Entity\\Routing\\VocabularyRouteProvider";s:11:"permissions";s:49:"Drupal\\user\\Entity\\EntityPermissionsRouteProvider";}}s:19:"\0*\0admin_permission";s:19:"administer taxonomy";s:24:"\0*\0collection_permission";s:24:"access taxonomy overview";s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:7:{s:8:"add-form";s:29:"/admin/structure/taxonomy/add";s:11:"delete-form";s:61:"/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/delete";s:10:"reset-form";s:60:"/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/reset";s:13:"overview-form";s:63:"/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview";s:9:"edit-form";s:54:"/admin/structure/taxonomy/manage/{taxonomy_vocabulary}";s:23:"entity-permissions-form";s:75:"/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview/permissions";s:10:"collection";s:25:"/admin/structure/taxonomy";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";s:13:"taxonomy_term";s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Taxonomy vocabulary";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Taxonomy";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"vocabulary";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"vocabularies";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:17:"@count vocabulary";s:6:"plural";s:19:"@count vocabularies";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:31:"config:taxonomy_vocabulary_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:10:"vocabulary";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:5:{i:0;s:4:"name";i:1;s:3:"vid";i:2;s:11:"description";i:3;s:6:"weight";i:4;s:12:"new_revision";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'user.entity_type', 'O:36:"Drupal\\Core\\Entity\\ContentEntityType":41:{s:5:"\0*\0id";s:4:"user";s:8:"\0*\0class";s:23:"Drupal\\user\\Entity\\User";s:11:"\0*\0provider";s:4:"user";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:7:{s:2:"id";s:3:"uid";s:8:"langcode";s:8:"langcode";s:4:"uuid";s:4:"uuid";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:23:"Drupal\\user\\Entity\\User";s:11:"\0*\0handlers";a:9:{s:7:"storage";s:23:"Drupal\\user\\UserStorage";s:14:"storage_schema";s:29:"Drupal\\user\\UserStorageSchema";s:6:"access";s:36:"Drupal\\user\\UserAccessControlHandler";s:12:"list_builder";s:27:"Drupal\\user\\UserListBuilder";s:10:"views_data";s:25:"Drupal\\user\\UserViewsData";s:14:"route_provider";a:1:{s:4:"html";s:36:"Drupal\\user\\Entity\\UserRouteProvider";}s:4:"form";a:3:{s:7:"default";s:23:"Drupal\\user\\ProfileForm";s:6:"cancel";s:31:"Drupal\\user\\Form\\UserCancelForm";s:8:"register";s:24:"Drupal\\user\\RegisterForm";}s:11:"translation";s:37:"Drupal\\user\\ProfileTranslationHandler";s:12:"view_builder";s:36:"Drupal\\Core\\Entity\\EntityViewBuilder";}s:19:"\0*\0admin_permission";s:16:"administer users";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:9:"canonical";s:12:"/user/{user}";s:9:"edit-form";s:17:"/user/{user}/edit";s:11:"cancel-form";s:19:"/user/{user}/cancel";s:10:"collection";s:13:"/admin/people";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";s:5:"users";s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";s:16:"users_field_data";s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:1;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"User";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Users";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"user";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"users";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:11:"@count user";s:6:"plural";s:12:"@count users";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:7:"content";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Content";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";s:22:"entity.user.admin_form";s:26:"\0*\0common_reference_target";b:1;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:9:"user_list";}s:14:"\0*\0constraints";a:2:{s:13:"EntityChanged";N;s:26:"EntityUntranslatableFields";N;}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:25:"\0*\0revision_metadata_keys";a:1:{s:16:"revision_default";s:16:"revision_default";}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.definitions.installed', 'user.field_storage_definitions', 'a:17:{s:3:"uid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"User ID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:12:"The user ID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"user";s:10:"field_name";s:3:"uid";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:integer";s:8:"settings";a:6:{s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";}}s:18:"\0*\0fieldDefinition";r:2;}s:7:"\0*\0type";s:7:"integer";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"uuid";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"UUID";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"read-only";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:14:"The user UUID.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"user";s:10:"field_name";s:4:"uuid";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:15:"field_item:uuid";s:8:"settings";a:3:{s:10:"max_length";i:128;s:8:"is_ascii";b:1;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:40;}s:7:"\0*\0type";s:4:"uuid";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;}}s:11:"unique keys";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Language code";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:7:"display";a:2:{s:4:"view";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}s:4:"form";a:1:{s:7:"options";a:1:{s:6:"region";s:6:"hidden";}}}s:12:"translatable";b:1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"The user language code.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"user";s:10:"field_name";s:8:"langcode";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:77;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:18:"preferred_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"Preferred language code";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:77:"The user''s preferred language code for receiving emails and viewing the site.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"user";s:10:"field_name";s:18:"preferred_langcode";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:3:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}s:11:"constraints";a:1:{s:11:"ComplexData";a:1:{s:5:"value";a:2:{s:13:"AllowedValues";a:1:{s:8:"callback";s:60:"Drupal\\user\\Entity\\User::getAllowedConfigurableLanguageCodes";}s:6:"Length";a:1:{s:3:"max";i:12;}}}}}s:18:"\0*\0fieldDefinition";r:115;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:24:"preferred_admin_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:29:"Preferred admin language code";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:68:"The user''s preferred language code for viewing administration pages.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";N;}}s:8:"provider";s:4:"user";s:10:"field_name";s:24:"preferred_admin_langcode";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:3:{s:4:"type";s:19:"field_item:language";s:8:"settings";a:0:{}s:11:"constraints";a:1:{s:11:"ComplexData";a:1:{s:5:"value";a:2:{s:13:"AllowedValues";a:1:{s:8:"callback";s:60:"Drupal\\user\\Entity\\User::getAllowedConfigurableLanguageCodes";}s:6:"Length";a:1:{s:3:"max";i:12;}}}}}s:18:"\0*\0fieldDefinition";r:152;}s:7:"\0*\0type";s:8:"language";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"name";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Name";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:22:"The name of this user.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"required";b:1;s:11:"constraints";a:2:{s:8:"UserName";a:0:{}s:14:"UserNameUnique";a:0:{}}s:8:"provider";s:4:"user";s:10:"field_name";s:4:"name";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:3:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}s:5:"class";s:25:"\\Drupal\\user\\UserNameItem";}s:18:"\0*\0fieldDefinition";r:192;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"pass";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Password";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:35:"The password of this user (hashed).";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"constraints";a:1:{s:18:"ProtectedUserField";N;}s:8:"provider";s:4:"user";s:10:"field_name";s:4:"pass";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:19:"field_item:password";s:8:"settings";a:3:{s:10:"max_length";i:255;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}}s:18:"\0*\0fieldDefinition";r:231;}s:7:"\0*\0type";s:8:"password";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"mail";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:9:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Email";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"The email of this user.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:11:"constraints";a:3:{s:14:"UserMailUnique";N;s:16:"UserMailRequired";N;s:18:"ProtectedUserField";N;}s:8:"provider";s:4:"user";s:10:"field_name";s:4:"mail";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:16:"field_item:email";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:267;}s:7:"\0*\0type";s:5:"email";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:7:"varchar";s:6:"length";i:254;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:8:"timezone";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Timezone";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:26:"The timezone of this user.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"user";s:10:"field_name";s:8:"timezone";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:4:{s:4:"type";s:17:"field_item:string";s:8:"settings";a:3:{s:10:"max_length";i:32;s:8:"is_ascii";b:0;s:14:"case_sensitive";b:0;}s:11:"constraints";a:1:{s:11:"ComplexData";a:1:{s:5:"value";a:1:{s:13:"AllowedValues";a:1:{s:8:"callback";s:44:"Drupal\\user\\Entity\\User::getAllowedTimezones";}}}}s:5:"class";s:24:"Drupal\\user\\TimeZoneItem";}s:18:"\0*\0fieldDefinition";r:304;}s:7:"\0*\0type";s:6:"string";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:32;s:6:"binary";b:0;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"status";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"User status";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:38:"Whether the user is active or blocked.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:0;}}s:8:"provider";s:4:"user";s:10:"field_name";s:6:"status";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:3:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}s:5:"class";s:22:"Drupal\\user\\StatusItem";}s:18:"\0*\0fieldDefinition";r:344;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"created";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Created";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:35:"The time that the user was created.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"user";s:10:"field_name";s:7:"created";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:created";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:386;}s:7:"\0*\0type";s:7:"created";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:7:"changed";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:7:"Changed";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:39:"The time that the user was last edited.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:8:"provider";s:4:"user";s:10:"field_name";s:7:"changed";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:changed";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:415;}s:7:"\0*\0type";s:7:"changed";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:6:"access";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:11:"Last access";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:46:"The time that the user last accessed the site.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";i:0;}}s:8:"provider";s:4:"user";s:10:"field_name";s:6:"access";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:445;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:5:"login";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:10:"Last login";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:38:"The time that the user last logged in.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";i:0;}}s:8:"provider";s:4:"user";s:10:"field_name";s:5:"login";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:20:"field_item:timestamp";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:477;}s:7:"\0*\0type";s:9:"timestamp";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:1:{s:4:"type";s:3:"int";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:4:"init";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:8:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Initial email";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:52:"The email address used for initial account creation.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:8:"provider";s:4:"user";s:10:"field_name";s:4:"init";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:16:"field_item:email";s:8:"settings";a:0:{}}s:18:"\0*\0fieldDefinition";r:509;}s:7:"\0*\0type";s:5:"email";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:7:"varchar";s:6:"length";i:254;}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:5:"roles";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:7:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Roles";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"cardinality";i:-1;s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:23:"The roles the user has.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:8:"provider";s:4:"user";s:10:"field_name";s:5:"roles";s:11:"entity_type";s:4:"user";s:6:"bundle";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:27:"field_item:entity_reference";s:8:"settings";a:3:{s:11:"target_type";s:9:"user_role";s:7:"handler";s:7:"default";s:16:"handler_settings";a:0:{}}}s:18:"\0*\0fieldDefinition";r:542;}s:7:"\0*\0type";s:16:"entity_reference";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:9:"target_id";a:3:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:11:"unique keys";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}s:16:"default_langcode";O:37:"Drupal\\Core\\Field\\BaseFieldDefinition":5:{s:13:"\0*\0definition";a:10:{s:5:"label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:19:"Default translation";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:11:"description";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:58:"A flag indicating whether this is the default translation.";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:12:"translatable";b:1;s:12:"revisionable";b:1;s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";b:1;}}s:8:"provider";s:4:"user";s:10:"field_name";s:16:"default_langcode";s:11:"entity_type";s:4:"user";s:6:"bundle";N;s:13:"initial_value";N;}s:17:"\0*\0itemDefinition";O:51:"Drupal\\Core\\Field\\TypedData\\FieldItemDataDefinition":2:{s:13:"\0*\0definition";a:2:{s:4:"type";s:18:"field_item:boolean";s:8:"settings";a:2:{s:8:"on_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:2:"On";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:9:"off_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:3:"Off";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}}}s:18:"\0*\0fieldDefinition";r:578;}s:7:"\0*\0type";s:7:"boolean";s:9:"\0*\0schema";a:4:{s:7:"columns";a:1:{s:5:"value";a:2:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";}}s:11:"unique keys";a:0:{}s:7:"indexes";a:0:{}s:12:"foreign keys";a:0:{}}s:10:"\0*\0indexes";a:0:{}}}'), ('entity.definitions.installed', 'user_role.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:9:"user_role";s:8:"\0*\0class";s:23:"Drupal\\user\\Entity\\Role";s:11:"\0*\0provider";s:4:"user";s:15:"\0*\0static_cache";b:1;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:2:"id";s:6:"weight";s:6:"weight";s:5:"label";s:5:"label";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:23:"Drupal\\user\\Entity\\Role";s:11:"\0*\0handlers";a:4:{s:7:"storage";s:23:"Drupal\\user\\RoleStorage";s:6:"access";s:36:"Drupal\\user\\RoleAccessControlHandler";s:12:"list_builder";s:27:"Drupal\\user\\RoleListBuilder";s:4:"form";a:2:{s:7:"default";s:20:"Drupal\\user\\RoleForm";s:6:"delete";s:35:"Drupal\\Core\\Entity\\EntityDeleteForm";}}s:19:"\0*\0admin_permission";s:22:"administer permissions";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:4:{s:11:"delete-form";s:45:"/admin/people/roles/manage/{user_role}/delete";s:9:"edit-form";s:38:"/admin/people/roles/manage/{user_role}";s:21:"edit-permissions-form";s:37:"/admin/people/permissions/{user_role}";s:10:"collection";s:19:"/admin/people/roles";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"Role";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Roles";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"role";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"roles";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:11:"@count role";s:6:"plural";s:12:"@count roles";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:21:"config:user_role_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:4:"role";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:5:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:6:"weight";i:3;s:8:"is_admin";i:4;s:11:"permissions";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'view.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:4:"view";s:8:"\0*\0class";s:24:"Drupal\\views\\Entity\\View";s:11:"\0*\0provider";s:5:"views";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:9:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:6:"status";s:6:"status";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";s:4:"uuid";s:4:"uuid";}s:16:"\0*\0originalClass";s:24:"Drupal\\views\\Entity\\View";s:11:"\0*\0handlers";a:2:{s:6:"access";s:45:"Drupal\\Core\\Entity\\EntityAccessControlHandler";s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:16:"administer views";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:0:{}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"View";s:12:"\0*\0arguments";a:1:{s:7:"context";s:16:"View entity type";}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"Views";s:12:"\0*\0arguments";a:1:{s:7:"context";s:16:"View entity type";}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:4:"view";s:12:"\0*\0arguments";a:1:{s:7:"context";s:16:"View entity type";}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:5:"views";s:12:"\0*\0arguments";a:1:{s:7:"context";s:16:"View entity type";}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:11:"@count view";s:6:"plural";s:12:"@count views";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:16:"config:view_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:0:{}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";N;s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:8:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:6:"module";i:3;s:11:"description";i:4;s:3:"tag";i:5;s:10:"base_table";i:6;s:10:"base_field";i:7;s:7:"display";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.definitions.installed', 'workflow.entity_type', 'O:42:"Drupal\\Core\\Config\\Entity\\ConfigEntityType":44:{s:5:"\0*\0id";s:8:"workflow";s:8:"\0*\0class";s:32:"Drupal\\workflows\\Entity\\Workflow";s:11:"\0*\0provider";s:9:"workflows";s:15:"\0*\0static_cache";b:0;s:15:"\0*\0render_cache";b:1;s:19:"\0*\0persistent_cache";b:1;s:14:"\0*\0entity_keys";a:8:{s:2:"id";s:2:"id";s:5:"label";s:5:"label";s:4:"uuid";s:4:"uuid";s:8:"revision";s:0:"";s:6:"bundle";s:0:"";s:8:"langcode";s:8:"langcode";s:16:"default_langcode";s:16:"default_langcode";s:29:"revision_translation_affected";s:29:"revision_translation_affected";}s:16:"\0*\0originalClass";s:32:"Drupal\\workflows\\Entity\\Workflow";s:11:"\0*\0handlers";a:5:{s:6:"access";s:45:"Drupal\\workflows\\WorkflowAccessControlHandler";s:12:"list_builder";s:36:"Drupal\\workflows\\WorkflowListBuilder";s:4:"form";a:9:{s:3:"add";s:37:"Drupal\\workflows\\Form\\WorkflowAddForm";s:4:"edit";s:38:"Drupal\\workflows\\Form\\WorkflowEditForm";s:6:"delete";s:40:"Drupal\\workflows\\Form\\WorkflowDeleteForm";s:9:"add-state";s:42:"Drupal\\workflows\\Form\\WorkflowStateAddForm";s:10:"edit-state";s:43:"Drupal\\workflows\\Form\\WorkflowStateEditForm";s:12:"delete-state";s:45:"Drupal\\workflows\\Form\\WorkflowStateDeleteForm";s:14:"add-transition";s:47:"Drupal\\workflows\\Form\\WorkflowTransitionAddForm";s:15:"edit-transition";s:48:"Drupal\\workflows\\Form\\WorkflowTransitionEditForm";s:17:"delete-transition";s:50:"Drupal\\workflows\\Form\\WorkflowTransitionDeleteForm";}s:14:"route_provider";a:1:{s:4:"html";s:49:"Drupal\\Core\\Entity\\Routing\\AdminHtmlRouteProvider";}s:7:"storage";s:45:"Drupal\\Core\\Config\\Entity\\ConfigEntityStorage";}s:19:"\0*\0admin_permission";s:20:"administer workflows";s:24:"\0*\0collection_permission";N;s:25:"\0*\0permission_granularity";s:11:"entity_type";s:8:"\0*\0links";a:6:{s:8:"add-form";s:36:"/admin/config/workflow/workflows/add";s:9:"edit-form";s:50:"/admin/config/workflow/workflows/manage/{workflow}";s:11:"delete-form";s:57:"/admin/config/workflow/workflows/manage/{workflow}/delete";s:14:"add-state-form";s:60:"/admin/config/workflow/workflows/manage/{workflow}/add_state";s:19:"add-transition-form";s:65:"/admin/config/workflow/workflows/manage/{workflow}/add_transition";s:10:"collection";s:32:"/admin/config/workflow/workflows";}s:21:"\0*\0bundle_entity_type";N;s:12:"\0*\0bundle_of";N;s:15:"\0*\0bundle_label";N;s:13:"\0*\0base_table";N;s:22:"\0*\0revision_data_table";N;s:17:"\0*\0revision_table";N;s:13:"\0*\0data_table";N;s:11:"\0*\0internal";b:0;s:15:"\0*\0translatable";b:0;s:19:"\0*\0show_revision_ui";b:0;s:8:"\0*\0label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"Workflow";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:19:"\0*\0label_collection";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"Workflows";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:17:"\0*\0label_singular";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:8:"workflow";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:15:"\0*\0label_plural";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:9:"workflows";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:0:{}}s:14:"\0*\0label_count";a:2:{s:8:"singular";s:15:"@count workflow";s:6:"plural";s:16:"@count workflows";}s:15:"\0*\0uri_callback";N;s:8:"\0*\0group";s:13:"configuration";s:14:"\0*\0group_label";O:48:"Drupal\\Core\\StringTranslation\\TranslatableMarkup":3:{s:9:"\0*\0string";s:13:"Configuration";s:12:"\0*\0arguments";a:0:{}s:10:"\0*\0options";a:1:{s:7:"context";s:17:"Entity type group";}}s:22:"\0*\0field_ui_base_route";N;s:26:"\0*\0common_reference_target";b:0;s:22:"\0*\0list_cache_contexts";a:0:{}s:18:"\0*\0list_cache_tags";a:1:{i:0;s:20:"config:workflow_list";}s:14:"\0*\0constraints";a:0:{}s:13:"\0*\0additional";a:1:{s:10:"token_type";s:8:"workflow";}s:14:"\0*\0_serviceIds";a:0:{}s:18:"\0*\0_entityStorages";a:0:{}s:20:"\0*\0stringTranslation";N;s:16:"\0*\0config_prefix";s:8:"workflow";s:14:"\0*\0lookup_keys";a:1:{i:0;s:4:"uuid";}s:16:"\0*\0config_export";a:4:{i:0;s:2:"id";i:1;s:5:"label";i:2;s:4:"type";i:3;s:13:"type_settings";}s:21:"\0*\0mergedConfigExport";a:0:{}}'), ('entity.storage_schema.sql', 'content_moderation_state.entity_schema_data', 'a:4:{s:24:"content_moderation_state";a:2:{s:11:"primary key";a:1:{i:0;s:2:"id";}s:11:"unique keys";a:1:{s:37:"content_moderation_state__revision_id";a:1:{i:0;s:11:"revision_id";}}}s:33:"content_moderation_state_revision";a:2:{s:11:"primary key";a:1:{i:0;s:11:"revision_id";}s:7:"indexes";a:1:{s:28:"content_moderation_state__id";a:1:{i:0;s:2:"id";}}}s:35:"content_moderation_state_field_data";a:3:{s:11:"primary key";a:2:{i:0;s:2:"id";i:1;s:8:"langcode";}s:7:"indexes";a:2:{s:56:"content_moderation_state__id__default_langcode__langcode";a:3:{i:0;s:2:"id";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}s:37:"content_moderation_state__revision_id";a:1:{i:0;s:11:"revision_id";}}s:11:"unique keys";a:1:{s:32:"content_moderation_state__lookup";a:5:{i:0;s:22:"content_entity_type_id";i:1;s:17:"content_entity_id";i:2;s:26:"content_entity_revision_id";i:3;s:8:"workflow";i:4;s:8:"langcode";}}}s:39:"content_moderation_state_field_revision";a:3:{s:11:"primary key";a:2:{i:0;s:11:"revision_id";i:1;s:8:"langcode";}s:7:"indexes";a:1:{s:56:"content_moderation_state__id__default_langcode__langcode";a:3:{i:0;s:2:"id";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}}s:11:"unique keys";a:1:{s:32:"content_moderation_state__lookup";a:5:{i:0;s:22:"content_entity_type_id";i:1;s:17:"content_entity_id";i:2;s:26:"content_entity_revision_id";i:3;s:8:"workflow";i:4;s:8:"langcode";}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.content_entity_id', 'a:2:{s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:17:"content_entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:17:"content_entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.content_entity_revision_id', 'a:2:{s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:26:"content_entity_revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:26:"content_entity_revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.content_entity_type_id', 'a:2:{s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:22:"content_entity_type_id";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:32;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:22:"content_entity_type_id";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:32;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.default_langcode', 'a:2:{s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.id', 'a:4:{s:24:"content_moderation_state";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:33:"content_moderation_state_revision";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.langcode', 'a:4:{s:24:"content_moderation_state";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:33:"content_moderation_state_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.moderation_state', 'a:2:{s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:16:"moderation_state";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:16:"moderation_state";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.revision_default', 'a:1:{s:33:"content_moderation_state_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_default";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.revision_id', 'a:4:{s:24:"content_moderation_state";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:33:"content_moderation_state_revision";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.revision_translation_affected', 'a:2:{s:35:"content_moderation_state_field_data";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}s:39:"content_moderation_state_field_revision";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.uid', 'a:2:{s:35:"content_moderation_state_field_data";a:2:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:46:"content_moderation_state_field__uid__target_id";a:1:{i:0;s:3:"uid";}}}s:39:"content_moderation_state_field_revision";a:2:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:46:"content_moderation_state_field__uid__target_id";a:1:{i:0;s:3:"uid";}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.uuid', 'a:1:{s:24:"content_moderation_state";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:43:"content_moderation_state_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'content_moderation_state.field_schema_data.workflow', 'a:2:{s:35:"content_moderation_state_field_data";a:2:{s:6:"fields";a:1:{s:8:"workflow";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:36:"content_moderation_state__09628d8dbc";a:1:{i:0;s:8:"workflow";}}}s:39:"content_moderation_state_field_revision";a:2:{s:6:"fields";a:1:{s:8:"workflow";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:36:"content_moderation_state__09628d8dbc";a:1:{i:0;s:8:"workflow";}}}}'), ('entity.storage_schema.sql', 'crop.entity_schema_data', 'a:4:{s:4:"crop";a:2:{s:11:"primary key";a:1:{i:0;s:3:"cid";}s:11:"unique keys";a:1:{s:9:"crop__vid";a:1:{i:0;s:3:"vid";}}}s:13:"crop_revision";a:2:{s:11:"primary key";a:1:{i:0;s:3:"vid";}s:7:"indexes";a:1:{s:9:"crop__cid";a:1:{i:0;s:3:"cid";}}}s:15:"crop_field_data";a:2:{s:11:"primary key";a:2:{i:0;s:3:"cid";i:1;s:8:"langcode";}s:7:"indexes";a:3:{s:36:"crop__id__default_langcode__langcode";a:3:{i:0;s:3:"cid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}s:9:"crop__vid";a:1:{i:0;s:3:"vid";}s:14:"crop__uri_type";a:2:{i:0;s:3:"uri";i:1;s:4:"type";}}}s:19:"crop_field_revision";a:2:{s:11:"primary key";a:2:{i:0;s:3:"vid";i:1;s:8:"langcode";}s:7:"indexes";a:1:{s:36:"crop__id__default_langcode__langcode";a:3:{i:0;s:3:"cid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.cid', 'a:4:{s:4:"crop";a:1:{s:6:"fields";a:1:{s:3:"cid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:3:"cid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:13:"crop_revision";a:1:{s:6:"fields";a:1:{s:3:"cid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:3:"cid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.default_langcode', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.entity_id', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.entity_type', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:11:"entity_type";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:11:"entity_type";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.height', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:6:"height";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:6:"height";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.langcode', 'a:4:{s:4:"crop";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:13:"crop_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.revision_default', 'a:1:{s:13:"crop_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_default";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.revision_log', 'a:1:{s:13:"crop_revision";a:1:{s:6:"fields";a:1:{s:12:"revision_log";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.revision_timestamp', 'a:1:{s:13:"crop_revision";a:1:{s:6:"fields";a:1:{s:18:"revision_timestamp";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.revision_translation_affected', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.revision_uid', 'a:1:{s:13:"crop_revision";a:2:{s:6:"fields";a:1:{s:12:"revision_uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:35:"crop_field__revision_uid__target_id";a:1:{i:0;s:12:"revision_uid";}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.type', 'a:2:{s:4:"crop";a:2:{s:6:"fields";a:1:{s:4:"type";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:27:"crop_field__type__target_id";a:1:{i:0;s:4:"type";}}}s:15:"crop_field_data";a:2:{s:6:"fields";a:1:{s:4:"type";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:27:"crop_field__type__target_id";a:1:{i:0;s:4:"type";}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.uri', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:3:"uri";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:3:"uri";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.uuid', 'a:1:{s:4:"crop";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:23:"crop_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.vid', 'a:4:{s:4:"crop";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:13:"crop_revision";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.width', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:5:"width";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:5:"width";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.x', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:1:"x";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:1:"x";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'crop.field_schema_data.y', 'a:2:{s:15:"crop_field_data";a:1:{s:6:"fields";a:1:{s:1:"y";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:19:"crop_field_revision";a:1:{s:6:"fields";a:1:{s:1:"y";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.entity_schema_data', 'a:2:{s:10:"easy_email";a:2:{s:11:"primary key";a:1:{i:0;s:2:"id";}s:11:"unique keys";a:1:{s:15:"easy_email__vid";a:1:{i:0;s:3:"vid";}}}s:19:"easy_email_revision";a:2:{s:11:"primary key";a:1:{i:0;s:3:"vid";}s:7:"indexes";a:1:{s:14:"easy_email__id";a:1:{i:0;s:2:"id";}}}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.storage_schema.sql', 'easy_email.field_schema_data.attachment', 'a:2:{s:22:"easy_email__attachment";a:5:{s:11:"description";s:45:"Data storage for easy_email field attachment.";s:6:"fields";a:9:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:20:"attachment_target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}s:18:"attachment_display";a:6:{s:11:"description";s:75:"Flag to control whether this file should be displayed when viewing content.";s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"unsigned";b:1;s:7:"default";i:1;s:8:"not null";b:0;}s:22:"attachment_description";a:3:{s:11:"description";s:26:"A description of the file.";s:4:"type";s:4:"text";s:8:"not null";b:0;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:20:"attachment_target_id";a:1:{i:0;s:20:"attachment_target_id";}}s:12:"foreign keys";a:1:{s:20:"attachment_target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:20:"attachment_target_id";s:3:"fid";}}}}s:31:"easy_email_revision__attachment";a:5:{s:11:"description";s:57:"Revision archive storage for easy_email field attachment.";s:6:"fields";a:9:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:20:"attachment_target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}s:18:"attachment_display";a:6:{s:11:"description";s:75:"Flag to control whether this file should be displayed when viewing content.";s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"unsigned";b:1;s:7:"default";i:1;s:8:"not null";b:0;}s:22:"attachment_description";a:3:{s:11:"description";s:26:"A description of the file.";s:4:"type";s:4:"text";s:8:"not null";b:0;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:20:"attachment_target_id";a:1:{i:0;s:20:"attachment_target_id";}}s:12:"foreign keys";a:1:{s:20:"attachment_target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:20:"attachment_target_id";s:3:"fid";}}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.attachment_path', 'a:2:{s:27:"easy_email__attachment_path";a:4:{s:11:"description";s:50:"Data storage for easy_email field attachment_path.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:21:"attachment_path_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}s:36:"easy_email_revision__attachment_path";a:4:{s:11:"description";s:62:"Revision archive storage for easy_email field attachment_path.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:21:"attachment_path_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.bcc_address', 'a:2:{s:23:"easy_email__bcc_address";a:4:{s:11:"description";s:46:"Data storage for easy_email field bcc_address.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:17:"bcc_address_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}s:32:"easy_email_revision__bcc_address";a:4:{s:11:"description";s:58:"Revision archive storage for easy_email field bcc_address.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:17:"bcc_address_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.bcc_uid', 'a:2:{s:19:"easy_email__bcc_uid";a:4:{s:11:"description";s:42:"Data storage for easy_email field bcc_uid.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:17:"bcc_uid_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:17:"bcc_uid_target_id";a:1:{i:0;s:17:"bcc_uid_target_id";}}}s:28:"easy_email_revision__bcc_uid";a:4:{s:11:"description";s:54:"Revision archive storage for easy_email field bcc_uid.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:17:"bcc_uid_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:17:"bcc_uid_target_id";a:1:{i:0;s:17:"bcc_uid_target_id";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.body_html', 'a:2:{s:10:"easy_email";a:2:{s:6:"fields";a:2:{s:16:"body_html__value";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}s:17:"body_html__format";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:35:"easy_email_field__body_html__format";a:1:{i:0;s:17:"body_html__format";}}}s:19:"easy_email_revision";a:2:{s:6:"fields";a:2:{s:16:"body_html__value";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}s:17:"body_html__format";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:35:"easy_email_field__body_html__format";a:1:{i:0;s:17:"body_html__format";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.body_plain', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:10:"body_plain";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:10:"body_plain";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.cc_address', 'a:2:{s:22:"easy_email__cc_address";a:4:{s:11:"description";s:45:"Data storage for easy_email field cc_address.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:16:"cc_address_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}s:31:"easy_email_revision__cc_address";a:4:{s:11:"description";s:57:"Revision archive storage for easy_email field cc_address.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:16:"cc_address_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.cc_uid', 'a:2:{s:18:"easy_email__cc_uid";a:4:{s:11:"description";s:41:"Data storage for easy_email field cc_uid.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:16:"cc_uid_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:16:"cc_uid_target_id";a:1:{i:0;s:16:"cc_uid_target_id";}}}s:27:"easy_email_revision__cc_uid";a:4:{s:11:"description";s:53:"Revision archive storage for easy_email field cc_uid.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:16:"cc_uid_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:16:"cc_uid_target_id";a:1:{i:0;s:16:"cc_uid_target_id";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.changed', 'a:1:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.created', 'a:1:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:7:"created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.creator_uid', 'a:2:{s:10:"easy_email";a:2:{s:6:"fields";a:1:{s:11:"creator_uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:40:"easy_email_field__creator_uid__target_id";a:1:{i:0;s:11:"creator_uid";}}}s:19:"easy_email_revision";a:2:{s:6:"fields";a:1:{s:11:"creator_uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:40:"easy_email_field__creator_uid__target_id";a:1:{i:0;s:11:"creator_uid";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.field_related_user', 'a:2:{s:30:"easy_email__field_related_user";a:4:{s:11:"description";s:53:"Data storage for easy_email field field_related_user.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:28:"field_related_user_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:28:"field_related_user_target_id";a:1:{i:0;s:28:"field_related_user_target_id";}}}s:39:"easy_email_revision__field_related_user";a:4:{s:11:"description";s:65:"Revision archive storage for easy_email field field_related_user.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:28:"field_related_user_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:28:"field_related_user_target_id";a:1:{i:0;s:28:"field_related_user_target_id";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.from_address', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:12:"from_address";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:12:"from_address";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.from_name', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:9:"from_name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:9:"from_name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.id', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.inbox_preview', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:13:"inbox_preview";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:13:"inbox_preview";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.key', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:3:"key";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:3:"key";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.label', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:5:"label";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:5:"label";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.recipient_address', 'a:2:{s:29:"easy_email__recipient_address";a:4:{s:11:"description";s:52:"Data storage for easy_email field recipient_address.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:23:"recipient_address_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}s:38:"easy_email_revision__recipient_address";a:4:{s:11:"description";s:64:"Revision archive storage for easy_email field recipient_address.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:23:"recipient_address_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.recipient_uid', 'a:2:{s:25:"easy_email__recipient_uid";a:4:{s:11:"description";s:48:"Data storage for easy_email field recipient_uid.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:23:"recipient_uid_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:23:"recipient_uid_target_id";a:1:{i:0;s:23:"recipient_uid_target_id";}}}s:34:"easy_email_revision__recipient_uid";a:4:{s:11:"description";s:60:"Revision archive storage for easy_email field recipient_uid.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:23:"recipient_uid_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:23:"recipient_uid_target_id";a:1:{i:0;s:23:"recipient_uid_target_id";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.reply_to', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:8:"reply_to";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:8:"reply_to";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.revision_created', 'a:1:{s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.revision_default', 'a:1:{s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_default";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.revision_log_message', 'a:1:{s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:20:"revision_log_message";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.revision_user', 'a:1:{s:19:"easy_email_revision";a:2:{s:6:"fields";a:1:{s:13:"revision_user";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:42:"easy_email_field__revision_user__target_id";a:1:{i:0;s:13:"revision_user";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.sent', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:4:"sent";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:4:"sent";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.subject', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:7:"subject";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:7:"subject";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.type', 'a:1:{s:10:"easy_email";a:2:{s:6:"fields";a:1:{s:4:"type";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:33:"easy_email_field__type__target_id";a:1:{i:0;s:4:"type";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.uuid', 'a:1:{s:10:"easy_email";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:29:"easy_email_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'easy_email.field_schema_data.vid', 'a:2:{s:10:"easy_email";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:19:"easy_email_revision";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'file.entity_schema_data', 'a:1:{s:12:"file_managed";a:1:{s:11:"primary key";a:1:{i:0;s:3:"fid";}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.changed', 'a:1:{s:12:"file_managed";a:2:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:19:"file_field__changed";a:1:{i:0;s:7:"changed";}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.created', 'a:1:{s:12:"file_managed";a:1:{s:6:"fields";a:1:{s:7:"created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.fid', 'a:1:{s:12:"file_managed";a:1:{s:6:"fields";a:1:{s:3:"fid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.filemime', 'a:1:{s:12:"file_managed";a:1:{s:6:"fields";a:1:{s:8:"filemime";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.filename', 'a:1:{s:12:"file_managed";a:1:{s:6:"fields";a:1:{s:8:"filename";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.filesize', 'a:1:{s:12:"file_managed";a:1:{s:6:"fields";a:1:{s:8:"filesize";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.langcode', 'a:1:{s:12:"file_managed";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.status', 'a:1:{s:12:"file_managed";a:2:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:18:"file_field__status";a:1:{i:0;s:6:"status";}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.uid', 'a:1:{s:12:"file_managed";a:2:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:26:"file_field__uid__target_id";a:1:{i:0;s:3:"uid";}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.uri', 'a:1:{s:12:"file_managed";a:2:{s:6:"fields";a:1:{s:3:"uri";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:15:"file_field__uri";a:1:{i:0;s:3:"uri";}}}}'), ('entity.storage_schema.sql', 'file.field_schema_data.uuid', 'a:1:{s:12:"file_managed";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:23:"file_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'media.entity_schema_data', 'a:4:{s:5:"media";a:2:{s:11:"primary key";a:1:{i:0;s:3:"mid";}s:11:"unique keys";a:1:{s:10:"media__vid";a:1:{i:0;s:3:"vid";}}}s:14:"media_revision";a:2:{s:11:"primary key";a:1:{i:0;s:3:"vid";}s:7:"indexes";a:1:{s:10:"media__mid";a:1:{i:0;s:3:"mid";}}}s:16:"media_field_data";a:2:{s:11:"primary key";a:2:{i:0;s:3:"mid";i:1;s:8:"langcode";}s:7:"indexes";a:3:{s:37:"media__id__default_langcode__langcode";a:3:{i:0;s:3:"mid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}s:10:"media__vid";a:1:{i:0;s:3:"vid";}s:20:"media__status_bundle";a:3:{i:0;s:6:"status";i:1;s:6:"bundle";i:2;s:3:"mid";}}}s:20:"media_field_revision";a:2:{s:11:"primary key";a:2:{i:0;s:3:"vid";i:1;s:8:"langcode";}s:7:"indexes";a:1:{s:37:"media__id__default_langcode__langcode";a:3:{i:0;s:3:"mid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.bundle', 'a:2:{s:5:"media";a:2:{s:6:"fields";a:1:{s:6:"bundle";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:30:"media_field__bundle__target_id";a:1:{i:0;s:6:"bundle";}}}s:16:"media_field_data";a:2:{s:6:"fields";a:1:{s:6:"bundle";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:30:"media_field__bundle__target_id";a:1:{i:0;s:6:"bundle";}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.changed', 'a:2:{s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.created', 'a:2:{s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:7:"created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:7:"created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.default_langcode', 'a:2:{s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.field_media_document', 'a:2:{s:27:"media__field_media_document";a:5:{s:11:"description";s:50:"Data storage for media field field_media_document.";s:6:"fields";a:9:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:30:"field_media_document_target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}s:28:"field_media_document_display";a:6:{s:11:"description";s:75:"Flag to control whether this file should be displayed when viewing content.";s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"unsigned";b:1;s:7:"default";i:1;s:8:"not null";b:0;}s:32:"field_media_document_description";a:3:{s:11:"description";s:26:"A description of the file.";s:4:"type";s:4:"text";s:8:"not null";b:0;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:30:"field_media_document_target_id";a:1:{i:0;s:30:"field_media_document_target_id";}}s:12:"foreign keys";a:1:{s:30:"field_media_document_target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:30:"field_media_document_target_id";s:3:"fid";}}}}s:36:"media_revision__field_media_document";a:5:{s:11:"description";s:62:"Revision archive storage for media field field_media_document.";s:6:"fields";a:9:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:30:"field_media_document_target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}s:28:"field_media_document_display";a:6:{s:11:"description";s:75:"Flag to control whether this file should be displayed when viewing content.";s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"unsigned";b:1;s:7:"default";i:1;s:8:"not null";b:0;}s:32:"field_media_document_description";a:3:{s:11:"description";s:26:"A description of the file.";s:4:"type";s:4:"text";s:8:"not null";b:0;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:30:"field_media_document_target_id";a:1:{i:0;s:30:"field_media_document_target_id";}}s:12:"foreign keys";a:1:{s:30:"field_media_document_target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:30:"field_media_document_target_id";s:3:"fid";}}}}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.storage_schema.sql', 'media.field_schema_data.field_media_image', 'a:2:{s:24:"media__field_media_image";a:5:{s:11:"description";s:47:"Data storage for media field field_media_image.";s:6:"fields";a:11:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:27:"field_media_image_target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}s:21:"field_media_image_alt";a:4:{s:11:"description";s:56:"Alternative image text, for the image''s ''alt'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:512;s:8:"not null";b:0;}s:23:"field_media_image_title";a:4:{s:11:"description";s:52:"Image title text, for the image''s ''title'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:1024;s:8:"not null";b:0;}s:23:"field_media_image_width";a:4:{s:11:"description";s:33:"The width of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}s:24:"field_media_image_height";a:4:{s:11:"description";s:34:"The height of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:27:"field_media_image_target_id";a:1:{i:0;s:27:"field_media_image_target_id";}}s:12:"foreign keys";a:1:{s:27:"field_media_image_target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:27:"field_media_image_target_id";s:3:"fid";}}}}s:33:"media_revision__field_media_image";a:5:{s:11:"description";s:59:"Revision archive storage for media field field_media_image.";s:6:"fields";a:11:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:27:"field_media_image_target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}s:21:"field_media_image_alt";a:4:{s:11:"description";s:56:"Alternative image text, for the image''s ''alt'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:512;s:8:"not null";b:0;}s:23:"field_media_image_title";a:4:{s:11:"description";s:52:"Image title text, for the image''s ''title'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:1024;s:8:"not null";b:0;}s:23:"field_media_image_width";a:4:{s:11:"description";s:33:"The width of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}s:24:"field_media_image_height";a:4:{s:11:"description";s:34:"The height of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:27:"field_media_image_target_id";a:1:{i:0;s:27:"field_media_image_target_id";}}s:12:"foreign keys";a:1:{s:27:"field_media_image_target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:27:"field_media_image_target_id";s:3:"fid";}}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.field_media_oembed_video', 'a:2:{s:31:"media__field_media_oembed_video";a:4:{s:11:"description";s:54:"Data storage for media field field_media_oembed_video.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:30:"field_media_oembed_video_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}s:40:"media_revision__field_media_oembed_video";a:4:{s:11:"description";s:66:"Revision archive storage for media field field_media_oembed_video.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:30:"field_media_oembed_video_value";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.field_media_svg_image', 'a:2:{s:28:"media__field_media_svg_image";a:5:{s:11:"description";s:51:"Data storage for media field field_media_svg_image.";s:6:"fields";a:11:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:31:"field_media_svg_image_target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}s:25:"field_media_svg_image_alt";a:4:{s:11:"description";s:56:"Alternative image text, for the image''s ''alt'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:512;s:8:"not null";b:0;}s:27:"field_media_svg_image_title";a:4:{s:11:"description";s:52:"Image title text, for the image''s ''title'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:1024;s:8:"not null";b:0;}s:27:"field_media_svg_image_width";a:4:{s:11:"description";s:33:"The width of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}s:28:"field_media_svg_image_height";a:4:{s:11:"description";s:34:"The height of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:31:"field_media_svg_image_target_id";a:1:{i:0;s:31:"field_media_svg_image_target_id";}}s:12:"foreign keys";a:1:{s:31:"field_media_svg_image_target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:31:"field_media_svg_image_target_id";s:3:"fid";}}}}s:37:"media_revision__field_media_svg_image";a:5:{s:11:"description";s:63:"Revision archive storage for media field field_media_svg_image.";s:6:"fields";a:11:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:31:"field_media_svg_image_target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}s:25:"field_media_svg_image_alt";a:4:{s:11:"description";s:56:"Alternative image text, for the image''s ''alt'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:512;s:8:"not null";b:0;}s:27:"field_media_svg_image_title";a:4:{s:11:"description";s:52:"Image title text, for the image''s ''title'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:1024;s:8:"not null";b:0;}s:27:"field_media_svg_image_width";a:4:{s:11:"description";s:33:"The width of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}s:28:"field_media_svg_image_height";a:4:{s:11:"description";s:34:"The height of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:31:"field_media_svg_image_target_id";a:1:{i:0;s:31:"field_media_svg_image_target_id";}}s:12:"foreign keys";a:1:{s:31:"field_media_svg_image_target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:31:"field_media_svg_image_target_id";s:3:"fid";}}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.langcode', 'a:4:{s:5:"media";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:14:"media_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.mid', 'a:4:{s:5:"media";a:1:{s:6:"fields";a:1:{s:3:"mid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:3:"mid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:14:"media_revision";a:1:{s:6:"fields";a:1:{s:3:"mid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:3:"mid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.name', 'a:2:{s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:4:"name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:4:"name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.publish_on', 'a:2:{s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:10:"publish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:10:"publish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.publish_state', 'a:2:{s:16:"media_field_data";a:2:{s:6:"fields";a:1:{s:13:"publish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:33:"media_field__publish_state__value";a:1:{i:0;s:13:"publish_state";}}}s:20:"media_field_revision";a:2:{s:6:"fields";a:1:{s:13:"publish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:33:"media_field__publish_state__value";a:1:{i:0;s:13:"publish_state";}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.revision_created', 'a:1:{s:14:"media_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.revision_default', 'a:1:{s:14:"media_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_default";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.revision_log_message', 'a:1:{s:14:"media_revision";a:1:{s:6:"fields";a:1:{s:20:"revision_log_message";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.revision_translation_affected', 'a:2:{s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.revision_user', 'a:1:{s:14:"media_revision";a:2:{s:6:"fields";a:1:{s:13:"revision_user";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:37:"media_field__revision_user__target_id";a:1:{i:0;s:13:"revision_user";}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.status', 'a:2:{s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.thumbnail', 'a:2:{s:16:"media_field_data";a:3:{s:6:"fields";a:5:{s:20:"thumbnail__target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}s:14:"thumbnail__alt";a:4:{s:11:"description";s:56:"Alternative image text, for the image''s ''alt'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:512;s:8:"not null";b:0;}s:16:"thumbnail__title";a:4:{s:11:"description";s:52:"Image title text, for the image''s ''title'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:1024;s:8:"not null";b:0;}s:16:"thumbnail__width";a:4:{s:11:"description";s:33:"The width of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}s:17:"thumbnail__height";a:4:{s:11:"description";s:34:"The height of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:33:"media_field__thumbnail__target_id";a:1:{i:0;s:20:"thumbnail__target_id";}}s:12:"foreign keys";a:1:{s:33:"media_field__thumbnail__target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:20:"thumbnail__target_id";s:3:"fid";}}}}s:20:"media_field_revision";a:3:{s:6:"fields";a:5:{s:20:"thumbnail__target_id";a:4:{s:11:"description";s:26:"The ID of the file entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}s:14:"thumbnail__alt";a:4:{s:11:"description";s:56:"Alternative image text, for the image''s ''alt'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:512;s:8:"not null";b:0;}s:16:"thumbnail__title";a:4:{s:11:"description";s:52:"Image title text, for the image''s ''title'' attribute.";s:4:"type";s:7:"varchar";s:6:"length";i:1024;s:8:"not null";b:0;}s:16:"thumbnail__width";a:4:{s:11:"description";s:33:"The width of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}s:17:"thumbnail__height";a:4:{s:11:"description";s:34:"The height of the image in pixels.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:33:"media_field__thumbnail__target_id";a:1:{i:0;s:20:"thumbnail__target_id";}}s:12:"foreign keys";a:1:{s:33:"media_field__thumbnail__target_id";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:20:"thumbnail__target_id";s:3:"fid";}}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.uid', 'a:2:{s:16:"media_field_data";a:2:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:27:"media_field__uid__target_id";a:1:{i:0;s:3:"uid";}}}s:20:"media_field_revision";a:2:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:27:"media_field__uid__target_id";a:1:{i:0;s:3:"uid";}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.unpublish_on', 'a:2:{s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:12:"unpublish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:12:"unpublish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.unpublish_state', 'a:2:{s:16:"media_field_data";a:2:{s:6:"fields";a:1:{s:15:"unpublish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:35:"media_field__unpublish_state__value";a:1:{i:0;s:15:"unpublish_state";}}}s:20:"media_field_revision";a:2:{s:6:"fields";a:1:{s:15:"unpublish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:35:"media_field__unpublish_state__value";a:1:{i:0;s:15:"unpublish_state";}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.uuid', 'a:1:{s:5:"media";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:24:"media_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'media.field_schema_data.vid', 'a:4:{s:5:"media";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:16:"media_field_data";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:14:"media_revision";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:20:"media_field_revision";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.entity_schema_data', 'a:4:{s:17:"menu_link_content";a:2:{s:11:"primary key";a:1:{i:0;s:2:"id";}s:11:"unique keys";a:1:{s:30:"menu_link_content__revision_id";a:1:{i:0;s:11:"revision_id";}}}s:26:"menu_link_content_revision";a:2:{s:11:"primary key";a:1:{i:0;s:11:"revision_id";}s:7:"indexes";a:1:{s:21:"menu_link_content__id";a:1:{i:0;s:2:"id";}}}s:22:"menu_link_content_data";a:2:{s:11:"primary key";a:2:{i:0;s:2:"id";i:1;s:8:"langcode";}s:7:"indexes";a:3:{s:49:"menu_link_content__id__default_langcode__langcode";a:3:{i:0;s:2:"id";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}s:30:"menu_link_content__revision_id";a:1:{i:0;s:11:"revision_id";}s:33:"menu_link_content__enabled_bundle";a:3:{i:0;s:7:"enabled";i:1;s:6:"bundle";i:2;s:2:"id";}}}s:32:"menu_link_content_field_revision";a:2:{s:11:"primary key";a:2:{i:0;s:11:"revision_id";i:1;s:8:"langcode";}s:7:"indexes";a:1:{s:49:"menu_link_content__id__default_langcode__langcode";a:3:{i:0;s:2:"id";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.bundle', 'a:2:{s:17:"menu_link_content";a:1:{s:6:"fields";a:1:{s:6:"bundle";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:6:"binary";b:0;s:8:"not null";b:1;}}}s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:6:"bundle";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:6:"binary";b:0;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.changed', 'a:2:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.default_langcode', 'a:2:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.description', 'a:2:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:11:"description";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:11:"description";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.enabled', 'a:2:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:7:"enabled";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:7:"enabled";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.expanded', 'a:1:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:8:"expanded";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.external', 'a:2:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:8:"external";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:8:"external";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.id', 'a:4:{s:17:"menu_link_content";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:26:"menu_link_content_revision";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.langcode', 'a:4:{s:17:"menu_link_content";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:26:"menu_link_content_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.link', 'a:2:{s:22:"menu_link_content_data";a:2:{s:6:"fields";a:3:{s:9:"link__uri";a:4:{s:11:"description";s:20:"The URI of the link.";s:4:"type";s:7:"varchar";s:6:"length";i:2048;s:8:"not null";b:0;}s:11:"link__title";a:4:{s:11:"description";s:14:"The link text.";s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}s:13:"link__options";a:5:{s:11:"description";s:41:"Serialized array of options for the link.";s:4:"type";s:4:"blob";s:4:"size";s:3:"big";s:9:"serialize";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:34:"menu_link_content_field__link__uri";a:1:{i:0;a:2:{i:0;s:9:"link__uri";i:1;i:30;}}}}s:32:"menu_link_content_field_revision";a:2:{s:6:"fields";a:3:{s:9:"link__uri";a:4:{s:11:"description";s:20:"The URI of the link.";s:4:"type";s:7:"varchar";s:6:"length";i:2048;s:8:"not null";b:0;}s:11:"link__title";a:4:{s:11:"description";s:14:"The link text.";s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}s:13:"link__options";a:5:{s:11:"description";s:41:"Serialized array of options for the link.";s:4:"type";s:4:"blob";s:4:"size";s:3:"big";s:9:"serialize";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:34:"menu_link_content_field__link__uri";a:1:{i:0;a:2:{i:0;s:9:"link__uri";i:1;i:30;}}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.menu_name', 'a:1:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:9:"menu_name";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.parent', 'a:1:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:6:"parent";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.rediscover', 'a:1:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:10:"rediscover";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.revision_created', 'a:1:{s:26:"menu_link_content_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.revision_default', 'a:1:{s:26:"menu_link_content_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_default";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.revision_id', 'a:4:{s:17:"menu_link_content";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:26:"menu_link_content_revision";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.revision_log_message', 'a:1:{s:26:"menu_link_content_revision";a:1:{s:6:"fields";a:1:{s:20:"revision_log_message";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.revision_translation_affected', 'a:2:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.revision_user', 'a:1:{s:26:"menu_link_content_revision";a:2:{s:6:"fields";a:1:{s:13:"revision_user";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:29:"menu_link_content__ef029a1897";a:1:{i:0;s:13:"revision_user";}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.title', 'a:2:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:5:"title";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:32:"menu_link_content_field_revision";a:1:{s:6:"fields";a:1:{s:5:"title";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.uuid', 'a:1:{s:17:"menu_link_content";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:36:"menu_link_content_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'menu_link_content.field_schema_data.weight', 'a:1:{s:22:"menu_link_content_data";a:1:{s:6:"fields";a:1:{s:6:"weight";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.entity_schema_data', 'a:4:{s:4:"node";a:2:{s:11:"primary key";a:1:{i:0;s:3:"nid";}s:11:"unique keys";a:1:{s:9:"node__vid";a:1:{i:0;s:3:"vid";}}}s:13:"node_revision";a:2:{s:11:"primary key";a:1:{i:0;s:3:"vid";}s:7:"indexes";a:1:{s:9:"node__nid";a:1:{i:0;s:3:"nid";}}}s:15:"node_field_data";a:2:{s:11:"primary key";a:2:{i:0;s:3:"nid";i:1;s:8:"langcode";}s:7:"indexes";a:5:{s:36:"node__id__default_langcode__langcode";a:3:{i:0;s:3:"nid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}s:9:"node__vid";a:1:{i:0;s:3:"vid";}s:17:"node__status_type";a:3:{i:0;s:6:"status";i:1;s:4:"type";i:2;s:3:"nid";}s:15:"node__frontpage";a:4:{i:0;s:7:"promote";i:1;s:6:"status";i:2;s:6:"sticky";i:3;s:7:"created";}s:16:"node__title_type";a:2:{i:0;s:5:"title";i:1;a:2:{i:0;s:4:"type";i:1;i:4;}}}}s:19:"node_field_revision";a:2:{s:11:"primary key";a:2:{i:0;s:3:"vid";i:1;s:8:"langcode";}s:7:"indexes";a:1:{s:36:"node__id__default_langcode__langcode";a:3:{i:0;s:3:"nid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.changed', 'a:2:{s:15:"node_field_data";a:2:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:19:"node_field__changed";a:1:{i:0;s:7:"changed";}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.created', 'a:2:{s:15:"node_field_data";a:2:{s:6:"fields";a:1:{s:7:"created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:19:"node_field__created";a:1:{i:0;s:7:"created";}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:7:"created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.default_langcode', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.deleted', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:7:"deleted";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:7:"deleted";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.field_content', 'a:2:{s:19:"node__field_content";a:4:{s:11:"description";s:42:"Data storage for node field field_content.";s:6:"fields";a:8:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:19:"field_content_value";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:1;}s:20:"field_content_format";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:0;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:20:"field_content_format";a:1:{i:0;s:20:"field_content_format";}}}s:28:"node_revision__field_content";a:4:{s:11:"description";s:54:"Revision archive storage for node field field_content.";s:6:"fields";a:8:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:19:"field_content_value";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:1;}s:20:"field_content_format";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:0;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:20:"field_content_format";a:1:{i:0;s:20:"field_content_format";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.field_description', 'a:2:{s:23:"node__field_description";a:4:{s:11:"description";s:46:"Data storage for node field field_description.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:23:"field_description_value";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}s:32:"node_revision__field_description";a:4:{s:11:"description";s:58:"Revision archive storage for node field field_description.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:23:"field_description_value";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.field_featured_image', 'a:2:{s:26:"node__field_featured_image";a:4:{s:11:"description";s:49:"Data storage for node field field_featured_image.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:30:"field_featured_image_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:30:"field_featured_image_target_id";a:1:{i:0;s:30:"field_featured_image_target_id";}}}s:35:"node_revision__field_featured_image";a:4:{s:11:"description";s:61:"Revision archive storage for node field field_featured_image.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:30:"field_featured_image_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:30:"field_featured_image_target_id";a:1:{i:0;s:30:"field_featured_image_target_id";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.field_tags', 'a:2:{s:16:"node__field_tags";a:4:{s:11:"description";s:39:"Data storage for node field field_tags.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:20:"field_tags_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:20:"field_tags_target_id";a:1:{i:0;s:20:"field_tags_target_id";}}}s:25:"node_revision__field_tags";a:4:{s:11:"description";s:51:"Revision archive storage for node field field_tags.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:20:"field_tags_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:20:"field_tags_target_id";a:1:{i:0;s:20:"field_tags_target_id";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.langcode', 'a:4:{s:4:"node";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:13:"node_revision";a:2:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:20:"node_field__langcode";a:1:{i:0;s:8:"langcode";}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'); INSERT INTO `[[dbprefix]]key_value` VALUES ('entity.storage_schema.sql', 'node.field_schema_data.layout_builder__layout', 'a:2:{s:28:"node__layout_builder__layout";a:4:{s:11:"description";s:51:"Data storage for node field layout_builder__layout.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:30:"layout_builder__layout_section";a:4:{s:4:"type";s:4:"blob";s:4:"size";s:6:"normal";s:9:"serialize";b:1;s:8:"not null";b:0;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}s:37:"node_revision__layout_builder__layout";a:4:{s:11:"description";s:63:"Revision archive storage for node field layout_builder__layout.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:30:"layout_builder__layout_section";a:4:{s:4:"type";s:4:"blob";s:4:"size";s:6:"normal";s:9:"serialize";b:1;s:8:"not null";b:0;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:2:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.nid', 'a:4:{s:4:"node";a:1:{s:6:"fields";a:1:{s:3:"nid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:13:"node_revision";a:1:{s:6:"fields";a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.promote', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:7:"promote";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:7:"promote";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.publish_on', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:10:"publish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:10:"publish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.publish_state', 'a:2:{s:15:"node_field_data";a:2:{s:6:"fields";a:1:{s:13:"publish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:32:"node_field__publish_state__value";a:1:{i:0;s:13:"publish_state";}}}s:19:"node_field_revision";a:2:{s:6:"fields";a:1:{s:13:"publish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:32:"node_field__publish_state__value";a:1:{i:0;s:13:"publish_state";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.revision_default', 'a:1:{s:13:"node_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_default";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.revision_log', 'a:1:{s:13:"node_revision";a:1:{s:6:"fields";a:1:{s:12:"revision_log";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.revision_timestamp', 'a:1:{s:13:"node_revision";a:1:{s:6:"fields";a:1:{s:18:"revision_timestamp";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.revision_translation_affected', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.revision_uid', 'a:1:{s:13:"node_revision";a:3:{s:6:"fields";a:1:{s:12:"revision_uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:35:"node_field__revision_uid__target_id";a:1:{i:0;s:12:"revision_uid";}}s:12:"foreign keys";a:1:{s:24:"node_field__revision_uid";a:2:{s:5:"table";s:5:"users";s:7:"columns";a:1:{s:12:"revision_uid";s:3:"uid";}}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.status', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.sticky', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:6:"sticky";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:6:"sticky";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.title', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:5:"title";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:5:"title";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.type', 'a:2:{s:4:"node";a:2:{s:6:"fields";a:1:{s:4:"type";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:27:"node_field__type__target_id";a:1:{i:0;s:4:"type";}}}s:15:"node_field_data";a:2:{s:6:"fields";a:1:{s:4:"type";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:27:"node_field__type__target_id";a:1:{i:0;s:4:"type";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.uid', 'a:2:{s:15:"node_field_data";a:2:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:26:"node_field__uid__target_id";a:1:{i:0;s:3:"uid";}}}s:19:"node_field_revision";a:2:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:26:"node_field__uid__target_id";a:1:{i:0;s:3:"uid";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.unpublish_on', 'a:2:{s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:12:"unpublish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:12:"unpublish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.unpublish_state', 'a:2:{s:15:"node_field_data";a:2:{s:6:"fields";a:1:{s:15:"unpublish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:34:"node_field__unpublish_state__value";a:1:{i:0;s:15:"unpublish_state";}}}s:19:"node_field_revision";a:2:{s:6:"fields";a:1:{s:15:"unpublish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:34:"node_field__unpublish_state__value";a:1:{i:0;s:15:"unpublish_state";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.uuid', 'a:1:{s:4:"node";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:23:"node_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'node.field_schema_data.vid', 'a:4:{s:4:"node";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:15:"node_field_data";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:13:"node_revision";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:19:"node_field_revision";a:1:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'path_alias.entity_schema_data', 'a:2:{s:10:"path_alias";a:3:{s:11:"primary key";a:1:{i:0;s:2:"id";}s:7:"indexes";a:2:{s:36:"path_alias__alias_langcode_id_status";a:4:{i:0;s:5:"alias";i:1;s:8:"langcode";i:2;s:2:"id";i:3;s:6:"status";}s:35:"path_alias__path_langcode_id_status";a:4:{i:0;s:4:"path";i:1;s:8:"langcode";i:2;s:2:"id";i:3;s:6:"status";}}s:11:"unique keys";a:1:{s:23:"path_alias__revision_id";a:1:{i:0;s:11:"revision_id";}}}s:19:"path_alias_revision";a:2:{s:11:"primary key";a:1:{i:0;s:11:"revision_id";}s:7:"indexes";a:3:{s:14:"path_alias__id";a:1:{i:0;s:2:"id";}s:45:"path_alias_revision__alias_langcode_id_status";a:4:{i:0;s:5:"alias";i:1;s:8:"langcode";i:2;s:2:"id";i:3;s:6:"status";}s:44:"path_alias_revision__path_langcode_id_status";a:4:{i:0;s:4:"path";i:1;s:8:"langcode";i:2;s:2:"id";i:3;s:6:"status";}}}}'), ('entity.storage_schema.sql', 'path_alias.field_schema_data.alias', 'a:2:{s:10:"path_alias";a:1:{s:6:"fields";a:1:{s:5:"alias";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"path_alias_revision";a:1:{s:6:"fields";a:1:{s:5:"alias";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'path_alias.field_schema_data.id', 'a:2:{s:10:"path_alias";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:19:"path_alias_revision";a:1:{s:6:"fields";a:1:{s:2:"id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'path_alias.field_schema_data.langcode', 'a:2:{s:10:"path_alias";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:19:"path_alias_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'path_alias.field_schema_data.path', 'a:2:{s:10:"path_alias";a:1:{s:6:"fields";a:1:{s:4:"path";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}s:19:"path_alias_revision";a:1:{s:6:"fields";a:1:{s:4:"path";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'path_alias.field_schema_data.revision_default', 'a:1:{s:19:"path_alias_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_default";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'path_alias.field_schema_data.revision_id', 'a:2:{s:10:"path_alias";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:19:"path_alias_revision";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'path_alias.field_schema_data.status', 'a:2:{s:10:"path_alias";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:19:"path_alias_revision";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'path_alias.field_schema_data.uuid', 'a:1:{s:10:"path_alias";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:29:"path_alias_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'redirect.entity_schema_data', 'a:1:{s:8:"redirect";a:3:{s:11:"primary key";a:1:{i:0;s:3:"rid";}s:7:"indexes";a:1:{s:15:"source_language";a:2:{i:0;a:2:{i:0;s:21:"redirect_source__path";i:1;i:191;}i:1;s:8:"language";}}s:11:"unique keys";a:1:{s:4:"hash";a:1:{i:0;s:4:"hash";}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.created', 'a:1:{s:8:"redirect";a:1:{s:6:"fields";a:1:{s:7:"created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.hash', 'a:1:{s:8:"redirect";a:1:{s:6:"fields";a:1:{s:4:"hash";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:64;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.language', 'a:1:{s:8:"redirect";a:1:{s:6:"fields";a:1:{s:8:"language";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.redirect_redirect', 'a:1:{s:8:"redirect";a:2:{s:6:"fields";a:3:{s:22:"redirect_redirect__uri";a:4:{s:11:"description";s:20:"The URI of the link.";s:4:"type";s:7:"varchar";s:6:"length";i:2048;s:8:"not null";b:0;}s:24:"redirect_redirect__title";a:4:{s:11:"description";s:14:"The link text.";s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}s:26:"redirect_redirect__options";a:5:{s:11:"description";s:41:"Serialized array of options for the link.";s:4:"type";s:4:"blob";s:4:"size";s:3:"big";s:9:"serialize";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:38:"redirect_field__redirect_redirect__uri";a:1:{i:0;a:2:{i:0;s:22:"redirect_redirect__uri";i:1;i:30;}}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.redirect_source', 'a:1:{s:8:"redirect";a:2:{s:6:"fields";a:2:{s:21:"redirect_source__path";a:4:{s:11:"description";s:15:"The source path";s:4:"type";s:7:"varchar";s:6:"length";i:2048;s:8:"not null";b:0;}s:22:"redirect_source__query";a:5:{s:11:"description";s:32:"Serialized array of path queries";s:4:"type";s:4:"blob";s:4:"size";s:3:"big";s:9:"serialize";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:37:"redirect_field__redirect_source__path";a:1:{i:0;a:2:{i:0;s:21:"redirect_source__path";i:1;i:50;}}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.rid', 'a:1:{s:8:"redirect";a:1:{s:6:"fields";a:1:{s:3:"rid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.status_code', 'a:1:{s:8:"redirect";a:1:{s:6:"fields";a:1:{s:11:"status_code";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.type', 'a:1:{s:8:"redirect";a:1:{s:6:"fields";a:1:{s:4:"type";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.uid', 'a:1:{s:8:"redirect";a:2:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:30:"redirect_field__uid__target_id";a:1:{i:0;s:3:"uid";}}}}'), ('entity.storage_schema.sql', 'redirect.field_schema_data.uuid', 'a:1:{s:8:"redirect";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:27:"redirect_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.entity_schema_data', 'a:5:{s:18:"taxonomy_term_data";a:2:{s:11:"primary key";a:1:{i:0;s:3:"tid";}s:11:"unique keys";a:1:{s:26:"taxonomy_term__revision_id";a:1:{i:0;s:11:"revision_id";}}}s:22:"taxonomy_term_revision";a:2:{s:11:"primary key";a:1:{i:0;s:11:"revision_id";}s:7:"indexes";a:1:{s:18:"taxonomy_term__tid";a:1:{i:0;s:3:"tid";}}}s:24:"taxonomy_term_field_data";a:2:{s:11:"primary key";a:2:{i:0;s:3:"tid";i:1;s:8:"langcode";}s:7:"indexes";a:5:{s:45:"taxonomy_term__id__default_langcode__langcode";a:3:{i:0;s:3:"tid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}s:26:"taxonomy_term__revision_id";a:1:{i:0;s:11:"revision_id";}s:25:"taxonomy_term__status_vid";a:3:{i:0;s:6:"status";i:1;s:3:"vid";i:2;s:3:"tid";}s:19:"taxonomy_term__tree";a:3:{i:0;s:3:"vid";i:1;s:6:"weight";i:2;s:4:"name";}s:23:"taxonomy_term__vid_name";a:2:{i:0;s:3:"vid";i:1;s:4:"name";}}}s:28:"taxonomy_term_field_revision";a:2:{s:11:"primary key";a:2:{i:0;s:11:"revision_id";i:1;s:8:"langcode";}s:7:"indexes";a:1:{s:45:"taxonomy_term__id__default_langcode__langcode";a:3:{i:0;s:3:"tid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}}}s:14:"taxonomy_index";a:2:{s:11:"primary key";a:2:{i:0;s:3:"nid";i:1;s:3:"tid";}s:7:"indexes";a:1:{s:9:"term_node";a:4:{i:0;s:3:"tid";i:1;s:6:"status";i:2;s:6:"sticky";i:3;s:7:"created";}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.changed', 'a:2:{s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.default_langcode', 'a:2:{s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.description', 'a:2:{s:24:"taxonomy_term_field_data";a:2:{s:6:"fields";a:2:{s:18:"description__value";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}s:19:"description__format";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:0:{}}s:28:"taxonomy_term_field_revision";a:2:{s:6:"fields";a:2:{s:18:"description__value";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}s:19:"description__format";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:40:"taxonomy_term_field__description__format";a:1:{i:0;s:19:"description__format";}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.langcode', 'a:4:{s:18:"taxonomy_term_data";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:22:"taxonomy_term_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.name', 'a:2:{s:24:"taxonomy_term_field_data";a:2:{s:6:"fields";a:1:{s:4:"name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:25:"taxonomy_term_field__name";a:1:{i:0;s:4:"name";}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:4:"name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.parent', 'a:2:{s:21:"taxonomy_term__parent";a:4:{s:11:"description";s:44:"Data storage for taxonomy_term field parent.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:16:"parent_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:16:"parent_target_id";a:1:{i:0;s:16:"parent_target_id";}s:22:"bundle_delta_target_id";a:3:{i:0;s:6:"bundle";i:1;s:5:"delta";i:2;s:16:"parent_target_id";}}}s:30:"taxonomy_term_revision__parent";a:4:{s:11:"description";s:56:"Revision archive storage for taxonomy_term field parent.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:47:"The entity revision id this data is attached to";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:16:"parent_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;}}s:11:"primary key";a:5:{i:0;s:9:"entity_id";i:1;s:11:"revision_id";i:2;s:7:"deleted";i:3;s:5:"delta";i:4;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:16:"parent_target_id";a:1:{i:0;s:16:"parent_target_id";}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.publish_on', 'a:2:{s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:10:"publish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:10:"publish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.publish_state', 'a:2:{s:24:"taxonomy_term_field_data";a:2:{s:6:"fields";a:1:{s:13:"publish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:41:"taxonomy_term_field__publish_state__value";a:1:{i:0;s:13:"publish_state";}}}s:28:"taxonomy_term_field_revision";a:2:{s:6:"fields";a:1:{s:13:"publish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:41:"taxonomy_term_field__publish_state__value";a:1:{i:0;s:13:"publish_state";}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.revision_created', 'a:1:{s:22:"taxonomy_term_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.revision_default', 'a:1:{s:22:"taxonomy_term_revision";a:1:{s:6:"fields";a:1:{s:16:"revision_default";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.revision_id', 'a:4:{s:18:"taxonomy_term_data";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:0;}}}s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:22:"taxonomy_term_revision";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.revision_log_message', 'a:1:{s:22:"taxonomy_term_revision";a:1:{s:6:"fields";a:1:{s:20:"revision_log_message";a:3:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.revision_translation_affected', 'a:2:{s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:29:"revision_translation_affected";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.revision_user', 'a:1:{s:22:"taxonomy_term_revision";a:2:{s:6:"fields";a:1:{s:13:"revision_user";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:45:"taxonomy_term_field__revision_user__target_id";a:1:{i:0;s:13:"revision_user";}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.status', 'a:2:{s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.tid', 'a:4:{s:18:"taxonomy_term_data";a:1:{s:6:"fields";a:1:{s:3:"tid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:3:"tid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:22:"taxonomy_term_revision";a:1:{s:6:"fields";a:1:{s:3:"tid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:3:"tid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.unpublish_on', 'a:2:{s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:12:"unpublish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}s:28:"taxonomy_term_field_revision";a:1:{s:6:"fields";a:1:{s:12:"unpublish_on";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.unpublish_state', 'a:2:{s:24:"taxonomy_term_field_data";a:2:{s:6:"fields";a:1:{s:15:"unpublish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:43:"taxonomy_term_field__unpublish_state__value";a:1:{i:0;s:15:"unpublish_state";}}}s:28:"taxonomy_term_field_revision";a:2:{s:6:"fields";a:1:{s:15:"unpublish_state";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:43:"taxonomy_term_field__unpublish_state__value";a:1:{i:0;s:15:"unpublish_state";}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.uuid', 'a:1:{s:18:"taxonomy_term_data";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:32:"taxonomy_term_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.vid', 'a:2:{s:18:"taxonomy_term_data";a:2:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:35:"taxonomy_term_field__vid__target_id";a:1:{i:0;s:3:"vid";}}}s:24:"taxonomy_term_field_data";a:2:{s:6:"fields";a:1:{s:3:"vid";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;}}s:7:"indexes";a:0:{}}}'), ('entity.storage_schema.sql', 'taxonomy_term.field_schema_data.weight', 'a:1:{s:24:"taxonomy_term_field_data";a:1:{s:6:"fields";a:1:{s:6:"weight";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:0;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'user.entity_schema_data', 'a:2:{s:5:"users";a:1:{s:11:"primary key";a:1:{i:0;s:3:"uid";}}s:16:"users_field_data";a:3:{s:11:"primary key";a:2:{i:0;s:3:"uid";i:1;s:8:"langcode";}s:7:"indexes";a:1:{s:36:"user__id__default_langcode__langcode";a:3:{i:0;s:3:"uid";i:1;s:16:"default_langcode";i:2;s:8:"langcode";}}s:11:"unique keys";a:1:{s:10:"user__name";a:2:{i:0;s:4:"name";i:1;s:8:"langcode";}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.access', 'a:1:{s:16:"users_field_data";a:2:{s:6:"fields";a:1:{s:6:"access";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:18:"user_field__access";a:1:{i:0;s:6:"access";}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.changed', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:7:"changed";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.created', 'a:1:{s:16:"users_field_data";a:2:{s:6:"fields";a:1:{s:7:"created";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:1;}}s:7:"indexes";a:1:{s:19:"user_field__created";a:1:{i:0;s:7:"created";}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.default_langcode', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:16:"default_langcode";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.init', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:4:"init";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:254;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.langcode', 'a:2:{s:5:"users";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:8:"langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.login', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:5:"login";a:2:{s:4:"type";s:3:"int";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.mail', 'a:1:{s:16:"users_field_data";a:2:{s:6:"fields";a:1:{s:4:"mail";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:254;s:8:"not null";b:0;}}s:7:"indexes";a:1:{s:16:"user_field__mail";a:1:{i:0;s:4:"mail";}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.name', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:4:"name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:60;s:6:"binary";b:0;s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.pass', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:4:"pass";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.preferred_admin_langcode', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:24:"preferred_admin_langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.preferred_langcode', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:18:"preferred_langcode";a:3:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:12;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.roles', 'a:1:{s:11:"user__roles";a:4:{s:11:"description";s:34:"Data storage for user field roles.";s:6:"fields";a:7:{s:6:"bundle";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:88:"The field instance bundle to which this row belongs, used when deleting a field instance";}s:7:"deleted";a:5:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:60:"A boolean indicating whether this data item has been deleted";}s:9:"entity_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:38:"The entity id this data is attached to";}s:11:"revision_id";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:114:"The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id";}s:8:"langcode";a:5:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"The language code for this data item.";}s:5:"delta";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:11:"description";s:67:"The sequence number for this data item, used for multi-value fields";}s:15:"roles_target_id";a:4:{s:11:"description";s:28:"The ID of the target entity.";s:4:"type";s:13:"varchar_ascii";s:6:"length";i:255;s:8:"not null";b:1;}}s:11:"primary key";a:4:{i:0;s:9:"entity_id";i:1;s:7:"deleted";i:2;s:5:"delta";i:3;s:8:"langcode";}s:7:"indexes";a:3:{s:6:"bundle";a:1:{i:0;s:6:"bundle";}s:11:"revision_id";a:1:{i:0;s:11:"revision_id";}s:15:"roles_target_id";a:1:{i:0;s:15:"roles_target_id";}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.status', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:6:"status";a:3:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.timezone', 'a:1:{s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:8:"timezone";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:32;s:6:"binary";b:0;s:8:"not null";b:0;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.uid', 'a:2:{s:5:"users";a:1:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:4:"type";s:6:"serial";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}s:16:"users_field_data";a:1:{s:6:"fields";a:1:{s:3:"uid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:4:"size";s:6:"normal";s:8:"not null";b:1;}}}}'), ('entity.storage_schema.sql', 'user.field_schema_data.uuid', 'a:1:{s:5:"users";a:2:{s:6:"fields";a:1:{s:4:"uuid";a:4:{s:4:"type";s:13:"varchar_ascii";s:6:"length";i:128;s:6:"binary";b:0;s:8:"not null";b:1;}}s:11:"unique keys";a:1:{s:23:"user_field__uuid__value";a:1:{i:0;s:4:"uuid";}}}}'), ('pathauto_state.media', '1', 'i:1;'), ('pathauto_state.node', '1', 'i:1;'), ('pathauto_state.node', '2', 'i:1;'); INSERT INTO `[[dbprefix]]key_value` VALUES ('post_update', 'existing_updates', 'a:213:{i:0;s:70:"system_post_update_convert_empty_country_and_timezone_settings_to_null";i:1;s:46:"system_post_update_remove_rss_cdata_subscriber";i:2;s:32:"system_post_update_sdc_uninstall";i:3;s:64:"system_post_update_recalculate_configuration_entity_dependencies";i:4;s:48:"system_post_update_add_region_to_entity_displays";i:5;s:37:"system_post_update_hashes_clear_cache";i:6;s:36:"system_post_update_timestamp_plugins";i:7;s:41:"system_post_update_classy_message_library";i:8;s:37:"system_post_update_field_type_plugins";i:9;s:48:"system_post_update_field_formatter_entity_schema";i:10;s:36:"system_post_update_fix_jquery_extend";i:11;s:40:"system_post_update_change_action_plugins";i:12;s:47:"system_post_update_change_delete_action_plugins";i:13;s:41:"system_post_update_language_item_callback";i:14;s:31:"system_post_update_extra_fields";i:15;s:37:"system_post_update_states_clear_cache";i:16;s:64:"system_post_update_add_expand_all_items_key_in_system_menu_block";i:17;s:35:"system_post_update_clear_menu_cache";i:18;s:46:"system_post_update_layout_plugin_schema_change";i:19;s:60:"system_post_update_entity_reference_autocomplete_match_limit";i:20;s:44:"system_post_update_extra_fields_form_display";i:21;s:39:"system_post_update_uninstall_simpletest";i:22;s:52:"system_post_update_uninstall_entity_reference_module";i:23;s:54:"system_post_update_entity_revision_metadata_bc_cleanup";i:24;s:35:"system_post_update_uninstall_classy";i:25;s:35:"system_post_update_uninstall_stable";i:26;s:44:"system_post_update_claro_dropbutton_variants";i:27;s:37:"system_post_update_schema_version_int";i:28;s:38:"system_post_update_delete_rss_settings";i:29;s:52:"system_post_update_remove_key_value_expire_all_index";i:30;s:44:"system_post_update_service_advisory_settings";i:31;s:44:"system_post_update_delete_authorize_settings";i:32;s:34:"system_post_update_sort_all_config";i:33;s:50:"system_post_update_enable_provider_database_driver";i:34;s:35:"system_post_update_linkset_settings";i:35;s:48:"system_post_update_enable_password_compatibility";i:36;s:39:"system_post_update_remove_asset_entries";i:37;s:44:"system_post_update_remove_asset_query_string";i:38;s:54:"system_post_update_add_description_to_entity_view_mode";i:39;s:54:"system_post_update_add_description_to_entity_form_mode";i:40;s:44:"system_post_update_set_blank_log_url_to_null";i:41;s:38:"system_post_update_mailer_dsn_settings";i:42;s:49:"system_post_update_mailer_structured_dsn_settings";i:43;s:47:"system_post_update_amend_config_sync_readme_url";i:44;s:44:"system_post_update_mail_notification_setting";i:45;s:54:"system_post_update_set_cron_logging_setting_to_boolean";i:46;s:56:"system_post_update_move_development_settings_to_keyvalue";i:47;s:58:"system_post_update_add_langcode_to_all_translatable_config";i:48;s:45:"user_post_update_enforce_order_of_permissions";i:49;s:29:"user_post_update_update_roles";i:50;s:33:"user_post_update_sort_permissions";i:51;s:39:"user_post_update_sort_permissions_again";i:52;s:57:"path_alias_post_update_update_path_alias_revision_indexes";i:53;s:51:"path_alias_post_update_drop_path_alias_status_index";i:54;s:31:"filter_post_update_sort_filters";i:55;s:44:"filter_post_update_consolidate_filter_config";i:56;s:49:"dblog_post_update_convert_recent_messages_to_view";i:57;s:47:"views_post_update_views_data_argument_plugin_id";i:58;s:46:"views_post_update_update_cacheability_metadata";i:59;s:46:"views_post_update_cleanup_duplicate_views_data";i:60;s:46:"views_post_update_field_formatter_dependencies";i:61;s:36:"views_post_update_taxonomy_index_tid";i:62;s:41:"views_post_update_serializer_dependencies";i:63;s:39:"views_post_update_boolean_filter_values";i:64;s:33:"views_post_update_grouped_filters";i:65;s:42:"views_post_update_revision_metadata_fields";i:66;s:33:"views_post_update_entity_link_url";i:67;s:34:"views_post_update_bulk_field_moved";i:68;s:41:"views_post_update_filter_placeholder_text";i:69;s:47:"views_post_update_views_data_table_dependencies";i:70;s:45:"views_post_update_table_display_cache_max_age";i:71;s:53:"views_post_update_exposed_filter_blocks_label_display";i:72;s:48:"views_post_update_make_placeholders_translatable";i:73;s:41:"views_post_update_limit_operator_defaults";i:74;s:33:"views_post_update_remove_core_key";i:75;s:51:"views_post_update_field_names_for_multivalue_fields";i:76;s:52:"views_post_update_configuration_entity_relationships";i:77;s:48:"views_post_update_rename_default_display_setting";i:78;s:50:"views_post_update_remove_sorting_global_text_field";i:79;s:36:"views_post_update_title_translations";i:80;s:33:"views_post_update_sort_identifier";i:81;s:53:"views_post_update_provide_revision_table_relationship";i:82;s:33:"views_post_update_image_lazy_load";i:83;s:39:"views_post_update_boolean_custom_titles";i:84;s:35:"views_post_update_oembed_eager_load";i:85;s:44:"views_post_update_responsive_image_lazy_load";i:86;s:37:"views_post_update_timestamp_formatter";i:87;s:38:"views_post_update_fix_revision_id_part";i:88;s:36:"views_post_update_add_missing_labels";i:89;s:43:"views_post_update_remove_skip_cache_setting";i:90;s:50:"views_post_update_remove_default_argument_skip_url";i:91;s:46:"views_post_update_taxonomy_filter_user_context";i:92;s:31:"views_post_update_pager_heading";i:93;s:54:"views_post_update_rendered_entity_field_cache_metadata";i:94;s:39:"big_pipe_post_update_html5_placeholders";i:95;s:46:"field_post_update_save_custom_storage_property";i:96;s:50:"field_post_update_entity_reference_handler_setting";i:97;s:43:"field_post_update_email_widget_size_setting";i:98;s:47:"field_post_update_remove_handler_submit_setting";i:99;s:54:"file_post_update_add_txt_if_allows_insecure_extensions";i:100;s:41:"file_post_update_add_permissions_to_roles";i:101;s:64:"file_post_update_add_default_filename_sanitization_configuration";i:102;s:42:"image_post_update_image_style_dependencies";i:103;s:50:"image_post_update_scale_and_crop_effect_add_anchor";i:104;s:41:"image_post_update_image_loading_attribute";i:105;s:50:"media_post_update_media_author_views_filter_update";i:106;s:34:"media_post_update_collection_route";i:107;s:33:"media_post_update_storage_handler";i:108;s:39:"media_post_update_enable_standalone_url";i:109;s:41:"media_post_update_add_status_extra_filter";i:110;s:51:"media_post_update_modify_base_field_author_override";i:111;s:42:"media_post_update_oembed_loading_attribute";i:112;s:49:"media_post_update_set_blank_iframe_domain_to_null";i:113;s:56:"media_post_update_remove_mappings_targeting_source_field";i:114;s:39:"media_library_post_update_display_modes";i:115;s:39:"media_library_post_update_table_display";i:116;s:55:"media_library_post_update_add_media_library_image_style";i:117;s:49:"media_library_post_update_add_status_extra_filter";i:118;s:50:"media_library_post_update_add_buttons_to_page_view";i:119;s:54:"media_library_post_update_update_8001_checkbox_classes";i:120;s:70:"media_library_post_update_default_administrative_list_to_table_display";i:121;s:46:"media_library_post_update_add_langcode_filters";i:122;s:49:"path_post_update_create_language_content_settings";i:123;s:37:"block_post_update_make_weight_integer";i:124;s:54:"block_post_update_disable_blocks_with_missing_contexts";i:125;s:40:"block_post_update_disabled_region_update";i:126;s:42:"block_post_update_fix_negate_in_conditions";i:127;s:45:"block_post_update_replace_node_type_condition";i:128;s:42:"text_post_update_add_required_summary_flag";i:129;s:55:"text_post_update_add_required_summary_flag_form_display";i:130;s:32:"text_post_update_allowed_formats";i:131;s:48:"contextual_post_update_fixed_endpoint_and_markup";i:132;s:73:"layout_discovery_post_update_recalculate_entity_form_display_dependencies";i:133;s:73:"layout_discovery_post_update_recalculate_entity_view_display_dependencies";i:134;s:46:"node_post_update_configure_status_field_widget";i:135;s:41:"node_post_update_node_revision_views_data";i:136;s:40:"node_post_update_glossary_view_published";i:137;s:45:"node_post_update_rebuild_node_revision_routes";i:138;s:50:"node_post_update_modify_base_field_author_override";i:139;s:59:"node_post_update_set_node_type_description_and_help_to_null";i:140;s:54:"layout_builder_post_update_rebuild_plugin_dependencies";i:141;s:43:"layout_builder_post_update_add_extra_fields";i:142;s:62:"layout_builder_post_update_section_storage_context_definitions";i:143;s:57:"layout_builder_post_update_overrides_view_mode_annotation";i:144;s:62:"layout_builder_post_update_cancel_link_to_discard_changes_form";i:145;s:54:"layout_builder_post_update_remove_layout_is_rebuilding";i:146;s:46:"layout_builder_post_update_routing_entity_form";i:147;s:55:"layout_builder_post_update_discover_blank_layout_plugin";i:148;s:43:"layout_builder_post_update_routing_defaults";i:149;s:56:"layout_builder_post_update_discover_new_contextual_links";i:150;s:45:"layout_builder_post_update_fix_tempstore_keys";i:151;s:62:"layout_builder_post_update_section_third_party_settings_schema";i:152;s:59:"layout_builder_post_update_layout_builder_dependency_change";i:153;s:45:"layout_builder_post_update_update_permissions";i:154;s:53:"layout_builder_post_update_make_layout_untranslatable";i:155;s:58:"layout_builder_post_update_override_entity_form_controller";i:156;s:58:"layout_builder_post_update_section_storage_context_mapping";i:157;s:51:"layout_builder_post_update_tempstore_route_enhancer";i:158;s:46:"layout_builder_post_update_timestamp_formatter";i:159;s:65:"layout_builder_post_update_enable_expose_field_block_feature_flag";i:160;s:50:"navigation_post_update_set_logo_dimensions_default";i:161;s:41:"navigation_post_update_update_permissions";i:162;s:43:"taxonomy_post_update_clear_views_data_cache";i:163;s:64:"taxonomy_post_update_clear_entity_bundle_field_definitions_cache";i:164;s:63:"taxonomy_post_update_handle_publishing_status_addition_in_views";i:165;s:55:"taxonomy_post_update_remove_hierarchy_from_vocabularies";i:166;s:52:"taxonomy_post_update_make_taxonomy_term_revisionable";i:167;s:50:"taxonomy_post_update_configure_status_field_widget";i:168;s:65:"taxonomy_post_update_clear_views_argument_validator_plugins_cache";i:169;s:37:"taxonomy_post_update_set_new_revision";i:170;s:55:"taxonomy_post_update_set_vocabulary_description_to_null";i:171;s:42:"gin_toolbar_post_update_gin_toolbar_beta19";i:172;s:42:"gin_toolbar_post_update_gin_toolbar_beta21";i:173;s:42:"gin_toolbar_post_update_gin_toolbar_beta22";i:174;s:42:"gin_toolbar_post_update_update_gin_alpha32";i:175;s:50:"captcha_post_update_refresh_captcha_helper_service";i:176;s:49:"honeypot_post_update_joyride_location_to_position";i:177;s:46:"honeypot_post_update_rebuild_service_container";i:178;s:35:"eca_post_update_rename_tokens_2_0_0";i:179;s:35:"eca_post_update_rename_tokens_2_0_1";i:180;s:50:"responsive_image_post_update_recreate_dependencies";i:181;s:57:"responsive_image_post_update_order_multiplier_numerically";i:182;s:52:"responsive_image_post_update_image_loading_attribute";i:183;s:45:"olivero_post_update_add_olivero_primary_color";i:184;s:36:"trash_post_update_add_trash_handlers";i:185;s:40:"trash_post_update_fix_missing_auto_purge";i:186;s:50:"trash_post_update_set_enabled_entity_types_bundles";i:187;s:56:"editor_post_update_clear_cache_for_file_reference_filter";i:188;s:34:"editor_post_update_image_lazy_load";i:189;s:49:"editor_post_update_sanitize_image_upload_settings";i:190;s:39:"ckeditor5_post_update_alignment_buttons";i:191;s:40:"ckeditor5_post_update_image_toolbar_item";i:192;s:51:"ckeditor5_post_update_plugins_settings_export_order";i:193;s:32:"ckeditor5_post_update_code_block";i:194;s:37:"ckeditor5_post_update_list_multiblock";i:195;s:41:"ckeditor5_post_update_list_start_reversed";i:196;s:59:"content_moderation_post_update_update_cms_default_revisions";i:197;s:59:"content_moderation_post_update_set_default_moderation_state";i:198;s:84:"content_moderation_post_update_set_views_filter_latest_translation_affected_revision";i:199;s:58:"content_moderation_post_update_entity_display_dependencies";i:200;s:52:"content_moderation_post_update_views_field_plugin_id";i:201;s:65:"menu_link_content_post_update_make_menu_link_content_revisionable";i:202;s:28:"easy_email_post_update_00001";i:203;s:28:"easy_email_post_update_00002";i:204;s:28:"easy_email_post_update_00003";i:205;s:28:"easy_email_post_update_00004";i:206;s:28:"easy_email_post_update_00005";i:207;s:28:"easy_email_post_update_00006";i:208;s:28:"easy_email_post_update_00007";i:209;s:28:"easy_email_post_update_00008";i:210;s:28:"easy_email_post_update_00009";i:211;s:51:"symfony_mailer_lite_post_update_set_override_option";i:212;s:61:"automatic_updates_post_update_create_status_check_mail_config";}'), ('state', 'announcements_feed.last_fetch', 'i:[[timestamp]];'), ('state', 'asset.css_js_query_string', '[[css_js_query_string]]'), ('state', 'eca.subscribed', 'a:10:{s:15:"eca.user.logout";a:1:{i:0;a:1:{s:14:"auth_redirects";a:1:{s:17:"Event_user_logout";s:1:"*";}}}s:28:"eca_render.entity_operations";a:1:{i:0;a:1:{s:17:"content_duplicate";a:1:{s:21:"Event_operations_link";s:6:"node:*";}}}s:30:"eca.content_entity.prepareform";a:1:{i:0;a:1:{s:17:"content_duplicate";a:1:{s:20:"Event_prepare_entity";s:4:"node";}}}s:22:"eca_render.local_tasks";a:1:{i:0;a:1:{s:17:"content_duplicate";a:1:{s:23:"Event_alter_local_tasks";s:1:"*";}}}s:25:"eca.content_entity.insert";a:1:{i:0;a:2:{s:20:"remote_video_consent";a:1:{s:25:"Event_insert_remote_video";s:19:"media::remote_video";}s:26:"front_page_redirect_hotfix";a:1:{s:23:"Event_insert_basic_page";s:10:"node::page";}}}s:11:"config.save";a:1:{i:0;a:3:{s:20:"remote_video_consent";a:1:{s:17:"Event_save_config";s:7:"*::*::*";}s:11:"init_search";a:1:{s:18:"Event_write_config";s:7:"*::*::*";}s:20:"privacy_setting_link";a:1:{s:17:"Event_save_config";s:7:"*::*::*";}}}s:17:"source_info_alter";a:1:{i:0;a:1:{s:27:"rename_project_browser_tabs";a:1:{s:23:"Event_alter_source_info";s:1:"*";}}}s:18:"eca_misc.exception";a:1:{i:0;a:1:{s:15:"unpublished_404";a:1:{s:24:"Event_uncaught_exception";s:1:"*";}}}s:14:"eca.form.build";a:1:{i:0;a:1:{s:13:"user_register";a:1:{s:25:"Event_build_user_reg_form";s:24:"user_register_form:*:*:*";}}}s:17:"eca.form.validate";a:1:{i:0;a:1:{s:13:"user_register";a:1:{s:28:"Event_validate_user_reg_form";s:24:"user_register_form:*:*:*";}}}}'), ('state', 'install_task', 's:4:"done";'), ('state', 'install_time', 'i:[[timestamp]];'), ('state', 'project_browser.applied_recipes', 'a:1:{i:0;s:[[ser_softpath_recipes]]:"[[softpath]]/recipes/drupal_cms_starter";}'), ('state', 'redirect_404.last_daily_reset', 'i:[[timestamp]];'), ('state', 'router.path_roots', 'a:34:{i:0;s:5:"admin";i:1;s:16:"automatic-update";i:2;s:8:"big_pipe";i:3;s:14:"block-category";i:4;s:9:"ckeditor5";i:5;s:10:"contextual";i:6;s:6:"editor";i:7;s:4:"file";i:8;s:6:"filter";i:9;s:3:"api";i:10;s:5:"sites";i:11;s:6:"system";i:12;s:14:"layout_builder";i:13;s:6:"linkit";i:14;s:5:"media";i:15;s:13:"media-library";i:16;s:4:"node";i:17;s:15:"project-browser";i:18;s:9:"scheduler";i:19;s:4:"cron";i:20;s:0:"";i:21;s:9:"<current>";i:22;s:5:"batch";i:23;s:10:"update.php";i:24;s:29:"entity_reference_autocomplete";i:25;s:7:"session";i:26;s:19:"tagify_autocomplete";i:27;s:29:"tagify_user_list_autocomplete";i:28;s:8:"taxonomy";i:29;s:5:"token";i:30;s:7:"toolbar";i:31;s:4:"user";i:32;s:11:".well-known";i:33;s:5:"views";}'), ('state', 'routing.menu_masks.router', 'a:53:{i:0;i:987;i:1;i:501;i:2;i:493;i:3;i:492;i:4;i:491;i:5;i:464;i:6;i:253;i:7;i:252;i:8;i:251;i:9;i:250;i:10;i:247;i:11;i:246;i:12;i:245;i:13;i:244;i:14;i:232;i:15;i:224;i:16;i:126;i:17;i:125;i:18;i:124;i:19;i:123;i:20;i:122;i:21;i:117;i:22;i:116;i:23;i:112;i:24;i:63;i:25;i:62;i:26;i:61;i:27;i:60;i:28;i:59;i:29;i:56;i:30;i:53;i:31;i:49;i:32;i:42;i:33;i:31;i:34;i:30;i:35;i:29;i:36;i:28;i:37;i:27;i:38;i:24;i:39;i:23;i:40;i:21;i:41;i:15;i:42;i:14;i:43;i:13;i:44;i:12;i:45;i:11;i:46;i:8;i:47;i:7;i:48;i:6;i:49;i:5;i:50;i:3;i:51;i:2;i:52;i:1;}'), ('state', 'routing.non_admin_routes', 'a:119:{i:0;s:24:"automatic_updates.finish";i:1;s:13:"big_pipe.nojs";i:2;s:27:"block.category_autocomplete";i:3;s:31:"ckeditor5.media_entity_metadata";i:4;s:17:"contextual.render";i:5;s:17:"editor.filter_xss";i:6;s:18:"file.ajax_progress";i:7;s:15:"filter.tips_all";i:8;s:11:"filter.tips";i:9;s:26:"friendlycaptcha.api_puzzle";i:10;s:18:"image.style_public";i:11;s:19:"image.style_private";i:12;s:29:"layout_builder.choose_section";i:13;s:26:"layout_builder.add_section";i:14;s:32:"layout_builder.configure_section";i:15;s:29:"layout_builder.remove_section";i:16;s:27:"layout_builder.choose_block";i:17;s:24:"layout_builder.add_block";i:18;s:34:"layout_builder.choose_inline_block";i:19;s:27:"layout_builder.update_block";i:20;s:30:"layout_builder.move_block_form";i:21;s:27:"layout_builder.remove_block";i:22;s:25:"layout_builder.move_block";i:23;s:19:"linkit.autocomplete";i:24;s:19:"media.oembed_iframe";i:25;s:20:"media.filter.preview";i:26;s:16:"media_library.ui";i:27;s:13:"node.add_page";i:28;s:8:"node.add";i:29;s:19:"entity.node.preview";i:30;s:27:"entity.node.version_history";i:31;s:20:"entity.node.revision";i:32;s:28:"node.revision_revert_confirm";i:33;s:40:"node.revision_revert_translation_confirm";i:34;s:28:"node.revision_delete_confirm";i:35;s:35:"project_browser.api_project_get_all";i:36;s:25:"project_browser.uninstall";i:37;s:26:"scheduler.lightweight_cron";i:38;s:16:"system.css_asset";i:39;s:15:"system.js_asset";i:40;s:10:"system.401";i:41;s:10:"system.403";i:42;s:10:"system.404";i:43;s:10:"system.4xx";i:44;s:11:"system.cron";i:45;s:12:"system.files";i:46;s:28:"system.private_file_download";i:47;s:16:"system.temporary";i:48;s:7:"<front>";i:49;s:6:"<none>";i:50;s:8:"<nolink>";i:51;s:8:"<button>";i:52;s:9:"<current>";i:53;s:15:"system.timezone";i:54;s:22:"system.batch_page.html";i:55;s:16:"system.db_update";i:56;s:26:"system.entity_autocomplete";i:57;s:16:"system.csrftoken";i:58;s:26:"tagify.entity_autocomplete";i:59;s:36:"tagify_user_list.entity_autocomplete";i:60;s:30:"entity.taxonomy_term.edit_form";i:61;s:32:"entity.taxonomy_term.delete_form";i:62;s:10:"token.tree";i:63;s:16:"toolbar.subtrees";i:64;s:13:"user.register";i:65;s:11:"user.logout";i:66;s:19:"user.logout.confirm";i:67;s:9:"user.pass";i:68;s:9:"user.page";i:69;s:9:"user.edit";i:70;s:10:"user.login";i:71;s:19:"user.cancel_confirm";i:72;s:16:"user.reset.login";i:73;s:10:"user.reset";i:74;s:15:"user.reset.form";i:75;s:31:"user.well-known.change_password";i:76;s:42:"view.scheduler_scheduled_content.user_page";i:77;s:25:"view.taxonomy_term.feed_1";i:78;s:25:"view.taxonomy_term.page_1";i:79;s:10:"views.ajax";i:80;s:23:"entity.file.delete_form";i:81;s:21:"entity.media.add_page";i:82;s:21:"entity.media.add_form";i:83;s:22:"entity.media.canonical";i:84;s:22:"entity.media.edit_form";i:85;s:24:"entity.media.delete_form";i:86;s:33:"entity.media.delete_multiple_form";i:87;s:28:"entity.media.version_history";i:88;s:21:"entity.media.revision";i:89;s:33:"entity.media.revision_revert_form";i:90;s:33:"entity.media.revision_delete_form";i:91;s:27:"entity.media.latest_version";i:92;s:21:"entity.node.canonical";i:93;s:23:"entity.node.delete_form";i:94;s:21:"entity.node.edit_form";i:95;s:26:"entity.node.latest_version";i:96;s:36:"entity.taxonomy_term.version_history";i:97;s:29:"entity.taxonomy_term.revision";i:98;s:41:"entity.taxonomy_term.revision_revert_form";i:99;s:41:"entity.taxonomy_term.revision_delete_form";i:100;s:35:"entity.taxonomy_term.latest_version";i:101;s:21:"entity.user.canonical";i:102;s:21:"entity.user.edit_form";i:103;s:23:"entity.user.cancel_form";i:104;s:35:"layout_builder.overrides.media.view";i:105;s:46:"layout_builder.overrides.media.discard_changes";i:106;s:37:"layout_builder.overrides.media.revert";i:107;s:34:"layout_builder.overrides.node.view";i:108;s:45:"layout_builder.overrides.node.discard_changes";i:109;s:36:"layout_builder.overrides.node.revert";i:110;s:43:"layout_builder.overrides.taxonomy_term.view";i:111;s:54:"layout_builder.overrides.taxonomy_term.discard_changes";i:112;s:45:"layout_builder.overrides.taxonomy_term.revert";i:113;s:34:"layout_builder.overrides.user.view";i:114;s:45:"layout_builder.overrides.user.discard_changes";i:115;s:36:"layout_builder.overrides.user.revert";i:116;s:19:"entity.node.restore";i:117;s:17:"entity.node.purge";i:118;s:30:"entity.taxonomy_term.canonical";}'), ('state', 'system.cron_key', '[[system_cron_key]]'), ('state', 'system.cron_last', 'i:[[timestamp]];'), ('state', 'system.private_key', '[[system_private_key]]'), ('state', 'system.profile.files', 'a:4:{s:10:"demo_umami";s:44:"core/profiles/demo_umami/demo_umami.info.yml";s:20:"drupal_cms_installer";s:59:"profiles/drupal_cms_installer/drupal_cms_installer.info.yml";s:7:"minimal";s:38:"core/profiles/minimal/minimal.info.yml";s:8:"standard";s:40:"core/profiles/standard/standard.info.yml";}'), ('state', 'system.theme.files', 'a:9:{s:5:"claro";s:32:"core/themes/claro/claro.info.yml";s:18:"drupal_cms_olivero";s:61:"themes/contrib/drupal_cms_olivero/drupal_cms_olivero.info.yml";s:16:"easy_email_theme";s:57:"themes/contrib/easy_email_theme/easy_email_theme.info.yml";s:3:"gin";s:31:"themes/contrib/gin/gin.info.yml";s:7:"olivero";s:36:"core/themes/olivero/olivero.info.yml";s:7:"stable9";s:36:"core/themes/stable9/stable9.info.yml";s:5:"stark";s:32:"core/themes/stark/stark.info.yml";s:16:"starterkit_theme";s:54:"core/themes/starterkit_theme/starterkit_theme.info.yml";s:20:"yoast_seo_test_theme";s:83:"modules/contrib/yoast_seo/themes/yoast_seo_test_theme/yoast_seo_test_theme.info.yml";}'), ('state', 'trash.class_suffix', '[[trash_class_suffix]]'), ('state', 'twig_extension_hash_prefix', 'a:2:{s:19:"twig_extension_hash";s:0:"";s:17:"twig_cache_prefix";s:0:"";}'), ('state', 'update.last_check', 'i:[[timestamp]];'), ('state', 'views.view_route_names', 'a:14:{s:13:"watchdog.page";s:14:"dblog.overview";s:24:"user_admin_people.page_1";s:22:"entity.user.collection";s:20:"taxonomy_term.page_1";s:30:"entity.taxonomy_term.canonical";s:19:"redirect_404.page_1";s:20:"redirect_404.fix_404";s:15:"redirect.page_1";s:13:"redirect.list";s:35:"moderated_content.moderated_content";s:42:"content_moderation.admin_moderated_content";s:21:"media.media_page_list";s:23:"entity.media.collection";s:14:"content.page_1";s:20:"system.admin_content";s:18:"media_library.page";s:23:"view.media_library.page";s:20:"media_library.widget";s:25:"view.media_library.widget";s:26:"media_library.widget_table";s:31:"view.media_library.widget_table";s:36:"scheduler_scheduled_content.overview";s:41:"view.scheduler_scheduled_content.overview";s:37:"scheduler_scheduled_content.user_page";s:42:"view.scheduler_scheduled_content.user_page";s:20:"taxonomy_term.feed_1";s:25:"view.taxonomy_term.feed_1";}'), ('system.schema', 'announcements_feed', 'i:8000;'), ('system.schema', 'automated_cron', 'i:8000;'), ('system.schema', 'automatic_updates', 'i:9002;'), ('system.schema', 'automatic_updates_extensions', 'i:8000;'), ('system.schema', 'autosave_form', 'i:8004;'), ('system.schema', 'big_pipe', 'i:8000;'), ('system.schema', 'block', 'i:8003;'), ('system.schema', 'bpmn_io', 'i:8000;'), ('system.schema', 'breakpoint', 'i:8000;'), ('system.schema', 'captcha', 'i:8907;'), ('system.schema', 'ckeditor5', 'i:8000;'), ('system.schema', 'coffee', 'i:8000;'), ('system.schema', 'config', 'i:8000;'), ('system.schema', 'content_moderation', 'i:8700;'), ('system.schema', 'contextual', 'i:8000;'), ('system.schema', 'crop', 'i:8005;'), ('system.schema', 'dashboard', 'i:8000;'), ('system.schema', 'datetime', 'i:8000;'), ('system.schema', 'dblog', 'i:10101;'), ('system.schema', 'dynamic_page_cache', 'i:8000;'), ('system.schema', 'easy_breadcrumb', 'i:8009;'), ('system.schema', 'easy_email', 'i:10001;'), ('system.schema', 'easy_email_override', 'i:10001;'), ('system.schema', 'eca', 'i:8011;'), ('system.schema', 'eca_base', 'i:8001;'), ('system.schema', 'eca_config', 'i:8000;'), ('system.schema', 'eca_content', 'i:8000;'), ('system.schema', 'eca_form', 'i:8003;'), ('system.schema', 'eca_misc', 'i:8000;'), ('system.schema', 'eca_modeller_bpmn', 'i:8000;'), ('system.schema', 'eca_project_browser', 'i:8000;'), ('system.schema', 'eca_render', 'i:8000;'), ('system.schema', 'eca_ui', 'i:8000;'), ('system.schema', 'eca_user', 'i:8000;'), ('system.schema', 'editor', 'i:8001;'), ('system.schema', 'field', 'i:8500;'), ('system.schema', 'field_ui', 'i:8000;'), ('system.schema', 'file', 'i:8700;'), ('system.schema', 'filter', 'i:8000;'), ('system.schema', 'focal_point', 'i:8004;'), ('system.schema', 'friendlycaptcha', 'i:8104;'), ('system.schema', 'gin_toolbar', 'i:8000;'), ('system.schema', 'honeypot', 'i:8104;'), ('system.schema', 'image', 'i:8201;'), ('system.schema', 'inline_form_errors', 'i:8000;'), ('system.schema', 'jquery_ui', 'i:8000;'), ('system.schema', 'jquery_ui_resizable', 'i:8000;'), ('system.schema', 'klaro', 'i:10014;'), ('system.schema', 'layout_builder', 'i:8602;'), ('system.schema', 'layout_discovery', 'i:8000;'), ('system.schema', 'link', 'i:8000;'), ('system.schema', 'linkit', 'i:8503;'), ('system.schema', 'login_emailusername', 'i:8000;'), ('system.schema', 'mailsystem', 'i:8000;'), ('system.schema', 'media', 'i:8700;'), ('system.schema', 'media_library', 'i:8704;'), ('system.schema', 'menu_link_attributes', 'i:8002;'), ('system.schema', 'menu_link_content', 'i:8601;'), ('system.schema', 'menu_ui', 'i:8000;'), ('system.schema', 'mysql', 'i:8000;'), ('system.schema', 'navigation', 'i:11002;'), ('system.schema', 'node', 'i:8700;'), ('system.schema', 'options', 'i:8000;'), ('system.schema', 'package_manager', 'i:9002;'), ('system.schema', 'page_cache', 'i:8000;'), ('system.schema', 'path', 'i:8200;'), ('system.schema', 'pathauto', 'i:8108;'), ('system.schema', 'path_alias', 'i:8000;'), ('system.schema', 'project_browser', 'i:9019;'), ('system.schema', 'redirect', 'i:8109;'), ('system.schema', 'redirect_404', 'i:8102;'), ('system.schema', 'responsive_image', 'i:8000;'), ('system.schema', 'sam', 'i:8000;'), ('system.schema', 'scheduler', 'i:8209;'), ('system.schema', 'scheduler_content_moderation_integration', 'i:10301;'), ('system.schema', 'svg_image', 'i:8000;'), ('system.schema', 'symfony_mailer_lite', 'i:9001;'), ('system.schema', 'system', 'i:11102;'), ('system.schema', 'tagify', 'i:8001;'), ('system.schema', 'tagify_user_list', 'i:8001;'), ('system.schema', 'taxonomy', 'i:10100;'), ('system.schema', 'text', 'i:8000;'), ('system.schema', 'token', 'i:8000;'), ('system.schema', 'toolbar', 'i:8000;'), ('system.schema', 'trash', 'i:10301;'), ('system.schema', 'update', 'i:8001;'), ('system.schema', 'user', 'i:10000;'), ('system.schema', 'views', 'i:8500;'), ('system.schema', 'views_ui', 'i:8000;'), ('system.schema', 'workflows', 'i:8000;');
-- -- Table structure for table `[[dbprefix]]key_value_expire` --
CREATE TABLE `[[dbprefix]]key_value_expire` ( `collection` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'A named collection of key and value pairs.', `name` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The key of the key/value pair.', `value` longblob NOT NULL COMMENT 'The value of the key/value pair.', `expire` int NOT NULL DEFAULT '2147483647' COMMENT 'The time since Unix epoch in seconds when this item expires. Defaults to the maximum possible time.', PRIMARY KEY (`collection`,`name`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Generic key/value storage table with an expiration.';
-- -- Dumping data for table `[[dbprefix]]key_value_expire` --
INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('announcements_feed', 'announcements', 'a:13:{i:0;a:7:{s:2:"id";s:7:"3509234";s:5:"title";s:48:"DrupalCon Atlanta is almost here! 24-27 of March";s:12:"content_html";s:444:"<p>DrupalCon is an exciting and invaluable event for anyone involved in the Drupal community, whether you’re a developer, website owner, or digital professional. If you’re heading to <a href="https://events.drupal.org/atlanta2025" rel="nofollow">DrupalCon Atlanta 2025</a> for the first time, you’re in for a treat! Here''s everything you need to know to make the most of your experience, along with some top tips for how to prepare.</p>";s:3:"url";s:95:"https://www.drupal.org/about/announcements/blog/drupalcon-atlanta-is-almost-here-24-27-of-march";s:13:"date_modified";s:25:"2025-02-26T20:33:54+00:00";s:14:"date_published";s:25:"2025-02-26T20:33:27+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:3:">=7";}}i:1;a:7:{s:2:"id";s:7:"3499892";s:5:"title";s:32:"Drupal CMS 1.0 is now available!";s:12:"content_html";s:436:"<p>We’re excited to share that Drupal CMS 1.0 has officially launched! This new platform is designed to make it easier than ever for marketers and content teams to create amazing digital experiences, all while staying true to Drupal’s open-source roots.</p>\n<p><img alt="Getting started takes minutes" height="720" src="/files/CMS1-1_1.png" width="1280" /></p>\n<p>Drupal CMS 1.0 is packed with features to make your life easier:</p>";s:3:"url";s:42:"https://www.drupal.org/blog/drupal-cms-1-0";s:13:"date_modified";s:25:"2025-01-15T18:40:24+00:00";s:14:"date_published";s:25:"2025-01-15T17:00:28+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:2:">7";}}i:3;a:7:{s:2:"id";s:7:"3494304";s:5:"title";s:30:"Drupal 11.1.0 is now available";s:12:"content_html";s:263:"<p>The <a href="https://www.drupal.org/project/drupal/releases/11.1.0" rel="nofollow">first feature release of Drupal 11</a> improves the recipe system, introduces support for hooks written as classes, makes Workspaces more flexible and enhances performance.</p>";s:3:"url";s:41:"https://www.drupal.org/blog/drupal-11-1-0";s:13:"date_modified";s:25:"2024-12-16T20:28:53+00:00";s:14:"date_published";s:25:"2024-12-16T17:50:29+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:5;a:7:{s:2:"id";s:7:"3480615";s:5:"title";s:58:"DrupalCon Singapore 2024: What Awaits You in the Lion City";s:12:"content_html";s:528:"<p>It’s time to dust off those suitcases and start thinking about where your passport is - <a href="https://events.drupal.org/singapore2024" rel="nofollow">DrupalCon Singapore 2024</a> is just around the corner, and this year’s event promises to be amazing! From 9-11 December, our much-anticipated event will bring together the brightest minds and most passionate contributors from the Drupal community for three days of innovation, learning, and inspiration at the luxurious Parkroyal Collection Marina Bay, Singapore.</p>";s:3:"url";s:105:"https://www.drupal.org/about/announcements/blog/drupalcon-singapore-2024-what-awaits-you-in-the-lion-city";s:13:"date_modified";s:25:"2024-10-14T16:49:44+00:00";s:14:"date_published";s:25:"2024-10-14T16:49:44+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:6;a:7:{s:2:"id";s:7:"3465580";s:5:"title";s:18:"Drupal 11 released";s:12:"content_html";s:114:"<p>Today is a big day for <a href="https://www.drupal.org/">Drupal</a> as we officially released Drupal 11!</p>\n";s:3:"url";s:46:"https://www.drupal.org/blog/drupal-11-released";s:13:"date_modified";s:25:"2024-08-15T15:10:39+00:00";s:14:"date_published";s:25:"2024-08-01T22:57:58+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:1:"*";}}i:7;a:7:{s:2:"id";s:7:"3456034";s:5:"title";s:28:"Drupal 10.3 is now available";s:12:"content_html";s:370:"<p>The <a href="https://www.drupal.org/project/drupal/releases/10.3.0" rel="nofollow">third and final feature release of Drupal 10</a> ships with a new experimental Navigation user interface, stable Workspaces functionality, stable Single-Directory Components support, simplified menu editing, taxonomy moderation support, new recipe and access policy APIs and more.</p>";s:3:"url";s:41:"https://www.drupal.org/blog/drupal-10-3-0";s:13:"date_modified";s:25:"2024-09-05T23:00:47+00:00";s:14:"date_published";s:25:"2024-06-20T20:00:04+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:9;a:7:{s:2:"id";s:7:"3427138";s:5:"title";s:52:"You''re invited to DrupalCon Portland | 6-9 May, 2024";s:12:"content_html";s:384:"<p>DrupalCon is an event for developers, marketers/content editors, site owners, and the Drupal-curious to join with the community. You''ll find incredible keynotes, session content from expert speakers who have helped to build Drupal, networking opportunities with your peers, fun social events, and the chance to deepen your connection by contributing to the open source project.</p>";s:3:"url";s:96:"https://www.drupal.org/about/announcements/blog/youre-invited-to-drupalcon-portland-6-9-may-2024";s:13:"date_modified";s:25:"2024-03-18T19:40:04+00:00";s:14:"date_published";s:25:"2024-03-11T16:49:53+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:10;a:7:{s:2:"id";s:7:"3408836";s:5:"title";s:28:"Drupal 10.2 is now available";s:12:"content_html";s:378:"<p>The <a href="https://www.drupal.org/project/drupal/releases/10.2.0">second feature release of Drupal 10</a> improves content modeling, block management, menu and taxonomy organization, and permission administration. New options to sanitize file names make it possible to clean up the names of uploaded files, and media item revisions now have a dedicated user interface.</p>\n";s:3:"url";s:41:"https://www.drupal.org/blog/drupal-10-2-0";s:13:"date_modified";s:25:"2024-01-25T18:24:28+00:00";s:14:"date_published";s:25:"2023-12-15T18:27:47+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:11;a:7:{s:2:"id";s:7:"3403229";s:5:"title";s:75:"Drupal 10 will be supported until the release of Drupal 12 in mid-late 2026";s:12:"content_html";s:190:"<p>Announcing a new major release schedule with long term support for Drupal 10 until mid-late 2026. Drupal 11 will be released in 2024 and work on the dedicated branch starts this week.</p>";s:3:"url";s:103:"https://www.drupal.org/blog/drupal-10-will-be-supported-until-the-release-of-drupal-12-in-mid-late-2026";s:13:"date_modified";s:25:"2024-01-25T18:31:05+00:00";s:14:"date_published";s:25:"2023-11-22T07:13:55+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:13;a:7:{s:2:"id";s:7:"3368367";s:5:"title";s:28:"Drupal 10.1 is now available";s:12:"content_html";s:257:"<p>This first feature release of Drupal 10 is packed with amazing improvements! It makes customizing the look of your site easier, adds support for decoupled navigation, improves content modeling and editing, block management, performance and many more.</p>";s:3:"url";s:41:"https://www.drupal.org/blog/drupal-10-1-0";s:13:"date_modified";s:25:"2023-10-30T16:22:24+00:00";s:14:"date_published";s:25:"2023-06-22T09:11:30+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:14;a:7:{s:2:"id";s:7:"3347976";s:5:"title";s:37:"Contribute to Drupal and the Open Web";s:12:"content_html";s:146:"<p>Drupal is an open source project. But what does that mean? How can you as a site-owner participate in the project of building a better web?</p>";s:3:"url";s:85:"https://www.drupal.org/about/announcements/blog/contribute-to-drupal-and-the-open-web";s:13:"date_modified";s:25:"2023-03-14T19:43:12+00:00";s:14:"date_published";s:25:"2023-03-14T19:39:44+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:15;a:7:{s:2:"id";s:7:"3343486";s:5:"title";s:43:"What to expect from the Announcements feed?";s:12:"content_html";s:197:"<p>Drupal is introducing a new project Announcements feature so that you can see news and updates about the Drupal project and community directly in your Drupal dashboard. Learn what to expect.</p>";s:3:"url";s:90:"https://www.drupal.org/about/announcements/blog/what-to-expect-from-the-announcements-feed";s:13:"date_modified";s:25:"2023-02-21T19:45:53+00:00";s:14:"date_published";s:25:"2023-02-21T19:45:53+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}i:16;a:7:{s:2:"id";s:7:"3327047";s:5:"title";s:26:"Drupal 10.0.0 is available";s:12:"content_html";s:296:"<p>Thanks to 2129 contributors from 616 organizations resolving 4083 issues in the past two and a half years, Drupal 10.0.0 is available today! This new version sets Drupal up for continued stability and security for the longer term. All new features will be added to Drupal 10 going forward.</p>";s:3:"url";s:41:"https://www.drupal.org/blog/drupal-10-0-0";s:13:"date_modified";s:25:"2023-10-30T16:21:38+00:00";s:14:"date_published";s:25:"2022-12-15T17:43:23+00:00";s:10:"_drupalorg";a:2:{s:8:"featured";b:0;s:7:"version";s:5:">=7.0";}}}', [[timestamp_nextday]]), ('automatic_updates', 'status_check_last_run', 'a:2:{i:0;O:39:"Drupal\\package_manager\\ValidationResult":3:{s:8:"severity";i:2;s:49:"\0Drupal\\package_manager\\ValidationResult\0messages";a:1:{i:0;O:48:"Drupal\\package_manager\\TranslatableStringAdapter":3:{s:9:"\0*\0string";s:79:"The %name executable cannot be found. Make sure it''s installed and in the $PATH";s:12:"\0*\0arguments";a:1:{s:5:"%name";s:8:"composer";}s:10:"\0*\0options";a:1:{s:7:"context";s:10:"exceptions";}}}s:7:"summary";N;}i:1;O:39:"Drupal\\package_manager\\ValidationResult":3:{s:8:"severity";i:2;s:49:"\0Drupal\\package_manager\\ValidationResult\0messages";a:1:{i:0;O:48:"Drupal\\package_manager\\TranslatableStringAdapter":3:{s:9:"\0*\0string";s:79:"The %name executable cannot be found. Make sure it''s installed and in the $PATH";s:12:"\0*\0arguments";a:1:{s:5:"%name";s:8:"composer";}s:10:"\0*\0options";a:1:{s:7:"context";s:10:"exceptions";}}}s:7:"summary";N;}}', [[timestamp_nextday]]), ('automatic_updates', 'status_check_timestamp', 'i:[[timestamp]];', 2147483647), ('system', 'advisories_response', 'a:0:{}', [[timestamp]]), ('update', 'fetch_failures', 'N;', [[timestamp]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update', 'update_project_data', 'a:69:{s:17:"automatic_updates";a:16:{s:4:"name";s:17:"automatic_updates";s:4:"info";a:6:{s:4:"name";s:15:"Package Manager";s:7:"version";s:5:"3.1.7";s:7:"project";s:17:"automatic_updates";s:9:"datestamp";i:1736800616;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736800616;s:8:"includes";a:3:{s:15:"package_manager";s:15:"Package Manager";s:17:"automatic_updates";s:17:"Automatic Updates";s:28:"automatic_updates_extensions";s:28:"Automatic Updates Extensions";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"3.1.7";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:17:"Automatic Updates";s:4:"link";s:48:"https://www.drupal.org/project/automatic_updates";s:4:"also";a:1:{i:4;s:12:"4.0.0-alpha1";}s:8:"releases";a:2:{s:12:"4.0.0-alpha1";a:13:{s:4:"name";s:30:"automatic_updates 4.0.0-alpha1";s:7:"version";s:12:"4.0.0-alpha1";s:3:"tag";s:12:"4.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/automatic_updates/releases/4.0.0-alpha1";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/automatic_updates-4.0.0-alpha1.tar.gz";s:4:"date";s:10:"1736790106";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^11.1";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}s:5:"3.1.7";a:13:{s:4:"name";s:23:"automatic_updates 3.1.7";s:7:"version";s:5:"3.1.7";s:3:"tag";s:5:"3.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.7";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.7.tar.gz";s:4:"date";s:10:"1736800612";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:14:"latest_version";s:5:"3.1.7";s:11:"recommended";s:5:"3.1.7";s:6:"status";i:5;}s:6:"drupal";a:16:{s:4:"name";s:6:"drupal";s:4:"info";a:6:{s:4:"name";s:13:"Announcements";s:7:"version";s:6:"11.1.5";s:7:"package";s:4:"Core";s:7:"project";s:6:"drupal";s:16:"_info_file_ctime";i:[[timestamp]];s:9:"datestamp";i:0;}s:9:"datestamp";i:0;s:8:"includes";a:43:{s:18:"announcements_feed";s:13:"Announcements";s:14:"automated_cron";s:14:"Automated Cron";s:8:"big_pipe";s:7:"BigPipe";s:5:"block";s:5:"Block";s:10:"breakpoint";s:10:"Breakpoint";s:9:"ckeditor5";s:10:"CKEditor 5";s:6:"config";s:21:"Configuration Manager";s:18:"content_moderation";s:18:"Content Moderation";s:10:"contextual";s:16:"Contextual Links";s:8:"datetime";s:8:"Datetime";s:5:"dblog";s:16:"Database Logging";s:18:"dynamic_page_cache";s:27:"Internal Dynamic Page Cache";s:6:"editor";s:11:"Text Editor";s:5:"field";s:5:"Field";s:8:"field_ui";s:8:"Field UI";s:4:"file";s:4:"File";s:6:"filter";s:6:"Filter";s:5:"image";s:5:"Image";s:18:"inline_form_errors";s:18:"Inline Form Errors";s:14:"layout_builder";s:14:"Layout Builder";s:16:"layout_discovery";s:16:"Layout Discovery";s:4:"link";s:4:"Link";s:5:"media";s:5:"Media";s:13:"media_library";s:13:"Media Library";s:17:"menu_link_content";s:17:"Custom Menu Links";s:7:"menu_ui";s:7:"Menu UI";s:5:"mysql";s:5:"MySQL";s:10:"navigation";s:10:"Navigation";s:4:"node";s:4:"Node";s:7:"options";s:7:"Options";s:10:"page_cache";s:19:"Internal Page Cache";s:4:"path";s:4:"Path";s:10:"path_alias";s:10:"Path alias";s:16:"responsive_image";s:16:"Responsive Image";s:6:"system";s:6:"System";s:8:"taxonomy";s:8:"Taxonomy";s:4:"text";s:4:"Text";s:7:"toolbar";s:7:"Toolbar";s:6:"update";s:14:"Update Manager";s:4:"user";s:4:"User";s:5:"views";s:5:"Views";s:8:"views_ui";s:8:"Views UI";s:9:"workflows";s:9:"Workflows";}s:12:"project_type";s:4:"core";s:14:"project_status";b:1;s:8:"disabled";a:30:{s:3:"ban";s:3:"Ban";s:10:"basic_auth";s:25:"HTTP Basic Authentication";s:13:"block_content";s:13:"Block Content";s:7:"comment";s:7:"Comment";s:18:"config_translation";s:25:"Configuration Translation";s:7:"contact";s:7:"Contact";s:19:"content_translation";s:19:"Content Translation";s:14:"datetime_range";s:14:"Datetime Range";s:12:"field_layout";s:12:"Field Layout";s:4:"help";s:4:"Help";s:7:"history";s:7:"History";s:7:"jsonapi";s:8:"JSON:API";s:8:"language";s:8:"Language";s:38:"layout_builder_expose_all_field_blocks";s:38:"Layout Builder Expose All Field Blocks";s:6:"locale";s:21:"Interface Translation";s:7:"migrate";s:7:"Migrate";s:14:"migrate_drupal";s:14:"Migrate Drupal";s:17:"migrate_drupal_ui";s:17:"Migrate Drupal UI";s:5:"pgsql";s:10:"PostgreSQL";s:6:"phpass";s:22:"Password Compatibility";s:4:"rest";s:20:"RESTful Web Services";s:6:"search";s:6:"Search";s:13:"serialization";s:13:"Serialization";s:13:"settings_tray";s:13:"Settings Tray";s:8:"shortcut";s:8:"Shortcut";s:6:"sqlite";s:6:"SQLite";s:6:"syslog";s:6:"Syslog";s:9:"telephone";s:9:"Telephone";s:10:"workspaces";s:10:"Workspaces";s:13:"workspaces_ui";s:13:"Workspaces UI";}s:16:"existing_version";s:6:"11.1.5";s:14:"existing_major";s:2:"11";s:12:"install_type";s:8:"official";s:5:"title";s:11:"Drupal core";s:4:"link";s:37:"https://www.drupal.org/project/drupal";s:14:"latest_version";s:6:"11.1.5";s:8:"releases";a:1:{s:6:"11.1.5";a:10:{s:4:"name";s:13:"drupal 11.1.5";s:7:"version";s:6:"11.1.5";s:3:"tag";s:6:"11.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.1.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.1.5.tar.gz";s:4:"date";s:10:"1742407823";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}}s:11:"recommended";s:6:"11.1.5";s:6:"status";i:5;}s:13:"autosave_form";a:15:{s:4:"name";s:13:"autosave_form";s:4:"info";a:6:{s:4:"name";s:13:"Autosave Form";s:7:"package";s:7:"Content";s:7:"version";s:8:"8.x-1.10";s:7:"project";s:13:"autosave_form";s:9:"datestamp";i:1738605625;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738605625;s:8:"includes";a:1:{s:13:"autosave_form";s:13:"Autosave Form";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:8:"8.x-1.10";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:13:"Autosave Form";s:4:"link";s:44:"https://www.drupal.org/project/autosave_form";s:14:"latest_version";s:8:"8.x-1.10";s:8:"releases";a:1:{s:8:"8.x-1.10";a:13:{s:4:"name";s:22:"autosave_form 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/autosave_form/releases/8.x-1.10";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.10.tar.gz";s:4:"date";s:10:"1738605622";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-1.10";s:6:"status";i:5;}s:7:"bpmn_io";a:15:{s:4:"name";s:7:"bpmn_io";s:4:"info";a:6:{s:4:"name";s:15:"BPMN.iO for ECA";s:7:"package";s:3:"ECA";s:7:"version";s:5:"2.0.7";s:7:"project";s:7:"bpmn_io";s:9:"datestamp";i:1739260143;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1739260143;s:8:"includes";a:1:{s:7:"bpmn_io";s:15:"BPMN.iO for ECA";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.0.7";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:7:"BPMN.iO";s:4:"link";s:38:"https://www.drupal.org/project/bpmn_io";s:14:"latest_version";s:5:"2.0.7";s:8:"releases";a:1:{s:5:"2.0.7";a:13:{s:4:"name";s:13:"bpmn_io 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.7.tar.gz";s:4:"date";s:10:"1739260139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.7";s:6:"status";i:5;}s:7:"captcha";a:16:{s:4:"name";s:7:"captcha";s:4:"info";a:6:{s:4:"name";s:7:"CAPTCHA";s:7:"package";s:12:"Spam control";s:7:"version";s:5:"2.0.7";s:7:"project";s:7:"captcha";s:9:"datestamp";i:1732250193;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1732250193;s:8:"includes";a:1:{s:7:"captcha";s:7:"CAPTCHA";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:13:"image_captcha";s:13:"Image CAPTCHA";}s:16:"existing_version";s:5:"2.0.7";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:7:"CAPTCHA";s:4:"link";s:38:"https://www.drupal.org/project/captcha";s:14:"latest_version";s:5:"2.0.7";s:8:"releases";a:1:{s:5:"2.0.7";a:13:{s:4:"name";s:13:"captcha 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.7.tar.gz";s:4:"date";s:10:"1732250192";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.7";s:6:"status";i:5;}s:6:"coffee";a:15:{s:4:"name";s:6:"coffee";s:4:"info";a:6:{s:4:"name";s:6:"Coffee";s:7:"version";s:5:"2.0.1";s:7:"project";s:6:"coffee";s:9:"datestamp";i:1736247810;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736247810;s:8:"includes";a:1:{s:6:"coffee";s:6:"Coffee";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.0.1";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:6:"Coffee";s:4:"link";s:37:"https://www.drupal.org/project/coffee";s:14:"latest_version";s:5:"2.0.1";s:8:"releases";a:1:{s:5:"2.0.1";a:13:{s:4:"name";s:12:"coffee 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/coffee/releases/2.0.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/coffee-2.0.1.tar.gz";s:4:"date";s:10:"1736247807";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:14:"^10.2 || ^11.0";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.1";s:6:"status";i:5;}s:4:"crop";a:15:{s:4:"name";s:4:"crop";s:4:"info";a:6:{s:4:"name";s:8:"Crop API";s:7:"package";s:5:"Media";s:7:"version";s:7:"8.x-2.4";s:7:"project";s:4:"crop";s:9:"datestamp";i:1720455741;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1720455741;s:8:"includes";a:1:{s:4:"crop";s:8:"Crop API";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:7:"8.x-2.4";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:8:"Crop API";s:4:"link";s:35:"https://www.drupal.org/project/crop";s:14:"latest_version";s:7:"8.x-2.4";s:8:"releases";a:1:{s:7:"8.x-2.4";a:13:{s:4:"name";s:12:"crop 8.x-2.4";s:7:"version";s:7:"8.x-2.4";s:3:"tag";s:7:"8.x-2.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-2.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-2.4.tar.gz";s:4:"date";s:10:"1720455738";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"8.x-2.4";s:6:"status";i:5;}s:9:"dashboard";a:15:{s:4:"name";s:9:"dashboard";s:4:"info";a:6:{s:4:"name";s:9:"Dashboard";s:7:"package";s:4:"Core";s:7:"version";s:5:"2.0.0";s:7:"project";s:9:"dashboard";s:9:"datestamp";i:1736528737;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736528737;s:8:"includes";a:1:{s:9:"dashboard";s:9:"Dashboard";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.0.0";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:9:"Dashboard";s:4:"link";s:40:"https://www.drupal.org/project/dashboard";s:14:"latest_version";s:5:"2.0.0";s:8:"releases";a:1:{s:5:"2.0.0";a:13:{s:4:"name";s:15:"dashboard 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/dashboard/releases/2.0.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/dashboard-2.0.0.tar.gz";s:4:"date";s:10:"1736528735";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.0";s:6:"status";i:5;}s:15:"easy_breadcrumb";a:15:{s:4:"name";s:15:"easy_breadcrumb";s:4:"info";a:6:{s:4:"name";s:15:"Easy Breadcrumb";s:7:"package";s:10:"Navigation";s:7:"version";s:5:"2.0.9";s:7:"project";s:15:"easy_breadcrumb";s:9:"datestamp";i:1732752217;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1732752217;s:8:"includes";a:1:{s:15:"easy_breadcrumb";s:15:"Easy Breadcrumb";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.0.9";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:15:"Easy Breadcrumb";s:4:"link";s:46:"https://www.drupal.org/project/easy_breadcrumb";s:14:"latest_version";s:5:"2.0.9";s:8:"releases";a:1:{s:5:"2.0.9";a:13:{s:4:"name";s:21:"easy_breadcrumb 2.0.9";s:7:"version";s:5:"2.0.9";s:3:"tag";s:5:"2.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.9";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.9.tar.gz";s:4:"date";s:10:"1732752214";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.9";s:6:"status";i:5;}s:10:"easy_email";a:16:{s:4:"name";s:10:"easy_email";s:4:"info";a:6:{s:4:"name";s:10:"Easy Email";s:7:"package";s:4:"Mail";s:7:"version";s:5:"3.0.4";s:7:"project";s:10:"easy_email";s:9:"datestamp";i:1735316201;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1735316201;s:8:"includes";a:2:{s:10:"easy_email";s:10:"Easy Email";s:19:"easy_email_override";s:20:"Easy Email Overrides";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:19:"easy_email_commerce";s:19:"Easy Email Commerce";}s:16:"existing_version";s:5:"3.0.4";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:10:"Easy Email";s:4:"link";s:41:"https://www.drupal.org/project/easy_email";s:14:"latest_version";s:5:"3.0.4";s:8:"releases";a:1:{s:5:"3.0.4";a:13:{s:4:"name";s:16:"easy_email 3.0.4";s:7:"version";s:5:"3.0.4";s:3:"tag";s:5:"3.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/easy_email/releases/3.0.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/easy_email-3.0.4.tar.gz";s:4:"date";s:10:"1735316199";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"3.0.4";s:6:"status";i:5;}s:3:"eca";a:16:{s:4:"name";s:3:"eca";s:4:"info";a:6:{s:4:"name";s:8:"ECA Core";s:7:"package";s:3:"ECA";s:7:"version";s:5:"2.1.6";s:7:"project";s:3:"eca";s:9:"datestamp";i:1741965583;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741965583;s:8:"includes";a:11:{s:3:"eca";s:8:"ECA Core";s:8:"eca_base";s:8:"ECA Base";s:10:"eca_config";s:10:"ECA Config";s:11:"eca_content";s:11:"ECA Content";s:8:"eca_form";s:8:"ECA Form";s:8:"eca_misc";s:17:"ECA Miscellaneous";s:17:"eca_modeller_bpmn";s:8:"ECA BPMN";s:19:"eca_project_browser";s:19:"ECA Project Browser";s:10:"eca_render";s:10:"ECA Render";s:6:"eca_ui";s:6:"ECA UI";s:8:"eca_user";s:8:"ECA User";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:10:{s:10:"eca_access";s:10:"ECA Access";s:9:"eca_cache";s:9:"ECA Cache";s:12:"eca_endpoint";s:12:"ECA Endpoint";s:8:"eca_file";s:8:"ECA File";s:12:"eca_language";s:12:"ECA Language";s:7:"eca_log";s:7:"ECA Log";s:11:"eca_migrate";s:11:"ECA Migrate";s:9:"eca_queue";s:9:"ECA Queue";s:9:"eca_views";s:9:"ECA Views";s:12:"eca_workflow";s:12:"ECA Workflow";}s:16:"existing_version";s:5:"2.1.6";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:31:"ECA: Event - Condition - Action";s:4:"link";s:34:"https://www.drupal.org/project/eca";s:14:"latest_version";s:5:"2.1.6";s:8:"releases";a:1:{s:5:"2.1.6";a:13:{s:4:"name";s:9:"eca 2.1.6";s:7:"version";s:5:"2.1.6";s:3:"tag";s:5:"2.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.1.6";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.1.6.tar.gz";s:4:"date";s:10:"1741965579";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.1.6";s:6:"status";i:5;}s:11:"focal_point";a:15:{s:4:"name";s:11:"focal_point";s:4:"info";a:6:{s:4:"name";s:11:"Focal Point";s:7:"package";s:5:"Media";s:7:"version";s:5:"2.1.2";s:7:"project";s:11:"focal_point";s:9:"datestamp";i:1731556347;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1731556347;s:8:"includes";a:1:{s:11:"focal_point";s:11:"Focal Point";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.1.2";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:11:"Focal Point";s:4:"link";s:42:"https://www.drupal.org/project/focal_point";s:14:"latest_version";s:5:"2.1.2";s:8:"releases";a:1:{s:5:"2.1.2";a:13:{s:4:"name";s:17:"focal_point 2.1.2";s:7:"version";s:5:"2.1.2";s:3:"tag";s:5:"2.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/focal_point/releases/2.1.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/focal_point-2.1.2.tar.gz";s:4:"date";s:10:"1731556344";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.1.2";s:6:"status";i:5;}s:15:"friendlycaptcha";a:15:{s:4:"name";s:15:"friendlycaptcha";s:4:"info";a:6:{s:4:"name";s:16:"Friendly Captcha";s:7:"package";s:12:"Spam control";s:7:"version";s:5:"1.1.3";s:7:"project";s:15:"friendlycaptcha";s:9:"datestamp";i:1733222898;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1733222898;s:8:"includes";a:1:{s:15:"friendlycaptcha";s:16:"Friendly Captcha";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"1.1.3";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:25:"CAPTCHA: Friendly Captcha";s:4:"link";s:46:"https://www.drupal.org/project/friendlycaptcha";s:14:"latest_version";s:5:"1.1.3";s:8:"releases";a:1:{s:5:"1.1.3";a:13:{s:4:"name";s:21:"friendlycaptcha 1.1.3";s:7:"version";s:5:"1.1.3";s:3:"tag";s:5:"1.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/friendlycaptcha/releases/1.1.3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.1.3.tar.gz";s:4:"date";s:10:"1733222894";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.9 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.1.3";s:6:"status";i:5;}s:11:"gin_toolbar";a:15:{s:4:"name";s:11:"gin_toolbar";s:4:"info";a:6:{s:4:"name";s:11:"Gin Toolbar";s:7:"version";s:5:"2.0.0";s:7:"project";s:11:"gin_toolbar";s:9:"datestamp";i:1734698923;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1734698923;s:8:"includes";a:1:{s:11:"gin_toolbar";s:11:"Gin Toolbar";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.0.0";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:11:"Gin Toolbar";s:4:"link";s:42:"https://www.drupal.org/project/gin_toolbar";s:14:"latest_version";s:5:"2.0.0";s:8:"releases";a:1:{s:5:"2.0.0";a:13:{s:4:"name";s:17:"gin_toolbar 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/gin_toolbar/releases/2.0.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/gin_toolbar-2.0.0.tar.gz";s:4:"date";s:10:"1734698921";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.0";s:6:"status";i:5;}s:8:"honeypot";a:15:{s:4:"name";s:8:"honeypot";s:4:"info";a:6:{s:4:"name";s:8:"Honeypot";s:7:"package";s:12:"Spam control";s:7:"version";s:5:"2.2.2";s:7:"project";s:8:"honeypot";s:9:"datestamp";i:1739854374;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1739854374;s:8:"includes";a:1:{s:8:"honeypot";s:8:"Honeypot";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.2.2";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:8:"Honeypot";s:4:"link";s:39:"https://www.drupal.org/project/honeypot";s:14:"latest_version";s:5:"2.2.2";s:8:"releases";a:1:{s:5:"2.2.2";a:13:{s:4:"name";s:14:"honeypot 2.2.2";s:7:"version";s:5:"2.2.2";s:3:"tag";s:5:"2.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.2.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.2.2.tar.gz";s:4:"date";s:10:"1739854372";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.2.2";s:6:"status";i:5;}s:9:"jquery_ui";a:15:{s:4:"name";s:9:"jquery_ui";s:4:"info";a:6:{s:4:"name";s:9:"jQuery UI";s:7:"package";s:9:"jQuery UI";s:7:"version";s:7:"8.x-1.7";s:7:"project";s:9:"jquery_ui";s:9:"datestamp";i:1717002101;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1717002101;s:8:"includes";a:1:{s:9:"jquery_ui";s:9:"jQuery UI";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:7:"8.x-1.7";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:9:"jQuery UI";s:4:"link";s:40:"https://www.drupal.org/project/jquery_ui";s:14:"latest_version";s:7:"8.x-1.7";s:8:"releases";a:1:{s:7:"8.x-1.7";a:13:{s:4:"name";s:17:"jquery_ui 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.7.tar.gz";s:4:"date";s:10:"1717002098";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"8.x-1.7";s:6:"status";i:5;}s:19:"jquery_ui_resizable";a:15:{s:4:"name";s:19:"jquery_ui_resizable";s:4:"info";a:6:{s:4:"name";s:19:"jQuery UI Resizable";s:7:"package";s:9:"jQuery UI";s:7:"version";s:5:"2.1.0";s:7:"project";s:19:"jquery_ui_resizable";s:9:"datestamp";i:1717031361;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1717031361;s:8:"includes";a:1:{s:19:"jquery_ui_resizable";s:19:"jQuery UI Resizable";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.1.0";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:19:"jQuery UI Resizable";s:4:"link";s:50:"https://www.drupal.org/project/jquery_ui_resizable";s:14:"latest_version";s:5:"2.1.0";s:8:"releases";a:1:{s:5:"2.1.0";a:13:{s:4:"name";s:25:"jquery_ui_resizable 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/jquery_ui_resizable/releases/2.1.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/jquery_ui_resizable-2.1.0.tar.gz";s:4:"date";s:10:"1717031358";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.1.0";s:6:"status";i:5;}s:5:"klaro";a:15:{s:4:"name";s:5:"klaro";s:4:"info";a:6:{s:4:"name";s:30:"Klaro Cookie & Consent Manager";s:7:"package";s:14:"User interface";s:7:"version";s:5:"3.0.3";s:7:"project";s:5:"klaro";s:9:"datestamp";i:1742211505;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742211505;s:8:"includes";a:1:{s:5:"klaro";s:30:"Klaro Cookie & Consent Manager";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"3.0.3";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:33:"Klaro Cookie & Consent Management";s:4:"link";s:36:"https://www.drupal.org/project/klaro";s:14:"latest_version";s:5:"3.0.3";s:8:"releases";a:1:{s:5:"3.0.3";a:13:{s:4:"name";s:11:"klaro 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/klaro/releases/3.0.3";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/klaro-3.0.3.tar.gz";s:4:"date";s:10:"1742211502";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"3.0.3";s:6:"status";i:5;}s:6:"linkit";a:15:{s:4:"name";s:6:"linkit";s:4:"info";a:6:{s:4:"name";s:6:"Linkit";s:7:"package";s:14:"User interface";s:7:"version";s:5:"7.0.3";s:7:"project";s:6:"linkit";s:9:"datestamp";i:1738264706;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738264706;s:8:"includes";a:1:{s:6:"linkit";s:6:"Linkit";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"7.0.3";s:14:"existing_major";s:1:"7";s:12:"install_type";s:8:"official";s:5:"title";s:6:"Linkit";s:4:"link";s:37:"https://www.drupal.org/project/linkit";s:14:"latest_version";s:5:"7.0.3";s:8:"releases";a:1:{s:5:"7.0.3";a:13:{s:4:"name";s:12:"linkit 7.0.3";s:7:"version";s:5:"7.0.3";s:3:"tag";s:5:"7.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/7.0.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-7.0.3.tar.gz";s:4:"date";s:10:"1738264704";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^11 || ^10.1";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"7.0.3";s:6:"status";i:5;}s:19:"login_emailusername";a:15:{s:4:"name";s:19:"login_emailusername";s:4:"info";a:6:{s:4:"name";s:28:"Login with Email or Username";s:7:"version";s:5:"3.0.1";s:7:"project";s:19:"login_emailusername";s:9:"datestamp";i:1738619524;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738619524;s:8:"includes";a:1:{s:19:"login_emailusername";s:28:"Login with Email or Username";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"3.0.1";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:23:"Login Email or Username";s:4:"link";s:50:"https://www.drupal.org/project/login_emailusername";s:14:"latest_version";s:5:"3.0.1";s:8:"releases";a:1:{s:5:"3.0.1";a:13:{s:4:"name";s:25:"login_emailusername 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/login_emailusername/releases/3.0.1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/login_emailusername-3.0.1.tar.gz";s:4:"date";s:10:"1738619522";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"3.0.1";s:6:"status";i:5;}s:10:"mailsystem";a:15:{s:4:"name";s:10:"mailsystem";s:4:"info";a:6:{s:7:"package";s:4:"Mail";s:4:"name";s:11:"Mail System";s:7:"version";s:7:"8.x-4.5";s:7:"project";s:10:"mailsystem";s:9:"datestamp";i:1723379372;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1723379372;s:8:"includes";a:1:{s:10:"mailsystem";s:11:"Mail System";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:7:"8.x-4.5";s:14:"existing_major";s:1:"4";s:12:"install_type";s:8:"official";s:5:"title";s:11:"Mail System";s:4:"link";s:41:"https://www.drupal.org/project/mailsystem";s:14:"latest_version";s:7:"8.x-4.5";s:8:"releases";a:1:{s:7:"8.x-4.5";a:13:{s:4:"name";s:18:"mailsystem 8.x-4.5";s:7:"version";s:7:"8.x-4.5";s:3:"tag";s:7:"8.x-4.5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-4.5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.5.tar.gz";s:4:"date";s:10:"1723379369";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9 || ^10.1 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"8.x-4.5";s:6:"status";i:5;}s:20:"menu_link_attributes";a:15:{s:4:"name";s:20:"menu_link_attributes";s:4:"info";a:6:{s:4:"name";s:20:"Menu Link Attributes";s:7:"version";s:7:"8.x-1.5";s:7:"project";s:20:"menu_link_attributes";s:9:"datestamp";i:1724848808;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1724848808;s:8:"includes";a:1:{s:20:"menu_link_attributes";s:20:"Menu Link Attributes";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:7:"8.x-1.5";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:20:"Menu Link Attributes";s:4:"link";s:51:"https://www.drupal.org/project/menu_link_attributes";s:14:"latest_version";s:7:"8.x-1.5";s:8:"releases";a:1:{s:7:"8.x-1.5";a:13:{s:4:"name";s:28:"menu_link_attributes 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.5";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.5.tar.gz";s:4:"date";s:10:"1724848806";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"8.x-1.5";s:6:"status";i:5;}s:8:"pathauto";a:15:{s:4:"name";s:8:"pathauto";s:4:"info";a:6:{s:4:"name";s:8:"Pathauto";s:7:"version";s:8:"8.x-1.13";s:7:"project";s:8:"pathauto";s:9:"datestamp";i:1722507674;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1722507674;s:8:"includes";a:1:{s:8:"pathauto";s:8:"Pathauto";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:8:"8.x-1.13";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:8:"Pathauto";s:4:"link";s:39:"https://www.drupal.org/project/pathauto";s:14:"latest_version";s:8:"8.x-1.13";s:8:"releases";a:1:{s:8:"8.x-1.13";a:13:{s:4:"name";s:17:"pathauto 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/pathauto/releases/8.x-1.13";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.tar.gz";s:4:"date";s:10:"1722507672";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-1.13";s:6:"status";i:5;}s:15:"project_browser";a:16:{s:4:"name";s:15:"project_browser";s:4:"info";a:6:{s:4:"name";s:15:"Project Browser";s:7:"version";s:11:"2.0.0-beta1";s:7:"project";s:15:"project_browser";s:9:"datestamp";i:1742303544;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742303544;s:8:"includes";a:1:{s:15:"project_browser";s:15:"Project Browser";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:30:"project_browser_source_example";s:30:"Project Browser Source Example";}s:16:"existing_version";s:11:"2.0.0-beta1";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:15:"Project Browser";s:4:"link";s:46:"https://www.drupal.org/project/project_browser";s:14:"latest_version";s:11:"2.0.0-beta1";s:8:"releases";a:1:{s:11:"2.0.0-beta1";a:13:{s:4:"name";s:27:"project_browser 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/project_browser/releases/2.0.0-beta1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1742303533";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.4 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:11:"2.0.0-beta1";s:6:"status";i:5;}s:8:"redirect";a:16:{s:4:"name";s:8:"redirect";s:4:"info";a:6:{s:4:"name";s:12:"Redirect 404";s:7:"version";s:8:"8.x-1.11";s:7:"project";s:8:"redirect";s:9:"datestamp";i:1737382888;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1737382888;s:8:"includes";a:2:{s:12:"redirect_404";s:12:"Redirect 404";s:8:"redirect";s:8:"Redirect";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:15:"redirect_domain";s:15:"Redirect Domain";}s:16:"existing_version";s:8:"8.x-1.11";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:8:"Redirect";s:4:"link";s:39:"https://www.drupal.org/project/redirect";s:14:"latest_version";s:8:"8.x-1.11";s:8:"releases";a:1:{s:8:"8.x-1.11";a:13:{s:4:"name";s:17:"redirect 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/redirect/releases/8.x-1.11";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/redirect-8.x-1.11.tar.gz";s:4:"date";s:10:"1737382886";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-1.11";s:6:"status";i:5;}s:3:"sam";a:15:{s:4:"name";s:3:"sam";s:4:"info";a:6:{s:4:"name";s:15:"Simple Add More";s:7:"package";s:6:"Fields";s:7:"version";s:5:"1.3.2";s:7:"project";s:3:"sam";s:9:"datestamp";i:1733343164;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1733343164;s:8:"includes";a:1:{s:3:"sam";s:15:"Simple Add More";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"1.3.2";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:15:"Simple Add More";s:4:"link";s:34:"https://www.drupal.org/project/sam";s:14:"latest_version";s:5:"1.3.2";s:8:"releases";a:1:{s:5:"1.3.2";a:13:{s:4:"name";s:9:"sam 1.3.2";s:7:"version";s:5:"1.3.2";s:3:"tag";s:5:"1.3.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.3.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.3.2.tar.gz";s:4:"date";s:10:"1733343161";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.3.2";s:6:"status";i:5;}s:9:"scheduler";a:16:{s:4:"name";s:9:"scheduler";s:4:"info";a:6:{s:4:"name";s:9:"Scheduler";s:7:"version";s:5:"2.2.1";s:7:"project";s:9:"scheduler";s:9:"datestamp";i:1738771367;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738771367;s:8:"includes";a:1:{s:9:"scheduler";s:9:"Scheduler";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:27:"scheduler_rules_integration";s:27:"Scheduler Rules Integration";}s:16:"existing_version";s:5:"2.2.1";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:9:"Scheduler";s:4:"link";s:40:"https://www.drupal.org/project/scheduler";s:14:"latest_version";s:5:"2.2.1";s:8:"releases";a:1:{s:5:"2.2.1";a:13:{s:4:"name";s:15:"scheduler 2.2.1";s:7:"version";s:5:"2.2.1";s:3:"tag";s:5:"2.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.2.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.2.1.tar.gz";s:4:"date";s:10:"1738771365";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.2.1";s:6:"status";i:5;}s:40:"scheduler_content_moderation_integration";a:15:{s:4:"name";s:40:"scheduler_content_moderation_integration";s:4:"info";a:6:{s:4:"name";s:40:"Scheduler Content Moderation Integration";s:7:"version";s:5:"3.0.4";s:7:"project";s:40:"scheduler_content_moderation_integration";s:9:"datestamp";i:1738679098;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738679098;s:8:"includes";a:1:{s:40:"scheduler_content_moderation_integration";s:40:"Scheduler Content Moderation Integration";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"3.0.4";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:40:"Scheduler content moderation integration";s:4:"link";s:71:"https://www.drupal.org/project/scheduler_content_moderation_integration";s:14:"latest_version";s:5:"3.0.4";s:8:"releases";a:1:{s:5:"3.0.4";a:13:{s:4:"name";s:46:"scheduler_content_moderation_integration 3.0.4";s:7:"version";s:5:"3.0.4";s:3:"tag";s:5:"3.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/3.0.4";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.4.tar.gz";s:4:"date";s:10:"1738679096";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"3.0.4";s:6:"status";i:5;}s:9:"svg_image";a:16:{s:4:"name";s:9:"svg_image";s:4:"info";a:6:{s:4:"name";s:9:"SVG image";s:7:"package";s:5:"Media";s:7:"version";s:5:"3.2.1";s:7:"project";s:9:"svg_image";s:9:"datestamp";i:1736865069;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736865069;s:8:"includes";a:1:{s:9:"svg_image";s:9:"SVG image";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:20:"svg_image_responsive";s:20:"SVG Image Responsive";}s:16:"existing_version";s:5:"3.2.1";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:9:"Svg Image";s:4:"link";s:40:"https://www.drupal.org/project/svg_image";s:14:"latest_version";s:5:"3.2.1";s:8:"releases";a:1:{s:5:"3.2.1";a:13:{s:4:"name";s:15:"svg_image 3.2.1";s:7:"version";s:5:"3.2.1";s:3:"tag";s:5:"3.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/svg_image/releases/3.2.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/svg_image-3.2.1.tar.gz";s:4:"date";s:10:"1736865067";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"3.2.1";s:6:"status";i:5;}s:19:"symfony_mailer_lite";a:15:{s:4:"name";s:19:"symfony_mailer_lite";s:4:"info";a:6:{s:4:"name";s:26:"Drupal Symfony Mailer Lite";s:7:"package";s:4:"Mail";s:7:"version";s:5:"2.0.2";s:7:"project";s:19:"symfony_mailer_lite";s:9:"datestamp";i:1732721049;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1732721049;s:8:"includes";a:1:{s:19:"symfony_mailer_lite";s:26:"Drupal Symfony Mailer Lite";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:5:"2.0.2";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:26:"Drupal Symfony Mailer Lite";s:4:"link";s:50:"https://www.drupal.org/project/symfony_mailer_lite";s:14:"latest_version";s:5:"2.0.2";s:8:"releases";a:1:{s:5:"2.0.2";a:13:{s:4:"name";s:25:"symfony_mailer_lite 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/2.0.2";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-2.0.2.tar.gz";s:4:"date";s:10:"1732721047";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.2";s:6:"status";i:5;}s:6:"tagify";a:16:{s:4:"name";s:6:"tagify";s:4:"info";a:6:{s:4:"name";s:16:"Tagify User List";s:7:"package";s:14:"User interface";s:7:"version";s:6:"1.2.37";s:7:"project";s:6:"tagify";s:9:"datestamp";i:1742287085;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742287085;s:8:"includes";a:2:{s:16:"tagify_user_list";s:16:"Tagify User List";s:6:"tagify";s:6:"Tagify";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:3:{s:13:"tagify_facets";s:13:"Tagify Facets";s:20:"tagify_iconify_icons";s:20:"Tagify Iconify Icons";s:12:"tagify_icons";s:12:"Tagify Icons";}s:16:"existing_version";s:6:"1.2.37";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:6:"Tagify";s:4:"link";s:37:"https://www.drupal.org/project/tagify";s:14:"latest_version";s:6:"1.2.37";s:8:"releases";a:1:{s:6:"1.2.37";a:13:{s:4:"name";s:13:"tagify 1.2.37";s:7:"version";s:6:"1.2.37";s:3:"tag";s:6:"1.2.37";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.37";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.37.tar.gz";s:4:"date";s:10:"1742287083";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:6:"1.2.37";s:6:"status";i:5;}s:5:"token";a:15:{s:4:"name";s:5:"token";s:4:"info";a:6:{s:4:"name";s:5:"Token";s:7:"version";s:8:"8.x-1.15";s:7:"project";s:5:"token";s:9:"datestamp";i:1722206215;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1722206215;s:8:"includes";a:1:{s:5:"token";s:5:"Token";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:8:"8.x-1.15";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:5:"Token";s:4:"link";s:36:"https://www.drupal.org/project/token";s:14:"latest_version";s:8:"8.x-1.15";s:8:"releases";a:1:{s:8:"8.x-1.15";a:13:{s:4:"name";s:14:"token 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token/releases/8.x-1.15";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token-8.x-1.15.tar.gz";s:4:"date";s:10:"1722206211";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-1.15";s:6:"status";i:5;}s:5:"trash";a:15:{s:4:"name";s:5:"trash";s:4:"info";a:6:{s:4:"name";s:5:"Trash";s:7:"version";s:6:"3.0.15";s:7:"project";s:5:"trash";s:9:"datestamp";i:1742464823;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742464823;s:8:"includes";a:1:{s:5:"trash";s:5:"Trash";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:16:"existing_version";s:6:"3.0.15";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:5:"Trash";s:4:"link";s:36:"https://www.drupal.org/project/trash";s:14:"latest_version";s:6:"3.0.15";s:8:"releases";a:1:{s:6:"3.0.15";a:13:{s:4:"name";s:12:"trash 3.0.15";s:7:"version";s:6:"3.0.15";s:3:"tag";s:6:"3.0.15";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/trash/releases/3.0.15";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/trash-3.0.15.tar.gz";s:4:"date";s:10:"1742464821";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^10.3 | ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:6:"3.0.15";s:6:"status";i:5;}s:16:"easy_email_theme";a:15:{s:4:"name";s:16:"easy_email_theme";s:4:"info";a:6:{s:4:"name";s:16:"Easy Email Theme";s:7:"package";s:4:"Mail";s:7:"version";s:5:"1.0.0";s:7:"project";s:16:"easy_email_theme";s:9:"datestamp";i:1729101399;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1729101399;s:8:"includes";a:1:{s:16:"easy_email_theme";s:16:"Easy Email Theme";}s:12:"project_type";s:5:"theme";s:14:"project_status";b:1;s:16:"existing_version";s:5:"1.0.0";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:16:"Easy Email Theme";s:4:"link";s:47:"https://www.drupal.org/project/easy_email_theme";s:14:"latest_version";s:5:"1.0.0";s:8:"releases";a:1:{s:5:"1.0.0";a:13:{s:4:"name";s:22:"easy_email_theme 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email_theme/releases/1.0.0";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email_theme-1.0.0.tar.gz";s:4:"date";s:10:"1729101397";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.0.0";s:6:"status";i:5;}s:18:"drupal_cms_olivero";a:15:{s:4:"name";s:18:"drupal_cms_olivero";s:4:"info";a:5:{s:4:"name";s:22:"Olivero for Drupal CMS";s:7:"version";s:5:"1.1.0";s:7:"project";s:18:"drupal_cms_olivero";s:9:"datestamp";i:1742408995;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742408995;s:8:"includes";a:1:{s:18:"drupal_cms_olivero";s:22:"Olivero for Drupal CMS";}s:12:"project_type";s:5:"theme";s:14:"project_status";b:1;s:16:"existing_version";s:5:"1.1.0";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:18:"Drupal CMS Olivero";s:4:"link";s:49:"https://www.drupal.org/project/drupal_cms_olivero";s:14:"latest_version";s:5:"1.1.0";s:8:"releases";a:1:{s:5:"1.1.0";a:13:{s:4:"name";s:24:"drupal_cms_olivero 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.1.0";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.1.0.tar.gz";s:4:"date";s:10:"1742408994";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.1.0";s:6:"status";i:5;}s:3:"gin";a:15:{s:4:"name";s:3:"gin";s:4:"info";a:5:{s:4:"name";s:3:"Gin";s:7:"version";s:5:"4.0.6";s:7:"project";s:3:"gin";s:9:"datestamp";i:1740738975;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1740738975;s:8:"includes";a:1:{s:3:"gin";s:3:"Gin";}s:12:"project_type";s:5:"theme";s:14:"project_status";b:1;s:16:"existing_version";s:5:"4.0.6";s:14:"existing_major";s:1:"4";s:12:"install_type";s:8:"official";s:5:"title";s:15:"Gin Admin Theme";s:4:"link";s:34:"https://www.drupal.org/project/gin";s:14:"latest_version";s:5:"4.0.6";s:8:"releases";a:1:{s:5:"4.0.6";a:13:{s:4:"name";s:9:"gin 4.0.6";s:7:"version";s:5:"4.0.6";s:3:"tag";s:5:"4.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/gin/releases/4.0.6";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/gin-4.0.6.tar.gz";s:4:"date";s:10:"1740738970";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"4.0.6";s:6:"status";i:5;}s:21:"add_content_by_bundle";a:15:{s:4:"name";s:21:"add_content_by_bundle";s:4:"info";a:6:{s:4:"name";s:21:"Add Content by Bundle";s:7:"package";s:5:"Views";s:7:"version";s:5:"1.2.2";s:7:"project";s:21:"add_content_by_bundle";s:9:"datestamp";i:1713171346;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1713171346;s:8:"includes";a:1:{s:21:"add_content_by_bundle";s:21:"Add Content by Bundle";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"1.2.2";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:39:"Add Content by Bundle Views Area Plugin";s:4:"link";s:52:"https://www.drupal.org/project/add_content_by_bundle";s:14:"latest_version";s:5:"1.2.2";s:8:"releases";a:1:{s:5:"1.2.2";a:13:{s:4:"name";s:27:"add_content_by_bundle 1.2.2";s:7:"version";s:5:"1.2.2";s:3:"tag";s:5:"1.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.2.2";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.2.2.tar.gz";s:4:"date";s:10:"1713171345";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.2.2";s:6:"status";i:5;}s:7:"address";a:15:{s:4:"name";s:7:"address";s:4:"info";a:6:{s:4:"name";s:7:"Address";s:7:"package";s:11:"Field types";s:7:"version";s:5:"2.0.3";s:7:"project";s:7:"address";s:9:"datestamp";i:1736773035;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736773035;s:8:"includes";a:1:{s:7:"address";s:7:"Address";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"2.0.3";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:7:"Address";s:4:"link";s:38:"https://www.drupal.org/project/address";s:14:"latest_version";s:5:"2.0.3";s:8:"releases";a:1:{s:5:"2.0.3";a:13:{s:4:"name";s:13:"address 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/address/releases/2.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/address-2.0.3.tar.gz";s:4:"date";s:10:"1736773032";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.3";s:6:"status";i:5;}s:16:"addtocal_augment";a:15:{s:4:"name";s:16:"addtocal_augment";s:4:"info";a:6:{s:4:"name";s:30:"Add to Calendar Date Augmenter";s:7:"package";s:14:"Date Augmenter";s:7:"version";s:5:"1.2.4";s:7:"project";s:16:"addtocal_augment";s:9:"datestamp";i:1741987946;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741987946;s:8:"includes";a:1:{s:16:"addtocal_augment";s:30:"Add to Calendar Date Augmenter";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"1.2.4";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:30:"Add to Calendar Date Augmenter";s:4:"link";s:47:"https://www.drupal.org/project/addtocal_augment";s:14:"latest_version";s:5:"1.2.4";s:8:"releases";a:1:{s:5:"1.2.4";a:13:{s:4:"name";s:22:"addtocal_augment 1.2.4";s:7:"version";s:5:"1.2.4";s:3:"tag";s:5:"1.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.2.4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.4.tar.gz";s:4:"date";s:10:"1741987945";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.2.4";s:6:"status";i:5;}s:2:"ai";a:15:{s:4:"name";s:2:"ai";s:4:"info";a:6:{s:4:"name";s:7:"AI Core";s:7:"package";s:2:"AI";s:7:"version";s:5:"1.0.5";s:7:"project";s:2:"ai";s:9:"datestamp";i:1741174945;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741174945;s:8:"includes";a:13:{s:2:"ai";s:7:"AI Core";s:15:"ai_api_explorer";s:15:"AI API Explorer";s:16:"ai_assistant_api";s:16:"AI Assistant API";s:13:"ai_automators";s:13:"AI Automators";s:10:"ai_chatbot";s:10:"AI Chatbot";s:11:"ai_ckeditor";s:23:"AI CKEditor integration";s:22:"ai_content_suggestions";s:22:"AI Content Suggestions";s:6:"ai_eca";s:18:"AI ECA integration";s:22:"ai_external_moderation";s:22:"AI External Moderation";s:10:"ai_logging";s:10:"AI Logging";s:9:"ai_search";s:9:"AI Search";s:12:"ai_translate";s:12:"AI Translate";s:14:"ai_validations";s:14:"AI Validations";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"1.0.5";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:28:"AI (Artificial Intelligence)";s:4:"link";s:33:"https://www.drupal.org/project/ai";s:14:"latest_version";s:5:"1.0.5";s:8:"releases";a:1:{s:5:"1.0.5";a:13:{s:4:"name";s:8:"ai 1.0.5";s:7:"version";s:5:"1.0.5";s:3:"tag";s:5:"1.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:48:"https://www.drupal.org/project/ai/releases/1.0.5";s:13:"download_link";s:53:"https://ftp.drupal.org/files/projects/ai-1.0.5.tar.gz";s:4:"date";s:10:"1741174941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.0.5";s:6:"status";i:5;}s:9:"ai_agents";a:15:{s:4:"name";s:9:"ai_agents";s:4:"info";a:6:{s:4:"name";s:9:"AI Agents";s:7:"package";s:8:"AI Tools";s:7:"version";s:5:"1.0.2";s:7:"project";s:9:"ai_agents";s:9:"datestamp";i:1738909481;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738909481;s:8:"includes";a:4:{s:9:"ai_agents";s:9:"AI Agents";s:18:"ai_agents_explorer";s:18:"AI Agents Explorer";s:15:"ai_agents_extra";s:15:"AI Agents Extra";s:26:"ai_agents_form_integration";s:26:"AI Agents Form Integration";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"1.0.2";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:9:"AI Agents";s:4:"link";s:40:"https://www.drupal.org/project/ai_agents";s:14:"latest_version";s:5:"1.0.2";s:8:"releases";a:1:{s:5:"1.0.2";a:13:{s:4:"name";s:15:"ai_agents 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai_agents/releases/1.0.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai_agents-1.0.2.tar.gz";s:4:"date";s:10:"1738909480";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.0.2";s:6:"status";i:5;}s:17:"ai_image_alt_text";a:15:{s:4:"name";s:17:"ai_image_alt_text";s:4:"info";a:6:{s:4:"name";s:17:"AI Image Alt Text";s:7:"package";s:8:"AI Tools";s:7:"version";s:5:"1.0.1";s:7:"project";s:17:"ai_image_alt_text";s:9:"datestamp";i:1738761809;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738761809;s:8:"includes";a:2:{s:17:"ai_image_alt_text";s:17:"AI Image Alt Text";s:22:"ai_image_bulk_alt_text";s:22:"AI Image Bulk Alt Text";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"1.0.1";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:17:"AI Image Alt Text";s:4:"link";s:48:"https://www.drupal.org/project/ai_image_alt_text";s:14:"latest_version";s:5:"1.0.1";s:8:"releases";a:1:{s:5:"1.0.1";a:13:{s:4:"name";s:23:"ai_image_alt_text 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/ai_image_alt_text/releases/1.0.1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/ai_image_alt_text-1.0.1.tar.gz";s:4:"date";s:10:"1738761806";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.0.1";s:6:"status";i:5;}s:21:"ai_provider_anthropic";a:15:{s:4:"name";s:21:"ai_provider_anthropic";s:4:"info";a:6:{s:4:"name";s:18:"Anthropic Provider";s:7:"package";s:12:"AI Providers";s:7:"version";s:5:"1.0.0";s:7:"project";s:21:"ai_provider_anthropic";s:9:"datestamp";i:1736439796;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736439796;s:8:"includes";a:1:{s:21:"ai_provider_anthropic";s:18:"Anthropic Provider";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"1.0.0";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:18:"Anthropic Provider";s:4:"link";s:52:"https://www.drupal.org/project/ai_provider_anthropic";s:14:"latest_version";s:5:"1.0.0";s:8:"releases";a:1:{s:5:"1.0.0";a:13:{s:4:"name";s:27:"ai_provider_anthropic 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/ai_provider_anthropic/releases/1.0.0";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/ai_provider_anthropic-1.0.0.tar.gz";s:4:"date";s:10:"1736439794";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.0.0";s:6:"status";i:5;}s:18:"ai_provider_openai";a:15:{s:4:"name";s:18:"ai_provider_openai";s:4:"info";a:6:{s:4:"name";s:15:"OpenAI Provider";s:7:"package";s:12:"AI Providers";s:7:"version";s:5:"1.0.2";s:7:"project";s:18:"ai_provider_openai";s:9:"datestamp";i:1738761669;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738761669;s:8:"includes";a:1:{s:18:"ai_provider_openai";s:15:"OpenAI Provider";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"1.0.2";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:15:"OpenAI Provider";s:4:"link";s:49:"https://www.drupal.org/project/ai_provider_openai";s:14:"latest_version";s:5:"1.0.2";s:8:"releases";a:1:{s:5:"1.0.2";a:13:{s:4:"name";s:24:"ai_provider_openai 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/ai_provider_openai/releases/1.0.2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/ai_provider_openai-1.0.2.tar.gz";s:4:"date";s:10:"1738761667";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.0.2";s:6:"status";i:5;}s:22:"better_exposed_filters";a:15:{s:4:"name";s:22:"better_exposed_filters";s:4:"info";a:6:{s:4:"name";s:22:"Better Exposed Filters";s:7:"package";s:5:"Views";s:7:"version";s:5:"7.0.5";s:7:"project";s:22:"better_exposed_filters";s:9:"datestamp";i:1738353784;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738353784;s:8:"includes";a:1:{s:22:"better_exposed_filters";s:22:"Better Exposed Filters";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"7.0.5";s:14:"existing_major";s:1:"7";s:12:"install_type";s:8:"official";s:5:"title";s:22:"Better Exposed Filters";s:4:"link";s:53:"https://www.drupal.org/project/better_exposed_filters";s:14:"latest_version";s:5:"7.0.5";s:8:"releases";a:1:{s:5:"7.0.5";a:13:{s:4:"name";s:28:"better_exposed_filters 7.0.5";s:7:"version";s:5:"7.0.5";s:3:"tag";s:5:"7.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.5";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.5.tar.gz";s:4:"date";s:10:"1738353781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"7.0.5";s:6:"status";i:5;}s:12:"checklistapi";a:15:{s:4:"name";s:12:"checklistapi";s:4:"info";a:6:{s:4:"name";s:13:"Checklist API";s:7:"package";s:5:"Other";s:7:"version";s:5:"2.1.6";s:7:"project";s:12:"checklistapi";s:9:"datestamp";i:1713801914;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1713801914;s:8:"includes";a:2:{s:12:"checklistapi";s:13:"Checklist API";s:19:"checklistapiexample";s:21:"Checklist API Example";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"2.1.6";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:13:"Checklist API";s:4:"link";s:43:"https://www.drupal.org/project/checklistapi";s:14:"latest_version";s:5:"2.1.6";s:8:"releases";a:1:{s:5:"2.1.6";a:13:{s:4:"name";s:18:"checklistapi 2.1.6";s:7:"version";s:5:"2.1.6";s:3:"tag";s:5:"2.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.1.6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.1.6.tar.gz";s:4:"date";s:10:"1713801912";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.1.6";s:6:"status";i:5;}s:6:"ctools";a:15:{s:4:"name";s:6:"ctools";s:4:"info";a:6:{s:4:"name";s:11:"Chaos Tools";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:5:"4.1.0";s:7:"project";s:6:"ctools";s:9:"datestamp";i:1718144953;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1718144953;s:8:"includes";a:4:{s:6:"ctools";s:11:"Chaos Tools";s:12:"ctools_block";s:18:"Chaos Tools Blocks";s:18:"ctools_entity_mask";s:11:"Entity Mask";s:12:"ctools_views";s:17:"Chaos Tools Views";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"4.1.0";s:14:"existing_major";s:1:"4";s:12:"install_type";s:8:"official";s:5:"title";s:25:"Chaos Tool Suite (ctools)";s:4:"link";s:37:"https://www.drupal.org/project/ctools";s:14:"latest_version";s:5:"4.1.0";s:8:"releases";a:1:{s:5:"4.1.0";a:13:{s:4:"name";s:12:"ctools 4.1.0";s:7:"version";s:5:"4.1.0";s:3:"tag";s:5:"4.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ctools/releases/4.1.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ctools-4.1.0.tar.gz";s:4:"date";s:10:"1718144949";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"4.1.0";s:6:"status";i:5;}s:14:"date_augmenter";a:15:{s:4:"name";s:14:"date_augmenter";s:4:"info";a:6:{s:4:"name";s:18:"Date Augmenter API";s:7:"package";s:14:"Date Augmenter";s:7:"version";s:5:"1.1.1";s:7:"project";s:14:"date_augmenter";s:9:"datestamp";i:1713350951;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1713350951;s:8:"includes";a:1:{s:14:"date_augmenter";s:18:"Date Augmenter API";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"1.1.1";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:18:"Date Augmenter API";s:4:"link";s:45:"https://www.drupal.org/project/date_augmenter";s:14:"latest_version";s:5:"1.1.1";s:8:"releases";a:1:{s:5:"1.1.1";a:13:{s:4:"name";s:20:"date_augmenter 1.1.1";s:7:"version";s:5:"1.1.1";s:3:"tag";s:5:"1.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/date_augmenter/releases/1.1.1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/date_augmenter-1.1.1.tar.gz";s:4:"date";s:10:"1713350949";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"1.1.1";s:6:"status";i:5;}s:11:"editoria11y";a:15:{s:4:"name";s:11:"editoria11y";s:4:"info";a:6:{s:4:"name";s:11:"Editoria11y";s:7:"package";s:14:"User interface";s:7:"version";s:5:"2.2.4";s:7:"project";s:11:"editoria11y";s:9:"datestamp";i:1737648002;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1737648002;s:8:"includes";a:1:{s:11:"editoria11y";s:11:"Editoria11y";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"2.2.4";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:33:"Editoria11y Accessibility Checker";s:4:"link";s:42:"https://www.drupal.org/project/editoria11y";s:14:"latest_version";s:5:"2.2.4";s:8:"releases";a:1:{s:5:"2.2.4";a:13:{s:4:"name";s:17:"editoria11y 2.2.4";s:7:"version";s:5:"2.2.4";s:3:"tag";s:5:"2.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.2.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.2.4.tar.gz";s:4:"date";s:10:"1737647999";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.2.4";s:6:"status";i:5;}s:11:"field_group";a:16:{s:4:"name";s:11:"field_group";s:4:"info";a:6:{s:4:"name";s:19:"Field Group Migrate";s:7:"package";s:9:"Migration";s:7:"version";s:7:"8.x-3.6";s:7:"project";s:11:"field_group";s:9:"datestamp";i:1722672513;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1722672513;s:8:"includes";a:3:{s:19:"field_group_migrate";s:19:"Field Group Migrate";s:11:"field_group";s:11:"Field Group";s:21:"field_group_accordion";s:45:"Field Group: Accordion formatter (Deprecated)";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:7:"8.x-3.6";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:11:"Field Group";s:4:"link";s:42:"https://www.drupal.org/project/field_group";s:4:"also";a:1:{i:4;s:12:"4.0.0-alpha1";}s:8:"releases";a:2:{s:12:"4.0.0-alpha1";a:13:{s:4:"name";s:24:"field_group 4.0.0-alpha1";s:7:"version";s:12:"4.0.0-alpha1";s:3:"tag";s:12:"4.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/field_group/releases/4.0.0-alpha1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/field_group-4.0.0-alpha1.tar.gz";s:4:"date";s:10:"1725952813";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}s:7:"8.x-3.6";a:13:{s:4:"name";s:19:"field_group 8.x-3.6";s:7:"version";s:7:"8.x-3.6";s:3:"tag";s:7:"8.x-3.6";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-3.6";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-3.6.tar.gz";s:4:"date";s:10:"1722672510";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:14:"latest_version";s:7:"8.x-3.6";s:11:"recommended";s:7:"8.x-3.6";s:6:"status";i:5;}s:8:"geocoder";a:15:{s:4:"name";s:8:"geocoder";s:4:"info";a:6:{s:4:"name";s:8:"Geocoder";s:7:"package";s:9:"Geocoding";s:7:"version";s:8:"8.x-4.28";s:7:"project";s:8:"geocoder";s:9:"datestamp";i:1741125050;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741125050;s:8:"includes";a:4:{s:8:"geocoder";s:8:"Geocoder";s:16:"geocoder_address";s:16:"Geocoder Address";s:14:"geocoder_field";s:14:"Geocoder Field";s:17:"geocoder_geofield";s:17:"Geocoder Geofield";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:8:"8.x-4.28";s:14:"existing_major";s:1:"4";s:12:"install_type";s:8:"official";s:5:"title";s:8:"Geocoder";s:4:"link";s:39:"https://www.drupal.org/project/geocoder";s:14:"latest_version";s:8:"8.x-4.28";s:8:"releases";a:1:{s:8:"8.x-4.28";a:13:{s:4:"name";s:17:"geocoder 8.x-4.28";s:7:"version";s:8:"8.x-4.28";s:3:"tag";s:8:"8.x-4.28";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.28";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.28.tar.gz";s:4:"date";s:10:"1741125048";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-4.28";s:6:"status";i:5;}s:8:"geofield";a:15:{s:4:"name";s:8:"geofield";s:4:"info";a:6:{s:4:"name";s:8:"Geofield";s:7:"package";s:8:"Geofield";s:7:"version";s:8:"8.x-1.64";s:7:"project";s:8:"geofield";s:9:"datestamp";i:1736675459;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736675459;s:8:"includes";a:1:{s:8:"geofield";s:8:"Geofield";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:8:"8.x-1.64";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:8:"Geofield";s:4:"link";s:39:"https://www.drupal.org/project/geofield";s:14:"latest_version";s:8:"8.x-1.64";s:8:"releases";a:1:{s:8:"8.x-1.64";a:13:{s:4:"name";s:17:"geofield 8.x-1.64";s:7:"version";s:8:"8.x-1.64";s:3:"tag";s:8:"8.x-1.64";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.64";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.64.tar.gz";s:4:"date";s:10:"1736675456";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-1.64";s:6:"status";i:5;}s:10:"google_tag";a:15:{s:4:"name";s:10:"google_tag";s:4:"info";a:6:{s:4:"name";s:10:"Google Tag";s:7:"version";s:5:"2.0.8";s:7:"project";s:10:"google_tag";s:9:"datestamp";i:1738126306;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738126306;s:8:"includes";a:1:{s:10:"google_tag";s:10:"Google Tag";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"2.0.8";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:10:"Google Tag";s:4:"link";s:41:"https://www.drupal.org/project/google_tag";s:14:"latest_version";s:5:"2.0.8";s:8:"releases";a:1:{s:5:"2.0.8";a:13:{s:4:"name";s:16:"google_tag 2.0.8";s:7:"version";s:5:"2.0.8";s:3:"tag";s:5:"2.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.8";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.8.tar.gz";s:4:"date";s:10:"1738126303";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.8";s:6:"status";i:5;}s:3:"key";a:15:{s:4:"name";s:3:"key";s:4:"info";a:6:{s:4:"name";s:3:"Key";s:7:"package";s:8:"Security";s:7:"version";s:8:"8.x-1.19";s:7:"project";s:3:"key";s:9:"datestamp";i:1720053343;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1720053343;s:8:"includes";a:1:{s:3:"key";s:3:"Key";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:8:"8.x-1.19";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:3:"Key";s:4:"link";s:34:"https://www.drupal.org/project/key";s:14:"latest_version";s:8:"8.x-1.19";s:8:"releases";a:1:{s:8:"8.x-1.19";a:13:{s:4:"name";s:12:"key 8.x-1.19";s:7:"version";s:8:"8.x-1.19";s:3:"tag";s:8:"8.x-1.19";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.19";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.19.tar.gz";s:4:"date";s:10:"1720053341";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <12";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-1.19";s:6:"status";i:5;}s:7:"leaflet";a:15:{s:4:"name";s:7:"leaflet";s:4:"info";a:6:{s:4:"name";s:7:"Leaflet";s:7:"package";s:8:"Geofield";s:7:"version";s:7:"10.2.43";s:7:"project";s:7:"leaflet";s:9:"datestamp";i:1741123905;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741123905;s:8:"includes";a:3:{s:7:"leaflet";s:7:"Leaflet";s:21:"leaflet_markercluster";s:21:"Leaflet Markercluster";s:13:"leaflet_views";s:13:"Leaflet Views";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:7:"10.2.43";s:14:"existing_major";s:2:"10";s:12:"install_type";s:8:"official";s:5:"title";s:7:"Leaflet";s:4:"link";s:38:"https://www.drupal.org/project/leaflet";s:14:"latest_version";s:7:"10.2.43";s:8:"releases";a:1:{s:7:"10.2.43";a:13:{s:4:"name";s:15:"leaflet 10.2.43";s:7:"version";s:7:"10.2.43";s:3:"tag";s:7:"10.2.43";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.43";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.43.tar.gz";s:4:"date";s:10:"1741123901";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"10.2.43";s:6:"status";i:5;}s:7:"metatag";a:15:{s:4:"name";s:7:"metatag";s:4:"info";a:6:{s:4:"name";s:7:"Metatag";s:7:"package";s:3:"SEO";s:7:"version";s:5:"2.1.0";s:7:"project";s:7:"metatag";s:9:"datestamp";i:1731004045;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1731004045;s:8:"includes";a:19:{s:7:"metatag";s:7:"Metatag";s:17:"metatag_app_links";s:18:"Metatag: App Links";s:19:"metatag_custom_tags";s:20:"Metatag: Custom Tags";s:10:"metatag_dc";s:20:"Metatag: Dublin Core";s:19:"metatag_dc_advanced";s:29:"Metatag: Dublin Core Advanced";s:22:"metatag_extended_perms";s:28:"Metatag Extended Permissions";s:16:"metatag_facebook";s:17:"Metatag: Facebook";s:16:"metatag_favicons";s:17:"Metatag: Favicons";s:18:"metatag_google_cse";s:42:"Metatag: Google Custom Search Engine (CSE)";s:16:"metatag_hreflang";s:17:"Metatag: Hreflang";s:14:"metatag_mobile";s:32:"Metatag: Mobile & UI Adjustments";s:18:"metatag_open_graph";s:19:"Metatag: Open Graph";s:27:"metatag_open_graph_products";s:28:"Metatag: Open Graph Products";s:20:"metatag_page_manager";s:21:"Metatag: Page Manager";s:17:"metatag_pinterest";s:18:"Metatag: Pinterest";s:14:"metatag_routes";s:29:"Metatag Custom Routes (Paths)";s:21:"metatag_twitter_cards";s:22:"Metatag: Twitter Cards";s:20:"metatag_verification";s:21:"Metatag: Verification";s:13:"metatag_views";s:14:"Metatag: Views";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"2.1.0";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:7:"Metatag";s:4:"link";s:38:"https://www.drupal.org/project/metatag";s:14:"latest_version";s:5:"2.1.0";s:8:"releases";a:1:{s:5:"2.1.0";a:13:{s:4:"name";s:13:"metatag 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/metatag/releases/2.1.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/metatag-2.1.0.tar.gz";s:4:"date";s:10:"1731004042";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.1.0";s:6:"status";i:5;}s:9:"robotstxt";a:15:{s:4:"name";s:9:"robotstxt";s:4:"info";a:6:{s:4:"name";s:9:"RobotsTxt";s:7:"package";s:5:"Other";s:7:"version";s:7:"8.x-1.6";s:7:"project";s:9:"robotstxt";s:9:"datestamp";i:1723570933;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1723570933;s:8:"includes";a:1:{s:9:"robotstxt";s:9:"RobotsTxt";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:7:"8.x-1.6";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:9:"RobotsTxt";s:4:"link";s:40:"https://www.drupal.org/project/robotstxt";s:14:"latest_version";s:7:"8.x-1.6";s:8:"releases";a:1:{s:7:"8.x-1.6";a:13:{s:4:"name";s:17:"robotstxt 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/robotstxt/releases/8.x-1.6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.6.tar.gz";s:4:"date";s:10:"1723570930";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"8.x-1.6";s:6:"status";i:5;}s:10:"search_api";a:15:{s:4:"name";s:10:"search_api";s:4:"info";a:6:{s:4:"name";s:15:"Database Search";s:7:"package";s:6:"Search";s:7:"version";s:8:"8.x-1.38";s:7:"project";s:10:"search_api";s:9:"datestamp";i:1740298964;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1740298964;s:8:"includes";a:3:{s:13:"search_api_db";s:15:"Database Search";s:22:"search_api_db_defaults";s:24:"Database Search Defaults";s:10:"search_api";s:10:"Search API";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:8:"8.x-1.38";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:10:"Search API";s:4:"link";s:41:"https://www.drupal.org/project/search_api";s:14:"latest_version";s:8:"8.x-1.38";s:8:"releases";a:1:{s:8:"8.x-1.38";a:13:{s:4:"name";s:19:"search_api 8.x-1.38";s:7:"version";s:8:"8.x-1.38";s:3:"tag";s:8:"8.x-1.38";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.38";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.38.tar.gz";s:4:"date";s:10:"1740298961";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-1.38";s:6:"status";i:5;}s:23:"search_api_autocomplete";a:15:{s:4:"name";s:23:"search_api_autocomplete";s:4:"info";a:6:{s:4:"name";s:23:"Search API Autocomplete";s:7:"package";s:6:"Search";s:7:"version";s:8:"8.x-1.10";s:7:"project";s:23:"search_api_autocomplete";s:9:"datestamp";i:1736941749;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736941749;s:8:"includes";a:1:{s:23:"search_api_autocomplete";s:23:"Search API Autocomplete";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:8:"8.x-1.10";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:23:"Search API Autocomplete";s:4:"link";s:54:"https://www.drupal.org/project/search_api_autocomplete";s:14:"latest_version";s:8:"8.x-1.10";s:8:"releases";a:1:{s:8:"8.x-1.10";a:13:{s:4:"name";s:32:"search_api_autocomplete 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.10";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.10.tar.gz";s:4:"date";s:10:"1736941746";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:8:"8.x-1.10";s:6:"status";i:5;}s:18:"search_api_exclude";a:15:{s:4:"name";s:18:"search_api_exclude";s:4:"info";a:6:{s:4:"name";s:18:"Search API Exclude";s:7:"package";s:6:"Search";s:7:"version";s:5:"2.0.3";s:7:"project";s:18:"search_api_exclude";s:9:"datestamp";i:1726853601;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1726853601;s:8:"includes";a:1:{s:18:"search_api_exclude";s:18:"Search API Exclude";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"2.0.3";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:18:"Search API exclude";s:4:"link";s:49:"https://www.drupal.org/project/search_api_exclude";s:14:"latest_version";s:5:"2.0.3";s:8:"releases";a:1:{s:5:"2.0.3";a:13:{s:4:"name";s:24:"search_api_exclude 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api_exclude/releases/2.0.3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api_exclude-2.0.3.tar.gz";s:4:"date";s:10:"1726853600";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.0.3";s:6:"status";i:5;}s:32:"selective_better_exposed_filters";a:15:{s:4:"name";s:32:"selective_better_exposed_filters";s:4:"info";a:6:{s:4:"name";s:32:"Selective Better Exposed Filters";s:7:"package";s:5:"Views";s:7:"version";s:5:"3.0.3";s:7:"project";s:32:"selective_better_exposed_filters";s:9:"datestamp";i:1719744194;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1719744194;s:8:"includes";a:1:{s:32:"selective_better_exposed_filters";s:32:"Selective Better Exposed Filters";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"3.0.3";s:14:"existing_major";s:1:"3";s:12:"install_type";s:8:"official";s:5:"title";s:32:"Selective Better Exposed Filters";s:4:"link";s:63:"https://www.drupal.org/project/selective_better_exposed_filters";s:14:"latest_version";s:5:"3.0.3";s:8:"releases";a:1:{s:5:"3.0.3";a:13:{s:4:"name";s:38:"selective_better_exposed_filters 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:78:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.0.3";s:13:"download_link";s:83:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.0.3.tar.gz";s:4:"date";s:10:"1719744192";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"3.0.3";s:6:"status";i:5;}s:13:"seo_checklist";a:15:{s:4:"name";s:13:"seo_checklist";s:4:"info";a:6:{s:4:"name";s:30:"SEO Checklist Optional Modules";s:7:"package";s:3:"SEO";s:7:"version";s:5:"5.2.4";s:7:"project";s:13:"seo_checklist";s:9:"datestamp";i:1736549433;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736549433;s:8:"includes";a:2:{s:30:"seo_checklist_optional_modules";s:30:"SEO Checklist Optional Modules";s:13:"seo_checklist";s:13:"SEO Checklist";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"5.2.4";s:14:"existing_major";s:1:"5";s:12:"install_type";s:8:"official";s:5:"title";s:13:"SEO Checklist";s:4:"link";s:44:"https://www.drupal.org/project/seo_checklist";s:14:"latest_version";s:5:"5.2.4";s:8:"releases";a:1:{s:5:"5.2.4";a:13:{s:4:"name";s:19:"seo_checklist 5.2.4";s:7:"version";s:5:"5.2.4";s:3:"tag";s:5:"5.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/seo_checklist/releases/5.2.4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/seo_checklist-5.2.4.tar.gz";s:4:"date";s:10:"1736549430";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"5.2.4";s:6:"status";i:5;}s:18:"simple_search_form";a:15:{s:4:"name";s:18:"simple_search_form";s:4:"info";a:6:{s:4:"name";s:18:"Simple Search Form";s:7:"package";s:6:"Search";s:7:"version";s:7:"8.x-1.6";s:7:"project";s:18:"simple_search_form";s:9:"datestamp";i:1731408950;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1731408950;s:8:"includes";a:1:{s:18:"simple_search_form";s:18:"Simple Search Form";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:7:"8.x-1.6";s:14:"existing_major";s:1:"1";s:12:"install_type";s:8:"official";s:5:"title";s:18:"Simple search form";s:4:"link";s:49:"https://www.drupal.org/project/simple_search_form";s:14:"latest_version";s:7:"8.x-1.6";s:8:"releases";a:1:{s:7:"8.x-1.6";a:13:{s:4:"name";s:26:"simple_search_form 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.6";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.6.tar.gz";s:4:"date";s:10:"1731408948";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"8.x-1.6";s:6:"status";i:5;}s:14:"simple_sitemap";a:15:{s:4:"name";s:14:"simple_sitemap";s:4:"info";a:6:{s:4:"name";s:35:"Simple XML Sitemap (Search engines)";s:7:"package";s:3:"SEO";s:7:"version";s:5:"4.2.2";s:7:"project";s:14:"simple_sitemap";s:9:"datestamp";i:1732485887;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1732485887;s:8:"includes";a:3:{s:22:"simple_sitemap_engines";s:35:"Simple XML Sitemap (Search engines)";s:20:"simple_sitemap_views";s:26:"Simple XML Sitemap (Views)";s:14:"simple_sitemap";s:18:"Simple XML Sitemap";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"4.2.2";s:14:"existing_major";s:1:"4";s:12:"install_type";s:8:"official";s:5:"title";s:18:"Simple XML sitemap";s:4:"link";s:45:"https://www.drupal.org/project/simple_sitemap";s:14:"latest_version";s:5:"4.2.2";s:8:"releases";a:1:{s:5:"4.2.2";a:13:{s:4:"name";s:20:"simple_sitemap 4.2.2";s:7:"version";s:5:"4.2.2";s:3:"tag";s:5:"4.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.2.2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.2.2.tar.gz";s:4:"date";s:10:"1732485885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"4.2.2";s:6:"status";i:5;}s:7:"sitemap";a:15:{s:4:"name";s:7:"sitemap";s:4:"info";a:6:{s:4:"name";s:12:"Sitemap book";s:7:"version";s:7:"8.x-2.0";s:7:"project";s:7:"sitemap";s:9:"datestamp";i:1724850104;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1724850104;s:8:"includes";a:2:{s:12:"sitemap_book";s:12:"Sitemap book";s:7:"sitemap";s:7:"Sitemap";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:7:"8.x-2.0";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:7:"Sitemap";s:4:"link";s:38:"https://www.drupal.org/project/sitemap";s:14:"latest_version";s:7:"8.x-2.0";s:8:"releases";a:1:{s:7:"8.x-2.0";a:13:{s:4:"name";s:15:"sitemap 8.x-2.0";s:7:"version";s:7:"8.x-2.0";s:3:"tag";s:7:"8.x-2.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/sitemap/releases/8.x-2.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0.tar.gz";s:4:"date";s:10:"1724850101";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"8.x-2.0";s:6:"status";i:5;}s:10:"smart_date";a:15:{s:4:"name";s:10:"smart_date";s:4:"info";a:6:{s:4:"name";s:20:"Smart Date Recurring";s:7:"package";s:11:"Field types";s:7:"version";s:5:"4.2.3";s:7:"project";s:10:"smart_date";s:9:"datestamp";i:1740856568;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1740856568;s:8:"includes";a:2:{s:16:"smart_date_recur";s:20:"Smart Date Recurring";s:10:"smart_date";s:10:"Smart Date";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"4.2.3";s:14:"existing_major";s:1:"4";s:12:"install_type";s:8:"official";s:5:"title";s:10:"Smart Date";s:4:"link";s:41:"https://www.drupal.org/project/smart_date";s:14:"latest_version";s:5:"4.2.3";s:8:"releases";a:1:{s:5:"4.2.3";a:13:{s:4:"name";s:16:"smart_date 4.2.3";s:7:"version";s:5:"4.2.3";s:3:"tag";s:5:"4.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.2.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.2.3.tar.gz";s:4:"date";s:10:"1740856565";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"4.2.3";s:6:"status";i:5;}s:8:"token_or";a:15:{s:4:"name";s:8:"token_or";s:4:"info";a:6:{s:4:"name";s:16:"Token Or Webform";s:7:"version";s:5:"2.3.0";s:7:"project";s:8:"token_or";s:9:"datestamp";i:1730828438;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1730828438;s:8:"includes";a:2:{s:16:"token_or_webform";s:16:"Token Or Webform";s:8:"token_or";s:8:"Token Or";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:5:"2.3.0";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:8:"Token OR";s:4:"link";s:39:"https://www.drupal.org/project/token_or";s:14:"latest_version";s:5:"2.3.0";s:8:"releases";a:1:{s:5:"2.3.0";a:13:{s:4:"name";s:14:"token_or 2.3.0";s:7:"version";s:5:"2.3.0";s:3:"tag";s:5:"2.3.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.3.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.3.0.tar.gz";s:4:"date";s:10:"1730828436";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:5:"2.3.0";s:6:"status";i:5;}s:7:"webform";a:15:{s:4:"name";s:7:"webform";s:4:"info";a:6:{s:4:"name";s:14:"Webform Access";s:7:"package";s:7:"Webform";s:7:"version";s:11:"6.3.0-beta1";s:7:"project";s:7:"webform";s:9:"datestamp";i:1736275827;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736275827;s:8:"includes";a:39:{s:14:"webform_access";s:14:"Webform Access";s:18:"webform_attachment";s:18:"Webform Attachment";s:17:"webform_bootstrap";s:23:"Webform Bootstrap (3.x)";s:13:"webform_cards";s:13:"Webform Cards";s:29:"webform_clientside_validation";s:29:"Webform Clientside Validation";s:35:"webform_demo_application_evaluation";s:43:"Webform Demo: Application/Evaluation System";s:31:"webform_demo_event_registration";s:39:"Webform Demo: Event Registration System";s:27:"webform_demo_region_contact";s:35:"Webform Demo: Region Contact System";s:13:"webform_devel";s:13:"Webform Devel";s:20:"webform_entity_print";s:26:"Webform Entity Print (PDF)";s:31:"webform_entity_print_attachment";s:37:"Webform Entity Print (PDF) Attachment";s:25:"webform_example_composite";s:25:"Webform Example Composite";s:27:"webform_example_custom_form";s:27:"Webform Custom Form Example";s:23:"webform_example_element";s:23:"Webform Element Example";s:34:"webform_example_element_properties";s:34:"Webform Element Properties Example";s:23:"webform_example_handler";s:23:"Webform Handler Example";s:27:"webform_example_remote_post";s:27:"Webform Remote Post Example";s:23:"webform_example_variant";s:23:"Webform Variant Example";s:16:"webform_examples";s:16:"Webform Examples";s:30:"webform_examples_accessibility";s:30:"Webform Examples Accessibility";s:14:"webform_icheck";s:14:"Webform iCheck";s:20:"webform_image_select";s:20:"Webform Image Select";s:24:"webform_jqueryui_buttons";s:24:"Webform jQueryUI Buttons";s:27:"webform_jqueryui_datepicker";s:27:"Webform jQueryUI Datepicker";s:28:"webform_location_geocomplete";s:28:"Webform Location Geocomplete";s:23:"webform_location_places";s:22:"Webform Algolia Places";s:12:"webform_node";s:12:"Webform Node";s:22:"webform_options_custom";s:22:"Webform Custom Options";s:21:"webform_options_limit";s:21:"Webform Options Limit";s:23:"webform_scheduled_email";s:31:"Webform Scheduled Email Handler";s:14:"webform_schema";s:14:"Webform Schema";s:13:"webform_share";s:13:"Webform Share";s:17:"webform_shortcuts";s:17:"Webform Shortcuts";s:32:"webform_submission_export_import";s:32:"Webform Submission Export/Import";s:22:"webform_submission_log";s:22:"Webform Submission Log";s:17:"webform_templates";s:17:"Webform Templates";s:15:"webform_toggles";s:15:"Webform Toggles";s:10:"webform_ui";s:10:"Webform UI";s:7:"webform";s:7:"Webform";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:11:"6.3.0-beta1";s:14:"existing_major";s:1:"6";s:12:"install_type";s:8:"official";s:5:"title";s:7:"Webform";s:4:"link";s:38:"https://www.drupal.org/project/webform";s:14:"latest_version";s:11:"6.3.0-beta1";s:8:"releases";a:1:{s:11:"6.3.0-beta1";a:13:{s:4:"name";s:19:"webform 6.3.0-beta1";s:7:"version";s:11:"6.3.0-beta1";s:3:"tag";s:11:"6.3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.3.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.3.0-beta1.tar.gz";s:4:"date";s:10:"1736275819";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:11:"6.3.0-beta1";s:6:"status";i:5;}s:9:"yoast_seo";a:15:{s:4:"name";s:9:"yoast_seo";s:4:"info";a:6:{s:4:"name";s:24:"Real-time SEO for Drupal";s:7:"package";s:3:"SEO";s:7:"version";s:7:"8.x-2.1";s:7:"project";s:9:"yoast_seo";s:9:"datestamp";i:1736565429;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736565429;s:8:"includes";a:1:{s:9:"yoast_seo";s:24:"Real-time SEO for Drupal";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;s:16:"existing_version";s:7:"8.x-2.1";s:14:"existing_major";s:1:"2";s:12:"install_type";s:8:"official";s:5:"title";s:24:"Real-time SEO for Drupal";s:4:"link";s:40:"https://www.drupal.org/project/yoast_seo";s:14:"latest_version";s:7:"8.x-2.1";s:8:"releases";a:1:{s:7:"8.x-2.1";a:13:{s:4:"name";s:17:"yoast_seo 8.x-2.1";s:7:"version";s:7:"8.x-2.1";s:3:"tag";s:7:"8.x-2.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.1.tar.gz";s:4:"date";s:10:"1736565427";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:15:"core_compatible";b:1;s:26:"core_compatibility_message";s:28:"Requires Drupal core: 11.1.5";}}s:11:"recommended";s:7:"8.x-2.1";s:6:"status";i:5;}}', [[timestamp]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update', 'update_project_projects', 'a:69:{s:17:"automatic_updates";a:6:{s:4:"name";s:17:"automatic_updates";s:4:"info";a:6:{s:4:"name";s:15:"Package Manager";s:7:"version";s:5:"3.1.7";s:7:"project";s:17:"automatic_updates";s:9:"datestamp";i:1736800616;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736800616;s:8:"includes";a:3:{s:15:"package_manager";s:15:"Package Manager";s:17:"automatic_updates";s:17:"Automatic Updates";s:28:"automatic_updates_extensions";s:28:"Automatic Updates Extensions";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:6:"drupal";a:7:{s:4:"name";s:6:"drupal";s:4:"info";a:6:{s:4:"name";s:13:"Announcements";s:7:"version";s:6:"11.1.5";s:7:"package";s:4:"Core";s:7:"project";s:6:"drupal";s:16:"_info_file_ctime";i:[[timestamp]];s:9:"datestamp";i:0;}s:9:"datestamp";i:0;s:8:"includes";a:43:{s:18:"announcements_feed";s:13:"Announcements";s:14:"automated_cron";s:14:"Automated Cron";s:8:"big_pipe";s:7:"BigPipe";s:5:"block";s:5:"Block";s:10:"breakpoint";s:10:"Breakpoint";s:9:"ckeditor5";s:10:"CKEditor 5";s:6:"config";s:21:"Configuration Manager";s:18:"content_moderation";s:18:"Content Moderation";s:10:"contextual";s:16:"Contextual Links";s:8:"datetime";s:8:"Datetime";s:5:"dblog";s:16:"Database Logging";s:18:"dynamic_page_cache";s:27:"Internal Dynamic Page Cache";s:6:"editor";s:11:"Text Editor";s:5:"field";s:5:"Field";s:8:"field_ui";s:8:"Field UI";s:4:"file";s:4:"File";s:6:"filter";s:6:"Filter";s:5:"image";s:5:"Image";s:18:"inline_form_errors";s:18:"Inline Form Errors";s:14:"layout_builder";s:14:"Layout Builder";s:16:"layout_discovery";s:16:"Layout Discovery";s:4:"link";s:4:"Link";s:5:"media";s:5:"Media";s:13:"media_library";s:13:"Media Library";s:17:"menu_link_content";s:17:"Custom Menu Links";s:7:"menu_ui";s:7:"Menu UI";s:5:"mysql";s:5:"MySQL";s:10:"navigation";s:10:"Navigation";s:4:"node";s:4:"Node";s:7:"options";s:7:"Options";s:10:"page_cache";s:19:"Internal Page Cache";s:4:"path";s:4:"Path";s:10:"path_alias";s:10:"Path alias";s:16:"responsive_image";s:16:"Responsive Image";s:6:"system";s:6:"System";s:8:"taxonomy";s:8:"Taxonomy";s:4:"text";s:4:"Text";s:7:"toolbar";s:7:"Toolbar";s:6:"update";s:14:"Update Manager";s:4:"user";s:4:"User";s:5:"views";s:5:"Views";s:8:"views_ui";s:8:"Views UI";s:9:"workflows";s:9:"Workflows";}s:12:"project_type";s:4:"core";s:14:"project_status";b:1;s:8:"disabled";a:30:{s:3:"ban";s:3:"Ban";s:10:"basic_auth";s:25:"HTTP Basic Authentication";s:13:"block_content";s:13:"Block Content";s:7:"comment";s:7:"Comment";s:18:"config_translation";s:25:"Configuration Translation";s:7:"contact";s:7:"Contact";s:19:"content_translation";s:19:"Content Translation";s:14:"datetime_range";s:14:"Datetime Range";s:12:"field_layout";s:12:"Field Layout";s:4:"help";s:4:"Help";s:7:"history";s:7:"History";s:7:"jsonapi";s:8:"JSON:API";s:8:"language";s:8:"Language";s:38:"layout_builder_expose_all_field_blocks";s:38:"Layout Builder Expose All Field Blocks";s:6:"locale";s:21:"Interface Translation";s:7:"migrate";s:7:"Migrate";s:14:"migrate_drupal";s:14:"Migrate Drupal";s:17:"migrate_drupal_ui";s:17:"Migrate Drupal UI";s:5:"pgsql";s:10:"PostgreSQL";s:6:"phpass";s:22:"Password Compatibility";s:4:"rest";s:20:"RESTful Web Services";s:6:"search";s:6:"Search";s:13:"serialization";s:13:"Serialization";s:13:"settings_tray";s:13:"Settings Tray";s:8:"shortcut";s:8:"Shortcut";s:6:"sqlite";s:6:"SQLite";s:6:"syslog";s:6:"Syslog";s:9:"telephone";s:9:"Telephone";s:10:"workspaces";s:10:"Workspaces";s:13:"workspaces_ui";s:13:"Workspaces UI";}}s:13:"autosave_form";a:6:{s:4:"name";s:13:"autosave_form";s:4:"info";a:6:{s:4:"name";s:13:"Autosave Form";s:7:"package";s:7:"Content";s:7:"version";s:8:"8.x-1.10";s:7:"project";s:13:"autosave_form";s:9:"datestamp";i:1738605625;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738605625;s:8:"includes";a:1:{s:13:"autosave_form";s:13:"Autosave Form";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:7:"bpmn_io";a:6:{s:4:"name";s:7:"bpmn_io";s:4:"info";a:6:{s:4:"name";s:15:"BPMN.iO for ECA";s:7:"package";s:3:"ECA";s:7:"version";s:5:"2.0.7";s:7:"project";s:7:"bpmn_io";s:9:"datestamp";i:1739260143;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1739260143;s:8:"includes";a:1:{s:7:"bpmn_io";s:15:"BPMN.iO for ECA";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:7:"captcha";a:7:{s:4:"name";s:7:"captcha";s:4:"info";a:6:{s:4:"name";s:7:"CAPTCHA";s:7:"package";s:12:"Spam control";s:7:"version";s:5:"2.0.7";s:7:"project";s:7:"captcha";s:9:"datestamp";i:1732250193;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1732250193;s:8:"includes";a:1:{s:7:"captcha";s:7:"CAPTCHA";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:13:"image_captcha";s:13:"Image CAPTCHA";}}s:6:"coffee";a:6:{s:4:"name";s:6:"coffee";s:4:"info";a:6:{s:4:"name";s:6:"Coffee";s:7:"version";s:5:"2.0.1";s:7:"project";s:6:"coffee";s:9:"datestamp";i:1736247810;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736247810;s:8:"includes";a:1:{s:6:"coffee";s:6:"Coffee";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:4:"crop";a:6:{s:4:"name";s:4:"crop";s:4:"info";a:6:{s:4:"name";s:8:"Crop API";s:7:"package";s:5:"Media";s:7:"version";s:7:"8.x-2.4";s:7:"project";s:4:"crop";s:9:"datestamp";i:1720455741;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1720455741;s:8:"includes";a:1:{s:4:"crop";s:8:"Crop API";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:9:"dashboard";a:6:{s:4:"name";s:9:"dashboard";s:4:"info";a:6:{s:4:"name";s:9:"Dashboard";s:7:"package";s:4:"Core";s:7:"version";s:5:"2.0.0";s:7:"project";s:9:"dashboard";s:9:"datestamp";i:1736528737;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736528737;s:8:"includes";a:1:{s:9:"dashboard";s:9:"Dashboard";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:15:"easy_breadcrumb";a:6:{s:4:"name";s:15:"easy_breadcrumb";s:4:"info";a:6:{s:4:"name";s:15:"Easy Breadcrumb";s:7:"package";s:10:"Navigation";s:7:"version";s:5:"2.0.9";s:7:"project";s:15:"easy_breadcrumb";s:9:"datestamp";i:1732752217;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1732752217;s:8:"includes";a:1:{s:15:"easy_breadcrumb";s:15:"Easy Breadcrumb";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:10:"easy_email";a:7:{s:4:"name";s:10:"easy_email";s:4:"info";a:6:{s:4:"name";s:10:"Easy Email";s:7:"package";s:4:"Mail";s:7:"version";s:5:"3.0.4";s:7:"project";s:10:"easy_email";s:9:"datestamp";i:1735316201;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1735316201;s:8:"includes";a:2:{s:10:"easy_email";s:10:"Easy Email";s:19:"easy_email_override";s:20:"Easy Email Overrides";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:19:"easy_email_commerce";s:19:"Easy Email Commerce";}}s:3:"eca";a:7:{s:4:"name";s:3:"eca";s:4:"info";a:6:{s:4:"name";s:8:"ECA Core";s:7:"package";s:3:"ECA";s:7:"version";s:5:"2.1.6";s:7:"project";s:3:"eca";s:9:"datestamp";i:1741965583;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741965583;s:8:"includes";a:11:{s:3:"eca";s:8:"ECA Core";s:8:"eca_base";s:8:"ECA Base";s:10:"eca_config";s:10:"ECA Config";s:11:"eca_content";s:11:"ECA Content";s:8:"eca_form";s:8:"ECA Form";s:8:"eca_misc";s:17:"ECA Miscellaneous";s:17:"eca_modeller_bpmn";s:8:"ECA BPMN";s:19:"eca_project_browser";s:19:"ECA Project Browser";s:10:"eca_render";s:10:"ECA Render";s:6:"eca_ui";s:6:"ECA UI";s:8:"eca_user";s:8:"ECA User";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:10:{s:10:"eca_access";s:10:"ECA Access";s:9:"eca_cache";s:9:"ECA Cache";s:12:"eca_endpoint";s:12:"ECA Endpoint";s:8:"eca_file";s:8:"ECA File";s:12:"eca_language";s:12:"ECA Language";s:7:"eca_log";s:7:"ECA Log";s:11:"eca_migrate";s:11:"ECA Migrate";s:9:"eca_queue";s:9:"ECA Queue";s:9:"eca_views";s:9:"ECA Views";s:12:"eca_workflow";s:12:"ECA Workflow";}}s:11:"focal_point";a:6:{s:4:"name";s:11:"focal_point";s:4:"info";a:6:{s:4:"name";s:11:"Focal Point";s:7:"package";s:5:"Media";s:7:"version";s:5:"2.1.2";s:7:"project";s:11:"focal_point";s:9:"datestamp";i:1731556347;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1731556347;s:8:"includes";a:1:{s:11:"focal_point";s:11:"Focal Point";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:15:"friendlycaptcha";a:6:{s:4:"name";s:15:"friendlycaptcha";s:4:"info";a:6:{s:4:"name";s:16:"Friendly Captcha";s:7:"package";s:12:"Spam control";s:7:"version";s:5:"1.1.3";s:7:"project";s:15:"friendlycaptcha";s:9:"datestamp";i:1733222898;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1733222898;s:8:"includes";a:1:{s:15:"friendlycaptcha";s:16:"Friendly Captcha";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:11:"gin_toolbar";a:6:{s:4:"name";s:11:"gin_toolbar";s:4:"info";a:6:{s:4:"name";s:11:"Gin Toolbar";s:7:"version";s:5:"2.0.0";s:7:"project";s:11:"gin_toolbar";s:9:"datestamp";i:1734698923;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1734698923;s:8:"includes";a:1:{s:11:"gin_toolbar";s:11:"Gin Toolbar";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:8:"honeypot";a:6:{s:4:"name";s:8:"honeypot";s:4:"info";a:6:{s:4:"name";s:8:"Honeypot";s:7:"package";s:12:"Spam control";s:7:"version";s:5:"2.2.2";s:7:"project";s:8:"honeypot";s:9:"datestamp";i:1739854374;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1739854374;s:8:"includes";a:1:{s:8:"honeypot";s:8:"Honeypot";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:9:"jquery_ui";a:6:{s:4:"name";s:9:"jquery_ui";s:4:"info";a:6:{s:4:"name";s:9:"jQuery UI";s:7:"package";s:9:"jQuery UI";s:7:"version";s:7:"8.x-1.7";s:7:"project";s:9:"jquery_ui";s:9:"datestamp";i:1717002101;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1717002101;s:8:"includes";a:1:{s:9:"jquery_ui";s:9:"jQuery UI";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:19:"jquery_ui_resizable";a:6:{s:4:"name";s:19:"jquery_ui_resizable";s:4:"info";a:6:{s:4:"name";s:19:"jQuery UI Resizable";s:7:"package";s:9:"jQuery UI";s:7:"version";s:5:"2.1.0";s:7:"project";s:19:"jquery_ui_resizable";s:9:"datestamp";i:1717031361;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1717031361;s:8:"includes";a:1:{s:19:"jquery_ui_resizable";s:19:"jQuery UI Resizable";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:5:"klaro";a:6:{s:4:"name";s:5:"klaro";s:4:"info";a:6:{s:4:"name";s:30:"Klaro Cookie & Consent Manager";s:7:"package";s:14:"User interface";s:7:"version";s:5:"3.0.3";s:7:"project";s:5:"klaro";s:9:"datestamp";i:1742211505;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742211505;s:8:"includes";a:1:{s:5:"klaro";s:30:"Klaro Cookie & Consent Manager";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:6:"linkit";a:6:{s:4:"name";s:6:"linkit";s:4:"info";a:6:{s:4:"name";s:6:"Linkit";s:7:"package";s:14:"User interface";s:7:"version";s:5:"7.0.3";s:7:"project";s:6:"linkit";s:9:"datestamp";i:1738264706;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738264706;s:8:"includes";a:1:{s:6:"linkit";s:6:"Linkit";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:19:"login_emailusername";a:6:{s:4:"name";s:19:"login_emailusername";s:4:"info";a:6:{s:4:"name";s:28:"Login with Email or Username";s:7:"version";s:5:"3.0.1";s:7:"project";s:19:"login_emailusername";s:9:"datestamp";i:1738619524;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738619524;s:8:"includes";a:1:{s:19:"login_emailusername";s:28:"Login with Email or Username";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:10:"mailsystem";a:6:{s:4:"name";s:10:"mailsystem";s:4:"info";a:6:{s:7:"package";s:4:"Mail";s:4:"name";s:11:"Mail System";s:7:"version";s:7:"8.x-4.5";s:7:"project";s:10:"mailsystem";s:9:"datestamp";i:1723379372;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1723379372;s:8:"includes";a:1:{s:10:"mailsystem";s:11:"Mail System";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:20:"menu_link_attributes";a:6:{s:4:"name";s:20:"menu_link_attributes";s:4:"info";a:6:{s:4:"name";s:20:"Menu Link Attributes";s:7:"version";s:7:"8.x-1.5";s:7:"project";s:20:"menu_link_attributes";s:9:"datestamp";i:1724848808;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1724848808;s:8:"includes";a:1:{s:20:"menu_link_attributes";s:20:"Menu Link Attributes";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:8:"pathauto";a:6:{s:4:"name";s:8:"pathauto";s:4:"info";a:6:{s:4:"name";s:8:"Pathauto";s:7:"version";s:8:"8.x-1.13";s:7:"project";s:8:"pathauto";s:9:"datestamp";i:1722507674;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1722507674;s:8:"includes";a:1:{s:8:"pathauto";s:8:"Pathauto";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:15:"project_browser";a:7:{s:4:"name";s:15:"project_browser";s:4:"info";a:6:{s:4:"name";s:15:"Project Browser";s:7:"version";s:11:"2.0.0-beta1";s:7:"project";s:15:"project_browser";s:9:"datestamp";i:1742303544;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742303544;s:8:"includes";a:1:{s:15:"project_browser";s:15:"Project Browser";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:30:"project_browser_source_example";s:30:"Project Browser Source Example";}}s:8:"redirect";a:7:{s:4:"name";s:8:"redirect";s:4:"info";a:6:{s:4:"name";s:12:"Redirect 404";s:7:"version";s:8:"8.x-1.11";s:7:"project";s:8:"redirect";s:9:"datestamp";i:1737382888;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1737382888;s:8:"includes";a:2:{s:12:"redirect_404";s:12:"Redirect 404";s:8:"redirect";s:8:"Redirect";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:15:"redirect_domain";s:15:"Redirect Domain";}}s:3:"sam";a:6:{s:4:"name";s:3:"sam";s:4:"info";a:6:{s:4:"name";s:15:"Simple Add More";s:7:"package";s:6:"Fields";s:7:"version";s:5:"1.3.2";s:7:"project";s:3:"sam";s:9:"datestamp";i:1733343164;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1733343164;s:8:"includes";a:1:{s:3:"sam";s:15:"Simple Add More";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:9:"scheduler";a:7:{s:4:"name";s:9:"scheduler";s:4:"info";a:6:{s:4:"name";s:9:"Scheduler";s:7:"version";s:5:"2.2.1";s:7:"project";s:9:"scheduler";s:9:"datestamp";i:1738771367;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738771367;s:8:"includes";a:1:{s:9:"scheduler";s:9:"Scheduler";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:27:"scheduler_rules_integration";s:27:"Scheduler Rules Integration";}}s:40:"scheduler_content_moderation_integration";a:6:{s:4:"name";s:40:"scheduler_content_moderation_integration";s:4:"info";a:6:{s:4:"name";s:40:"Scheduler Content Moderation Integration";s:7:"version";s:5:"3.0.4";s:7:"project";s:40:"scheduler_content_moderation_integration";s:9:"datestamp";i:1738679098;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738679098;s:8:"includes";a:1:{s:40:"scheduler_content_moderation_integration";s:40:"Scheduler Content Moderation Integration";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:9:"svg_image";a:7:{s:4:"name";s:9:"svg_image";s:4:"info";a:6:{s:4:"name";s:9:"SVG image";s:7:"package";s:5:"Media";s:7:"version";s:5:"3.2.1";s:7:"project";s:9:"svg_image";s:9:"datestamp";i:1736865069;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736865069;s:8:"includes";a:1:{s:9:"svg_image";s:9:"SVG image";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:1:{s:20:"svg_image_responsive";s:20:"SVG Image Responsive";}}s:19:"symfony_mailer_lite";a:6:{s:4:"name";s:19:"symfony_mailer_lite";s:4:"info";a:6:{s:4:"name";s:26:"Drupal Symfony Mailer Lite";s:7:"package";s:4:"Mail";s:7:"version";s:5:"2.0.2";s:7:"project";s:19:"symfony_mailer_lite";s:9:"datestamp";i:1732721049;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1732721049;s:8:"includes";a:1:{s:19:"symfony_mailer_lite";s:26:"Drupal Symfony Mailer Lite";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:6:"tagify";a:7:{s:4:"name";s:6:"tagify";s:4:"info";a:6:{s:4:"name";s:16:"Tagify User List";s:7:"package";s:14:"User interface";s:7:"version";s:6:"1.2.37";s:7:"project";s:6:"tagify";s:9:"datestamp";i:1742287085;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742287085;s:8:"includes";a:2:{s:16:"tagify_user_list";s:16:"Tagify User List";s:6:"tagify";s:6:"Tagify";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:8:"disabled";a:3:{s:13:"tagify_facets";s:13:"Tagify Facets";s:20:"tagify_iconify_icons";s:20:"Tagify Iconify Icons";s:12:"tagify_icons";s:12:"Tagify Icons";}}s:5:"token";a:6:{s:4:"name";s:5:"token";s:4:"info";a:6:{s:4:"name";s:5:"Token";s:7:"version";s:8:"8.x-1.15";s:7:"project";s:5:"token";s:9:"datestamp";i:1722206215;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1722206215;s:8:"includes";a:1:{s:5:"token";s:5:"Token";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:5:"trash";a:6:{s:4:"name";s:5:"trash";s:4:"info";a:6:{s:4:"name";s:5:"Trash";s:7:"version";s:6:"3.0.15";s:7:"project";s:5:"trash";s:9:"datestamp";i:1742464823;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742464823;s:8:"includes";a:1:{s:5:"trash";s:5:"Trash";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;}s:16:"easy_email_theme";a:6:{s:4:"name";s:16:"easy_email_theme";s:4:"info";a:6:{s:4:"name";s:16:"Easy Email Theme";s:7:"package";s:4:"Mail";s:7:"version";s:5:"1.0.0";s:7:"project";s:16:"easy_email_theme";s:9:"datestamp";i:1729101399;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1729101399;s:8:"includes";a:1:{s:16:"easy_email_theme";s:16:"Easy Email Theme";}s:12:"project_type";s:5:"theme";s:14:"project_status";b:1;}s:18:"drupal_cms_olivero";a:6:{s:4:"name";s:18:"drupal_cms_olivero";s:4:"info";a:5:{s:4:"name";s:22:"Olivero for Drupal CMS";s:7:"version";s:5:"1.1.0";s:7:"project";s:18:"drupal_cms_olivero";s:9:"datestamp";i:1742408995;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1742408995;s:8:"includes";a:1:{s:18:"drupal_cms_olivero";s:22:"Olivero for Drupal CMS";}s:12:"project_type";s:5:"theme";s:14:"project_status";b:1;}s:3:"gin";a:6:{s:4:"name";s:3:"gin";s:4:"info";a:5:{s:4:"name";s:3:"Gin";s:7:"version";s:5:"4.0.6";s:7:"project";s:3:"gin";s:9:"datestamp";i:1740738975;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1740738975;s:8:"includes";a:1:{s:3:"gin";s:3:"Gin";}s:12:"project_type";s:5:"theme";s:14:"project_status";b:1;}s:21:"add_content_by_bundle";a:6:{s:4:"name";s:21:"add_content_by_bundle";s:4:"info";a:6:{s:4:"name";s:21:"Add Content by Bundle";s:7:"package";s:5:"Views";s:7:"version";s:5:"1.2.2";s:7:"project";s:21:"add_content_by_bundle";s:9:"datestamp";i:1713171346;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1713171346;s:8:"includes";a:1:{s:21:"add_content_by_bundle";s:21:"Add Content by Bundle";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:7:"address";a:6:{s:4:"name";s:7:"address";s:4:"info";a:6:{s:4:"name";s:7:"Address";s:7:"package";s:11:"Field types";s:7:"version";s:5:"2.0.3";s:7:"project";s:7:"address";s:9:"datestamp";i:1736773035;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736773035;s:8:"includes";a:1:{s:7:"address";s:7:"Address";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:16:"addtocal_augment";a:6:{s:4:"name";s:16:"addtocal_augment";s:4:"info";a:6:{s:4:"name";s:30:"Add to Calendar Date Augmenter";s:7:"package";s:14:"Date Augmenter";s:7:"version";s:5:"1.2.4";s:7:"project";s:16:"addtocal_augment";s:9:"datestamp";i:1741987946;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741987946;s:8:"includes";a:1:{s:16:"addtocal_augment";s:30:"Add to Calendar Date Augmenter";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:2:"ai";a:6:{s:4:"name";s:2:"ai";s:4:"info";a:6:{s:4:"name";s:7:"AI Core";s:7:"package";s:2:"AI";s:7:"version";s:5:"1.0.5";s:7:"project";s:2:"ai";s:9:"datestamp";i:1741174945;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741174945;s:8:"includes";a:13:{s:2:"ai";s:7:"AI Core";s:15:"ai_api_explorer";s:15:"AI API Explorer";s:16:"ai_assistant_api";s:16:"AI Assistant API";s:13:"ai_automators";s:13:"AI Automators";s:10:"ai_chatbot";s:10:"AI Chatbot";s:11:"ai_ckeditor";s:23:"AI CKEditor integration";s:22:"ai_content_suggestions";s:22:"AI Content Suggestions";s:6:"ai_eca";s:18:"AI ECA integration";s:22:"ai_external_moderation";s:22:"AI External Moderation";s:10:"ai_logging";s:10:"AI Logging";s:9:"ai_search";s:9:"AI Search";s:12:"ai_translate";s:12:"AI Translate";s:14:"ai_validations";s:14:"AI Validations";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:9:"ai_agents";a:6:{s:4:"name";s:9:"ai_agents";s:4:"info";a:6:{s:4:"name";s:9:"AI Agents";s:7:"package";s:8:"AI Tools";s:7:"version";s:5:"1.0.2";s:7:"project";s:9:"ai_agents";s:9:"datestamp";i:1738909481;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738909481;s:8:"includes";a:4:{s:9:"ai_agents";s:9:"AI Agents";s:18:"ai_agents_explorer";s:18:"AI Agents Explorer";s:15:"ai_agents_extra";s:15:"AI Agents Extra";s:26:"ai_agents_form_integration";s:26:"AI Agents Form Integration";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:17:"ai_image_alt_text";a:6:{s:4:"name";s:17:"ai_image_alt_text";s:4:"info";a:6:{s:4:"name";s:17:"AI Image Alt Text";s:7:"package";s:8:"AI Tools";s:7:"version";s:5:"1.0.1";s:7:"project";s:17:"ai_image_alt_text";s:9:"datestamp";i:1738761809;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738761809;s:8:"includes";a:2:{s:17:"ai_image_alt_text";s:17:"AI Image Alt Text";s:22:"ai_image_bulk_alt_text";s:22:"AI Image Bulk Alt Text";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:21:"ai_provider_anthropic";a:6:{s:4:"name";s:21:"ai_provider_anthropic";s:4:"info";a:6:{s:4:"name";s:18:"Anthropic Provider";s:7:"package";s:12:"AI Providers";s:7:"version";s:5:"1.0.0";s:7:"project";s:21:"ai_provider_anthropic";s:9:"datestamp";i:1736439796;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736439796;s:8:"includes";a:1:{s:21:"ai_provider_anthropic";s:18:"Anthropic Provider";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:18:"ai_provider_openai";a:6:{s:4:"name";s:18:"ai_provider_openai";s:4:"info";a:6:{s:4:"name";s:15:"OpenAI Provider";s:7:"package";s:12:"AI Providers";s:7:"version";s:5:"1.0.2";s:7:"project";s:18:"ai_provider_openai";s:9:"datestamp";i:1738761669;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738761669;s:8:"includes";a:1:{s:18:"ai_provider_openai";s:15:"OpenAI Provider";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:22:"better_exposed_filters";a:6:{s:4:"name";s:22:"better_exposed_filters";s:4:"info";a:6:{s:4:"name";s:22:"Better Exposed Filters";s:7:"package";s:5:"Views";s:7:"version";s:5:"7.0.5";s:7:"project";s:22:"better_exposed_filters";s:9:"datestamp";i:1738353784;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738353784;s:8:"includes";a:1:{s:22:"better_exposed_filters";s:22:"Better Exposed Filters";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:12:"checklistapi";a:6:{s:4:"name";s:12:"checklistapi";s:4:"info";a:6:{s:4:"name";s:13:"Checklist API";s:7:"package";s:5:"Other";s:7:"version";s:5:"2.1.6";s:7:"project";s:12:"checklistapi";s:9:"datestamp";i:1713801914;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1713801914;s:8:"includes";a:2:{s:12:"checklistapi";s:13:"Checklist API";s:19:"checklistapiexample";s:21:"Checklist API Example";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:6:"ctools";a:6:{s:4:"name";s:6:"ctools";s:4:"info";a:6:{s:4:"name";s:11:"Chaos Tools";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:5:"4.1.0";s:7:"project";s:6:"ctools";s:9:"datestamp";i:1718144953;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1718144953;s:8:"includes";a:4:{s:6:"ctools";s:11:"Chaos Tools";s:12:"ctools_block";s:18:"Chaos Tools Blocks";s:18:"ctools_entity_mask";s:11:"Entity Mask";s:12:"ctools_views";s:17:"Chaos Tools Views";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:14:"date_augmenter";a:6:{s:4:"name";s:14:"date_augmenter";s:4:"info";a:6:{s:4:"name";s:18:"Date Augmenter API";s:7:"package";s:14:"Date Augmenter";s:7:"version";s:5:"1.1.1";s:7:"project";s:14:"date_augmenter";s:9:"datestamp";i:1713350951;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1713350951;s:8:"includes";a:1:{s:14:"date_augmenter";s:18:"Date Augmenter API";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:11:"editoria11y";a:6:{s:4:"name";s:11:"editoria11y";s:4:"info";a:6:{s:4:"name";s:11:"Editoria11y";s:7:"package";s:14:"User interface";s:7:"version";s:5:"2.2.4";s:7:"project";s:11:"editoria11y";s:9:"datestamp";i:1737648002;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1737648002;s:8:"includes";a:1:{s:11:"editoria11y";s:11:"Editoria11y";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:11:"field_group";a:6:{s:4:"name";s:11:"field_group";s:4:"info";a:6:{s:4:"name";s:19:"Field Group Migrate";s:7:"package";s:9:"Migration";s:7:"version";s:7:"8.x-3.6";s:7:"project";s:11:"field_group";s:9:"datestamp";i:1722672513;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1722672513;s:8:"includes";a:3:{s:19:"field_group_migrate";s:19:"Field Group Migrate";s:11:"field_group";s:11:"Field Group";s:21:"field_group_accordion";s:45:"Field Group: Accordion formatter (Deprecated)";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:8:"geocoder";a:6:{s:4:"name";s:8:"geocoder";s:4:"info";a:6:{s:4:"name";s:8:"Geocoder";s:7:"package";s:9:"Geocoding";s:7:"version";s:8:"8.x-4.28";s:7:"project";s:8:"geocoder";s:9:"datestamp";i:1741125050;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741125050;s:8:"includes";a:4:{s:8:"geocoder";s:8:"Geocoder";s:16:"geocoder_address";s:16:"Geocoder Address";s:14:"geocoder_field";s:14:"Geocoder Field";s:17:"geocoder_geofield";s:17:"Geocoder Geofield";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:8:"geofield";a:6:{s:4:"name";s:8:"geofield";s:4:"info";a:6:{s:4:"name";s:8:"Geofield";s:7:"package";s:8:"Geofield";s:7:"version";s:8:"8.x-1.64";s:7:"project";s:8:"geofield";s:9:"datestamp";i:1736675459;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736675459;s:8:"includes";a:1:{s:8:"geofield";s:8:"Geofield";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:10:"google_tag";a:6:{s:4:"name";s:10:"google_tag";s:4:"info";a:6:{s:4:"name";s:10:"Google Tag";s:7:"version";s:5:"2.0.8";s:7:"project";s:10:"google_tag";s:9:"datestamp";i:1738126306;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1738126306;s:8:"includes";a:1:{s:10:"google_tag";s:10:"Google Tag";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:3:"key";a:6:{s:4:"name";s:3:"key";s:4:"info";a:6:{s:4:"name";s:3:"Key";s:7:"package";s:8:"Security";s:7:"version";s:8:"8.x-1.19";s:7:"project";s:3:"key";s:9:"datestamp";i:1720053343;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1720053343;s:8:"includes";a:1:{s:3:"key";s:3:"Key";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:7:"leaflet";a:6:{s:4:"name";s:7:"leaflet";s:4:"info";a:6:{s:4:"name";s:7:"Leaflet";s:7:"package";s:8:"Geofield";s:7:"version";s:7:"10.2.43";s:7:"project";s:7:"leaflet";s:9:"datestamp";i:1741123905;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1741123905;s:8:"includes";a:3:{s:7:"leaflet";s:7:"Leaflet";s:21:"leaflet_markercluster";s:21:"Leaflet Markercluster";s:13:"leaflet_views";s:13:"Leaflet Views";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:7:"metatag";a:6:{s:4:"name";s:7:"metatag";s:4:"info";a:6:{s:4:"name";s:7:"Metatag";s:7:"package";s:3:"SEO";s:7:"version";s:5:"2.1.0";s:7:"project";s:7:"metatag";s:9:"datestamp";i:1731004045;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1731004045;s:8:"includes";a:19:{s:7:"metatag";s:7:"Metatag";s:17:"metatag_app_links";s:18:"Metatag: App Links";s:19:"metatag_custom_tags";s:20:"Metatag: Custom Tags";s:10:"metatag_dc";s:20:"Metatag: Dublin Core";s:19:"metatag_dc_advanced";s:29:"Metatag: Dublin Core Advanced";s:22:"metatag_extended_perms";s:28:"Metatag Extended Permissions";s:16:"metatag_facebook";s:17:"Metatag: Facebook";s:16:"metatag_favicons";s:17:"Metatag: Favicons";s:18:"metatag_google_cse";s:42:"Metatag: Google Custom Search Engine (CSE)";s:16:"metatag_hreflang";s:17:"Metatag: Hreflang";s:14:"metatag_mobile";s:32:"Metatag: Mobile & UI Adjustments";s:18:"metatag_open_graph";s:19:"Metatag: Open Graph";s:27:"metatag_open_graph_products";s:28:"Metatag: Open Graph Products";s:20:"metatag_page_manager";s:21:"Metatag: Page Manager";s:17:"metatag_pinterest";s:18:"Metatag: Pinterest";s:14:"metatag_routes";s:29:"Metatag Custom Routes (Paths)";s:21:"metatag_twitter_cards";s:22:"Metatag: Twitter Cards";s:20:"metatag_verification";s:21:"Metatag: Verification";s:13:"metatag_views";s:14:"Metatag: Views";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:9:"robotstxt";a:6:{s:4:"name";s:9:"robotstxt";s:4:"info";a:6:{s:4:"name";s:9:"RobotsTxt";s:7:"package";s:5:"Other";s:7:"version";s:7:"8.x-1.6";s:7:"project";s:9:"robotstxt";s:9:"datestamp";i:1723570933;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1723570933;s:8:"includes";a:1:{s:9:"robotstxt";s:9:"RobotsTxt";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:10:"search_api";a:6:{s:4:"name";s:10:"search_api";s:4:"info";a:6:{s:4:"name";s:15:"Database Search";s:7:"package";s:6:"Search";s:7:"version";s:8:"8.x-1.38";s:7:"project";s:10:"search_api";s:9:"datestamp";i:1740298964;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1740298964;s:8:"includes";a:3:{s:13:"search_api_db";s:15:"Database Search";s:22:"search_api_db_defaults";s:24:"Database Search Defaults";s:10:"search_api";s:10:"Search API";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:23:"search_api_autocomplete";a:6:{s:4:"name";s:23:"search_api_autocomplete";s:4:"info";a:6:{s:4:"name";s:23:"Search API Autocomplete";s:7:"package";s:6:"Search";s:7:"version";s:8:"8.x-1.10";s:7:"project";s:23:"search_api_autocomplete";s:9:"datestamp";i:1736941749;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736941749;s:8:"includes";a:1:{s:23:"search_api_autocomplete";s:23:"Search API Autocomplete";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:18:"search_api_exclude";a:6:{s:4:"name";s:18:"search_api_exclude";s:4:"info";a:6:{s:4:"name";s:18:"Search API Exclude";s:7:"package";s:6:"Search";s:7:"version";s:5:"2.0.3";s:7:"project";s:18:"search_api_exclude";s:9:"datestamp";i:1726853601;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1726853601;s:8:"includes";a:1:{s:18:"search_api_exclude";s:18:"Search API Exclude";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:32:"selective_better_exposed_filters";a:6:{s:4:"name";s:32:"selective_better_exposed_filters";s:4:"info";a:6:{s:4:"name";s:32:"Selective Better Exposed Filters";s:7:"package";s:5:"Views";s:7:"version";s:5:"3.0.3";s:7:"project";s:32:"selective_better_exposed_filters";s:9:"datestamp";i:1719744194;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1719744194;s:8:"includes";a:1:{s:32:"selective_better_exposed_filters";s:32:"Selective Better Exposed Filters";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:13:"seo_checklist";a:6:{s:4:"name";s:13:"seo_checklist";s:4:"info";a:6:{s:4:"name";s:30:"SEO Checklist Optional Modules";s:7:"package";s:3:"SEO";s:7:"version";s:5:"5.2.4";s:7:"project";s:13:"seo_checklist";s:9:"datestamp";i:1736549433;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736549433;s:8:"includes";a:2:{s:30:"seo_checklist_optional_modules";s:30:"SEO Checklist Optional Modules";s:13:"seo_checklist";s:13:"SEO Checklist";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:18:"simple_search_form";a:6:{s:4:"name";s:18:"simple_search_form";s:4:"info";a:6:{s:4:"name";s:18:"Simple Search Form";s:7:"package";s:6:"Search";s:7:"version";s:7:"8.x-1.6";s:7:"project";s:18:"simple_search_form";s:9:"datestamp";i:1731408950;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1731408950;s:8:"includes";a:1:{s:18:"simple_search_form";s:18:"Simple Search Form";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:14:"simple_sitemap";a:6:{s:4:"name";s:14:"simple_sitemap";s:4:"info";a:6:{s:4:"name";s:35:"Simple XML Sitemap (Search engines)";s:7:"package";s:3:"SEO";s:7:"version";s:5:"4.2.2";s:7:"project";s:14:"simple_sitemap";s:9:"datestamp";i:1732485887;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1732485887;s:8:"includes";a:3:{s:22:"simple_sitemap_engines";s:35:"Simple XML Sitemap (Search engines)";s:20:"simple_sitemap_views";s:26:"Simple XML Sitemap (Views)";s:14:"simple_sitemap";s:18:"Simple XML Sitemap";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:7:"sitemap";a:6:{s:4:"name";s:7:"sitemap";s:4:"info";a:6:{s:4:"name";s:12:"Sitemap book";s:7:"version";s:7:"8.x-2.0";s:7:"project";s:7:"sitemap";s:9:"datestamp";i:1724850104;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1724850104;s:8:"includes";a:2:{s:12:"sitemap_book";s:12:"Sitemap book";s:7:"sitemap";s:7:"Sitemap";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:10:"smart_date";a:6:{s:4:"name";s:10:"smart_date";s:4:"info";a:6:{s:4:"name";s:20:"Smart Date Recurring";s:7:"package";s:11:"Field types";s:7:"version";s:5:"4.2.3";s:7:"project";s:10:"smart_date";s:9:"datestamp";i:1740856568;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1740856568;s:8:"includes";a:2:{s:16:"smart_date_recur";s:20:"Smart Date Recurring";s:10:"smart_date";s:10:"Smart Date";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:8:"token_or";a:6:{s:4:"name";s:8:"token_or";s:4:"info";a:6:{s:4:"name";s:16:"Token Or Webform";s:7:"version";s:5:"2.3.0";s:7:"project";s:8:"token_or";s:9:"datestamp";i:1730828438;s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1730828438;s:8:"includes";a:2:{s:16:"token_or_webform";s:16:"Token Or Webform";s:8:"token_or";s:8:"Token Or";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:7:"webform";a:6:{s:4:"name";s:7:"webform";s:4:"info";a:6:{s:4:"name";s:14:"Webform Access";s:7:"package";s:7:"Webform";s:7:"version";s:11:"6.3.0-beta1";s:7:"project";s:7:"webform";s:9:"datestamp";i:1736275827;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736275827;s:8:"includes";a:39:{s:14:"webform_access";s:14:"Webform Access";s:18:"webform_attachment";s:18:"Webform Attachment";s:17:"webform_bootstrap";s:23:"Webform Bootstrap (3.x)";s:13:"webform_cards";s:13:"Webform Cards";s:29:"webform_clientside_validation";s:29:"Webform Clientside Validation";s:35:"webform_demo_application_evaluation";s:43:"Webform Demo: Application/Evaluation System";s:31:"webform_demo_event_registration";s:39:"Webform Demo: Event Registration System";s:27:"webform_demo_region_contact";s:35:"Webform Demo: Region Contact System";s:13:"webform_devel";s:13:"Webform Devel";s:20:"webform_entity_print";s:26:"Webform Entity Print (PDF)";s:31:"webform_entity_print_attachment";s:37:"Webform Entity Print (PDF) Attachment";s:25:"webform_example_composite";s:25:"Webform Example Composite";s:27:"webform_example_custom_form";s:27:"Webform Custom Form Example";s:23:"webform_example_element";s:23:"Webform Element Example";s:34:"webform_example_element_properties";s:34:"Webform Element Properties Example";s:23:"webform_example_handler";s:23:"Webform Handler Example";s:27:"webform_example_remote_post";s:27:"Webform Remote Post Example";s:23:"webform_example_variant";s:23:"Webform Variant Example";s:16:"webform_examples";s:16:"Webform Examples";s:30:"webform_examples_accessibility";s:30:"Webform Examples Accessibility";s:14:"webform_icheck";s:14:"Webform iCheck";s:20:"webform_image_select";s:20:"Webform Image Select";s:24:"webform_jqueryui_buttons";s:24:"Webform jQueryUI Buttons";s:27:"webform_jqueryui_datepicker";s:27:"Webform jQueryUI Datepicker";s:28:"webform_location_geocomplete";s:28:"Webform Location Geocomplete";s:23:"webform_location_places";s:22:"Webform Algolia Places";s:12:"webform_node";s:12:"Webform Node";s:22:"webform_options_custom";s:22:"Webform Custom Options";s:21:"webform_options_limit";s:21:"Webform Options Limit";s:23:"webform_scheduled_email";s:31:"Webform Scheduled Email Handler";s:14:"webform_schema";s:14:"Webform Schema";s:13:"webform_share";s:13:"Webform Share";s:17:"webform_shortcuts";s:17:"Webform Shortcuts";s:32:"webform_submission_export_import";s:32:"Webform Submission Export/Import";s:22:"webform_submission_log";s:22:"Webform Submission Log";s:17:"webform_templates";s:17:"Webform Templates";s:15:"webform_toggles";s:15:"Webform Toggles";s:10:"webform_ui";s:10:"Webform UI";s:7:"webform";s:7:"Webform";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}s:9:"yoast_seo";a:6:{s:4:"name";s:9:"yoast_seo";s:4:"info";a:6:{s:4:"name";s:24:"Real-time SEO for Drupal";s:7:"package";s:3:"SEO";s:7:"version";s:7:"8.x-2.1";s:7:"project";s:9:"yoast_seo";s:9:"datestamp";i:1736565429;s:16:"_info_file_ctime";i:[[timestamp]];}s:9:"datestamp";i:1736565429;s:8:"includes";a:1:{s:9:"yoast_seo";s:24:"Real-time SEO for Drupal";}s:12:"project_type";s:18:"module-uninstalled";s:14:"project_status";b:0;}}', [[timestamp]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'address', 'a:10:{s:5:"title";s:7:"Address";s:10:"short_name";s:7:"address";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:16:"2.0.,2.1.,8.x-1.";s:18:"composer_namespace";s:14:"drupal/address";s:14:"project_status";s:9:"published";s:4:"link";s:38:"https://www.drupal.org/project/address";s:5:"terms";s:0:"";s:8:"releases";a:32:{s:5:"2.0.3";a:11:{s:4:"name";s:13:"address 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/address/releases/2.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/address-2.0.3.tar.gz";s:4:"date";s:10:"1736773032";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:5:"2.0.2";a:11:{s:4:"name";s:13:"address 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/address/releases/2.0.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/address-2.0.2.tar.gz";s:4:"date";s:10:"1720108676";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:5:"2.0.1";a:11:{s:4:"name";s:13:"address 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/address/releases/2.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/address-2.0.1.tar.gz";s:4:"date";s:10:"1708373992";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"2.0.0";a:11:{s:4:"name";s:13:"address 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/address/releases/2.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/address-2.0.0.tar.gz";s:4:"date";s:10:"1703690732";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:11:"2.0.0-beta3";a:11:{s:4:"name";s:19:"address 2.0.0-beta3";s:7:"version";s:11:"2.0.0-beta3";s:3:"tag";s:11:"2.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/address/releases/2.0.0-beta3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/address-2.0.0-beta3.tar.gz";s:4:"date";s:10:"1701451829";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:11:"2.0.0-beta2";a:11:{s:4:"name";s:19:"address 2.0.0-beta2";s:7:"version";s:11:"2.0.0-beta2";s:3:"tag";s:11:"2.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/address/releases/2.0.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/address-2.0.0-beta2.tar.gz";s:4:"date";s:10:"1688233217";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:11:"2.0.0-beta1";a:11:{s:4:"name";s:19:"address 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/address/releases/2.0.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/address-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1685696775";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-1.12";a:11:{s:4:"name";s:16:"address 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/address/releases/8.x-1.12";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/address-8.x-1.12.tar.gz";s:4:"date";s:10:"1684710176";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:8:"8.x-1.11";a:11:{s:4:"name";s:16:"address 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/address/releases/8.x-1.11";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/address-8.x-1.11.tar.gz";s:4:"date";s:10:"1659989858";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:8:"8.x-1.10";a:11:{s:4:"name";s:16:"address 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/address/releases/8.x-1.10";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/address-8.x-1.10.tar.gz";s:4:"date";s:10:"1643715177";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:7:"8.x-1.9";a:11:{s:4:"name";s:15:"address 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.9";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.9.tar.gz";s:4:"date";s:10:"1604422821";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.8";a:11:{s:4:"name";s:15:"address 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.8.tar.gz";s:4:"date";s:10:"1582913039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"8.x-1.7";a:11:{s:4:"name";s:15:"address 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.7.tar.gz";s:4:"date";s:10:"1559642884";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:15:"address 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.6.tar.gz";s:4:"date";s:10:"1554334685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:15:"address 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.5.tar.gz";s:4:"date";s:10:"1554332581";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:15:"address 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.4.tar.gz";s:4:"date";s:10:"1527081784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:15:"address 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.3.tar.gz";s:4:"date";s:10:"1511382784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:15:"address 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.2.tar.gz";s:4:"date";s:10:"1505896144";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:15:"address 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.1.tar.gz";s:4:"date";s:10:"1499893143";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:15:"address 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/8.x-1.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-8.x-1.0.tar.gz";s:4:"date";s:10:"1495109886";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc4";a:11:{s:4:"name";s:19:"address 8.x-1.0-rc4";s:7:"version";s:11:"8.x-1.0-rc4";s:3:"tag";s:11:"8.x-1.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/address/releases/8.x-1.0-rc4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/address-8.x-1.0-rc4.tar.gz";s:4:"date";s:10:"1486736883";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc3";a:11:{s:4:"name";s:19:"address 8.x-1.0-rc3";s:7:"version";s:11:"8.x-1.0-rc3";s:3:"tag";s:11:"8.x-1.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/address/releases/8.x-1.0-rc3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/address-8.x-1.0-rc3.tar.gz";s:4:"date";s:10:"1477581243";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:19:"address 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/address/releases/8.x-1.0-rc2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/address-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1475679239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:19:"address 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/address/releases/8.x-1.0-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/address-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1475059439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:21:"address 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/address/releases/8.x-1.0-beta4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/address-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1474548544";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:21:"address 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/address/releases/8.x-1.0-beta3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/address-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1464896939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:21:"address 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/address/releases/8.x-1.0-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/address-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1447452853";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:21:"address 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/address/releases/8.x-1.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/address-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1444922040";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:9:"2.1.x-dev";a:11:{s:4:"name";s:17:"address 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/address/releases/2.1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/address-2.1.x-dev.tar.gz";s:4:"date";s:10:"1736782856";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:17:"address 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/address/releases/2.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/address-2.0.x-dev.tar.gz";s:4:"date";s:10:"1736772839";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:5:"terms";a:0:{}}s:7:"2.x-dev";a:11:{s:4:"name";s:15:"address 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/address/releases/2.x-dev";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/address-2.x-dev.tar.gz";s:4:"date";s:10:"1736784811";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:19:"address 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/address/releases/8.x-1.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/address-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1707271676";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'addtocal_augment', 'a:10:{s:5:"title";s:30:"Add to Calendar Date Augmenter";s:10:"short_name";s:16:"addtocal_augment";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"1.1.,1.2.";s:18:"composer_namespace";s:23:"drupal/addtocal_augment";s:14:"project_status";s:9:"published";s:4:"link";s:47:"https://www.drupal.org/project/addtocal_augment";s:5:"terms";s:0:"";s:8:"releases";a:28:{s:5:"1.2.4";a:11:{s:4:"name";s:22:"addtocal_augment 1.2.4";s:7:"version";s:5:"1.2.4";s:3:"tag";s:5:"1.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.2.4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.4.tar.gz";s:4:"date";s:10:"1741987945";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"1.2.3";a:11:{s:4:"name";s:22:"addtocal_augment 1.2.3";s:7:"version";s:5:"1.2.3";s:3:"tag";s:5:"1.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.2.3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.3.tar.gz";s:4:"date";s:10:"1729758589";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"1.2.2";a:11:{s:4:"name";s:22:"addtocal_augment 1.2.2";s:7:"version";s:5:"1.2.2";s:3:"tag";s:5:"1.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.2.2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.2.tar.gz";s:4:"date";s:10:"1728913209";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"1.2.1";a:11:{s:4:"name";s:22:"addtocal_augment 1.2.1";s:7:"version";s:5:"1.2.1";s:3:"tag";s:5:"1.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.2.1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.1.tar.gz";s:4:"date";s:10:"1726108254";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"1.2.0";a:11:{s:4:"name";s:22:"addtocal_augment 1.2.0";s:7:"version";s:5:"1.2.0";s:3:"tag";s:5:"1.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.2.0";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.0.tar.gz";s:4:"date";s:10:"1725915543";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:9:"1.2.0-rc1";a:11:{s:4:"name";s:26:"addtocal_augment 1.2.0-rc1";s:7:"version";s:9:"1.2.0-rc1";s:3:"tag";s:9:"1.2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/addtocal_augment/releases/1.2.0-rc1";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.0-rc1.tar.gz";s:4:"date";s:10:"1724576925";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:11:"1.2.0-beta3";a:11:{s:4:"name";s:28:"addtocal_augment 1.2.0-beta3";s:7:"version";s:11:"1.2.0-beta3";s:3:"tag";s:11:"1.2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.2.0-beta3";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.0-beta3.tar.gz";s:4:"date";s:10:"1723716802";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:11:"1.2.0-beta2";a:11:{s:4:"name";s:28:"addtocal_augment 1.2.0-beta2";s:7:"version";s:11:"1.2.0-beta2";s:3:"tag";s:11:"1.2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.2.0-beta2";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.0-beta2.tar.gz";s:4:"date";s:10:"1722357201";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:11:"1.2.0-beta1";a:11:{s:4:"name";s:28:"addtocal_augment 1.2.0-beta1";s:7:"version";s:11:"1.2.0-beta1";s:3:"tag";s:11:"1.2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.2.0-beta1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.0-beta1.tar.gz";s:4:"date";s:10:"1722345108";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"1.1.1";a:11:{s:4:"name";s:22:"addtocal_augment 1.1.1";s:7:"version";s:5:"1.1.1";s:3:"tag";s:5:"1.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.1.1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.1.tar.gz";s:4:"date";s:10:"1713351590";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"1.1.0";a:11:{s:4:"name";s:22:"addtocal_augment 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.1.0";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.0.tar.gz";s:4:"date";s:10:"1712173516";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";s:5:"terms";a:0:{}}s:11:"1.1.0-beta6";a:11:{s:4:"name";s:28:"addtocal_augment 1.1.0-beta6";s:7:"version";s:11:"1.1.0-beta6";s:3:"tag";s:11:"1.1.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.1.0-beta6";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.0-beta6.tar.gz";s:4:"date";s:10:"1707237630";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"1.1.0-beta5";a:11:{s:4:"name";s:28:"addtocal_augment 1.1.0-beta5";s:7:"version";s:11:"1.1.0-beta5";s:3:"tag";s:11:"1.1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.1.0-beta5";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.0-beta5.tar.gz";s:4:"date";s:10:"1706629346";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"1.1.0-beta4";a:11:{s:4:"name";s:28:"addtocal_augment 1.1.0-beta4";s:7:"version";s:11:"1.1.0-beta4";s:3:"tag";s:11:"1.1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.1.0-beta4";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.0-beta4.tar.gz";s:4:"date";s:10:"1706548543";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"1.1.0-beta3";a:11:{s:4:"name";s:28:"addtocal_augment 1.1.0-beta3";s:7:"version";s:11:"1.1.0-beta3";s:3:"tag";s:11:"1.1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.1.0-beta3";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.0-beta3.tar.gz";s:4:"date";s:10:"1702331571";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"1.1.0-beta2";a:11:{s:4:"name";s:28:"addtocal_augment 1.1.0-beta2";s:7:"version";s:11:"1.1.0-beta2";s:3:"tag";s:11:"1.1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.1.0-beta2";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.0-beta2.tar.gz";s:4:"date";s:10:"1690999853";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"1.1.0-beta1";a:11:{s:4:"name";s:28:"addtocal_augment 1.1.0-beta1";s:7:"version";s:11:"1.1.0-beta1";s:3:"tag";s:11:"1.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.1.0-beta1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.0-beta1.tar.gz";s:4:"date";s:10:"1682761821";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:12:"1.1.0-alpha1";a:11:{s:4:"name";s:29:"addtocal_augment 1.1.0-alpha1";s:7:"version";s:12:"1.1.0-alpha1";s:3:"tag";s:12:"1.1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/addtocal_augment/releases/1.1.0-alpha1";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.0-alpha1.tar.gz";s:4:"date";s:10:"1659094411";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"1.0.0";a:11:{s:4:"name";s:22:"addtocal_augment 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/addtocal_augment/releases/1.0.0";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/addtocal_augment-1.0.0.tar.gz";s:4:"date";s:10:"1638831008";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"1.0.0-rc1";a:11:{s:4:"name";s:26:"addtocal_augment 1.0.0-rc1";s:7:"version";s:9:"1.0.0-rc1";s:3:"tag";s:9:"1.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/addtocal_augment/releases/1.0.0-rc1";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/addtocal_augment-1.0.0-rc1.tar.gz";s:4:"date";s:10:"1635895137";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:28:"addtocal_augment 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.0.0-beta2";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1625826372";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:28:"addtocal_augment 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/addtocal_augment/releases/1.0.0-beta1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/addtocal_augment-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1624001714";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha3";a:11:{s:4:"name";s:29:"addtocal_augment 1.0.0-alpha3";s:7:"version";s:12:"1.0.0-alpha3";s:3:"tag";s:12:"1.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/addtocal_augment/releases/1.0.0-alpha3";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/addtocal_augment-1.0.0-alpha3.tar.gz";s:4:"date";s:10:"1623752044";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha2";a:11:{s:4:"name";s:29:"addtocal_augment 1.0.0-alpha2";s:7:"version";s:12:"1.0.0-alpha2";s:3:"tag";s:12:"1.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/addtocal_augment/releases/1.0.0-alpha2";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/addtocal_augment-1.0.0-alpha2.tar.gz";s:4:"date";s:10:"1623685804";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:29:"addtocal_augment 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/addtocal_augment/releases/1.0.0-alpha1";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/addtocal_augment-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1623605219";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:9:"1.2.x-dev";a:11:{s:4:"name";s:26:"addtocal_augment 1.2.x-dev";s:7:"version";s:9:"1.2.x-dev";s:3:"tag";s:5:"1.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/addtocal_augment/releases/1.2.x-dev";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/addtocal_augment-1.2.x-dev.tar.gz";s:4:"date";s:10:"1741987854";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:9:"1.1.x-dev";a:11:{s:4:"name";s:26:"addtocal_augment 1.1.x-dev";s:7:"version";s:9:"1.1.x-dev";s:3:"tag";s:5:"1.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/addtocal_augment/releases/1.1.x-dev";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/addtocal_augment-1.1.x-dev.tar.gz";s:4:"date";s:10:"1722505887";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:9:"1.0.x-dev";a:11:{s:4:"name";s:26:"addtocal_augment 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/addtocal_augment/releases/1.0.x-dev";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/addtocal_augment-1.0.x-dev.tar.gz";s:4:"date";s:10:"1718626224";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'add_content_by_bundle', 'a:10:{s:5:"title";s:39:"Add Content by Bundle Views Area Plugin";s:10:"short_name";s:21:"add_content_by_bundle";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"1.2.";s:18:"composer_namespace";s:28:"drupal/add_content_by_bundle";s:14:"project_status";s:9:"published";s:4:"link";s:52:"https://www.drupal.org/project/add_content_by_bundle";s:5:"terms";s:0:"";s:8:"releases";a:14:{s:5:"1.2.2";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.2.2";s:7:"version";s:5:"1.2.2";s:3:"tag";s:5:"1.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.2.2";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.2.2.tar.gz";s:4:"date";s:10:"1713171345";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"1.2.1";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.2.1";s:7:"version";s:5:"1.2.1";s:3:"tag";s:5:"1.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.2.1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.2.1.tar.gz";s:4:"date";s:10:"1655883538";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"1.2.0";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.2.0";s:7:"version";s:5:"1.2.0";s:3:"tag";s:5:"1.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.2.0";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.2.0.tar.gz";s:4:"date";s:10:"1634382019";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.1.3";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.1.3";s:7:"version";s:5:"1.1.3";s:3:"tag";s:5:"1.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.1.3";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.1.3.tar.gz";s:4:"date";s:10:"1624104836";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:5:"1.1.2";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.1.2";s:7:"version";s:5:"1.1.2";s:3:"tag";s:5:"1.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.1.2";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.1.2.tar.gz";s:4:"date";s:10:"1619601197";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.1.1";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.1.1";s:7:"version";s:5:"1.1.1";s:3:"tag";s:5:"1.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.1.1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.1.1.tar.gz";s:4:"date";s:10:"1618649191";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.1.0";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.1.0";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.1.0.tar.gz";s:4:"date";s:10:"1603884459";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.1";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.0.1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.0.1.tar.gz";s:4:"date";s:10:"1595790487";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.0";a:11:{s:4:"name";s:27:"add_content_by_bundle 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/add_content_by_bundle/releases/1.0.0";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.0.0.tar.gz";s:4:"date";s:10:"1594062246";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:33:"add_content_by_bundle 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:73:"https://www.drupal.org/project/add_content_by_bundle/releases/1.0.0-beta2";s:13:"download_link";s:78:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1595790306";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:33:"add_content_by_bundle 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:73:"https://www.drupal.org/project/add_content_by_bundle/releases/1.0.0-beta1";s:13:"download_link";s:78:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1590406810";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha2";a:11:{s:4:"name";s:34:"add_content_by_bundle 1.0.0-alpha2";s:7:"version";s:12:"1.0.0-alpha2";s:3:"tag";s:12:"1.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/add_content_by_bundle/releases/1.0.0-alpha2";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.0.0-alpha2.tar.gz";s:4:"date";s:10:"1589531119";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:34:"add_content_by_bundle 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/add_content_by_bundle/releases/1.0.0-alpha1";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1588608728";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"1.x-dev";a:11:{s:4:"name";s:29:"add_content_by_bundle 1.x-dev";s:7:"version";s:7:"1.x-dev";s:3:"tag";s:3:"1.x";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/add_content_by_bundle/releases/1.x-dev";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/add_content_by_bundle-1.x-dev.tar.gz";s:4:"date";s:10:"1713170826";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'ai', 'a:10:{s:5:"title";s:28:"AI (Artificial Intelligence)";s:10:"short_name";s:2:"ai";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"1.0.,1.1.";s:18:"composer_namespace";s:9:"drupal/ai";s:14:"project_status";s:9:"published";s:4:"link";s:33:"https://www.drupal.org/project/ai";s:5:"terms";s:0:"";s:8:"releases";a:23:{s:5:"1.0.5";a:11:{s:4:"name";s:8:"ai 1.0.5";s:7:"version";s:5:"1.0.5";s:3:"tag";s:5:"1.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:48:"https://www.drupal.org/project/ai/releases/1.0.5";s:13:"download_link";s:53:"https://ftp.drupal.org/files/projects/ai-1.0.5.tar.gz";s:4:"date";s:10:"1741174941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"1.0.4";a:11:{s:4:"name";s:8:"ai 1.0.4";s:7:"version";s:5:"1.0.4";s:3:"tag";s:5:"1.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:48:"https://www.drupal.org/project/ai/releases/1.0.4";s:13:"download_link";s:53:"https://ftp.drupal.org/files/projects/ai-1.0.4.tar.gz";s:4:"date";s:10:"1738761521";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"1.0.3";a:11:{s:4:"name";s:8:"ai 1.0.3";s:7:"version";s:5:"1.0.3";s:3:"tag";s:5:"1.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:48:"https://www.drupal.org/project/ai/releases/1.0.3";s:13:"download_link";s:53:"https://ftp.drupal.org/files/projects/ai-1.0.3.tar.gz";s:4:"date";s:10:"1737490723";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"1.0.2";a:11:{s:4:"name";s:8:"ai 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:48:"https://www.drupal.org/project/ai/releases/1.0.2";s:13:"download_link";s:53:"https://ftp.drupal.org/files/projects/ai-1.0.2.tar.gz";s:4:"date";s:10:"1736878580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"1.0.1";a:11:{s:4:"name";s:8:"ai 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:48:"https://www.drupal.org/project/ai/releases/1.0.1";s:13:"download_link";s:53:"https://ftp.drupal.org/files/projects/ai-1.0.1.tar.gz";s:4:"date";s:10:"1736776182";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"1.0.0";a:11:{s:4:"name";s:8:"ai 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:48:"https://www.drupal.org/project/ai/releases/1.0.0";s:13:"download_link";s:53:"https://ftp.drupal.org/files/projects/ai-1.0.0.tar.gz";s:4:"date";s:10:"1736438835";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"1.0.0-beta7";a:11:{s:4:"name";s:14:"ai 1.0.0-beta7";s:7:"version";s:11:"1.0.0-beta7";s:3:"tag";s:11:"1.0.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ai/releases/1.0.0-beta7";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ai-1.0.0-beta7.tar.gz";s:4:"date";s:10:"1735832311";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"1.0.0-beta6";a:11:{s:4:"name";s:14:"ai 1.0.0-beta6";s:7:"version";s:11:"1.0.0-beta6";s:3:"tag";s:11:"1.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ai/releases/1.0.0-beta6";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ai-1.0.0-beta6.tar.gz";s:4:"date";s:10:"1735821331";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"1.0.0-beta5";a:11:{s:4:"name";s:14:"ai 1.0.0-beta5";s:7:"version";s:11:"1.0.0-beta5";s:3:"tag";s:11:"1.0.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ai/releases/1.0.0-beta5";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ai-1.0.0-beta5.tar.gz";s:4:"date";s:10:"1734022736";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"1.0.0-beta4";a:11:{s:4:"name";s:14:"ai 1.0.0-beta4";s:7:"version";s:11:"1.0.0-beta4";s:3:"tag";s:11:"1.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ai/releases/1.0.0-beta4";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ai-1.0.0-beta4.tar.gz";s:4:"date";s:10:"1733386106";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:14:"ai 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ai/releases/1.0.0-beta3";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ai-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1733237028";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:14:"ai 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ai/releases/1.0.0-beta2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ai-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1733229581";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:14:"ai 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ai/releases/1.0.0-beta1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ai-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1730196279";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:12:"1.0.0-alpha8";a:11:{s:4:"name";s:15:"ai 1.0.0-alpha8";s:7:"version";s:12:"1.0.0-alpha8";s:3:"tag";s:12:"1.0.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai/releases/1.0.0-alpha8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai-1.0.0-alpha8.tar.gz";s:4:"date";s:10:"1728569764";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:12:"1.0.0-alpha7";a:11:{s:4:"name";s:15:"ai 1.0.0-alpha7";s:7:"version";s:12:"1.0.0-alpha7";s:3:"tag";s:12:"1.0.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai/releases/1.0.0-alpha7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai-1.0.0-alpha7.tar.gz";s:4:"date";s:10:"1726560025";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:12:"1.0.0-alpha6";a:11:{s:4:"name";s:15:"ai 1.0.0-alpha6";s:7:"version";s:12:"1.0.0-alpha6";s:3:"tag";s:12:"1.0.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai/releases/1.0.0-alpha6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai-1.0.0-alpha6.tar.gz";s:4:"date";s:10:"1722860822";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"1.0.0-alpha5";a:11:{s:4:"name";s:15:"ai 1.0.0-alpha5";s:7:"version";s:12:"1.0.0-alpha5";s:3:"tag";s:12:"1.0.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai/releases/1.0.0-alpha5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai-1.0.0-alpha5.tar.gz";s:4:"date";s:10:"1722858577";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"1.0.0-alpha4";a:11:{s:4:"name";s:15:"ai 1.0.0-alpha4";s:7:"version";s:12:"1.0.0-alpha4";s:3:"tag";s:12:"1.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai/releases/1.0.0-alpha4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai-1.0.0-alpha4.tar.gz";s:4:"date";s:10:"1721327088";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"1.0.0-alpha3";a:11:{s:4:"name";s:15:"ai 1.0.0-alpha3";s:7:"version";s:12:"1.0.0-alpha3";s:3:"tag";s:12:"1.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai/releases/1.0.0-alpha3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai-1.0.0-alpha3.tar.gz";s:4:"date";s:10:"1720532361";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"1.0.0-alpha2";a:11:{s:4:"name";s:15:"ai 1.0.0-alpha2";s:7:"version";s:12:"1.0.0-alpha2";s:3:"tag";s:12:"1.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai/releases/1.0.0-alpha2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai-1.0.0-alpha2.tar.gz";s:4:"date";s:10:"1718812490";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:15:"ai 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai/releases/1.0.0-alpha1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1718804477";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:9:"1.1.x-dev";a:11:{s:4:"name";s:12:"ai 1.1.x-dev";s:7:"version";s:9:"1.1.x-dev";s:3:"tag";s:5:"1.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ai/releases/1.1.x-dev";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ai-1.1.x-dev.tar.gz";s:4:"date";s:10:"1742467471";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:12:"ai 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ai/releases/1.0.x-dev";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ai-1.0.x-dev.tar.gz";s:4:"date";s:10:"1741796974";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'ai_agents', 'a:10:{s:5:"title";s:9:"AI Agents";s:10:"short_name";s:9:"ai_agents";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"1.0.,1.1.";s:18:"composer_namespace";s:16:"drupal/ai_agents";s:14:"project_status";s:9:"published";s:4:"link";s:40:"https://www.drupal.org/project/ai_agents";s:5:"terms";s:0:"";s:8:"releases";a:7:{s:5:"1.0.2";a:11:{s:4:"name";s:15:"ai_agents 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai_agents/releases/1.0.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai_agents-1.0.2.tar.gz";s:4:"date";s:10:"1738909480";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:5:"1.0.1";a:11:{s:4:"name";s:15:"ai_agents 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai_agents/releases/1.0.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai_agents-1.0.1.tar.gz";s:4:"date";s:10:"1736524795";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"1.0.0";a:11:{s:4:"name";s:15:"ai_agents 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ai_agents/releases/1.0.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ai_agents-1.0.0.tar.gz";s:4:"date";s:10:"1736440172";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:21:"ai_agents 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/ai_agents/releases/1.0.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/ai_agents-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1734023399";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:22:"ai_agents 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ai_agents/releases/1.0.0-alpha1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ai_agents-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1733229545";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"1.1.x-dev";a:11:{s:4:"name";s:19:"ai_agents 1.1.x-dev";s:7:"version";s:9:"1.1.x-dev";s:3:"tag";s:5:"1.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/ai_agents/releases/1.1.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/ai_agents-1.1.x-dev.tar.gz";s:4:"date";s:10:"1742294609";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:19:"ai_agents 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/ai_agents/releases/1.0.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/ai_agents-1.0.x-dev.tar.gz";s:4:"date";s:10:"1739993910";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'ai_image_alt_text', 'a:10:{s:5:"title";s:17:"AI Image Alt Text";s:10:"short_name";s:17:"ai_image_alt_text";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"1.0.";s:18:"composer_namespace";s:24:"drupal/ai_image_alt_text";s:14:"project_status";s:9:"published";s:4:"link";s:48:"https://www.drupal.org/project/ai_image_alt_text";s:5:"terms";s:0:"";s:8:"releases";a:5:{s:5:"1.0.1";a:11:{s:4:"name";s:23:"ai_image_alt_text 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/ai_image_alt_text/releases/1.0.1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/ai_image_alt_text-1.0.1.tar.gz";s:4:"date";s:10:"1738761806";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:5:"1.0.0";a:11:{s:4:"name";s:23:"ai_image_alt_text 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/ai_image_alt_text/releases/1.0.0";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/ai_image_alt_text-1.0.0.tar.gz";s:4:"date";s:10:"1736495036";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:29:"ai_image_alt_text 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/ai_image_alt_text/releases/1.0.0-beta1";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/ai_image_alt_text-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1733771923";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:30:"ai_image_alt_text 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/ai_image_alt_text/releases/1.0.0-alpha1";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/ai_image_alt_text-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1733229488";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:27:"ai_image_alt_text 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/ai_image_alt_text/releases/1.0.x-dev";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/ai_image_alt_text-1.0.x-dev.tar.gz";s:4:"date";s:10:"1738685190";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'ai_provider_anthropic', 'a:10:{s:5:"title";s:18:"Anthropic Provider";s:10:"short_name";s:21:"ai_provider_anthropic";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"1.0.";s:18:"composer_namespace";s:28:"drupal/ai_provider_anthropic";s:14:"project_status";s:9:"published";s:4:"link";s:52:"https://www.drupal.org/project/ai_provider_anthropic";s:5:"terms";s:0:"";s:8:"releases";a:5:{s:5:"1.0.0";a:11:{s:4:"name";s:27:"ai_provider_anthropic 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/ai_provider_anthropic/releases/1.0.0";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/ai_provider_anthropic-1.0.0.tar.gz";s:4:"date";s:10:"1736439794";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:33:"ai_provider_anthropic 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:73:"https://www.drupal.org/project/ai_provider_anthropic/releases/1.0.0-beta3";s:13:"download_link";s:78:"https://ftp.drupal.org/files/projects/ai_provider_anthropic-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1735833067";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:33:"ai_provider_anthropic 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:73:"https://www.drupal.org/project/ai_provider_anthropic/releases/1.0.0-beta2";s:13:"download_link";s:78:"https://ftp.drupal.org/files/projects/ai_provider_anthropic-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1730191908";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:33:"ai_provider_anthropic 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:73:"https://www.drupal.org/project/ai_provider_anthropic/releases/1.0.0-beta1";s:13:"download_link";s:78:"https://ftp.drupal.org/files/projects/ai_provider_anthropic-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1730191278";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:31:"ai_provider_anthropic 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/ai_provider_anthropic/releases/1.0.x-dev";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/ai_provider_anthropic-1.0.x-dev.tar.gz";s:4:"date";s:10:"1742242806";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'ai_provider_openai', 'a:10:{s:5:"title";s:15:"OpenAI Provider";s:10:"short_name";s:18:"ai_provider_openai";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"1.0.,1.1.";s:18:"composer_namespace";s:25:"drupal/ai_provider_openai";s:14:"project_status";s:9:"published";s:4:"link";s:49:"https://www.drupal.org/project/ai_provider_openai";s:5:"terms";s:0:"";s:8:"releases";a:7:{s:5:"1.0.2";a:11:{s:4:"name";s:24:"ai_provider_openai 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/ai_provider_openai/releases/1.0.2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/ai_provider_openai-1.0.2.tar.gz";s:4:"date";s:10:"1738761667";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"1.0.1";a:11:{s:4:"name";s:24:"ai_provider_openai 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/ai_provider_openai/releases/1.0.1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/ai_provider_openai-1.0.1.tar.gz";s:4:"date";s:10:"1736872381";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:5:"1.0.0";a:11:{s:4:"name";s:24:"ai_provider_openai 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/ai_provider_openai/releases/1.0.0";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/ai_provider_openai-1.0.0.tar.gz";s:4:"date";s:10:"1736439189";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:30:"ai_provider_openai 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/ai_provider_openai/releases/1.0.0-beta2";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/ai_provider_openai-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1735832645";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:30:"ai_provider_openai 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/ai_provider_openai/releases/1.0.0-beta1";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/ai_provider_openai-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1730193243";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:9:"1.1.x-dev";a:11:{s:4:"name";s:28:"ai_provider_openai 1.1.x-dev";s:7:"version";s:9:"1.1.x-dev";s:3:"tag";s:5:"1.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/ai_provider_openai/releases/1.1.x-dev";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/ai_provider_openai-1.1.x-dev.tar.gz";s:4:"date";s:10:"1741717373";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:28:"ai_provider_openai 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/ai_provider_openai/releases/1.0.x-dev";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/ai_provider_openai-1.0.x-dev.tar.gz";s:4:"date";s:10:"1738761616";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'automatic_updates', 'a:10:{s:5:"title";s:17:"Automatic Updates";s:10:"short_name";s:17:"automatic_updates";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:14:"3.0.,3.1.,4.0.";s:18:"composer_namespace";s:24:"drupal/automatic_updates";s:14:"project_status";s:9:"published";s:4:"link";s:48:"https://www.drupal.org/project/automatic_updates";s:5:"terms";s:0:"";s:8:"releases";a:53:{s:12:"4.0.0-alpha1";a:11:{s:4:"name";s:30:"automatic_updates 4.0.0-alpha1";s:7:"version";s:12:"4.0.0-alpha1";s:3:"tag";s:12:"4.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/automatic_updates/releases/4.0.0-alpha1";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/automatic_updates-4.0.0-alpha1.tar.gz";s:4:"date";s:10:"1736790106";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^11.1";s:5:"terms";a:0:{}}s:5:"3.1.7";a:11:{s:4:"name";s:23:"automatic_updates 3.1.7";s:7:"version";s:5:"3.1.7";s:3:"tag";s:5:"3.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.7";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.7.tar.gz";s:4:"date";s:10:"1736800612";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.1.6";a:11:{s:4:"name";s:23:"automatic_updates 3.1.6";s:7:"version";s:5:"3.1.6";s:3:"tag";s:5:"3.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.6.tar.gz";s:4:"date";s:10:"1723058613";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.1.5";a:11:{s:4:"name";s:23:"automatic_updates 3.1.5";s:7:"version";s:5:"3.1.5";s:3:"tag";s:5:"3.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.5.tar.gz";s:4:"date";s:10:"1722007015";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.1.4";a:11:{s:4:"name";s:23:"automatic_updates 3.1.4";s:7:"version";s:5:"3.1.4";s:3:"tag";s:5:"3.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.4.tar.gz";s:4:"date";s:10:"1721245880";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.1.3";a:11:{s:4:"name";s:23:"automatic_updates 3.1.3";s:7:"version";s:5:"3.1.3";s:3:"tag";s:5:"3.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.3.tar.gz";s:4:"date";s:10:"1718395483";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.1.2";a:11:{s:4:"name";s:23:"automatic_updates 3.1.2";s:7:"version";s:5:"3.1.2";s:3:"tag";s:5:"3.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.2.tar.gz";s:4:"date";s:10:"1717686464";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.1.1";a:11:{s:4:"name";s:23:"automatic_updates 3.1.1";s:7:"version";s:5:"3.1.1";s:3:"tag";s:5:"3.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.1.tar.gz";s:4:"date";s:10:"1716998317";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.1.0";a:11:{s:4:"name";s:23:"automatic_updates 3.1.0";s:7:"version";s:5:"3.1.0";s:3:"tag";s:5:"3.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.1.0";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.0.tar.gz";s:4:"date";s:10:"1716557546";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"3.0.4";a:11:{s:4:"name";s:23:"automatic_updates 3.0.4";s:7:"version";s:5:"3.0.4";s:3:"tag";s:5:"3.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.0.4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.4.tar.gz";s:4:"date";s:10:"1712330644";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"3.0.3";a:11:{s:4:"name";s:23:"automatic_updates 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.0.3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.3.tar.gz";s:4:"date";s:10:"1712319367";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"3.0.2";a:11:{s:4:"name";s:23:"automatic_updates 3.0.2";s:7:"version";s:5:"3.0.2";s:3:"tag";s:5:"3.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.0.2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.2.tar.gz";s:4:"date";s:10:"1710531848";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"3.0.1";a:11:{s:4:"name";s:23:"automatic_updates 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.0.1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.1.tar.gz";s:4:"date";s:10:"1709754380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"3.0.0";a:11:{s:4:"name";s:23:"automatic_updates 3.0.0";s:7:"version";s:5:"3.0.0";s:3:"tag";s:5:"3.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/automatic_updates/releases/3.0.0";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0.tar.gz";s:4:"date";s:10:"1703695597";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:11:"3.0.0-beta2";a:11:{s:4:"name";s:29:"automatic_updates 3.0.0-beta2";s:7:"version";s:11:"3.0.0-beta2";s:3:"tag";s:11:"3.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/3.0.0-beta2";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0-beta2.tar.gz";s:4:"date";s:10:"1701980742";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:11:"3.0.0-beta1";a:11:{s:4:"name";s:29:"automatic_updates 3.0.0-beta1";s:7:"version";s:11:"3.0.0-beta1";s:3:"tag";s:11:"3.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/3.0.0-beta1";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0-beta1.tar.gz";s:4:"date";s:10:"1701448043";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:12:"3.0.0-alpha6";a:11:{s:4:"name";s:30:"automatic_updates 3.0.0-alpha6";s:7:"version";s:12:"3.0.0-alpha6";s:3:"tag";s:12:"3.0.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/automatic_updates/releases/3.0.0-alpha6";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0-alpha6.tar.gz";s:4:"date";s:10:"1697206809";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:12:"3.0.0-alpha5";a:11:{s:4:"name";s:30:"automatic_updates 3.0.0-alpha5";s:7:"version";s:12:"3.0.0-alpha5";s:3:"tag";s:12:"3.0.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/automatic_updates/releases/3.0.0-alpha5";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0-alpha5.tar.gz";s:4:"date";s:10:"1692823838";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:12:"3.0.0-alpha4";a:11:{s:4:"name";s:30:"automatic_updates 3.0.0-alpha4";s:7:"version";s:12:"3.0.0-alpha4";s:3:"tag";s:12:"3.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/automatic_updates/releases/3.0.0-alpha4";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0-alpha4.tar.gz";s:4:"date";s:10:"1687807947";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:12:"3.0.0-alpha3";a:11:{s:4:"name";s:30:"automatic_updates 3.0.0-alpha3";s:7:"version";s:12:"3.0.0-alpha3";s:3:"tag";s:12:"3.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/automatic_updates/releases/3.0.0-alpha3";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0-alpha3.tar.gz";s:4:"date";s:10:"1686768382";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:12:"3.0.0-alpha2";a:11:{s:4:"name";s:30:"automatic_updates 3.0.0-alpha2";s:7:"version";s:12:"3.0.0-alpha2";s:3:"tag";s:12:"3.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/automatic_updates/releases/3.0.0-alpha2";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0-alpha2.tar.gz";s:4:"date";s:10:"1686077636";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.7 || ^10";}s:12:"3.0.0-alpha1";a:11:{s:4:"name";s:30:"automatic_updates 3.0.0-alpha1";s:7:"version";s:12:"3.0.0-alpha1";s:3:"tag";s:12:"3.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/automatic_updates/releases/3.0.0-alpha1";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.0-alpha1.tar.gz";s:4:"date";s:10:"1685913307";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.7 || ^10";}s:7:"8.x-2.7";a:11:{s:4:"name";s:25:"automatic_updates 8.x-2.7";s:7:"version";s:7:"8.x-2.7";s:3:"tag";s:7:"8.x-2.7";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.7";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.7.tar.gz";s:4:"date";s:10:"1676402291";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"8.x-2.6";a:11:{s:4:"name";s:25:"automatic_updates 8.x-2.6";s:7:"version";s:7:"8.x-2.6";s:3:"tag";s:7:"8.x-2.6";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.6";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.6.tar.gz";s:4:"date";s:10:"1671069670";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"8.x-2.5";a:11:{s:4:"name";s:25:"automatic_updates 8.x-2.5";s:7:"version";s:7:"8.x-2.5";s:3:"tag";s:7:"8.x-2.5";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.5";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.5.tar.gz";s:4:"date";s:10:"1667407576";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:7:"8.x-2.4";a:11:{s:4:"name";s:25:"automatic_updates 8.x-2.4";s:7:"version";s:7:"8.x-2.4";s:3:"tag";s:7:"8.x-2.4";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.4";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.4.tar.gz";s:4:"date";s:10:"1665081941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:7:"8.x-2.3";a:11:{s:4:"name";s:25:"automatic_updates 8.x-2.3";s:7:"version";s:7:"8.x-2.3";s:3:"tag";s:7:"8.x-2.3";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.3";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.3.tar.gz";s:4:"date";s:10:"1664482193";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:7:"8.x-2.2";a:11:{s:4:"name";s:25:"automatic_updates 8.x-2.2";s:7:"version";s:7:"8.x-2.2";s:3:"tag";s:7:"8.x-2.2";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.2";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.2.tar.gz";s:4:"date";s:10:"1663682528";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:7:"8.x-2.1";a:11:{s:4:"name";s:25:"automatic_updates 8.x-2.1";s:7:"version";s:7:"8.x-2.1";s:3:"tag";s:7:"8.x-2.1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.1.tar.gz";s:4:"date";s:10:"1660674462";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:7:"8.x-2.0";a:11:{s:4:"name";s:25:"automatic_updates 8.x-2.0";s:7:"version";s:7:"8.x-2.0";s:3:"tag";s:7:"8.x-2.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0.tar.gz";s:4:"date";s:10:"1658425507";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:11:"8.x-2.0-rc2";a:11:{s:4:"name";s:29:"automatic_updates 8.x-2.0-rc2";s:7:"version";s:11:"8.x-2.0-rc2";s:3:"tag";s:11:"8.x-2.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0-rc2";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0-rc2.tar.gz";s:4:"date";s:10:"1657304568";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.3";}s:11:"8.x-2.0-rc1";a:11:{s:4:"name";s:29:"automatic_updates 8.x-2.0-rc1";s:7:"version";s:11:"8.x-2.0-rc1";s:3:"tag";s:11:"8.x-2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0-rc1";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0-rc1.tar.gz";s:4:"date";s:10:"1656608889";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.3";}s:13:"8.x-2.0-beta4";a:11:{s:4:"name";s:31:"automatic_updates 8.x-2.0-beta4";s:7:"version";s:13:"8.x-2.0-beta4";s:3:"tag";s:13:"8.x-2.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0-beta4";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0-beta4.tar.gz";s:4:"date";s:10:"1653066856";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";}s:13:"8.x-2.0-beta3";a:11:{s:4:"name";s:31:"automatic_updates 8.x-2.0-beta3";s:7:"version";s:13:"8.x-2.0-beta3";s:3:"tag";s:13:"8.x-2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0-beta3";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0-beta3.tar.gz";s:4:"date";s:10:"1650642520";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";}s:13:"8.x-2.0-beta2";a:11:{s:4:"name";s:31:"automatic_updates 8.x-2.0-beta2";s:7:"version";s:13:"8.x-2.0-beta2";s:3:"tag";s:13:"8.x-2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0-beta2";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0-beta2.tar.gz";s:4:"date";s:10:"1649951478";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";}s:13:"8.x-2.0-beta1";a:11:{s:4:"name";s:31:"automatic_updates 8.x-2.0-beta1";s:7:"version";s:13:"8.x-2.0-beta1";s:3:"tag";s:13:"8.x-2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0-beta1";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0-beta1.tar.gz";s:4:"date";s:10:"1648741727";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";}s:14:"8.x-2.0-alpha2";a:11:{s:4:"name";s:32:"automatic_updates 8.x-2.0-alpha2";s:7:"version";s:14:"8.x-2.0-alpha2";s:3:"tag";s:14:"8.x-2.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0-alpha2";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0-alpha2.tar.gz";s:4:"date";s:10:"1639088429";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";}s:14:"8.x-2.0-alpha1";a:11:{s:4:"name";s:32:"automatic_updates 8.x-2.0-alpha1";s:7:"version";s:14:"8.x-2.0-alpha1";s:3:"tag";s:14:"8.x-2.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.0-alpha1";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.0-alpha1.tar.gz";s:4:"date";s:10:"1638376119";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:7:"8.x-1.1";a:11:{s:4:"name";s:25:"automatic_updates 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.1.tar.gz";s:4:"date";s:10:"1578064086";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:25:"automatic_updates 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0.tar.gz";s:4:"date";s:10:"1576791792";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.0-rc3";a:11:{s:4:"name";s:29:"automatic_updates 8.x-1.0-rc3";s:7:"version";s:11:"8.x-1.0-rc3";s:3:"tag";s:11:"8.x-1.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0-rc3";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0-rc3.tar.gz";s:4:"date";s:10:"1576267680";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:29:"automatic_updates 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0-rc2";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1575913684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:29:"automatic_updates 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0-rc1";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1575599587";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:31:"automatic_updates 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0-beta1";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1574201280";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:14:"8.x-1.0-alpha4";a:11:{s:4:"name";s:32:"automatic_updates 8.x-1.0-alpha4";s:7:"version";s:14:"8.x-1.0-alpha4";s:3:"tag";s:14:"8.x-1.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0-alpha4";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0-alpha4.tar.gz";s:4:"date";s:10:"1573752785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:32:"automatic_updates 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0-alpha3";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1571866685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:32:"automatic_updates 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0-alpha2";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1571866385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:32:"automatic_updates 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.0-alpha1";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1566241387";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"4.x-dev";a:11:{s:4:"name";s:25:"automatic_updates 4.x-dev";s:7:"version";s:7:"4.x-dev";s:3:"tag";s:3:"4.x";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/automatic_updates/releases/4.x-dev";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/automatic_updates-4.x-dev.tar.gz";s:4:"date";s:10:"1736789958";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^11.1";s:5:"terms";a:0:{}}s:9:"3.1.x-dev";a:11:{s:4:"name";s:27:"automatic_updates 3.1.x-dev";s:7:"version";s:9:"3.1.x-dev";s:3:"tag";s:5:"3.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/automatic_updates/releases/3.1.x-dev";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/automatic_updates-3.1.x-dev.tar.gz";s:4:"date";s:10:"1736800480";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.1 || ^11";s:5:"terms";a:0:{}}s:9:"3.0.x-dev";a:11:{s:4:"name";s:27:"automatic_updates 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/automatic_updates/releases/3.0.x-dev";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/automatic_updates-3.0.x-dev.tar.gz";s:4:"date";s:10:"1712783310";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^10.1";s:5:"terms";a:0:{}}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:29:"automatic_updates 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/8.x-2.x-dev";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1684233004";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:29:"automatic_updates 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/automatic_updates/releases/8.x-1.x-dev";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/automatic_updates-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1594736808";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'autosave_form', 'a:10:{s:5:"title";s:13:"Autosave Form";s:10:"short_name";s:13:"autosave_form";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:20:"drupal/autosave_form";s:14:"project_status";s:9:"published";s:4:"link";s:44:"https://www.drupal.org/project/autosave_form";s:5:"terms";s:0:"";s:8:"releases";a:11:{s:8:"8.x-1.10";a:11:{s:4:"name";s:22:"autosave_form 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/autosave_form/releases/8.x-1.10";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.10.tar.gz";s:4:"date";s:10:"1738605622";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:7:"8.x-1.9";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.9";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.9.tar.gz";s:4:"date";s:10:"1737118892";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:7:"8.x-1.8";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.8";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.8.tar.gz";s:4:"date";s:10:"1736953097";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:7:"8.x-1.7";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.7";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.7.tar.gz";s:4:"date";s:10:"1730728610";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:7:"8.x-1.6";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.6";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.6.tar.gz";s:4:"date";s:10:"1719140847";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:7:"8.x-1.4";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.4.tar.gz";s:4:"date";s:10:"1664203243";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}s:7:"8.x-1.3";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.3.tar.gz";s:4:"date";s:10:"1635343527";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.2";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.2.tar.gz";s:4:"date";s:10:"1591627224";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.1";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.1.tar.gz";s:4:"date";s:10:"1579005183";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.0";a:11:{s:4:"name";s:21:"autosave_form 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/autosave_form/releases/8.x-1.0";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.0.tar.gz";s:4:"date";s:10:"1554999781";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:25:"autosave_form 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/autosave_form/releases/8.x-1.x-dev";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/autosave_form-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1738604810";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'better_exposed_filters', 'a:10:{s:5:"title";s:22:"Better Exposed Filters";s:10:"short_name";s:22:"better_exposed_filters";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:14:"6.0.,7.0.,7.1.";s:18:"composer_namespace";s:29:"drupal/better_exposed_filters";s:14:"project_status";s:9:"published";s:4:"link";s:53:"https://www.drupal.org/project/better_exposed_filters";s:5:"terms";s:0:"";s:8:"releases";a:38:{s:5:"7.0.5";a:11:{s:4:"name";s:28:"better_exposed_filters 7.0.5";s:7:"version";s:5:"7.0.5";s:3:"tag";s:5:"7.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.5";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.5.tar.gz";s:4:"date";s:10:"1738353781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"7.0.4";a:11:{s:4:"name";s:28:"better_exposed_filters 7.0.4";s:7:"version";s:5:"7.0.4";s:3:"tag";s:5:"7.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.4";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.4.tar.gz";s:4:"date";s:10:"1736541655";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"7.0.3";a:11:{s:4:"name";s:28:"better_exposed_filters 7.0.3";s:7:"version";s:5:"7.0.3";s:3:"tag";s:5:"7.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.3";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.3.tar.gz";s:4:"date";s:10:"1736194277";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"7.0.2";a:11:{s:4:"name";s:28:"better_exposed_filters 7.0.2";s:7:"version";s:5:"7.0.2";s:3:"tag";s:5:"7.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.2";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.2.tar.gz";s:4:"date";s:10:"1729001179";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"7.0.1";a:11:{s:4:"name";s:28:"better_exposed_filters 7.0.1";s:7:"version";s:5:"7.0.1";s:3:"tag";s:5:"7.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.1.tar.gz";s:4:"date";s:10:"1724346308";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"7.0.0";a:11:{s:4:"name";s:28:"better_exposed_filters 7.0.0";s:7:"version";s:5:"7.0.0";s:3:"tag";s:5:"7.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.0";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.0.tar.gz";s:4:"date";s:10:"1723753883";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:11:"7.0.0-beta1";a:11:{s:4:"name";s:34:"better_exposed_filters 7.0.0-beta1";s:7:"version";s:11:"7.0.0-beta1";s:3:"tag";s:11:"7.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.0-beta1";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.0-beta1.tar.gz";s:4:"date";s:10:"1716398746";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"6.0.6";a:11:{s:4:"name";s:28:"better_exposed_filters 6.0.6";s:7:"version";s:5:"6.0.6";s:3:"tag";s:5:"6.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/6.0.6";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.6.tar.gz";s:4:"date";s:10:"1716397541";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"6.0.5";a:11:{s:4:"name";s:28:"better_exposed_filters 6.0.5";s:7:"version";s:5:"6.0.5";s:3:"tag";s:5:"6.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/6.0.5";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.5.tar.gz";s:4:"date";s:10:"1713570803";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"6.0.4";a:11:{s:4:"name";s:28:"better_exposed_filters 6.0.4";s:7:"version";s:5:"6.0.4";s:3:"tag";s:5:"6.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/6.0.4";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.4.tar.gz";s:4:"date";s:10:"1713537663";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"6.0.3";a:11:{s:4:"name";s:28:"better_exposed_filters 6.0.3";s:7:"version";s:5:"6.0.3";s:3:"tag";s:5:"6.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/6.0.3";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.3.tar.gz";s:4:"date";s:10:"1671541877";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"6.0.2";a:11:{s:4:"name";s:28:"better_exposed_filters 6.0.2";s:7:"version";s:5:"6.0.2";s:3:"tag";s:5:"6.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/6.0.2";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.2.tar.gz";s:4:"date";s:10:"1666017720";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"6.0.1";a:11:{s:4:"name";s:28:"better_exposed_filters 6.0.1";s:7:"version";s:5:"6.0.1";s:3:"tag";s:5:"6.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/better_exposed_filters/releases/6.0.1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.1.tar.gz";s:4:"date";s:10:"1662993217";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-5.2";a:11:{s:4:"name";s:30:"better_exposed_filters 8.x-5.2";s:7:"version";s:7:"8.x-5.2";s:3:"tag";s:7:"8.x-5.2";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-5.2";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.2.tar.gz";s:4:"date";s:10:"1657172286";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-5.1";a:11:{s:4:"name";s:30:"better_exposed_filters 8.x-5.1";s:7:"version";s:7:"8.x-5.1";s:3:"tag";s:7:"8.x-5.1";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-5.1";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.1.tar.gz";s:4:"date";s:10:"1654277111";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-5.0";a:11:{s:4:"name";s:30:"better_exposed_filters 8.x-5.0";s:7:"version";s:7:"8.x-5.0";s:3:"tag";s:7:"8.x-5.0";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-5.0";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0.tar.gz";s:4:"date";s:10:"1634748723";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"8.x-5.0-beta3";a:11:{s:4:"name";s:36:"better_exposed_filters 8.x-5.0-beta3";s:7:"version";s:13:"8.x-5.0-beta3";s:3:"tag";s:13:"8.x-5.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:76:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-5.0-beta3";s:13:"download_link";s:81:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0-beta3.tar.gz";s:4:"date";s:10:"1625665747";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"8.x-5.0-beta2";a:11:{s:4:"name";s:36:"better_exposed_filters 8.x-5.0-beta2";s:7:"version";s:13:"8.x-5.0-beta2";s:3:"tag";s:13:"8.x-5.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:76:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-5.0-beta2";s:13:"download_link";s:81:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0-beta2.tar.gz";s:4:"date";s:10:"1624554647";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"8.x-5.0-beta1";a:11:{s:4:"name";s:36:"better_exposed_filters 8.x-5.0-beta1";s:7:"version";s:13:"8.x-5.0-beta1";s:3:"tag";s:13:"8.x-5.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:76:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-5.0-beta1";s:13:"download_link";s:81:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0-beta1.tar.gz";s:4:"date";s:10:"1594141892";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-4.1";a:11:{s:4:"name";s:30:"better_exposed_filters 8.x-4.1";s:7:"version";s:7:"8.x-4.1";s:3:"tag";s:7:"8.x-4.1";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-4.1";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.1.tar.gz";s:4:"date";s:10:"1654277347";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:7:"8.x-4.0";a:11:{s:4:"name";s:30:"better_exposed_filters 8.x-4.0";s:7:"version";s:7:"8.x-4.0";s:3:"tag";s:7:"8.x-4.0";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-4.0";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0.tar.gz";s:4:"date";s:10:"1634748844";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:13:"8.x-4.0-beta4";a:11:{s:4:"name";s:36:"better_exposed_filters 8.x-4.0-beta4";s:7:"version";s:13:"8.x-4.0-beta4";s:3:"tag";s:13:"8.x-4.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:76:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-4.0-beta4";s:13:"download_link";s:81:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0-beta4.tar.gz";s:4:"date";s:10:"1625666046";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^8";}s:13:"8.x-4.0-beta3";a:11:{s:4:"name";s:36:"better_exposed_filters 8.x-4.0-beta3";s:7:"version";s:13:"8.x-4.0-beta3";s:3:"tag";s:13:"8.x-4.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:76:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-4.0-beta3";s:13:"download_link";s:81:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0-beta3.tar.gz";s:4:"date";s:10:"1624553721";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^8";}s:13:"8.x-4.0-beta2";a:11:{s:4:"name";s:36:"better_exposed_filters 8.x-4.0-beta2";s:7:"version";s:13:"8.x-4.0-beta2";s:3:"tag";s:13:"8.x-4.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:76:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-4.0-beta2";s:13:"download_link";s:81:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0-beta2.tar.gz";s:4:"date";s:10:"1594138017";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^8";}s:13:"8.x-4.0-beta1";a:11:{s:4:"name";s:36:"better_exposed_filters 8.x-4.0-beta1";s:7:"version";s:13:"8.x-4.0-beta1";s:3:"tag";s:13:"8.x-4.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:76:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-4.0-beta1";s:13:"download_link";s:81:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0-beta1.tar.gz";s:4:"date";s:10:"1587154928";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-4.0-alpha1";a:11:{s:4:"name";s:37:"better_exposed_filters 8.x-4.0-alpha1";s:7:"version";s:14:"8.x-4.0-alpha1";s:3:"tag";s:14:"8.x-4.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-4.0-alpha1";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.0-alpha1.tar.gz";s:4:"date";s:10:"1572828784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-3.0-alpha6";a:11:{s:4:"name";s:37:"better_exposed_filters 8.x-3.0-alpha6";s:7:"version";s:14:"8.x-3.0-alpha6";s:3:"tag";s:14:"8.x-3.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-3.0-alpha6";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha6.tar.gz";s:4:"date";s:10:"1550449381";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-3.0-alpha5";a:11:{s:4:"name";s:37:"better_exposed_filters 8.x-3.0-alpha5";s:7:"version";s:14:"8.x-3.0-alpha5";s:3:"tag";s:14:"8.x-3.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-3.0-alpha5";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha5.tar.gz";s:4:"date";s:10:"1540513084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-3.0-alpha4";a:11:{s:4:"name";s:37:"better_exposed_filters 8.x-3.0-alpha4";s:7:"version";s:14:"8.x-3.0-alpha4";s:3:"tag";s:14:"8.x-3.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-3.0-alpha4";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha4.tar.gz";s:4:"date";s:10:"1525044484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-3.0-alpha3";a:11:{s:4:"name";s:37:"better_exposed_filters 8.x-3.0-alpha3";s:7:"version";s:14:"8.x-3.0-alpha3";s:3:"tag";s:14:"8.x-3.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-3.0-alpha3";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha3.tar.gz";s:4:"date";s:10:"1501274342";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-3.0-alpha2";a:11:{s:4:"name";s:37:"better_exposed_filters 8.x-3.0-alpha2";s:7:"version";s:14:"8.x-3.0-alpha2";s:3:"tag";s:14:"8.x-3.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-3.0-alpha2";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha2.tar.gz";s:4:"date";s:10:"1484626084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-3.0-alpha1";a:11:{s:4:"name";s:37:"better_exposed_filters 8.x-3.0-alpha1";s:7:"version";s:14:"8.x-3.0-alpha1";s:3:"tag";s:14:"8.x-3.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-3.0-alpha1";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha1.tar.gz";s:4:"date";s:10:"1466481839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:9:"7.1.x-dev";a:11:{s:4:"name";s:32:"better_exposed_filters 7.1.x-dev";s:7:"version";s:9:"7.1.x-dev";s:3:"tag";s:5:"7.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/better_exposed_filters/releases/7.1.x-dev";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.1.x-dev.tar.gz";s:4:"date";s:10:"1741813045";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"7.0.x-dev";a:11:{s:4:"name";s:32:"better_exposed_filters 7.0.x-dev";s:7:"version";s:9:"7.0.x-dev";s:3:"tag";s:5:"7.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/better_exposed_filters/releases/7.0.x-dev";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/better_exposed_filters-7.0.x-dev.tar.gz";s:4:"date";s:10:"1741812959";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";s:5:"terms";a:0:{}}s:9:"6.0.x-dev";a:11:{s:4:"name";s:32:"better_exposed_filters 6.0.x-dev";s:7:"version";s:9:"6.0.x-dev";s:3:"tag";s:5:"6.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/better_exposed_filters/releases/6.0.x-dev";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.x-dev.tar.gz";s:4:"date";s:10:"1739899881";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-5.x-dev";a:11:{s:4:"name";s:34:"better_exposed_filters 8.x-5.x-dev";s:7:"version";s:11:"8.x-5.x-dev";s:3:"tag";s:7:"8.x-5.x";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-5.x-dev";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.x-dev.tar.gz";s:4:"date";s:10:"1712848032";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}s:11:"8.x-4.x-dev";a:11:{s:4:"name";s:34:"better_exposed_filters 8.x-4.x-dev";s:7:"version";s:11:"8.x-4.x-dev";s:3:"tag";s:7:"8.x-4.x";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-4.x-dev";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-4.x-dev.tar.gz";s:4:"date";s:10:"1657348596";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^8";s:5:"terms";a:0:{}}s:11:"8.x-3.x-dev";a:11:{s:4:"name";s:34:"better_exposed_filters 8.x-3.x-dev";s:7:"version";s:11:"8.x-3.x-dev";s:3:"tag";s:7:"8.x-3.x";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/better_exposed_filters/releases/8.x-3.x-dev";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.x-dev.tar.gz";s:4:"date";s:10:"1600190760";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'bpmn_io', 'a:10:{s:5:"title";s:7:"BPMN.iO";s:10:"short_name";s:7:"bpmn_io";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:19:"1.1.,2.0.,2.1.,3.0.";s:18:"composer_namespace";s:14:"drupal/bpmn_io";s:14:"project_status";s:9:"published";s:4:"link";s:38:"https://www.drupal.org/project/bpmn_io";s:5:"terms";s:0:"";s:8:"releases";a:35:{s:5:"2.0.7";a:11:{s:4:"name";s:13:"bpmn_io 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.7.tar.gz";s:4:"date";s:10:"1739260139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.6";a:11:{s:4:"name";s:13:"bpmn_io 2.0.6";s:7:"version";s:5:"2.0.6";s:3:"tag";s:5:"2.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.6.tar.gz";s:4:"date";s:10:"1738232187";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.5";a:11:{s:4:"name";s:13:"bpmn_io 2.0.5";s:7:"version";s:5:"2.0.5";s:3:"tag";s:5:"2.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.5.tar.gz";s:4:"date";s:10:"1737732896";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.4";a:11:{s:4:"name";s:13:"bpmn_io 2.0.4";s:7:"version";s:5:"2.0.4";s:3:"tag";s:5:"2.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.4.tar.gz";s:4:"date";s:10:"1734522250";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.3";a:11:{s:4:"name";s:13:"bpmn_io 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.3.tar.gz";s:4:"date";s:10:"1734450573";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:5:"2.0.2";a:11:{s:4:"name";s:13:"bpmn_io 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.2.tar.gz";s:4:"date";s:10:"1732117749";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.1";a:11:{s:4:"name";s:13:"bpmn_io 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.1.tar.gz";s:4:"date";s:10:"1726154514";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.0";a:11:{s:4:"name";s:13:"bpmn_io 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/2.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.0.tar.gz";s:4:"date";s:10:"1718784264";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:9:"2.0.0-rc1";a:11:{s:4:"name";s:17:"bpmn_io 2.0.0-rc1";s:7:"version";s:9:"2.0.0-rc1";s:3:"tag";s:9:"2.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/bpmn_io/releases/2.0.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.0-rc1.tar.gz";s:4:"date";s:10:"1718191751";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:11:"2.0.0-beta1";a:11:{s:4:"name";s:19:"bpmn_io 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/bpmn_io/releases/2.0.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1716549609";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:20:"bpmn_io 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/bpmn_io/releases/2.0.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1714926515";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:5:"1.1.4";a:11:{s:4:"name";s:13:"bpmn_io 1.1.4";s:7:"version";s:5:"1.1.4";s:3:"tag";s:5:"1.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/1.1.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-1.1.4.tar.gz";s:4:"date";s:10:"1716032392";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.1.3";a:11:{s:4:"name";s:13:"bpmn_io 1.1.3";s:7:"version";s:5:"1.1.3";s:3:"tag";s:5:"1.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/1.1.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-1.1.3.tar.gz";s:4:"date";s:10:"1691062720";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.1.2";a:11:{s:4:"name";s:13:"bpmn_io 1.1.2";s:7:"version";s:5:"1.1.2";s:3:"tag";s:5:"1.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/1.1.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-1.1.2.tar.gz";s:4:"date";s:10:"1690893270";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.1.1";a:11:{s:4:"name";s:13:"bpmn_io 1.1.1";s:7:"version";s:5:"1.1.1";s:3:"tag";s:5:"1.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/1.1.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-1.1.1.tar.gz";s:4:"date";s:10:"1672757606";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.1.0";a:11:{s:4:"name";s:13:"bpmn_io 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/1.1.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-1.1.0.tar.gz";s:4:"date";s:10:"1670843749";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.1";a:11:{s:4:"name";s:13:"bpmn_io 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/1.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.1.tar.gz";s:4:"date";s:10:"1661523859";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.0";a:11:{s:4:"name";s:13:"bpmn_io 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/bpmn_io/releases/1.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0.tar.gz";s:4:"date";s:10:"1658483925";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}s:9:"1.0.0-rc1";a:11:{s:4:"name";s:17:"bpmn_io 1.0.0-rc1";s:7:"version";s:9:"1.0.0-rc1";s:3:"tag";s:9:"1.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-rc1.tar.gz";s:4:"date";s:10:"1655911477";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta7";a:11:{s:4:"name";s:19:"bpmn_io 1.0.0-beta7";s:7:"version";s:11:"1.0.0-beta7";s:3:"tag";s:11:"1.0.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-beta7";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-beta7.tar.gz";s:4:"date";s:10:"1649762249";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta6";a:11:{s:4:"name";s:19:"bpmn_io 1.0.0-beta6";s:7:"version";s:11:"1.0.0-beta6";s:3:"tag";s:11:"1.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-beta6";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-beta6.tar.gz";s:4:"date";s:10:"1648553255";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta5";a:11:{s:4:"name";s:19:"bpmn_io 1.0.0-beta5";s:7:"version";s:11:"1.0.0-beta5";s:3:"tag";s:11:"1.0.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-beta5";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-beta5.tar.gz";s:4:"date";s:10:"1648484395";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta4";a:11:{s:4:"name";s:19:"bpmn_io 1.0.0-beta4";s:7:"version";s:11:"1.0.0-beta4";s:3:"tag";s:11:"1.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-beta4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-beta4.tar.gz";s:4:"date";s:10:"1647849508";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:19:"bpmn_io 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-beta3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1647543228";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:19:"bpmn_io 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1641996570";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:19:"bpmn_io 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1635958332";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"1.0.0-alpha4";a:11:{s:4:"name";s:20:"bpmn_io 1.0.0-alpha4";s:7:"version";s:12:"1.0.0-alpha4";s:3:"tag";s:12:"1.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-alpha4";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-alpha4.tar.gz";s:4:"date";s:10:"1635493924";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"1.0.0-alpha3";a:11:{s:4:"name";s:20:"bpmn_io 1.0.0-alpha3";s:7:"version";s:12:"1.0.0-alpha3";s:3:"tag";s:12:"1.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-alpha3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-alpha3.tar.gz";s:4:"date";s:10:"1632128554";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha2";a:11:{s:4:"name";s:20:"bpmn_io 1.0.0-alpha2";s:7:"version";s:12:"1.0.0-alpha2";s:3:"tag";s:12:"1.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-alpha2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-alpha2.tar.gz";s:4:"date";s:10:"1631790750";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:20:"bpmn_io 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/bpmn_io/releases/1.0.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1628248808";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:9:"3.0.x-dev";a:11:{s:4:"name";s:17:"bpmn_io 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/bpmn_io/releases/3.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/bpmn_io-3.0.x-dev.tar.gz";s:4:"date";s:10:"1742200803";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"2.1.x-dev";a:11:{s:4:"name";s:17:"bpmn_io 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/bpmn_io/releases/2.1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/bpmn_io-2.1.x-dev.tar.gz";s:4:"date";s:10:"1742197073";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:17:"bpmn_io 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/bpmn_io/releases/2.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/bpmn_io-2.0.x-dev.tar.gz";s:4:"date";s:10:"1739206698";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"1.1.x-dev";a:11:{s:4:"name";s:17:"bpmn_io 1.1.x-dev";s:7:"version";s:9:"1.1.x-dev";s:3:"tag";s:5:"1.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/bpmn_io/releases/1.1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/bpmn_io-1.1.x-dev.tar.gz";s:4:"date";s:10:"1716031694";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.x-dev";a:11:{s:4:"name";s:17:"bpmn_io 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/bpmn_io/releases/1.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/bpmn_io-1.0.x-dev.tar.gz";s:4:"date";s:10:"1662040841";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'captcha', 'a:10:{s:5:"title";s:7:"CAPTCHA";s:10:"short_name";s:7:"captcha";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:11:"2.0.,8.x-1.";s:18:"composer_namespace";s:14:"drupal/captcha";s:14:"project_status";s:9:"published";s:4:"link";s:38:"https://www.drupal.org/project/captcha";s:5:"terms";s:0:"";s:8:"releases";a:37:{s:5:"2.0.7";a:11:{s:4:"name";s:13:"captcha 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.7.tar.gz";s:4:"date";s:10:"1732250192";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:5:"2.0.6";a:11:{s:4:"name";s:13:"captcha 2.0.6";s:7:"version";s:5:"2.0.6";s:3:"tag";s:5:"2.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.6.tar.gz";s:4:"date";s:10:"1719900315";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:5:"2.0.5";a:11:{s:4:"name";s:13:"captcha 2.0.5";s:7:"version";s:5:"2.0.5";s:3:"tag";s:5:"2.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.5.tar.gz";s:4:"date";s:10:"1691598525";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:5:"2.0.4";a:11:{s:4:"name";s:13:"captcha 2.0.4";s:7:"version";s:5:"2.0.4";s:3:"tag";s:5:"2.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.4.tar.gz";s:4:"date";s:10:"1690471910";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:5:"2.0.3";a:11:{s:4:"name";s:13:"captcha 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.3.tar.gz";s:4:"date";s:10:"1689779295";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:5:"2.0.2";a:11:{s:4:"name";s:13:"captcha 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.2.tar.gz";s:4:"date";s:10:"1689758258";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:5:"2.0.1";a:11:{s:4:"name";s:13:"captcha 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.1.tar.gz";s:4:"date";s:10:"1689698114";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:5:"2.0.0";a:11:{s:4:"name";s:13:"captcha 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/captcha/releases/2.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/captcha-2.0.0.tar.gz";s:4:"date";s:10:"1686733577";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"^10";}s:11:"2.0.0-beta3";a:11:{s:4:"name";s:19:"captcha 2.0.0-beta3";s:7:"version";s:11:"2.0.0-beta3";s:3:"tag";s:11:"2.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/captcha/releases/2.0.0-beta3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/captcha-2.0.0-beta3.tar.gz";s:4:"date";s:10:"1686154736";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:11:"2.0.0-beta2";a:11:{s:4:"name";s:19:"captcha 2.0.0-beta2";s:7:"version";s:11:"2.0.0-beta2";s:3:"tag";s:11:"2.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/captcha/releases/2.0.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/captcha-2.0.0-beta2.tar.gz";s:4:"date";s:10:"1683099304";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:11:"2.0.0-beta1";a:11:{s:4:"name";s:19:"captcha 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/captcha/releases/2.0.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/captcha-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1671025150";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:12:"2.0.0-alpha0";a:11:{s:4:"name";s:20:"captcha 2.0.0-alpha0";s:7:"version";s:12:"2.0.0-alpha0";s:3:"tag";s:12:"2.0.0-alpha0";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/captcha/releases/2.0.0-alpha0";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/captcha-2.0.0-alpha0.tar.gz";s:4:"date";s:10:"1670517136";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:8:"8.x-1.16";a:11:{s:4:"name";s:16:"captcha 8.x-1.16";s:7:"version";s:8:"8.x-1.16";s:3:"tag";s:8:"8.x-1.16";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/captcha/releases/8.x-1.16";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/captcha-8.x-1.16.tar.gz";s:4:"date";s:10:"1732250244";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:8:"8.x-1.15";a:11:{s:4:"name";s:16:"captcha 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/captcha/releases/8.x-1.15";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/captcha-8.x-1.15.tar.gz";s:4:"date";s:10:"1719900377";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:8:"8.x-1.14";a:11:{s:4:"name";s:16:"captcha 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/captcha/releases/8.x-1.14";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/captcha-8.x-1.14.tar.gz";s:4:"date";s:10:"1691598620";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:8:"8.x-1.13";a:11:{s:4:"name";s:16:"captcha 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/captcha/releases/8.x-1.13";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/captcha-8.x-1.13.tar.gz";s:4:"date";s:10:"1690471985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:8:"8.x-1.12";a:11:{s:4:"name";s:16:"captcha 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/captcha/releases/8.x-1.12";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/captcha-8.x-1.12.tar.gz";s:4:"date";s:10:"1689779337";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:8:"8.x-1.11";a:11:{s:4:"name";s:16:"captcha 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/captcha/releases/8.x-1.11";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/captcha-8.x-1.11.tar.gz";s:4:"date";s:10:"1689698334";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=9.4 <11";}s:8:"8.x-1.10";a:11:{s:4:"name";s:16:"captcha 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/captcha/releases/8.x-1.10";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/captcha-8.x-1.10.tar.gz";s:4:"date";s:10:"1680254570";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.9 || ^9";}s:7:"8.x-1.9";a:11:{s:4:"name";s:15:"captcha 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.9";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.9.tar.gz";s:4:"date";s:10:"1672484865";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:7:"8.x-1.8";a:11:{s:4:"name";s:15:"captcha 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.8.tar.gz";s:4:"date";s:10:"1668593425";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <11";}s:7:"8.x-1.7";a:11:{s:4:"name";s:15:"captcha 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.7.tar.gz";s:4:"date";s:10:"1668434204";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <11";}s:7:"8.x-1.6";a:11:{s:4:"name";s:15:"captcha 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.6.tar.gz";s:4:"date";s:10:"1667906819";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <11";}s:7:"8.x-1.5";a:11:{s:4:"name";s:15:"captcha 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.5.tar.gz";s:4:"date";s:10:"1662751122";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <11";}s:7:"8.x-1.4";a:11:{s:4:"name";s:15:"captcha 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.4.tar.gz";s:4:"date";s:10:"1658338565";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <11";}s:7:"8.x-1.3";a:11:{s:4:"name";s:15:"captcha 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.3.tar.gz";s:4:"date";s:10:"1655312421";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <11";}s:7:"8.x-1.2";a:11:{s:4:"name";s:15:"captcha 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.2.tar.gz";s:4:"date";s:10:"1619673374";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.1";a:11:{s:4:"name";s:15:"captcha 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.1.tar.gz";s:4:"date";s:10:"1591160977";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.0";a:11:{s:4:"name";s:15:"captcha 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/8.x-1.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-8.x-1.0.tar.gz";s:4:"date";s:10:"1582292983";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:21:"captcha 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/captcha/releases/8.x-1.0-beta4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/captcha-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1571689089";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:21:"captcha 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/captcha/releases/8.x-1.0-beta3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/captcha-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1570537685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:21:"captcha 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/captcha/releases/8.x-1.0-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/captcha-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1570228085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:21:"captcha 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/captcha/releases/8.x-1.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/captcha-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1487198586";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:22:"captcha 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/captcha/releases/8.x-1.0-alpha1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/captcha-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1473780365";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha0";a:11:{s:4:"name";s:22:"captcha 8.x-1.0-alpha0";s:7:"version";s:14:"8.x-1.0-alpha0";s:3:"tag";s:14:"8.x-1.0-alpha0";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/captcha/releases/8.x-1.0-alpha0";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/captcha-8.x-1.0-alpha0.tar.gz";s:4:"date";s:10:"1448461740";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"2.x-dev";a:11:{s:4:"name";s:15:"captcha 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/captcha/releases/2.x-dev";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/captcha-2.x-dev.tar.gz";s:4:"date";s:10:"1732238543";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:19:"captcha 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/captcha/releases/8.x-1.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/captcha-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1683616647";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.9 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'checklistapi', 'a:10:{s:5:"title";s:13:"Checklist API";s:10:"short_name";s:12:"checklistapi";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.1.,3.0.";s:18:"composer_namespace";s:19:"drupal/checklistapi";s:14:"project_status";s:9:"published";s:4:"link";s:43:"https://www.drupal.org/project/checklistapi";s:5:"terms";s:0:"";s:8:"releases";a:25:{s:5:"2.1.6";a:11:{s:4:"name";s:18:"checklistapi 2.1.6";s:7:"version";s:5:"2.1.6";s:3:"tag";s:5:"2.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.1.6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.1.6.tar.gz";s:4:"date";s:10:"1713801912";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:5:"2.1.5";a:11:{s:4:"name";s:18:"checklistapi 2.1.5";s:7:"version";s:5:"2.1.5";s:3:"tag";s:5:"2.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.1.5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.1.5.tar.gz";s:4:"date";s:10:"1697644052";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.1.4";a:11:{s:4:"name";s:18:"checklistapi 2.1.4";s:7:"version";s:5:"2.1.4";s:3:"tag";s:5:"2.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.1.4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.1.4.tar.gz";s:4:"date";s:10:"1697512849";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.1.3";a:11:{s:4:"name";s:18:"checklistapi 2.1.3";s:7:"version";s:5:"2.1.3";s:3:"tag";s:5:"2.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.1.3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.1.3.tar.gz";s:4:"date";s:10:"1687522362";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.1.2";a:11:{s:4:"name";s:18:"checklistapi 2.1.2";s:7:"version";s:5:"2.1.2";s:3:"tag";s:5:"2.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.1.2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.1.2.tar.gz";s:4:"date";s:10:"1680818845";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.1.1";a:11:{s:4:"name";s:18:"checklistapi 2.1.1";s:7:"version";s:5:"2.1.1";s:3:"tag";s:5:"2.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.1.1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.1.1.tar.gz";s:4:"date";s:10:"1659116932";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.1.0";a:11:{s:4:"name";s:18:"checklistapi 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.1.0";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.1.0.tar.gz";s:4:"date";s:10:"1656794092";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.0.0";a:11:{s:4:"name";s:18:"checklistapi 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/checklistapi/releases/2.0.0";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/checklistapi-2.0.0.tar.gz";s:4:"date";s:10:"1595476219";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:8:"8.x-1.11";a:11:{s:4:"name";s:21:"checklistapi 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/checklistapi/releases/8.x-1.11";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.11.tar.gz";s:4:"date";s:10:"1586536891";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.10";a:11:{s:4:"name";s:21:"checklistapi 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/checklistapi/releases/8.x-1.10";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.10.tar.gz";s:4:"date";s:10:"1553692687";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.9";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.9";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.9.tar.gz";s:4:"date";s:10:"1552755784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.8";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.8";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.8.tar.gz";s:4:"date";s:10:"1532389981";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.7";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.7.tar.gz";s:4:"date";s:10:"1511328488";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.6";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.6.tar.gz";s:4:"date";s:10:"1505294643";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.5";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.5.tar.gz";s:4:"date";s:10:"1505277544";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.4";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.4.tar.gz";s:4:"date";s:10:"1484926084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.3.tar.gz";s:4:"date";s:10:"1482704283";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.2.tar.gz";s:4:"date";s:10:"1476674039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.1.tar.gz";s:4:"date";s:10:"1473648539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:20:"checklistapi 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/checklistapi/releases/8.x-1.0";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.0.tar.gz";s:4:"date";s:10:"1448002441";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:26:"checklistapi 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/checklistapi/releases/8.x-1.0-beta1";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1437274739";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:9:"3.0.x-dev";a:11:{s:4:"name";s:22:"checklistapi 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/checklistapi/releases/3.0.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/checklistapi-3.0.x-dev.tar.gz";s:4:"date";s:10:"1727365661";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";s:5:"terms";a:0:{}}s:9:"2.1.x-dev";a:11:{s:4:"name";s:22:"checklistapi 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/checklistapi/releases/2.1.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/checklistapi-2.1.x-dev.tar.gz";s:4:"date";s:10:"1713801596";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:22:"checklistapi 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/checklistapi/releases/2.0.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/checklistapi-2.0.x-dev.tar.gz";s:4:"date";s:10:"1659116117";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:24:"checklistapi 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/checklistapi/releases/8.x-1.x-dev";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/checklistapi-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1588784651";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'coffee', 'a:10:{s:5:"title";s:6:"Coffee";s:10:"short_name";s:6:"coffee";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:11:"2.0.,8.x-1.";s:18:"composer_namespace";s:13:"drupal/coffee";s:14:"project_status";s:9:"published";s:4:"link";s:37:"https://www.drupal.org/project/coffee";s:5:"terms";s:0:"";s:8:"releases";a:10:{s:5:"2.0.1";a:11:{s:4:"name";s:12:"coffee 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/coffee/releases/2.0.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/coffee-2.0.1.tar.gz";s:4:"date";s:10:"1736247807";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:14:"^10.2 || ^11.0";}s:5:"2.0.0";a:11:{s:4:"name";s:12:"coffee 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/coffee/releases/2.0.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/coffee-2.0.0.tar.gz";s:4:"date";s:10:"1731340397";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:14:"^10.2 || ^11.0";s:5:"terms";a:0:{}}s:7:"8.x-1.4";a:11:{s:4:"name";s:14:"coffee 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/coffee/releases/8.x-1.4";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/coffee-8.x-1.4.tar.gz";s:4:"date";s:10:"1709125505";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:7:"8.x-1.3";a:11:{s:4:"name";s:14:"coffee 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/coffee/releases/8.x-1.3";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/coffee-8.x-1.3.tar.gz";s:4:"date";s:10:"1671440397";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:7:"8.x-1.2";a:11:{s:4:"name";s:14:"coffee 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/coffee/releases/8.x-1.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/coffee-8.x-1.2.tar.gz";s:4:"date";s:10:"1617351412";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.1";a:11:{s:4:"name";s:14:"coffee 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/coffee/releases/8.x-1.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/coffee-8.x-1.1.tar.gz";s:4:"date";s:10:"1616167409";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.0";a:11:{s:4:"name";s:14:"coffee 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/coffee/releases/8.x-1.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/coffee-8.x-1.0.tar.gz";s:4:"date";s:10:"1586890651";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:20:"coffee 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/coffee/releases/8.x-1.0-beta2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/coffee-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1477414741";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:20:"coffee 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/coffee/releases/8.x-1.0-beta1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/coffee-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1453039135";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:18:"coffee 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/coffee/releases/8.x-1.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/coffee-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1709125292";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'crop', 'a:10:{s:5:"title";s:8:"Crop API";s:10:"short_name";s:4:"crop";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-2.";s:18:"composer_namespace";s:11:"drupal/crop";s:14:"project_status";s:9:"published";s:4:"link";s:35:"https://www.drupal.org/project/crop";s:5:"terms";s:0:"";s:8:"releases";a:19:{s:7:"8.x-2.4";a:11:{s:4:"name";s:12:"crop 8.x-2.4";s:7:"version";s:7:"8.x-2.4";s:3:"tag";s:7:"8.x-2.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-2.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-2.4.tar.gz";s:4:"date";s:10:"1720455738";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"8.x-2.3";a:11:{s:4:"name";s:12:"crop 8.x-2.3";s:7:"version";s:7:"8.x-2.3";s:3:"tag";s:7:"8.x-2.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-2.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-2.3.tar.gz";s:4:"date";s:10:"1665437894";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"8.x-2.2";a:11:{s:4:"name";s:12:"crop 8.x-2.2";s:7:"version";s:7:"8.x-2.2";s:3:"tag";s:7:"8.x-2.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-2.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-2.2.tar.gz";s:4:"date";s:10:"1645187494";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-2.1";a:11:{s:4:"name";s:12:"crop 8.x-2.1";s:7:"version";s:7:"8.x-2.1";s:3:"tag";s:7:"8.x-2.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-2.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-2.1.tar.gz";s:4:"date";s:10:"1585251786";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:7:"8.x-2.0";a:11:{s:4:"name";s:12:"crop 8.x-2.0";s:7:"version";s:7:"8.x-2.0";s:3:"tag";s:7:"8.x-2.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-2.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-2.0.tar.gz";s:4:"date";s:10:"1578492183";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:11:"8.x-2.0-rc1";a:11:{s:4:"name";s:16:"crop 8.x-2.0-rc1";s:7:"version";s:11:"8.x-2.0-rc1";s:3:"tag";s:11:"8.x-2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/crop/releases/8.x-2.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.tar.gz";s:4:"date";s:10:"1516120385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta1";a:11:{s:4:"name";s:18:"crop 8.x-2.0-beta1";s:7:"version";s:13:"8.x-2.0-beta1";s:3:"tag";s:13:"8.x-2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/crop/releases/8.x-2.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/crop-8.x-2.0-beta1.tar.gz";s:4:"date";s:10:"1509015245";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha1";a:11:{s:4:"name";s:19:"crop 8.x-2.0-alpha1";s:7:"version";s:14:"8.x-2.0-alpha1";s:3:"tag";s:14:"8.x-2.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/crop/releases/8.x-2.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/crop-8.x-2.0-alpha1.tar.gz";s:4:"date";s:10:"1507295043";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:12:"crop 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-1.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-1.5.tar.gz";s:4:"date";s:10:"1516357085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:12:"crop 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-1.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-1.4.tar.gz";s:4:"date";s:10:"1516120085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:12:"crop 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-1.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-1.3.tar.gz";s:4:"date";s:10:"1509015245";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:12:"crop 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-1.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-1.2.tar.gz";s:4:"date";s:10:"1491032884";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:12:"crop 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-1.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-1.1.tar.gz";s:4:"date";s:10:"1490287983";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:12:"crop 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/crop/releases/8.x-1.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/crop-8.x-1.0.tar.gz";s:4:"date";s:10:"1468356239";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:16:"crop 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/crop/releases/8.x-1.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/crop-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1464160141";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:19:"crop 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/crop/releases/8.x-1.0-alpha2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/crop-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1455037139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:19:"crop 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/crop/releases/8.x-1.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/crop-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1448127852";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:16:"crop 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/crop/releases/8.x-2.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/crop-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1720455531";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:16:"crop 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/crop/releases/8.x-1.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/crop-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1578412987";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'ctools', 'a:10:{s:5:"title";s:25:"Chaos Tool Suite (ctools)";s:10:"short_name";s:6:"ctools";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:11:"4.1.,8.x-3.";s:18:"composer_namespace";s:13:"drupal/ctools";s:14:"project_status";s:9:"published";s:4:"link";s:37:"https://www.drupal.org/project/ctools";s:5:"terms";s:0:"";s:8:"releases";a:41:{s:5:"4.1.0";a:11:{s:4:"name";s:12:"ctools 4.1.0";s:7:"version";s:5:"4.1.0";s:3:"tag";s:5:"4.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ctools/releases/4.1.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ctools-4.1.0.tar.gz";s:4:"date";s:10:"1718144949";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:5:"4.0.5";a:11:{s:4:"name";s:12:"ctools 4.0.5";s:7:"version";s:5:"4.0.5";s:3:"tag";s:5:"4.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ctools/releases/4.0.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ctools-4.0.5.tar.gz";s:4:"date";s:10:"1718145266";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.0.4";a:11:{s:4:"name";s:12:"ctools 4.0.4";s:7:"version";s:5:"4.0.4";s:3:"tag";s:5:"4.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ctools/releases/4.0.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ctools-4.0.4.tar.gz";s:4:"date";s:10:"1684299878";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.0.3";a:11:{s:4:"name";s:12:"ctools 4.0.3";s:7:"version";s:5:"4.0.3";s:3:"tag";s:5:"4.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ctools/releases/4.0.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ctools-4.0.3.tar.gz";s:4:"date";s:10:"1668631947";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.0.2";a:11:{s:4:"name";s:12:"ctools 4.0.2";s:7:"version";s:5:"4.0.2";s:3:"tag";s:5:"4.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ctools/releases/4.0.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ctools-4.0.2.tar.gz";s:4:"date";s:10:"1668486570";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.0.1";a:11:{s:4:"name";s:12:"ctools 4.0.1";s:7:"version";s:5:"4.0.1";s:3:"tag";s:5:"4.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ctools/releases/4.0.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ctools-4.0.1.tar.gz";s:4:"date";s:10:"1659069125";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.0.0";a:11:{s:4:"name";s:12:"ctools 4.0.0";s:7:"version";s:5:"4.0.0";s:3:"tag";s:5:"4.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/ctools/releases/4.0.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/ctools-4.0.0.tar.gz";s:4:"date";s:10:"1656635481";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:8:"8.x-3.15";a:11:{s:4:"name";s:15:"ctools 8.x-3.15";s:7:"version";s:8:"8.x-3.15";s:3:"tag";s:8:"8.x-3.15";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ctools/releases/8.x-3.15";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ctools-8.x-3.15.tar.gz";s:4:"date";s:10:"1718145169";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-3.14";a:11:{s:4:"name";s:15:"ctools 8.x-3.14";s:7:"version";s:8:"8.x-3.14";s:3:"tag";s:8:"8.x-3.14";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ctools/releases/8.x-3.14";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ctools-8.x-3.14.tar.gz";s:4:"date";s:10:"1684299793";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-3.13";a:11:{s:4:"name";s:15:"ctools 8.x-3.13";s:7:"version";s:8:"8.x-3.13";s:3:"tag";s:8:"8.x-3.13";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ctools/releases/8.x-3.13";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ctools-8.x-3.13.tar.gz";s:4:"date";s:10:"1668631846";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-3.12";a:11:{s:4:"name";s:15:"ctools 8.x-3.12";s:7:"version";s:8:"8.x-3.12";s:3:"tag";s:8:"8.x-3.12";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ctools/releases/8.x-3.12";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ctools-8.x-3.12.tar.gz";s:4:"date";s:10:"1668486476";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-3.11";a:11:{s:4:"name";s:15:"ctools 8.x-3.11";s:7:"version";s:8:"8.x-3.11";s:3:"tag";s:8:"8.x-3.11";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ctools/releases/8.x-3.11";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ctools-8.x-3.11.tar.gz";s:4:"date";s:10:"1660167573";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"8.x-3.11-rc1";a:11:{s:4:"name";s:19:"ctools 8.x-3.11-rc1";s:7:"version";s:12:"8.x-3.11-rc1";s:3:"tag";s:12:"8.x-3.11-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/ctools/releases/8.x-3.11-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/ctools-8.x-3.11-rc1.tar.gz";s:4:"date";s:10:"1660069005";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-3.10";a:11:{s:4:"name";s:15:"ctools 8.x-3.10";s:7:"version";s:8:"8.x-3.10";s:3:"tag";s:8:"8.x-3.10";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/ctools/releases/8.x-3.10";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/ctools-8.x-3.10.tar.gz";s:4:"date";s:10:"1659040378";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"8.x-3.9";a:11:{s:4:"name";s:14:"ctools 8.x-3.9";s:7:"version";s:7:"8.x-3.9";s:3:"tag";s:7:"8.x-3.9";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.9";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.9.tar.gz";s:4:"date";s:10:"1658864511";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.8";a:11:{s:4:"name";s:14:"ctools 8.x-3.8";s:7:"version";s:7:"8.x-3.8";s:3:"tag";s:7:"8.x-3.8";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.8";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.8.tar.gz";s:4:"date";s:10:"1656633722";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.7";a:11:{s:4:"name";s:14:"ctools 8.x-3.7";s:7:"version";s:7:"8.x-3.7";s:3:"tag";s:7:"8.x-3.7";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.7";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.7.tar.gz";s:4:"date";s:10:"1623822128";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.6";a:11:{s:4:"name";s:14:"ctools 8.x-3.6";s:7:"version";s:7:"8.x-3.6";s:3:"tag";s:7:"8.x-3.6";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.6";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.6.tar.gz";s:4:"date";s:10:"1620832812";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.5";a:11:{s:4:"name";s:14:"ctools 8.x-3.5";s:7:"version";s:7:"8.x-3.5";s:3:"tag";s:7:"8.x-3.5";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.5";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.5.tar.gz";s:4:"date";s:10:"1618592931";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.4";a:11:{s:4:"name";s:14:"ctools 8.x-3.4";s:7:"version";s:7:"8.x-3.4";s:3:"tag";s:7:"8.x-3.4";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.4";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.4.tar.gz";s:4:"date";s:10:"1585763383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"8.x-3.3";a:11:{s:4:"name";s:14:"ctools 8.x-3.3";s:7:"version";s:7:"8.x-3.3";s:3:"tag";s:7:"8.x-3.3";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.3";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.3.tar.gz";s:4:"date";s:10:"1585762870";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.2";a:11:{s:4:"name";s:14:"ctools 8.x-3.2";s:7:"version";s:7:"8.x-3.2";s:3:"tag";s:7:"8.x-3.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.2.tar.gz";s:4:"date";s:10:"1550728386";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-3.1";a:11:{s:4:"name";s:14:"ctools 8.x-3.1";s:7:"version";s:7:"8.x-3.1";s:3:"tag";s:7:"8.x-3.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.1.tar.gz";s:4:"date";s:10:"1549603381";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-3.0";a:11:{s:4:"name";s:14:"ctools 8.x-3.0";s:7:"version";s:7:"8.x-3.0";s:3:"tag";s:7:"8.x-3.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/8.x-3.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0.tar.gz";s:4:"date";s:10:"1493401742";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta2";a:11:{s:4:"name";s:20:"ctools 8.x-3.0-beta2";s:7:"version";s:13:"8.x-3.0-beta2";s:3:"tag";s:13:"8.x-3.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/ctools/releases/8.x-3.0-beta2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-beta2.tar.gz";s:4:"date";s:10:"1492545842";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta1";a:11:{s:4:"name";s:20:"ctools 8.x-3.0-beta1";s:7:"version";s:13:"8.x-3.0-beta1";s:3:"tag";s:13:"8.x-3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/ctools/releases/8.x-3.0-beta1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-beta1.tar.gz";s:4:"date";s:10:"1490677984";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha27";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha27";s:7:"version";s:15:"8.x-3.0-alpha27";s:3:"tag";s:15:"8.x-3.0-alpha27";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha27";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha27.tar.gz";s:4:"date";s:10:"1471723439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha26";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha26";s:7:"version";s:15:"8.x-3.0-alpha26";s:3:"tag";s:15:"8.x-3.0-alpha26";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha26";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha26.tar.gz";s:4:"date";s:10:"1462560839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha25";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha25";s:7:"version";s:15:"8.x-3.0-alpha25";s:3:"tag";s:15:"8.x-3.0-alpha25";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha25";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha25.tar.gz";s:4:"date";s:10:"1459542839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha24";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha24";s:7:"version";s:15:"8.x-3.0-alpha24";s:3:"tag";s:15:"8.x-3.0-alpha24";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha24";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha24.tar.gz";s:4:"date";s:10:"1459129741";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha23";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha23";s:7:"version";s:15:"8.x-3.0-alpha23";s:3:"tag";s:15:"8.x-3.0-alpha23";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha23";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha23.tar.gz";s:4:"date";s:10:"1454702339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha22";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha22";s:7:"version";s:15:"8.x-3.0-alpha22";s:3:"tag";s:15:"8.x-3.0-alpha22";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha22";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha22.tar.gz";s:4:"date";s:10:"1454448839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha21";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha21";s:7:"version";s:15:"8.x-3.0-alpha21";s:3:"tag";s:15:"8.x-3.0-alpha21";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha21";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha21.tar.gz";s:4:"date";s:10:"1452350939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha20";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha20";s:7:"version";s:15:"8.x-3.0-alpha20";s:3:"tag";s:15:"8.x-3.0-alpha20";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha20";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha20.tar.gz";s:4:"date";s:10:"1450374240";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha19";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha19";s:7:"version";s:15:"8.x-3.0-alpha19";s:3:"tag";s:15:"8.x-3.0-alpha19";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha19";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha19.tar.gz";s:4:"date";s:10:"1447863840";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha18";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha18";s:7:"version";s:15:"8.x-3.0-alpha18";s:3:"tag";s:15:"8.x-3.0-alpha18";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha18";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha18.tar.gz";s:4:"date";s:10:"1446661740";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-3.0-alpha17";a:11:{s:4:"name";s:22:"ctools 8.x-3.0-alpha17";s:7:"version";s:15:"8.x-3.0-alpha17";s:3:"tag";s:15:"8.x-3.0-alpha17";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/ctools/releases/8.x-3.0-alpha17";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha17.tar.gz";s:4:"date";s:10:"1444426739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:9:"4.1.x-dev";a:11:{s:4:"name";s:16:"ctools 4.1.x-dev";s:7:"version";s:9:"4.1.x-dev";s:3:"tag";s:5:"4.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/ctools/releases/4.1.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/ctools-4.1.x-dev.tar.gz";s:4:"date";s:10:"1718144079";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:5:"terms";a:0:{}}s:9:"4.0.x-dev";a:11:{s:4:"name";s:16:"ctools 4.0.x-dev";s:7:"version";s:9:"4.0.x-dev";s:3:"tag";s:5:"4.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/ctools/releases/4.0.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/ctools-4.0.x-dev.tar.gz";s:4:"date";s:10:"1659068300";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}s:7:"4.x-dev";a:11:{s:4:"name";s:14:"ctools 4.x-dev";s:7:"version";s:7:"4.x-dev";s:3:"tag";s:3:"4.x";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/ctools/releases/4.x-dev";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/ctools-4.x-dev.tar.gz";s:4:"date";s:10:"1718142189";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:11:"8.x-3.x-dev";a:11:{s:4:"name";s:18:"ctools 8.x-3.x-dev";s:7:"version";s:11:"8.x-3.x-dev";s:3:"tag";s:7:"8.x-3.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/ctools/releases/8.x-3.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/ctools-8.x-3.x-dev.tar.gz";s:4:"date";s:10:"1718144640";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'dashboard', 'a:10:{s:5:"title";s:9:"Dashboard";s:10:"short_name";s:9:"dashboard";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"2.0.";s:18:"composer_namespace";s:16:"drupal/dashboard";s:14:"project_status";s:9:"published";s:4:"link";s:40:"https://www.drupal.org/project/dashboard";s:5:"terms";s:0:"";s:8:"releases";a:7:{s:5:"2.0.0";a:11:{s:4:"name";s:15:"dashboard 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/dashboard/releases/2.0.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/dashboard-2.0.0.tar.gz";s:4:"date";s:10:"1736528735";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"2.0.0-beta2";a:11:{s:4:"name";s:21:"dashboard 2.0.0-beta2";s:7:"version";s:11:"2.0.0-beta2";s:3:"tag";s:11:"2.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/dashboard/releases/2.0.0-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/dashboard-2.0.0-beta2.tar.gz";s:4:"date";s:10:"1735231373";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:11:"2.0.0-beta1";a:11:{s:4:"name";s:21:"dashboard 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/dashboard/releases/2.0.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/dashboard-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1733332249";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:12:"2.0.0-alpha2";a:11:{s:4:"name";s:22:"dashboard 2.0.0-alpha2";s:7:"version";s:12:"2.0.0-alpha2";s:3:"tag";s:12:"2.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/dashboard/releases/2.0.0-alpha2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/dashboard-2.0.0-alpha2.tar.gz";s:4:"date";s:10:"1733155014";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:22:"dashboard 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/dashboard/releases/2.0.0-alpha1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/dashboard-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1732126700";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:7:"2.x-dev";a:11:{s:4:"name";s:17:"dashboard 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/dashboard/releases/2.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/dashboard-2.x-dev.tar.gz";s:4:"date";s:10:"1741874095";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:10:{s:4:"name";s:21:"dashboard 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/dashboard/releases/8.x-1.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/dashboard-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1380568614";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'date_augmenter', 'a:10:{s:5:"title";s:18:"Date Augmenter API";s:10:"short_name";s:14:"date_augmenter";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"1.1.";s:18:"composer_namespace";s:21:"drupal/date_augmenter";s:14:"project_status";s:9:"published";s:4:"link";s:45:"https://www.drupal.org/project/date_augmenter";s:5:"terms";s:0:"";s:8:"releases";a:13:{s:5:"1.1.1";a:11:{s:4:"name";s:20:"date_augmenter 1.1.1";s:7:"version";s:5:"1.1.1";s:3:"tag";s:5:"1.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/date_augmenter/releases/1.1.1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/date_augmenter-1.1.1.tar.gz";s:4:"date";s:10:"1713350949";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"1.1.0";a:11:{s:4:"name";s:20:"date_augmenter 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/date_augmenter/releases/1.1.0";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/date_augmenter-1.1.0.tar.gz";s:4:"date";s:10:"1692173724";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.1.0-beta1";a:11:{s:4:"name";s:26:"date_augmenter 1.1.0-beta1";s:7:"version";s:11:"1.1.0-beta1";s:3:"tag";s:11:"1.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/date_augmenter/releases/1.1.0-beta1";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/date_augmenter-1.1.0-beta1.tar.gz";s:4:"date";s:10:"1658825721";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.0";a:11:{s:4:"name";s:20:"date_augmenter 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/date_augmenter/releases/1.0.0";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.0.tar.gz";s:4:"date";s:10:"1631027164";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"1.0.0-rc1";a:11:{s:4:"name";s:24:"date_augmenter 1.0.0-rc1";s:7:"version";s:9:"1.0.0-rc1";s:3:"tag";s:9:"1.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/date_augmenter/releases/1.0.0-rc1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.0-rc1.tar.gz";s:4:"date";s:10:"1629712994";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:26:"date_augmenter 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/date_augmenter/releases/1.0.0-beta3";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1629635980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:26:"date_augmenter 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/date_augmenter/releases/1.0.0-beta2";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1625823987";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:26:"date_augmenter 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/date_augmenter/releases/1.0.0-beta1";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1623997285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha3";a:11:{s:4:"name";s:27:"date_augmenter 1.0.0-alpha3";s:7:"version";s:12:"1.0.0-alpha3";s:3:"tag";s:12:"1.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/date_augmenter/releases/1.0.0-alpha3";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.0-alpha3.tar.gz";s:4:"date";s:10:"1623751556";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha2";a:11:{s:4:"name";s:27:"date_augmenter 1.0.0-alpha2";s:7:"version";s:12:"1.0.0-alpha2";s:3:"tag";s:12:"1.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/date_augmenter/releases/1.0.0-alpha2";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.0-alpha2.tar.gz";s:4:"date";s:10:"1623685480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:27:"date_augmenter 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/date_augmenter/releases/1.0.0-alpha1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1623603944";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"1.1.x-dev";a:11:{s:4:"name";s:24:"date_augmenter 1.1.x-dev";s:7:"version";s:9:"1.1.x-dev";s:3:"tag";s:5:"1.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/date_augmenter/releases/1.1.x-dev";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/date_augmenter-1.1.x-dev.tar.gz";s:4:"date";s:10:"1713350653";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"1.0.x-dev";a:11:{s:4:"name";s:24:"date_augmenter 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/date_augmenter/releases/1.0.x-dev";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/date_augmenter-1.0.x-dev.tar.gz";s:4:"date";s:10:"1658825346";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'drupal', 'a:10:{s:5:"title";s:11:"Drupal core";s:10:"short_name";s:6:"drupal";s:4:"type";s:12:"project_core";s:18:"supported_branches";s:29:"10.3.,10.4.,10.5.,11.0.,11.1.";s:18:"composer_namespace";s:11:"drupal/core";s:14:"project_status";s:9:"published";s:4:"link";s:37:"https://www.drupal.org/project/drupal";s:5:"terms";s:0:"";s:8:"releases";a:457:{s:6:"11.1.5";a:10:{s:4:"name";s:13:"drupal 11.1.5";s:7:"version";s:6:"11.1.5";s:3:"tag";s:6:"11.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.1.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.1.5.tar.gz";s:4:"date";s:10:"1742407823";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.1.4";a:10:{s:4:"name";s:13:"drupal 11.1.4";s:7:"version";s:6:"11.1.4";s:3:"tag";s:6:"11.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.1.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.1.4.tar.gz";s:4:"date";s:10:"1741210524";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.1.3";a:10:{s:4:"name";s:13:"drupal 11.1.3";s:7:"version";s:6:"11.1.3";s:3:"tag";s:6:"11.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.1.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.1.3.tar.gz";s:4:"date";s:10:"1739986133";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.1.2";a:10:{s:4:"name";s:13:"drupal 11.1.2";s:7:"version";s:6:"11.1.2";s:3:"tag";s:6:"11.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.1.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.1.2.tar.gz";s:4:"date";s:10:"1738796542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.1.1";a:10:{s:4:"name";s:13:"drupal 11.1.1";s:7:"version";s:6:"11.1.1";s:3:"tag";s:6:"11.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.1.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.1.1.tar.gz";s:4:"date";s:10:"1736204811";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.1.0";a:10:{s:4:"name";s:13:"drupal 11.1.0";s:7:"version";s:6:"11.1.0";s:3:"tag";s:6:"11.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.1.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.1.0.tar.gz";s:4:"date";s:10:"1734369672";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:10:"11.1.0-rc1";a:10:{s:4:"name";s:17:"drupal 11.1.0-rc1";s:7:"version";s:10:"11.1.0-rc1";s:3:"tag";s:10:"11.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/11.1.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-11.1.0-rc1.tar.gz";s:4:"date";s:10:"1733153182";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:12:"11.1.0-beta1";a:10:{s:4:"name";s:19:"drupal 11.1.0-beta1";s:7:"version";s:12:"11.1.0-beta1";s:3:"tag";s:12:"11.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/11.1.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-11.1.0-beta1.tar.gz";s:4:"date";s:10:"1731695942";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:7:"11.0.13";a:10:{s:4:"name";s:14:"drupal 11.0.13";s:7:"version";s:7:"11.0.13";s:3:"tag";s:7:"11.0.13";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/11.0.13";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-11.0.13.tar.gz";s:4:"date";s:10:"1742408477";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"11.0.12";a:10:{s:4:"name";s:14:"drupal 11.0.12";s:7:"version";s:7:"11.0.12";s:3:"tag";s:7:"11.0.12";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/11.0.12";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-11.0.12.tar.gz";s:4:"date";s:10:"1739988102";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"11.0.11";a:10:{s:4:"name";s:14:"drupal 11.0.11";s:7:"version";s:7:"11.0.11";s:3:"tag";s:7:"11.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/11.0.11";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-11.0.11.tar.gz";s:4:"date";s:10:"1738797159";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"11.0.10";a:10:{s:4:"name";s:14:"drupal 11.0.10";s:7:"version";s:7:"11.0.10";s:3:"tag";s:7:"11.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/11.0.10";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-11.0.10.tar.gz";s:4:"date";s:10:"1736206526";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.9";a:10:{s:4:"name";s:13:"drupal 11.0.9";s:7:"version";s:6:"11.0.9";s:3:"tag";s:6:"11.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.9.tar.gz";s:4:"date";s:10:"1732283629";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.8";a:10:{s:4:"name";s:13:"drupal 11.0.8";s:7:"version";s:6:"11.0.8";s:3:"tag";s:6:"11.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.8.tar.gz";s:4:"date";s:10:"1732132096";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.7";a:10:{s:4:"name";s:13:"drupal 11.0.7";s:7:"version";s:6:"11.0.7";s:3:"tag";s:6:"11.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.7.tar.gz";s:4:"date";s:10:"1731407794";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.6";a:10:{s:4:"name";s:13:"drupal 11.0.6";s:7:"version";s:6:"11.0.6";s:3:"tag";s:6:"11.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.6.tar.gz";s:4:"date";s:10:"1730969764";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.5";a:10:{s:4:"name";s:13:"drupal 11.0.5";s:7:"version";s:6:"11.0.5";s:3:"tag";s:6:"11.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.5.tar.gz";s:4:"date";s:10:"1727946737";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.4";a:10:{s:4:"name";s:13:"drupal 11.0.4";s:7:"version";s:6:"11.0.4";s:3:"tag";s:6:"11.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.4.tar.gz";s:4:"date";s:10:"1726136390";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.3";a:10:{s:4:"name";s:13:"drupal 11.0.3";s:7:"version";s:6:"11.0.3";s:3:"tag";s:6:"11.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.3.tar.gz";s:4:"date";s:10:"1726074557";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.2";a:10:{s:4:"name";s:13:"drupal 11.0.2";s:7:"version";s:6:"11.0.2";s:3:"tag";s:6:"11.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.2.tar.gz";s:4:"date";s:10:"1725526703";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.1";a:10:{s:4:"name";s:13:"drupal 11.0.1";s:7:"version";s:6:"11.0.1";s:3:"tag";s:6:"11.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.1.tar.gz";s:4:"date";s:10:"1723108396";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"11.0.0";a:10:{s:4:"name";s:13:"drupal 11.0.0";s:7:"version";s:6:"11.0.0";s:3:"tag";s:6:"11.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/11.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-11.0.0.tar.gz";s:4:"date";s:10:"1722578454";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:10:"11.0.0-rc1";a:10:{s:4:"name";s:17:"drupal 11.0.0-rc1";s:7:"version";s:10:"11.0.0-rc1";s:3:"tag";s:10:"11.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/11.0.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-11.0.0-rc1.tar.gz";s:4:"date";s:10:"1720736512";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:12:"11.0.0-beta1";a:10:{s:4:"name";s:19:"drupal 11.0.0-beta1";s:7:"version";s:12:"11.0.0-beta1";s:3:"tag";s:12:"11.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/11.0.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-11.0.0-beta1.tar.gz";s:4:"date";s:10:"1715953266";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:13:"11.0.0-alpha1";a:10:{s:4:"name";s:20:"drupal 11.0.0-alpha1";s:7:"version";s:13:"11.0.0-alpha1";s:3:"tag";s:13:"11.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/11.0.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-11.0.0-alpha1.tar.gz";s:4:"date";s:10:"1714797816";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"10.4.5";a:10:{s:4:"name";s:13:"drupal 10.4.5";s:7:"version";s:6:"10.4.5";s:3:"tag";s:6:"10.4.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.4.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.4.5.tar.gz";s:4:"date";s:10:"1742409107";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.4.4";a:10:{s:4:"name";s:13:"drupal 10.4.4";s:7:"version";s:6:"10.4.4";s:3:"tag";s:6:"10.4.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.4.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.4.4.tar.gz";s:4:"date";s:10:"1741211791";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.4.3";a:10:{s:4:"name";s:13:"drupal 10.4.3";s:7:"version";s:6:"10.4.3";s:3:"tag";s:6:"10.4.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.4.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.4.3.tar.gz";s:4:"date";s:10:"1739987505";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.4.2";a:10:{s:4:"name";s:13:"drupal 10.4.2";s:7:"version";s:6:"10.4.2";s:3:"tag";s:6:"10.4.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.4.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.4.2.tar.gz";s:4:"date";s:10:"1738798328";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.4.1";a:10:{s:4:"name";s:13:"drupal 10.4.1";s:7:"version";s:6:"10.4.1";s:3:"tag";s:6:"10.4.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.4.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.4.1.tar.gz";s:4:"date";s:10:"1736207882";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.4.0";a:10:{s:4:"name";s:13:"drupal 10.4.0";s:7:"version";s:6:"10.4.0";s:3:"tag";s:6:"10.4.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.4.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.4.0.tar.gz";s:4:"date";s:10:"1734475162";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:10:"10.4.0-rc1";a:10:{s:4:"name";s:17:"drupal 10.4.0-rc1";s:7:"version";s:10:"10.4.0-rc1";s:3:"tag";s:10:"10.4.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.4.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.4.0-rc1.tar.gz";s:4:"date";s:10:"1733155673";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:12:"10.4.0-beta1";a:10:{s:4:"name";s:19:"drupal 10.4.0-beta1";s:7:"version";s:12:"10.4.0-beta1";s:3:"tag";s:12:"10.4.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/10.4.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-10.4.0-beta1.tar.gz";s:4:"date";s:10:"1731947109";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:7:"10.3.14";a:10:{s:4:"name";s:14:"drupal 10.3.14";s:7:"version";s:7:"10.3.14";s:3:"tag";s:7:"10.3.14";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.3.14";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.3.14.tar.gz";s:4:"date";s:10:"1742410042";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"10.3.13";a:10:{s:4:"name";s:14:"drupal 10.3.13";s:7:"version";s:7:"10.3.13";s:3:"tag";s:7:"10.3.13";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.3.13";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.3.13.tar.gz";s:4:"date";s:10:"1739986815";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"10.3.12";a:10:{s:4:"name";s:14:"drupal 10.3.12";s:7:"version";s:7:"10.3.12";s:3:"tag";s:7:"10.3.12";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.3.12";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.3.12.tar.gz";s:4:"date";s:10:"1738798951";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"10.3.11";a:10:{s:4:"name";s:14:"drupal 10.3.11";s:7:"version";s:7:"10.3.11";s:3:"tag";s:7:"10.3.11";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.3.11";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.3.11.tar.gz";s:4:"date";s:10:"1736208549";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"10.3.10";a:10:{s:4:"name";s:14:"drupal 10.3.10";s:7:"version";s:7:"10.3.10";s:3:"tag";s:7:"10.3.10";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.3.10";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.3.10.tar.gz";s:4:"date";s:10:"1732284381";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.9";a:10:{s:4:"name";s:13:"drupal 10.3.9";s:7:"version";s:6:"10.3.9";s:3:"tag";s:6:"10.3.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.9.tar.gz";s:4:"date";s:10:"1732132747";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.8";a:10:{s:4:"name";s:13:"drupal 10.3.8";s:7:"version";s:6:"10.3.8";s:3:"tag";s:6:"10.3.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.8.tar.gz";s:4:"date";s:10:"1731407050";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.7";a:10:{s:4:"name";s:13:"drupal 10.3.7";s:7:"version";s:6:"10.3.7";s:3:"tag";s:6:"10.3.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.7.tar.gz";s:4:"date";s:10:"1730969060";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.6";a:10:{s:4:"name";s:13:"drupal 10.3.6";s:7:"version";s:6:"10.3.6";s:3:"tag";s:6:"10.3.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.6.tar.gz";s:4:"date";s:10:"1727948888";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.5";a:10:{s:4:"name";s:13:"drupal 10.3.5";s:7:"version";s:6:"10.3.5";s:3:"tag";s:6:"10.3.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.5.tar.gz";s:4:"date";s:10:"1726134993";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.4";a:10:{s:4:"name";s:13:"drupal 10.3.4";s:7:"version";s:6:"10.3.4";s:3:"tag";s:6:"10.3.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.4.tar.gz";s:4:"date";s:10:"1726072510";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.3";a:10:{s:4:"name";s:13:"drupal 10.3.3";s:7:"version";s:6:"10.3.3";s:3:"tag";s:6:"10.3.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.3.tar.gz";s:4:"date";s:10:"1725528161";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.2";a:10:{s:4:"name";s:13:"drupal 10.3.2";s:7:"version";s:6:"10.3.2";s:3:"tag";s:6:"10.3.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.2.tar.gz";s:4:"date";s:10:"1723109810";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.1";a:10:{s:4:"name";s:13:"drupal 10.3.1";s:7:"version";s:6:"10.3.1";s:3:"tag";s:6:"10.3.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.1.tar.gz";s:4:"date";s:10:"1720094095";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.3.0";a:10:{s:4:"name";s:13:"drupal 10.3.0";s:7:"version";s:6:"10.3.0";s:3:"tag";s:6:"10.3.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.3.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.3.0.tar.gz";s:4:"date";s:10:"1718911125";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:10:"10.3.0-rc1";a:10:{s:4:"name";s:17:"drupal 10.3.0-rc1";s:7:"version";s:10:"10.3.0-rc1";s:3:"tag";s:10:"10.3.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.3.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.3.0-rc1.tar.gz";s:4:"date";s:10:"1717621189";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:12:"10.3.0-beta1";a:10:{s:4:"name";s:19:"drupal 10.3.0-beta1";s:7:"version";s:12:"10.3.0-beta1";s:3:"tag";s:12:"10.3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/10.3.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-10.3.0-beta1.tar.gz";s:4:"date";s:10:"1715953149";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:7:"10.2.12";a:10:{s:4:"name";s:14:"drupal 10.2.12";s:7:"version";s:7:"10.2.12";s:3:"tag";s:7:"10.2.12";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.2.12";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.2.12.tar.gz";s:4:"date";s:10:"1732281201";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"10.2.11";a:10:{s:4:"name";s:14:"drupal 10.2.11";s:7:"version";s:7:"10.2.11";s:3:"tag";s:7:"10.2.11";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.2.11";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.2.11.tar.gz";s:4:"date";s:10:"1732133662";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"10.2.10";a:10:{s:4:"name";s:14:"drupal 10.2.10";s:7:"version";s:7:"10.2.10";s:3:"tag";s:7:"10.2.10";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.2.10";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.2.10.tar.gz";s:4:"date";s:10:"1729096989";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.9";a:10:{s:4:"name";s:13:"drupal 10.2.9";s:7:"version";s:6:"10.2.9";s:3:"tag";s:6:"10.2.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.9.tar.gz";s:4:"date";s:10:"1728387439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.8";a:10:{s:4:"name";s:13:"drupal 10.2.8";s:7:"version";s:6:"10.2.8";s:3:"tag";s:6:"10.2.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.8.tar.gz";s:4:"date";s:10:"1726073816";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.7";a:10:{s:4:"name";s:13:"drupal 10.2.7";s:7:"version";s:6:"10.2.7";s:3:"tag";s:6:"10.2.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.7.tar.gz";s:4:"date";s:10:"1717660024";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.6";a:10:{s:4:"name";s:13:"drupal 10.2.6";s:7:"version";s:6:"10.2.6";s:3:"tag";s:6:"10.2.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.6.tar.gz";s:4:"date";s:10:"1714597701";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.5";a:10:{s:4:"name";s:13:"drupal 10.2.5";s:7:"version";s:6:"10.2.5";s:3:"tag";s:6:"10.2.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.5.tar.gz";s:4:"date";s:10:"1712130945";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.4";a:10:{s:4:"name";s:13:"drupal 10.2.4";s:7:"version";s:6:"10.2.4";s:3:"tag";s:6:"10.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.4.tar.gz";s:4:"date";s:10:"1709715366";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.3";a:10:{s:4:"name";s:13:"drupal 10.2.3";s:7:"version";s:6:"10.2.3";s:3:"tag";s:6:"10.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.3.tar.gz";s:4:"date";s:10:"1707347611";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.2";a:10:{s:4:"name";s:13:"drupal 10.2.2";s:7:"version";s:6:"10.2.2";s:3:"tag";s:6:"10.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.2.tar.gz";s:4:"date";s:10:"1705511786";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.1";a:10:{s:4:"name";s:13:"drupal 10.2.1";s:7:"version";s:6:"10.2.1";s:3:"tag";s:6:"10.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.1.tar.gz";s:4:"date";s:10:"1704448164";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.2.0";a:10:{s:4:"name";s:13:"drupal 10.2.0";s:7:"version";s:6:"10.2.0";s:3:"tag";s:6:"10.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.2.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.2.0.tar.gz";s:4:"date";s:10:"1702681674";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:10:"10.2.0-rc1";a:10:{s:4:"name";s:17:"drupal 10.2.0-rc1";s:7:"version";s:10:"10.2.0-rc1";s:3:"tag";s:10:"10.2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.2.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.2.0-rc1.tar.gz";s:4:"date";s:10:"1701450971";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:12:"10.2.0-beta1";a:10:{s:4:"name";s:19:"drupal 10.2.0-beta1";s:7:"version";s:12:"10.2.0-beta1";s:3:"tag";s:12:"10.2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/10.2.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-10.2.0-beta1.tar.gz";s:4:"date";s:10:"1700578716";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:13:"10.2.0-alpha1";a:10:{s:4:"name";s:20:"drupal 10.2.0-alpha1";s:7:"version";s:13:"10.2.0-alpha1";s:3:"tag";s:13:"10.2.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.2.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.2.0-alpha1.tar.gz";s:4:"date";s:10:"1699048959";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"10.1.8";a:10:{s:4:"name";s:13:"drupal 10.1.8";s:7:"version";s:6:"10.1.8";s:3:"tag";s:6:"10.1.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.8.tar.gz";s:4:"date";s:10:"1705512711";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.1.7";a:10:{s:4:"name";s:13:"drupal 10.1.7";s:7:"version";s:6:"10.1.7";s:3:"tag";s:6:"10.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.7.tar.gz";s:4:"date";s:10:"1701857745";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.1.6";a:10:{s:4:"name";s:13:"drupal 10.1.6";s:7:"version";s:6:"10.1.6";s:3:"tag";s:6:"10.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.6.tar.gz";s:4:"date";s:10:"1698841286";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.1.5";a:10:{s:4:"name";s:13:"drupal 10.1.5";s:7:"version";s:6:"10.1.5";s:3:"tag";s:6:"10.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.5.tar.gz";s:4:"date";s:10:"1696456362";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.1.4";a:10:{s:4:"name";s:13:"drupal 10.1.4";s:7:"version";s:6:"10.1.4";s:3:"tag";s:6:"10.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.4.tar.gz";s:4:"date";s:10:"1695227262";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.1.3";a:10:{s:4:"name";s:13:"drupal 10.1.3";s:7:"version";s:6:"10.1.3";s:3:"tag";s:6:"10.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.3.tar.gz";s:4:"date";s:10:"1694101052";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.1.2";a:10:{s:4:"name";s:13:"drupal 10.1.2";s:7:"version";s:6:"10.1.2";s:3:"tag";s:6:"10.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.2.tar.gz";s:4:"date";s:10:"1690972078";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.1.1";a:10:{s:4:"name";s:13:"drupal 10.1.1";s:7:"version";s:6:"10.1.1";s:3:"tag";s:6:"10.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.1.tar.gz";s:4:"date";s:10:"1688632960";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.1.0";a:10:{s:4:"name";s:13:"drupal 10.1.0";s:7:"version";s:6:"10.1.0";s:3:"tag";s:6:"10.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.1.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.1.0.tar.gz";s:4:"date";s:10:"1687424272";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:10:"10.1.0-rc1";a:10:{s:4:"name";s:17:"drupal 10.1.0-rc1";s:7:"version";s:10:"10.1.0-rc1";s:3:"tag";s:10:"10.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.1.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.1.0-rc1.tar.gz";s:4:"date";s:10:"1686244833";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:12:"10.1.0-beta1";a:10:{s:4:"name";s:19:"drupal 10.1.0-beta1";s:7:"version";s:12:"10.1.0-beta1";s:3:"tag";s:12:"10.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/10.1.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-10.1.0-beta1.tar.gz";s:4:"date";s:10:"1684130534";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:13:"10.1.0-alpha1";a:10:{s:4:"name";s:20:"drupal 10.1.0-alpha1";s:7:"version";s:13:"10.1.0-alpha1";s:3:"tag";s:13:"10.1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.1.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.1.0-alpha1.tar.gz";s:4:"date";s:10:"1682694475";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:7:"10.0.11";a:10:{s:4:"name";s:14:"drupal 10.0.11";s:7:"version";s:7:"10.0.11";s:3:"tag";s:7:"10.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.0.11";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.0.11.tar.gz";s:4:"date";s:10:"1695228927";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"10.0.10";a:10:{s:4:"name";s:14:"drupal 10.0.10";s:7:"version";s:7:"10.0.10";s:3:"tag";s:7:"10.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/drupal/releases/10.0.10";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/drupal-10.0.10.tar.gz";s:4:"date";s:10:"1688549719";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.9";a:10:{s:4:"name";s:13:"drupal 10.0.9";s:7:"version";s:6:"10.0.9";s:3:"tag";s:6:"10.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.9.tar.gz";s:4:"date";s:10:"1683108606";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.8";a:10:{s:4:"name";s:13:"drupal 10.0.8";s:7:"version";s:6:"10.0.8";s:3:"tag";s:6:"10.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.8.tar.gz";s:4:"date";s:10:"1681921539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.7";a:10:{s:4:"name";s:13:"drupal 10.0.7";s:7:"version";s:6:"10.0.7";s:3:"tag";s:6:"10.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.7.tar.gz";s:4:"date";s:10:"1679678060";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.6";a:10:{s:4:"name";s:13:"drupal 10.0.6";s:7:"version";s:6:"10.0.6";s:3:"tag";s:6:"10.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.6.tar.gz";s:4:"date";s:10:"1679664982";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.5";a:10:{s:4:"name";s:13:"drupal 10.0.5";s:7:"version";s:6:"10.0.5";s:3:"tag";s:6:"10.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.5.tar.gz";s:4:"date";s:10:"1678901067";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.4";a:10:{s:4:"name";s:13:"drupal 10.0.4";s:7:"version";s:6:"10.0.4";s:3:"tag";s:6:"10.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.4.tar.gz";s:4:"date";s:10:"1677681486";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.3";a:10:{s:4:"name";s:13:"drupal 10.0.3";s:7:"version";s:6:"10.0.3";s:3:"tag";s:6:"10.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.3.tar.gz";s:4:"date";s:10:"1675276709";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.2";a:10:{s:4:"name";s:13:"drupal 10.0.2";s:7:"version";s:6:"10.0.2";s:3:"tag";s:6:"10.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.2.tar.gz";s:4:"date";s:10:"1674065542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.1";a:10:{s:4:"name";s:13:"drupal 10.0.1";s:7:"version";s:6:"10.0.1";s:3:"tag";s:6:"10.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.1.tar.gz";s:4:"date";s:10:"1672847780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"10.0.0";a:10:{s:4:"name";s:13:"drupal 10.0.0";s:7:"version";s:6:"10.0.0";s:3:"tag";s:6:"10.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/10.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-10.0.0.tar.gz";s:4:"date";s:10:"1671125939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:10:"10.0.0-rc3";a:10:{s:4:"name";s:17:"drupal 10.0.0-rc3";s:7:"version";s:10:"10.0.0-rc3";s:3:"tag";s:10:"10.0.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.0.0-rc3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.0.0-rc3.tar.gz";s:4:"date";s:10:"1670591784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:10:"10.0.0-rc2";a:10:{s:4:"name";s:17:"drupal 10.0.0-rc2";s:7:"version";s:10:"10.0.0-rc2";s:3:"tag";s:10:"10.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.0.0-rc2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.0.0-rc2.tar.gz";s:4:"date";s:10:"1670320927";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:10:"10.0.0-rc1";a:10:{s:4:"name";s:17:"drupal 10.0.0-rc1";s:7:"version";s:10:"10.0.0-rc1";s:3:"tag";s:10:"10.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.0.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.0.0-rc1.tar.gz";s:4:"date";s:10:"1668612993";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:12:"10.0.0-beta2";a:10:{s:4:"name";s:19:"drupal 10.0.0-beta2";s:7:"version";s:12:"10.0.0-beta2";s:3:"tag";s:12:"10.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/10.0.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-10.0.0-beta2.tar.gz";s:4:"date";s:10:"1664462663";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"10.0.0-beta1";a:10:{s:4:"name";s:19:"drupal 10.0.0-beta1";s:7:"version";s:12:"10.0.0-beta1";s:3:"tag";s:12:"10.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/10.0.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-10.0.0-beta1.tar.gz";s:4:"date";s:10:"1663358020";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:13:"10.0.0-alpha7";a:10:{s:4:"name";s:20:"drupal 10.0.0-alpha7";s:7:"version";s:13:"10.0.0-alpha7";s:3:"tag";s:13:"10.0.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.0.0-alpha7";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.0.0-alpha7.tar.gz";s:4:"date";s:10:"1659633851";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:13:"10.0.0-alpha6";a:10:{s:4:"name";s:20:"drupal 10.0.0-alpha6";s:7:"version";s:13:"10.0.0-alpha6";s:3:"tag";s:13:"10.0.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.0.0-alpha6";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.0.0-alpha6.tar.gz";s:4:"date";s:10:"1657218740";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:13:"10.0.0-alpha5";a:10:{s:4:"name";s:20:"drupal 10.0.0-alpha5";s:7:"version";s:13:"10.0.0-alpha5";s:3:"tag";s:13:"10.0.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.0.0-alpha5";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.0.0-alpha5.tar.gz";s:4:"date";s:10:"1654722993";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:13:"10.0.0-alpha4";a:10:{s:4:"name";s:20:"drupal 10.0.0-alpha4";s:7:"version";s:13:"10.0.0-alpha4";s:3:"tag";s:13:"10.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.0.0-alpha4";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.0.0-alpha4.tar.gz";s:4:"date";s:10:"1651875601";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:13:"10.0.0-alpha3";a:10:{s:4:"name";s:20:"drupal 10.0.0-alpha3";s:7:"version";s:13:"10.0.0-alpha3";s:3:"tag";s:13:"10.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.0.0-alpha3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.0.0-alpha3.tar.gz";s:4:"date";s:10:"1649887793";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:13:"10.0.0-alpha2";a:10:{s:4:"name";s:20:"drupal 10.0.0-alpha2";s:7:"version";s:13:"10.0.0-alpha2";s:3:"tag";s:13:"10.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.0.0-alpha2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.0.0-alpha2.tar.gz";s:4:"date";s:10:"1645204305";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:13:"10.0.0-alpha1";a:10:{s:4:"name";s:20:"drupal 10.0.0-alpha1";s:7:"version";s:13:"10.0.0-alpha1";s:3:"tag";s:13:"10.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/10.0.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-10.0.0-alpha1.tar.gz";s:4:"date";s:10:"1643404041";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"9.5.11";a:10:{s:4:"name";s:13:"drupal 9.5.11";s:7:"version";s:6:"9.5.11";s:3:"tag";s:6:"9.5.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.5.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.5.11.tar.gz";s:4:"date";s:10:"1695228016";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.5.10";a:10:{s:4:"name";s:13:"drupal 9.5.10";s:7:"version";s:6:"9.5.10";s:3:"tag";s:6:"9.5.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.5.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.5.10.tar.gz";s:4:"date";s:10:"1688550984";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.9";a:10:{s:4:"name";s:12:"drupal 9.5.9";s:7:"version";s:5:"9.5.9";s:3:"tag";s:5:"9.5.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.9.tar.gz";s:4:"date";s:10:"1683121532";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.8";a:10:{s:4:"name";s:12:"drupal 9.5.8";s:7:"version";s:5:"9.5.8";s:3:"tag";s:5:"9.5.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.8.tar.gz";s:4:"date";s:10:"1681922649";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.7";a:10:{s:4:"name";s:12:"drupal 9.5.7";s:7:"version";s:5:"9.5.7";s:3:"tag";s:5:"9.5.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.7.tar.gz";s:4:"date";s:10:"1679677448";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.6";a:10:{s:4:"name";s:12:"drupal 9.5.6";s:7:"version";s:5:"9.5.6";s:3:"tag";s:5:"9.5.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.6.tar.gz";s:4:"date";s:10:"1679664389";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.5";a:10:{s:4:"name";s:12:"drupal 9.5.5";s:7:"version";s:5:"9.5.5";s:3:"tag";s:5:"9.5.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.5.tar.gz";s:4:"date";s:10:"1678902101";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.4";a:10:{s:4:"name";s:12:"drupal 9.5.4";s:7:"version";s:5:"9.5.4";s:3:"tag";s:5:"9.5.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.4.tar.gz";s:4:"date";s:10:"1677680813";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.3";a:10:{s:4:"name";s:12:"drupal 9.5.3";s:7:"version";s:5:"9.5.3";s:3:"tag";s:5:"9.5.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.3.tar.gz";s:4:"date";s:10:"1675281829";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.2";a:10:{s:4:"name";s:12:"drupal 9.5.2";s:7:"version";s:5:"9.5.2";s:3:"tag";s:5:"9.5.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.2.tar.gz";s:4:"date";s:10:"1674066112";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.1";a:10:{s:4:"name";s:12:"drupal 9.5.1";s:7:"version";s:5:"9.5.1";s:3:"tag";s:5:"9.5.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.1.tar.gz";s:4:"date";s:10:"1672849046";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.5.0";a:10:{s:4:"name";s:12:"drupal 9.5.0";s:7:"version";s:5:"9.5.0";s:3:"tag";s:5:"9.5.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.5.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.5.0.tar.gz";s:4:"date";s:10:"1671115839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"9.5.0-rc2";a:10:{s:4:"name";s:16:"drupal 9.5.0-rc2";s:7:"version";s:9:"9.5.0-rc2";s:3:"tag";s:9:"9.5.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.5.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.5.0-rc2.tar.gz";s:4:"date";s:10:"1670593040";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"9.5.0-rc1";a:10:{s:4:"name";s:16:"drupal 9.5.0-rc1";s:7:"version";s:9:"9.5.0-rc1";s:3:"tag";s:9:"9.5.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.5.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.5.0-rc1.tar.gz";s:4:"date";s:10:"1668611189";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"9.5.0-beta2";a:10:{s:4:"name";s:18:"drupal 9.5.0-beta2";s:7:"version";s:11:"9.5.0-beta2";s:3:"tag";s:11:"9.5.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.5.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.5.0-beta2.tar.gz";s:4:"date";s:10:"1664463958";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"9.5.0-beta1";a:10:{s:4:"name";s:18:"drupal 9.5.0-beta1";s:7:"version";s:11:"9.5.0-beta1";s:3:"tag";s:11:"9.5.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.5.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.5.0-beta1.tar.gz";s:4:"date";s:10:"1663358587";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:6:"9.4.15";a:10:{s:4:"name";s:13:"drupal 9.4.15";s:7:"version";s:6:"9.4.15";s:3:"tag";s:6:"9.4.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.4.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.4.15.tar.gz";s:4:"date";s:10:"1683122076";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.4.14";a:10:{s:4:"name";s:13:"drupal 9.4.14";s:7:"version";s:6:"9.4.14";s:3:"tag";s:6:"9.4.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.4.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.4.14.tar.gz";s:4:"date";s:10:"1681922120";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.4.13";a:10:{s:4:"name";s:13:"drupal 9.4.13";s:7:"version";s:6:"9.4.13";s:3:"tag";s:6:"9.4.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.4.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.4.13.tar.gz";s:4:"date";s:10:"1679665413";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.4.12";a:10:{s:4:"name";s:13:"drupal 9.4.12";s:7:"version";s:6:"9.4.12";s:3:"tag";s:6:"9.4.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.4.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.4.12.tar.gz";s:4:"date";s:10:"1678901516";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.4.11";a:10:{s:4:"name";s:13:"drupal 9.4.11";s:7:"version";s:6:"9.4.11";s:3:"tag";s:6:"9.4.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.4.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.4.11.tar.gz";s:4:"date";s:10:"1675282255";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.4.10";a:10:{s:4:"name";s:13:"drupal 9.4.10";s:7:"version";s:6:"9.4.10";s:3:"tag";s:6:"9.4.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.4.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.4.10.tar.gz";s:4:"date";s:10:"1674066615";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.9";a:10:{s:4:"name";s:12:"drupal 9.4.9";s:7:"version";s:5:"9.4.9";s:3:"tag";s:5:"9.4.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.9.tar.gz";s:4:"date";s:10:"1670421053";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.8";a:10:{s:4:"name";s:12:"drupal 9.4.8";s:7:"version";s:5:"9.4.8";s:3:"tag";s:5:"9.4.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.8.tar.gz";s:4:"date";s:10:"1665072393";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.7";a:10:{s:4:"name";s:12:"drupal 9.4.7";s:7:"version";s:5:"9.4.7";s:3:"tag";s:5:"9.4.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.7.tar.gz";s:4:"date";s:10:"1664383239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.6";a:10:{s:4:"name";s:12:"drupal 9.4.6";s:7:"version";s:5:"9.4.6";s:3:"tag";s:5:"9.4.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.6.tar.gz";s:4:"date";s:10:"1663681319";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.5";a:10:{s:4:"name";s:12:"drupal 9.4.5";s:7:"version";s:5:"9.4.5";s:3:"tag";s:5:"9.4.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.5.tar.gz";s:4:"date";s:10:"1659545453";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.4";a:10:{s:4:"name";s:12:"drupal 9.4.4";s:7:"version";s:5:"9.4.4";s:3:"tag";s:5:"9.4.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.4.tar.gz";s:4:"date";s:10:"1659037490";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.3";a:10:{s:4:"name";s:12:"drupal 9.4.3";s:7:"version";s:5:"9.4.3";s:3:"tag";s:5:"9.4.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.3.tar.gz";s:4:"date";s:10:"1658333415";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.2";a:10:{s:4:"name";s:12:"drupal 9.4.2";s:7:"version";s:5:"9.4.2";s:3:"tag";s:5:"9.4.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.2.tar.gz";s:4:"date";s:10:"1657157309";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.1";a:10:{s:4:"name";s:12:"drupal 9.4.1";s:7:"version";s:5:"9.4.1";s:3:"tag";s:5:"9.4.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.1.tar.gz";s:4:"date";s:10:"1655845511";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.4.0";a:10:{s:4:"name";s:12:"drupal 9.4.0";s:7:"version";s:5:"9.4.0";s:3:"tag";s:5:"9.4.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.4.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.4.0.tar.gz";s:4:"date";s:10:"1655311138";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"9.4.0-rc2";a:10:{s:4:"name";s:16:"drupal 9.4.0-rc2";s:7:"version";s:9:"9.4.0-rc2";s:3:"tag";s:9:"9.4.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.4.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.4.0-rc2.tar.gz";s:4:"date";s:10:"1654890055";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"9.4.0-rc1";a:10:{s:4:"name";s:16:"drupal 9.4.0-rc1";s:7:"version";s:9:"9.4.0-rc1";s:3:"tag";s:9:"9.4.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.4.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.4.0-rc1.tar.gz";s:4:"date";s:10:"1654740019";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"9.4.0-beta1";a:10:{s:4:"name";s:18:"drupal 9.4.0-beta1";s:7:"version";s:11:"9.4.0-beta1";s:3:"tag";s:11:"9.4.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.4.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.4.0-beta1.tar.gz";s:4:"date";s:10:"1653938214";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"9.4.0-alpha1";a:10:{s:4:"name";s:19:"drupal 9.4.0-alpha1";s:7:"version";s:12:"9.4.0-alpha1";s:3:"tag";s:12:"9.4.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/9.4.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-9.4.0-alpha1.tar.gz";s:4:"date";s:10:"1651875606";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"9.3.22";a:10:{s:4:"name";s:13:"drupal 9.3.22";s:7:"version";s:6:"9.3.22";s:3:"tag";s:6:"9.3.22";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.22";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.22.tar.gz";s:4:"date";s:10:"1664382666";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.21";a:10:{s:4:"name";s:13:"drupal 9.3.21";s:7:"version";s:6:"9.3.21";s:3:"tag";s:6:"9.3.21";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.21";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.21.tar.gz";s:4:"date";s:10:"1659544886";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.20";a:10:{s:4:"name";s:13:"drupal 9.3.20";s:7:"version";s:6:"9.3.20";s:3:"tag";s:6:"9.3.20";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.20";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.20.tar.gz";s:4:"date";s:10:"1659037977";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.19";a:10:{s:4:"name";s:13:"drupal 9.3.19";s:7:"version";s:6:"9.3.19";s:3:"tag";s:6:"9.3.19";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.19";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.19.tar.gz";s:4:"date";s:10:"1658333887";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.18";a:10:{s:4:"name";s:13:"drupal 9.3.18";s:7:"version";s:6:"9.3.18";s:3:"tag";s:6:"9.3.18";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.18";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.18.tar.gz";s:4:"date";s:10:"1657238772";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.17";a:10:{s:4:"name";s:13:"drupal 9.3.17";s:7:"version";s:6:"9.3.17";s:3:"tag";s:6:"9.3.17";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.17";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.17.tar.gz";s:4:"date";s:10:"1655846622";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.16";a:10:{s:4:"name";s:13:"drupal 9.3.16";s:7:"version";s:6:"9.3.16";s:3:"tag";s:6:"9.3.16";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.16";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.16.tar.gz";s:4:"date";s:10:"1654888736";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.15";a:10:{s:4:"name";s:13:"drupal 9.3.15";s:7:"version";s:6:"9.3.15";s:3:"tag";s:6:"9.3.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.15.tar.gz";s:4:"date";s:10:"1654098765";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.14";a:10:{s:4:"name";s:13:"drupal 9.3.14";s:7:"version";s:6:"9.3.14";s:3:"tag";s:6:"9.3.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.14.tar.gz";s:4:"date";s:10:"1653506291";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.13";a:10:{s:4:"name";s:13:"drupal 9.3.13";s:7:"version";s:6:"9.3.13";s:3:"tag";s:6:"9.3.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.13.tar.gz";s:4:"date";s:10:"1652261874";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.12";a:10:{s:4:"name";s:13:"drupal 9.3.12";s:7:"version";s:6:"9.3.12";s:3:"tag";s:6:"9.3.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.12.tar.gz";s:4:"date";s:10:"1650467536";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.11";a:10:{s:4:"name";s:13:"drupal 9.3.11";s:7:"version";s:6:"9.3.11";s:3:"tag";s:6:"9.3.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.11.tar.gz";s:4:"date";s:10:"1649897391";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.3.10";a:10:{s:4:"name";s:13:"drupal 9.3.10";s:7:"version";s:6:"9.3.10";s:3:"tag";s:6:"9.3.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.3.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.3.10.tar.gz";s:4:"date";s:10:"1649890098";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.9";a:10:{s:4:"name";s:12:"drupal 9.3.9";s:7:"version";s:5:"9.3.9";s:3:"tag";s:5:"9.3.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.9.tar.gz";s:4:"date";s:10:"1647899360";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.8";a:10:{s:4:"name";s:12:"drupal 9.3.8";s:7:"version";s:5:"9.3.8";s:3:"tag";s:5:"9.3.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.8.tar.gz";s:4:"date";s:10:"1647446914";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.7";a:10:{s:4:"name";s:12:"drupal 9.3.7";s:7:"version";s:5:"9.3.7";s:3:"tag";s:5:"9.3.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.7.tar.gz";s:4:"date";s:10:"1646300599";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.6";a:10:{s:4:"name";s:12:"drupal 9.3.6";s:7:"version";s:5:"9.3.6";s:3:"tag";s:5:"9.3.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.6.tar.gz";s:4:"date";s:10:"1645029460";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.5";a:10:{s:4:"name";s:12:"drupal 9.3.5";s:7:"version";s:5:"9.3.5";s:3:"tag";s:5:"9.3.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.5.tar.gz";s:4:"date";s:10:"1644011676";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.4";a:10:{s:4:"name";s:12:"drupal 9.3.4";s:7:"version";s:5:"9.3.4";s:3:"tag";s:5:"9.3.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.4.tar.gz";s:4:"date";s:10:"1643832805";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.3";a:10:{s:4:"name";s:12:"drupal 9.3.3";s:7:"version";s:5:"9.3.3";s:3:"tag";s:5:"9.3.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.3.tar.gz";s:4:"date";s:10:"1642607769";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.2";a:10:{s:4:"name";s:12:"drupal 9.3.2";s:7:"version";s:5:"9.3.2";s:3:"tag";s:5:"9.3.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.2.tar.gz";s:4:"date";s:10:"1641351799";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.1";a:10:{s:4:"name";s:12:"drupal 9.3.1";s:7:"version";s:5:"9.3.1";s:3:"tag";s:5:"9.3.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.1.tar.gz";s:4:"date";s:10:"1641342679";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.3.0";a:10:{s:4:"name";s:12:"drupal 9.3.0";s:7:"version";s:5:"9.3.0";s:3:"tag";s:5:"9.3.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.3.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.3.0.tar.gz";s:4:"date";s:10:"1639051276";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"9.3.0-rc1";a:10:{s:4:"name";s:16:"drupal 9.3.0-rc1";s:7:"version";s:9:"9.3.0-rc1";s:3:"tag";s:9:"9.3.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.3.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.3.0-rc1.tar.gz";s:4:"date";s:10:"1637959424";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"9.3.0-beta3";a:10:{s:4:"name";s:18:"drupal 9.3.0-beta3";s:7:"version";s:11:"9.3.0-beta3";s:3:"tag";s:11:"9.3.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.3.0-beta3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.3.0-beta3.tar.gz";s:4:"date";s:10:"1637764182";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"9.3.0-beta2";a:10:{s:4:"name";s:18:"drupal 9.3.0-beta2";s:7:"version";s:11:"9.3.0-beta2";s:3:"tag";s:11:"9.3.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.3.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.3.0-beta2.tar.gz";s:4:"date";s:10:"1637196496";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"9.3.0-beta1";a:10:{s:4:"name";s:18:"drupal 9.3.0-beta1";s:7:"version";s:11:"9.3.0-beta1";s:3:"tag";s:11:"9.3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.3.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.3.0-beta1.tar.gz";s:4:"date";s:10:"1636746050";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"9.3.0-alpha1";a:10:{s:4:"name";s:19:"drupal 9.3.0-alpha1";s:7:"version";s:12:"9.3.0-alpha1";s:3:"tag";s:12:"9.3.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/9.3.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-9.3.0-alpha1.tar.gz";s:4:"date";s:10:"1635510285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"9.2.21";a:10:{s:4:"name";s:13:"drupal 9.2.21";s:7:"version";s:6:"9.2.21";s:3:"tag";s:6:"9.2.21";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.21";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.21.tar.gz";s:4:"date";s:10:"1654889475";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.20";a:10:{s:4:"name";s:13:"drupal 9.2.20";s:7:"version";s:6:"9.2.20";s:3:"tag";s:6:"9.2.20";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.20";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.20.tar.gz";s:4:"date";s:10:"1653507225";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.19";a:10:{s:4:"name";s:13:"drupal 9.2.19";s:7:"version";s:6:"9.2.19";s:3:"tag";s:6:"9.2.19";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.19";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.19.tar.gz";s:4:"date";s:10:"1652306637";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.18";a:10:{s:4:"name";s:13:"drupal 9.2.18";s:7:"version";s:6:"9.2.18";s:3:"tag";s:6:"9.2.18";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.18";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.18.tar.gz";s:4:"date";s:10:"1650466972";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.17";a:10:{s:4:"name";s:13:"drupal 9.2.17";s:7:"version";s:6:"9.2.17";s:3:"tag";s:6:"9.2.17";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.17";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.17.tar.gz";s:4:"date";s:10:"1649898006";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.16";a:10:{s:4:"name";s:13:"drupal 9.2.16";s:7:"version";s:6:"9.2.16";s:3:"tag";s:6:"9.2.16";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.16";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.16.tar.gz";s:4:"date";s:10:"1647898826";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.15";a:10:{s:4:"name";s:13:"drupal 9.2.15";s:7:"version";s:6:"9.2.15";s:3:"tag";s:6:"9.2.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.15.tar.gz";s:4:"date";s:10:"1647447411";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.14";a:10:{s:4:"name";s:13:"drupal 9.2.14";s:7:"version";s:6:"9.2.14";s:3:"tag";s:6:"9.2.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.14.tar.gz";s:4:"date";s:10:"1647027629";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.13";a:10:{s:4:"name";s:13:"drupal 9.2.13";s:7:"version";s:6:"9.2.13";s:3:"tag";s:6:"9.2.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.13.tar.gz";s:4:"date";s:10:"1645029955";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.12";a:10:{s:4:"name";s:13:"drupal 9.2.12";s:7:"version";s:6:"9.2.12";s:3:"tag";s:6:"9.2.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.12.tar.gz";s:4:"date";s:10:"1644012448";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.11";a:10:{s:4:"name";s:13:"drupal 9.2.11";s:7:"version";s:6:"9.2.11";s:3:"tag";s:6:"9.2.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.11.tar.gz";s:4:"date";s:10:"1642608353";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.2.10";a:10:{s:4:"name";s:13:"drupal 9.2.10";s:7:"version";s:6:"9.2.10";s:3:"tag";s:6:"9.2.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.2.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.2.10.tar.gz";s:4:"date";s:10:"1637765544";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.9";a:10:{s:4:"name";s:12:"drupal 9.2.9";s:7:"version";s:5:"9.2.9";s:3:"tag";s:5:"9.2.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.9.tar.gz";s:4:"date";s:10:"1637184936";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.8";a:10:{s:4:"name";s:12:"drupal 9.2.8";s:7:"version";s:5:"9.2.8";s:3:"tag";s:5:"9.2.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.8.tar.gz";s:4:"date";s:10:"1635961216";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.7";a:10:{s:4:"name";s:12:"drupal 9.2.7";s:7:"version";s:5:"9.2.7";s:3:"tag";s:5:"9.2.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.7.tar.gz";s:4:"date";s:10:"1633544267";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.6";a:10:{s:4:"name";s:12:"drupal 9.2.6";s:7:"version";s:5:"9.2.6";s:3:"tag";s:5:"9.2.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.6.tar.gz";s:4:"date";s:10:"1631721555";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.5";a:10:{s:4:"name";s:12:"drupal 9.2.5";s:7:"version";s:5:"9.2.5";s:3:"tag";s:5:"9.2.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.5.tar.gz";s:4:"date";s:10:"1630534729";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.4";a:10:{s:4:"name";s:12:"drupal 9.2.4";s:7:"version";s:5:"9.2.4";s:3:"tag";s:5:"9.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.4.tar.gz";s:4:"date";s:10:"1628791178";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.3";a:10:{s:4:"name";s:12:"drupal 9.2.3";s:7:"version";s:5:"9.2.3";s:3:"tag";s:5:"9.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.3.tar.gz";s:4:"date";s:10:"1627997922";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.2";a:10:{s:4:"name";s:12:"drupal 9.2.2";s:7:"version";s:5:"9.2.2";s:3:"tag";s:5:"9.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.2.tar.gz";s:4:"date";s:10:"1626882385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.1";a:10:{s:4:"name";s:12:"drupal 9.2.1";s:7:"version";s:5:"9.2.1";s:3:"tag";s:5:"9.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.1.tar.gz";s:4:"date";s:10:"1625664286";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.2.0";a:10:{s:4:"name";s:12:"drupal 9.2.0";s:7:"version";s:5:"9.2.0";s:3:"tag";s:5:"9.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.2.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.2.0.tar.gz";s:4:"date";s:10:"1623847798";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"9.2.0-rc1";a:10:{s:4:"name";s:16:"drupal 9.2.0-rc1";s:7:"version";s:9:"9.2.0-rc1";s:3:"tag";s:9:"9.2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.2.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.2.0-rc1.tar.gz";s:4:"date";s:10:"1623080867";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"9.2.0-beta3";a:10:{s:4:"name";s:18:"drupal 9.2.0-beta3";s:7:"version";s:11:"9.2.0-beta3";s:3:"tag";s:11:"9.2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.2.0-beta3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.2.0-beta3.tar.gz";s:4:"date";s:10:"1622207568";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"9.2.0-beta2";a:10:{s:4:"name";s:18:"drupal 9.2.0-beta2";s:7:"version";s:11:"9.2.0-beta2";s:3:"tag";s:11:"9.2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.2.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.2.0-beta2.tar.gz";s:4:"date";s:10:"1622068611";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:4:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:12:"New features";i:3;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"9.2.0-beta1";a:10:{s:4:"name";s:18:"drupal 9.2.0-beta1";s:7:"version";s:11:"9.2.0-beta1";s:3:"tag";s:11:"9.2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.2.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.2.0-beta1.tar.gz";s:4:"date";s:10:"1621506248";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"9.2.0-alpha1";a:10:{s:4:"name";s:19:"drupal 9.2.0-alpha1";s:7:"version";s:12:"9.2.0-alpha1";s:3:"tag";s:12:"9.2.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/9.2.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-9.2.0-alpha1.tar.gz";s:4:"date";s:10:"1620291652";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"9.1.15";a:10:{s:4:"name";s:13:"drupal 9.1.15";s:7:"version";s:6:"9.1.15";s:3:"tag";s:6:"9.1.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.1.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.1.15.tar.gz";s:4:"date";s:10:"1637766681";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.1.14";a:10:{s:4:"name";s:13:"drupal 9.1.14";s:7:"version";s:6:"9.1.14";s:3:"tag";s:6:"9.1.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.1.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.1.14.tar.gz";s:4:"date";s:10:"1637185450";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.1.13";a:10:{s:4:"name";s:13:"drupal 9.1.13";s:7:"version";s:6:"9.1.13";s:3:"tag";s:6:"9.1.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.1.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.1.13.tar.gz";s:4:"date";s:10:"1631722011";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.1.12";a:10:{s:4:"name";s:13:"drupal 9.1.12";s:7:"version";s:6:"9.1.12";s:3:"tag";s:6:"9.1.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.1.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.1.12.tar.gz";s:4:"date";s:10:"1628791786";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.1.11";a:10:{s:4:"name";s:13:"drupal 9.1.11";s:7:"version";s:6:"9.1.11";s:3:"tag";s:6:"9.1.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.1.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.1.11.tar.gz";s:4:"date";s:10:"1626882849";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.1.10";a:10:{s:4:"name";s:13:"drupal 9.1.10";s:7:"version";s:6:"9.1.10";s:3:"tag";s:6:"9.1.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.1.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.1.10.tar.gz";s:4:"date";s:10:"1622828120";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.9";a:10:{s:4:"name";s:12:"drupal 9.1.9";s:7:"version";s:5:"9.1.9";s:3:"tag";s:5:"9.1.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.9.tar.gz";s:4:"date";s:10:"1622056478";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.8";a:10:{s:4:"name";s:12:"drupal 9.1.8";s:7:"version";s:5:"9.1.8";s:3:"tag";s:5:"9.1.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.8.tar.gz";s:4:"date";s:10:"1620214182";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.7";a:10:{s:4:"name";s:12:"drupal 9.1.7";s:7:"version";s:5:"9.1.7";s:3:"tag";s:5:"9.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.7.tar.gz";s:4:"date";s:10:"1619022156";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.6";a:10:{s:4:"name";s:12:"drupal 9.1.6";s:7:"version";s:5:"9.1.6";s:3:"tag";s:5:"9.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.6.tar.gz";s:4:"date";s:10:"1617795446";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.5";a:10:{s:4:"name";s:12:"drupal 9.1.5";s:7:"version";s:5:"9.1.5";s:3:"tag";s:5:"9.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.5.tar.gz";s:4:"date";s:10:"1614869503";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.4";a:10:{s:4:"name";s:12:"drupal 9.1.4";s:7:"version";s:5:"9.1.4";s:3:"tag";s:5:"9.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.4.tar.gz";s:4:"date";s:10:"1612380948";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.3";a:10:{s:4:"name";s:12:"drupal 9.1.3";s:7:"version";s:5:"9.1.3";s:3:"tag";s:5:"9.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.3.tar.gz";s:4:"date";s:10:"1611161215";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.2";a:10:{s:4:"name";s:12:"drupal 9.1.2";s:7:"version";s:5:"9.1.2";s:3:"tag";s:5:"9.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.2.tar.gz";s:4:"date";s:10:"1609984407";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.1";a:10:{s:4:"name";s:12:"drupal 9.1.1";s:7:"version";s:5:"9.1.1";s:3:"tag";s:5:"9.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.1.tar.gz";s:4:"date";s:10:"1609979034";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.1.0";a:10:{s:4:"name";s:12:"drupal 9.1.0";s:7:"version";s:5:"9.1.0";s:3:"tag";s:5:"9.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.1.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.1.0.tar.gz";s:4:"date";s:10:"1606933254";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"9.1.0-rc3";a:10:{s:4:"name";s:16:"drupal 9.1.0-rc3";s:7:"version";s:9:"9.1.0-rc3";s:3:"tag";s:9:"9.1.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.1.0-rc3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.1.0-rc3.tar.gz";s:4:"date";s:10:"1606357271";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"9.1.0-rc2";a:10:{s:4:"name";s:16:"drupal 9.1.0-rc2";s:7:"version";s:9:"9.1.0-rc2";s:3:"tag";s:9:"9.1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.1.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.1.0-rc2.tar.gz";s:4:"date";s:10:"1606332982";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"9.1.0-rc1";a:10:{s:4:"name";s:16:"drupal 9.1.0-rc1";s:7:"version";s:9:"9.1.0-rc1";s:3:"tag";s:9:"9.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.1.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.1.0-rc1.tar.gz";s:4:"date";s:10:"1605722782";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:4:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:12:"New features";i:3;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"9.1.0-beta1";a:10:{s:4:"name";s:18:"drupal 9.1.0-beta1";s:7:"version";s:11:"9.1.0-beta1";s:3:"tag";s:11:"9.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.1.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.1.0-beta1.tar.gz";s:4:"date";s:10:"1604672644";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"9.1.0-alpha1";a:10:{s:4:"name";s:19:"drupal 9.1.0-alpha1";s:7:"version";s:12:"9.1.0-alpha1";s:3:"tag";s:12:"9.1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/9.1.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-9.1.0-alpha1.tar.gz";s:4:"date";s:10:"1603466665";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"9.0.14";a:10:{s:4:"name";s:13:"drupal 9.0.14";s:7:"version";s:6:"9.0.14";s:3:"tag";s:6:"9.0.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.0.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.0.14.tar.gz";s:4:"date";s:10:"1622055778";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.0.13";a:10:{s:4:"name";s:13:"drupal 9.0.13";s:7:"version";s:6:"9.0.13";s:3:"tag";s:6:"9.0.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.0.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.0.13.tar.gz";s:4:"date";s:10:"1620218506";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.0.12";a:10:{s:4:"name";s:13:"drupal 9.0.12";s:7:"version";s:6:"9.0.12";s:3:"tag";s:6:"9.0.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.0.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.0.12.tar.gz";s:4:"date";s:10:"1619020951";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.0.11";a:10:{s:4:"name";s:13:"drupal 9.0.11";s:7:"version";s:6:"9.0.11";s:3:"tag";s:6:"9.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.0.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.0.11.tar.gz";s:4:"date";s:10:"1611161749";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"9.0.10";a:10:{s:4:"name";s:13:"drupal 9.0.10";s:7:"version";s:6:"9.0.10";s:3:"tag";s:6:"9.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/9.0.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-9.0.10.tar.gz";s:4:"date";s:10:"1607029536";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.9";a:10:{s:4:"name";s:12:"drupal 9.0.9";s:7:"version";s:5:"9.0.9";s:3:"tag";s:5:"9.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.9.tar.gz";s:4:"date";s:10:"1606359757";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.8";a:10:{s:4:"name";s:12:"drupal 9.0.8";s:7:"version";s:5:"9.0.8";s:3:"tag";s:5:"9.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.8.tar.gz";s:4:"date";s:10:"1605720638";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.7";a:10:{s:4:"name";s:12:"drupal 9.0.7";s:7:"version";s:5:"9.0.7";s:3:"tag";s:5:"9.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.7.tar.gz";s:4:"date";s:10:"1602100055";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.6";a:10:{s:4:"name";s:12:"drupal 9.0.6";s:7:"version";s:5:"9.0.6";s:3:"tag";s:5:"9.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.6.tar.gz";s:4:"date";s:10:"1600275813";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.5";a:10:{s:4:"name";s:12:"drupal 9.0.5";s:7:"version";s:5:"9.0.5";s:3:"tag";s:5:"9.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.5.tar.gz";s:4:"date";s:10:"1599167739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.4";a:10:{s:4:"name";s:12:"drupal 9.0.4";s:7:"version";s:5:"9.0.4";s:3:"tag";s:5:"9.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.4.tar.gz";s:4:"date";s:10:"1599046734";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.3";a:10:{s:4:"name";s:12:"drupal 9.0.3";s:7:"version";s:5:"9.0.3";s:3:"tag";s:5:"9.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.3.tar.gz";s:4:"date";s:10:"1596664575";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.2";a:10:{s:4:"name";s:12:"drupal 9.0.2";s:7:"version";s:5:"9.0.2";s:3:"tag";s:5:"9.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.2.tar.gz";s:4:"date";s:10:"1594237418";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.1";a:10:{s:4:"name";s:12:"drupal 9.0.1";s:7:"version";s:5:"9.0.1";s:3:"tag";s:5:"9.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.1.tar.gz";s:4:"date";s:10:"1592417721";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"9.0.0";a:10:{s:4:"name";s:12:"drupal 9.0.0";s:7:"version";s:5:"9.0.0";s:3:"tag";s:5:"9.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/9.0.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-9.0.0.tar.gz";s:4:"date";s:10:"1591221685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"9.0.0-rc1";a:10:{s:4:"name";s:16:"drupal 9.0.0-rc1";s:7:"version";s:9:"9.0.0-rc1";s:3:"tag";s:9:"9.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.0.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.0.0-rc1.tar.gz";s:4:"date";s:10:"1590187579";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"9.0.0-beta3";a:10:{s:4:"name";s:18:"drupal 9.0.0-beta3";s:7:"version";s:11:"9.0.0-beta3";s:3:"tag";s:11:"9.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.0.0-beta3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.0.0-beta3.tar.gz";s:4:"date";s:10:"1589587936";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"9.0.0-beta2";a:10:{s:4:"name";s:18:"drupal 9.0.0-beta2";s:7:"version";s:11:"9.0.0-beta2";s:3:"tag";s:11:"9.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.0.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.0.0-beta2.tar.gz";s:4:"date";s:10:"1585597395";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"9.0.0-beta1";a:10:{s:4:"name";s:18:"drupal 9.0.0-beta1";s:7:"version";s:11:"9.0.0-beta1";s:3:"tag";s:11:"9.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/9.0.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-9.0.0-beta1.tar.gz";s:4:"date";s:10:"1584734060";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"9.0.0-alpha2";a:10:{s:4:"name";s:19:"drupal 9.0.0-alpha2";s:7:"version";s:12:"9.0.0-alpha2";s:3:"tag";s:12:"9.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/9.0.0-alpha2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-9.0.0-alpha2.tar.gz";s:4:"date";s:10:"1583349043";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:12:"9.0.0-alpha1";a:10:{s:4:"name";s:19:"drupal 9.0.0-alpha1";s:7:"version";s:12:"9.0.0-alpha1";s:3:"tag";s:12:"9.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/9.0.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-9.0.0-alpha1.tar.gz";s:4:"date";s:10:"1581447927";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"8.9.20";a:10:{s:4:"name";s:13:"drupal 8.9.20";s:7:"version";s:6:"8.9.20";s:3:"tag";s:6:"8.9.20";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.20";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.20.tar.gz";s:4:"date";s:10:"1637185966";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.19";a:10:{s:4:"name";s:13:"drupal 8.9.19";s:7:"version";s:6:"8.9.19";s:3:"tag";s:6:"8.9.19";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.19";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.19.tar.gz";s:4:"date";s:10:"1631722431";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.18";a:10:{s:4:"name";s:13:"drupal 8.9.18";s:7:"version";s:6:"8.9.18";s:3:"tag";s:6:"8.9.18";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.18";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.18.tar.gz";s:4:"date";s:10:"1628792296";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.17";a:10:{s:4:"name";s:13:"drupal 8.9.17";s:7:"version";s:6:"8.9.17";s:3:"tag";s:6:"8.9.17";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.17";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.17.tar.gz";s:4:"date";s:10:"1626883324";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.16";a:10:{s:4:"name";s:13:"drupal 8.9.16";s:7:"version";s:6:"8.9.16";s:3:"tag";s:6:"8.9.16";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.16";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.16.tar.gz";s:4:"date";s:10:"1622058087";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.15";a:10:{s:4:"name";s:13:"drupal 8.9.15";s:7:"version";s:6:"8.9.15";s:3:"tag";s:6:"8.9.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.15.tar.gz";s:4:"date";s:10:"1620216983";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.14";a:10:{s:4:"name";s:13:"drupal 8.9.14";s:7:"version";s:6:"8.9.14";s:3:"tag";s:6:"8.9.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.14.tar.gz";s:4:"date";s:10:"1619021518";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.13";a:10:{s:4:"name";s:13:"drupal 8.9.13";s:7:"version";s:6:"8.9.13";s:3:"tag";s:6:"8.9.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.13.tar.gz";s:4:"date";s:10:"1611162272";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.12";a:10:{s:4:"name";s:13:"drupal 8.9.12";s:7:"version";s:6:"8.9.12";s:3:"tag";s:6:"8.9.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.12.tar.gz";s:4:"date";s:10:"1609977009";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.11";a:10:{s:4:"name";s:13:"drupal 8.9.11";s:7:"version";s:6:"8.9.11";s:3:"tag";s:6:"8.9.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.11.tar.gz";s:4:"date";s:10:"1607030087";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.9.10";a:10:{s:4:"name";s:13:"drupal 8.9.10";s:7:"version";s:6:"8.9.10";s:3:"tag";s:6:"8.9.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.9.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.9.10.tar.gz";s:4:"date";s:10:"1606360301";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.9";a:10:{s:4:"name";s:12:"drupal 8.9.9";s:7:"version";s:5:"8.9.9";s:3:"tag";s:5:"8.9.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.9.tar.gz";s:4:"date";s:10:"1605721120";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.8";a:10:{s:4:"name";s:12:"drupal 8.9.8";s:7:"version";s:5:"8.9.8";s:3:"tag";s:5:"8.9.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.8.tar.gz";s:4:"date";s:10:"1604595269";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.7";a:10:{s:4:"name";s:12:"drupal 8.9.7";s:7:"version";s:5:"8.9.7";s:3:"tag";s:5:"8.9.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.7.tar.gz";s:4:"date";s:10:"1602100507";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.6";a:10:{s:4:"name";s:12:"drupal 8.9.6";s:7:"version";s:5:"8.9.6";s:3:"tag";s:5:"8.9.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.6.tar.gz";s:4:"date";s:10:"1600276267";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.5";a:10:{s:4:"name";s:12:"drupal 8.9.5";s:7:"version";s:5:"8.9.5";s:3:"tag";s:5:"8.9.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.5.tar.gz";s:4:"date";s:10:"1599168205";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.4";a:10:{s:4:"name";s:12:"drupal 8.9.4";s:7:"version";s:5:"8.9.4";s:3:"tag";s:5:"8.9.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.4.tar.gz";s:4:"date";s:10:"1599047691";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.3";a:10:{s:4:"name";s:12:"drupal 8.9.3";s:7:"version";s:5:"8.9.3";s:3:"tag";s:5:"8.9.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.3.tar.gz";s:4:"date";s:10:"1596665051";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.2";a:10:{s:4:"name";s:12:"drupal 8.9.2";s:7:"version";s:5:"8.9.2";s:3:"tag";s:5:"8.9.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.2.tar.gz";s:4:"date";s:10:"1594237961";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.1";a:10:{s:4:"name";s:12:"drupal 8.9.1";s:7:"version";s:5:"8.9.1";s:3:"tag";s:5:"8.9.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.1.tar.gz";s:4:"date";s:10:"1592418237";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.9.0";a:10:{s:4:"name";s:12:"drupal 8.9.0";s:7:"version";s:5:"8.9.0";s:3:"tag";s:5:"8.9.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.9.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.9.0.tar.gz";s:4:"date";s:10:"1591204117";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.9.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.9.0-rc1";s:7:"version";s:9:"8.9.0-rc1";s:3:"tag";s:9:"8.9.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.9.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.9.0-rc1.tar.gz";s:4:"date";s:10:"1590189096";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.9.0-beta3";a:10:{s:4:"name";s:18:"drupal 8.9.0-beta3";s:7:"version";s:11:"8.9.0-beta3";s:3:"tag";s:11:"8.9.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.9.0-beta3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.9.0-beta3.tar.gz";s:4:"date";s:10:"1589746375";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.9.0-beta2";a:10:{s:4:"name";s:18:"drupal 8.9.0-beta2";s:7:"version";s:11:"8.9.0-beta2";s:3:"tag";s:11:"8.9.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.9.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.9.0-beta2.tar.gz";s:4:"date";s:10:"1585863226";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.9.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.9.0-beta1";s:7:"version";s:11:"8.9.0-beta1";s:3:"tag";s:11:"8.9.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.9.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.9.0-beta1.tar.gz";s:4:"date";s:10:"1585263710";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:6:"8.8.12";a:10:{s:4:"name";s:13:"drupal 8.8.12";s:7:"version";s:6:"8.8.12";s:3:"tag";s:6:"8.8.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.8.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.8.12.tar.gz";s:4:"date";s:10:"1606360866";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.8.11";a:10:{s:4:"name";s:13:"drupal 8.8.11";s:7:"version";s:6:"8.8.11";s:3:"tag";s:6:"8.8.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.8.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.8.11.tar.gz";s:4:"date";s:10:"1605721628";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.8.10";a:10:{s:4:"name";s:13:"drupal 8.8.10";s:7:"version";s:6:"8.8.10";s:3:"tag";s:6:"8.8.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.8.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.8.10.tar.gz";s:4:"date";s:10:"1600276704";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.9";a:10:{s:4:"name";s:12:"drupal 8.8.9";s:7:"version";s:5:"8.8.9";s:3:"tag";s:5:"8.8.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.9.tar.gz";s:4:"date";s:10:"1599168716";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.8";a:10:{s:4:"name";s:12:"drupal 8.8.8";s:7:"version";s:5:"8.8.8";s:3:"tag";s:5:"8.8.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.8.tar.gz";s:4:"date";s:10:"1592418750";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.7";a:10:{s:4:"name";s:12:"drupal 8.8.7";s:7:"version";s:5:"8.8.7";s:3:"tag";s:5:"8.8.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.7.tar.gz";s:4:"date";s:10:"1591203837";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.6";a:10:{s:4:"name";s:12:"drupal 8.8.6";s:7:"version";s:5:"8.8.6";s:3:"tag";s:5:"8.8.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.6.tar.gz";s:4:"date";s:10:"1589989060";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.5";a:10:{s:4:"name";s:12:"drupal 8.8.5";s:7:"version";s:5:"8.8.5";s:3:"tag";s:5:"8.8.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.5.tar.gz";s:4:"date";s:10:"1585861530";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.4";a:10:{s:4:"name";s:12:"drupal 8.8.4";s:7:"version";s:5:"8.8.4";s:3:"tag";s:5:"8.8.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.4.tar.gz";s:4:"date";s:10:"1584560524";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.3";a:10:{s:4:"name";s:12:"drupal 8.8.3";s:7:"version";s:5:"8.8.3";s:3:"tag";s:5:"8.8.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.3.tar.gz";s:4:"date";s:10:"1583347094";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.2";a:10:{s:4:"name";s:12:"drupal 8.8.2";s:7:"version";s:5:"8.8.2";s:3:"tag";s:5:"8.8.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.2.tar.gz";s:4:"date";s:10:"1580598849";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.1";a:10:{s:4:"name";s:12:"drupal 8.8.1";s:7:"version";s:5:"8.8.1";s:3:"tag";s:5:"8.8.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.1.tar.gz";s:4:"date";s:10:"1576695785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.8.0";a:10:{s:4:"name";s:12:"drupal 8.8.0";s:7:"version";s:5:"8.8.0";s:3:"tag";s:5:"8.8.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.8.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.8.0.tar.gz";s:4:"date";s:10:"1575450481";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.8.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.8.0-rc1";s:7:"version";s:9:"8.8.0-rc1";s:3:"tag";s:9:"8.8.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.8.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.8.0-rc1.tar.gz";s:4:"date";s:10:"1574462580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.8.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.8.0-beta1";s:7:"version";s:11:"8.8.0-beta1";s:3:"tag";s:11:"8.8.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.8.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.8.0-beta1.tar.gz";s:4:"date";s:10:"1573256280";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.8.0-alpha1";a:10:{s:4:"name";s:19:"drupal 8.8.0-alpha1";s:7:"version";s:12:"8.8.0-alpha1";s:3:"tag";s:12:"8.8.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.8.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.8.0-alpha1.tar.gz";s:4:"date";s:10:"1571355784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"8.7.14";a:10:{s:4:"name";s:13:"drupal 8.7.14";s:7:"version";s:6:"8.7.14";s:3:"tag";s:6:"8.7.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.7.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.7.14.tar.gz";s:4:"date";s:10:"1589988665";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.7.13";a:10:{s:4:"name";s:13:"drupal 8.7.13";s:7:"version";s:6:"8.7.13";s:3:"tag";s:6:"8.7.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.7.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.7.13.tar.gz";s:4:"date";s:10:"1585861883";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.7.12";a:10:{s:4:"name";s:13:"drupal 8.7.12";s:7:"version";s:6:"8.7.12";s:3:"tag";s:6:"8.7.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.7.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.7.12.tar.gz";s:4:"date";s:10:"1584552250";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.7.11";a:10:{s:4:"name";s:13:"drupal 8.7.11";s:7:"version";s:6:"8.7.11";s:3:"tag";s:6:"8.7.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.7.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.7.11.tar.gz";s:4:"date";s:10:"1576695785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.7.10";a:10:{s:4:"name";s:13:"drupal 8.7.10";s:7:"version";s:6:"8.7.10";s:3:"tag";s:6:"8.7.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.7.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.7.10.tar.gz";s:4:"date";s:10:"1573687985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.9";a:10:{s:4:"name";s:12:"drupal 8.7.9";s:7:"version";s:5:"8.7.9";s:3:"tag";s:5:"8.7.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.9.tar.gz";s:4:"date";s:10:"1573063387";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.8";a:10:{s:4:"name";s:12:"drupal 8.7.8";s:7:"version";s:5:"8.7.8";s:3:"tag";s:5:"8.7.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.8.tar.gz";s:4:"date";s:10:"1570044484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.7";a:10:{s:4:"name";s:12:"drupal 8.7.7";s:7:"version";s:5:"8.7.7";s:3:"tag";s:5:"8.7.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.7.tar.gz";s:4:"date";s:10:"1567593185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.6";a:10:{s:4:"name";s:12:"drupal 8.7.6";s:7:"version";s:5:"8.7.6";s:3:"tag";s:5:"8.7.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.6.tar.gz";s:4:"date";s:10:"1565206385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.5";a:10:{s:4:"name";s:12:"drupal 8.7.5";s:7:"version";s:5:"8.7.5";s:3:"tag";s:5:"8.7.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.5.tar.gz";s:4:"date";s:10:"1563380885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.4";a:10:{s:4:"name";s:12:"drupal 8.7.4";s:7:"version";s:5:"8.7.4";s:3:"tag";s:5:"8.7.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.4.tar.gz";s:4:"date";s:10:"1562225587";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.3";a:10:{s:4:"name";s:12:"drupal 8.7.3";s:7:"version";s:5:"8.7.3";s:3:"tag";s:5:"8.7.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.3.tar.gz";s:4:"date";s:10:"1559762581";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.2";a:10:{s:4:"name";s:12:"drupal 8.7.2";s:7:"version";s:5:"8.7.2";s:3:"tag";s:5:"8.7.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.2.tar.gz";s:4:"date";s:10:"1558597086";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.1";a:10:{s:4:"name";s:12:"drupal 8.7.1";s:7:"version";s:5:"8.7.1";s:3:"tag";s:5:"8.7.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.1.tar.gz";s:4:"date";s:10:"1557335588";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.7.0";a:10:{s:4:"name";s:12:"drupal 8.7.0";s:7:"version";s:5:"8.7.0";s:3:"tag";s:5:"8.7.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.7.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.7.0.tar.gz";s:4:"date";s:10:"1556737085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.7.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.7.0-rc1";s:7:"version";s:9:"8.7.0-rc1";s:3:"tag";s:9:"8.7.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.7.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.7.0-rc1.tar.gz";s:4:"date";s:10:"1555603385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:4:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:12:"New features";i:3;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.7.0-beta2";a:10:{s:4:"name";s:18:"drupal 8.7.0-beta2";s:7:"version";s:11:"8.7.0-beta2";s:3:"tag";s:11:"8.7.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.7.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.7.0-beta2.tar.gz";s:4:"date";s:10:"1554684784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.7.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.7.0-beta1";s:7:"version";s:11:"8.7.0-beta1";s:3:"tag";s:11:"8.7.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.7.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.7.0-beta1.tar.gz";s:4:"date";s:10:"1553881681";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.7.0-alpha2";a:10:{s:4:"name";s:19:"drupal 8.7.0-alpha2";s:7:"version";s:12:"8.7.0-alpha2";s:3:"tag";s:12:"8.7.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.7.0-alpha2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.7.0-alpha2.tar.gz";s:4:"date";s:10:"1553106180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:12:"8.7.0-alpha1";a:10:{s:4:"name";s:19:"drupal 8.7.0-alpha1";s:7:"version";s:12:"8.7.0-alpha1";s:3:"tag";s:12:"8.7.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.7.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.7.0-alpha1.tar.gz";s:4:"date";s:10:"1552602484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"8.6.18";a:10:{s:4:"name";s:13:"drupal 8.6.18";s:7:"version";s:6:"8.6.18";s:3:"tag";s:6:"8.6.18";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.18";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.18.tar.gz";s:4:"date";s:10:"1573687985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.6.17";a:10:{s:4:"name";s:13:"drupal 8.6.17";s:7:"version";s:6:"8.6.17";s:3:"tag";s:6:"8.6.17";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.17";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.17.tar.gz";s:4:"date";s:10:"1560756785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.6.16";a:10:{s:4:"name";s:13:"drupal 8.6.16";s:7:"version";s:6:"8.6.16";s:3:"tag";s:6:"8.6.16";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.16";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.16.tar.gz";s:4:"date";s:10:"1557335588";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.6.15";a:10:{s:4:"name";s:13:"drupal 8.6.15";s:7:"version";s:6:"8.6.15";s:3:"tag";s:6:"8.6.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.15.tar.gz";s:4:"date";s:10:"1555533181";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.6.14";a:10:{s:4:"name";s:13:"drupal 8.6.14";s:7:"version";s:6:"8.6.14";s:3:"tag";s:6:"8.6.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.14.tar.gz";s:4:"date";s:10:"1554688384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.6.13";a:10:{s:4:"name";s:13:"drupal 8.6.13";s:7:"version";s:6:"8.6.13";s:3:"tag";s:6:"8.6.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.13.tar.gz";s:4:"date";s:10:"1553099584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.6.12";a:10:{s:4:"name";s:13:"drupal 8.6.12";s:7:"version";s:6:"8.6.12";s:3:"tag";s:6:"8.6.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.12.tar.gz";s:4:"date";s:10:"1552601584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.6.11";a:10:{s:4:"name";s:13:"drupal 8.6.11";s:7:"version";s:6:"8.6.11";s:3:"tag";s:6:"8.6.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.11.tar.gz";s:4:"date";s:10:"1552511584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.6.10";a:10:{s:4:"name";s:13:"drupal 8.6.10";s:7:"version";s:6:"8.6.10";s:3:"tag";s:6:"8.6.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.6.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.6.10.tar.gz";s:4:"date";s:10:"1550691784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.9";a:10:{s:4:"name";s:12:"drupal 8.6.9";s:7:"version";s:5:"8.6.9";s:3:"tag";s:5:"8.6.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.9.tar.gz";s:4:"date";s:10:"1549628580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.8";a:10:{s:4:"name";s:12:"drupal 8.6.8";s:7:"version";s:5:"8.6.8";s:3:"tag";s:5:"8.6.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.8.tar.gz";s:4:"date";s:10:"1549466580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.7";a:10:{s:4:"name";s:12:"drupal 8.6.7";s:7:"version";s:5:"8.6.7";s:3:"tag";s:5:"8.6.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.7.tar.gz";s:4:"date";s:10:"1547682180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.6";a:10:{s:4:"name";s:12:"drupal 8.6.6";s:7:"version";s:5:"8.6.6";s:3:"tag";s:5:"8.6.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.6.tar.gz";s:4:"date";s:10:"1547663557";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.5";a:10:{s:4:"name";s:12:"drupal 8.6.5";s:7:"version";s:5:"8.6.5";s:3:"tag";s:5:"8.6.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.5.tar.gz";s:4:"date";s:10:"1546467485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.4";a:10:{s:4:"name";s:12:"drupal 8.6.4";s:7:"version";s:5:"8.6.4";s:3:"tag";s:5:"8.6.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.4.tar.gz";s:4:"date";s:10:"1544011681";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.3";a:10:{s:4:"name";s:12:"drupal 8.6.3";s:7:"version";s:5:"8.6.3";s:3:"tag";s:5:"8.6.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.3.tar.gz";s:4:"date";s:10:"1541602684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.2";a:10:{s:4:"name";s:12:"drupal 8.6.2";s:7:"version";s:5:"8.6.2";s:3:"tag";s:5:"8.6.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.2.tar.gz";s:4:"date";s:10:"1539816180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.1";a:10:{s:4:"name";s:12:"drupal 8.6.1";s:7:"version";s:5:"8.6.1";s:3:"tag";s:5:"8.6.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.1.tar.gz";s:4:"date";s:10:"1536585780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.6.0";a:10:{s:4:"name";s:12:"drupal 8.6.0";s:7:"version";s:5:"8.6.0";s:3:"tag";s:5:"8.6.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.6.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.6.0.tar.gz";s:4:"date";s:10:"1536186480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.6.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.6.0-rc1";s:7:"version";s:9:"8.6.0-rc1";s:3:"tag";s:9:"8.6.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.6.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.6.0-rc1.tar.gz";s:4:"date";s:10:"1534532580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.6.0-beta2";a:10:{s:4:"name";s:18:"drupal 8.6.0-beta2";s:7:"version";s:11:"8.6.0-beta2";s:3:"tag";s:11:"8.6.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.6.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.6.0-beta2.tar.gz";s:4:"date";s:10:"1533298080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.6.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.6.0-beta1";s:7:"version";s:11:"8.6.0-beta1";s:3:"tag";s:11:"8.6.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.6.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.6.0-beta1.tar.gz";s:4:"date";s:10:"1533270485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.6.0-alpha1";a:10:{s:4:"name";s:19:"drupal 8.6.0-alpha1";s:7:"version";s:12:"8.6.0-alpha1";s:3:"tag";s:12:"8.6.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.6.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.6.0-alpha1.tar.gz";s:4:"date";s:10:"1532033881";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:6:"8.5.15";a:10:{s:4:"name";s:13:"drupal 8.5.15";s:7:"version";s:6:"8.5.15";s:3:"tag";s:6:"8.5.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.5.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.5.15.tar.gz";s:4:"date";s:10:"1555533181";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.5.14";a:10:{s:4:"name";s:13:"drupal 8.5.14";s:7:"version";s:6:"8.5.14";s:3:"tag";s:6:"8.5.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.5.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.5.14.tar.gz";s:4:"date";s:10:"1553099584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.5.13";a:10:{s:4:"name";s:13:"drupal 8.5.13";s:7:"version";s:6:"8.5.13";s:3:"tag";s:6:"8.5.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.5.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.5.13.tar.gz";s:4:"date";s:10:"1552601584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.5.12";a:10:{s:4:"name";s:13:"drupal 8.5.12";s:7:"version";s:6:"8.5.12";s:3:"tag";s:6:"8.5.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.5.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.5.12.tar.gz";s:4:"date";s:10:"1552511584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.5.11";a:10:{s:4:"name";s:13:"drupal 8.5.11";s:7:"version";s:6:"8.5.11";s:3:"tag";s:6:"8.5.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.5.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.5.11.tar.gz";s:4:"date";s:10:"1550691784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:6:"8.5.10";a:10:{s:4:"name";s:13:"drupal 8.5.10";s:7:"version";s:6:"8.5.10";s:3:"tag";s:6:"8.5.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.5.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.5.10.tar.gz";s:4:"date";s:10:"1547682180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.9";a:10:{s:4:"name";s:12:"drupal 8.5.9";s:7:"version";s:5:"8.5.9";s:3:"tag";s:5:"8.5.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.9.tar.gz";s:4:"date";s:10:"1547663557";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.8";a:10:{s:4:"name";s:12:"drupal 8.5.8";s:7:"version";s:5:"8.5.8";s:3:"tag";s:5:"8.5.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.8.tar.gz";s:4:"date";s:10:"1539816180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.7";a:10:{s:4:"name";s:12:"drupal 8.5.7";s:7:"version";s:5:"8.5.7";s:3:"tag";s:5:"8.5.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.7.tar.gz";s:4:"date";s:10:"1536187080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.6";a:10:{s:4:"name";s:12:"drupal 8.5.6";s:7:"version";s:5:"8.5.6";s:3:"tag";s:5:"8.5.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.6.tar.gz";s:4:"date";s:10:"1533156780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.5";a:10:{s:4:"name";s:12:"drupal 8.5.5";s:7:"version";s:5:"8.5.5";s:3:"tag";s:5:"8.5.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.5.tar.gz";s:4:"date";s:10:"1530738820";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.4";a:10:{s:4:"name";s:12:"drupal 8.5.4";s:7:"version";s:5:"8.5.4";s:3:"tag";s:5:"8.5.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.4.tar.gz";s:4:"date";s:10:"1528319584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.3";a:10:{s:4:"name";s:12:"drupal 8.5.3";s:7:"version";s:5:"8.5.3";s:3:"tag";s:5:"8.5.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.3.tar.gz";s:4:"date";s:10:"1524672780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.2";a:10:{s:4:"name";s:12:"drupal 8.5.2";s:7:"version";s:5:"8.5.2";s:3:"tag";s:5:"8.5.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.2.tar.gz";s:4:"date";s:10:"1524073147";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.1";a:10:{s:4:"name";s:12:"drupal 8.5.1";s:7:"version";s:5:"8.5.1";s:3:"tag";s:5:"8.5.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.1.tar.gz";s:4:"date";s:10:"1522263480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.5.0";a:10:{s:4:"name";s:12:"drupal 8.5.0";s:7:"version";s:5:"8.5.0";s:3:"tag";s:5:"8.5.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.5.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.5.0.tar.gz";s:4:"date";s:10:"1520457780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.5.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.5.0-rc1";s:7:"version";s:9:"8.5.0-rc1";s:3:"tag";s:9:"8.5.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.5.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.5.0-rc1.tar.gz";s:4:"date";s:10:"1519234680";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:4:{i:0;s:8:"Insecure";i:1;s:15:"Security update";i:2;s:9:"Bug fixes";i:3;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.5.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.5.0-beta1";s:7:"version";s:11:"8.5.0-beta1";s:3:"tag";s:11:"8.5.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.5.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.5.0-beta1.tar.gz";s:4:"date";s:10:"1518211380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.5.0-alpha1";a:10:{s:4:"name";s:19:"drupal 8.5.0-alpha1";s:7:"version";s:12:"8.5.0-alpha1";s:3:"tag";s:12:"8.5.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.5.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.5.0-alpha1.tar.gz";s:4:"date";s:10:"1516320484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:5:"8.4.8";a:10:{s:4:"name";s:12:"drupal 8.4.8";s:7:"version";s:5:"8.4.8";s:3:"tag";s:5:"8.4.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.8.tar.gz";s:4:"date";s:10:"1524672780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.4.7";a:10:{s:4:"name";s:12:"drupal 8.4.7";s:7:"version";s:5:"8.4.7";s:3:"tag";s:5:"8.4.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.7.tar.gz";s:4:"date";s:10:"1524073147";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.4.6";a:10:{s:4:"name";s:12:"drupal 8.4.6";s:7:"version";s:5:"8.4.6";s:3:"tag";s:5:"8.4.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.6.tar.gz";s:4:"date";s:10:"1522263480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.4.5";a:10:{s:4:"name";s:12:"drupal 8.4.5";s:7:"version";s:5:"8.4.5";s:3:"tag";s:5:"8.4.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.5.tar.gz";s:4:"date";s:10:"1519234680";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.4.4";a:10:{s:4:"name";s:12:"drupal 8.4.4";s:7:"version";s:5:"8.4.4";s:3:"tag";s:5:"8.4.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.4.tar.gz";s:4:"date";s:10:"1515021185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.4.3";a:10:{s:4:"name";s:12:"drupal 8.4.3";s:7:"version";s:5:"8.4.3";s:3:"tag";s:5:"8.4.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.3.tar.gz";s:4:"date";s:10:"1512600784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.4.2";a:10:{s:4:"name";s:12:"drupal 8.4.2";s:7:"version";s:5:"8.4.2";s:3:"tag";s:5:"8.4.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.2.tar.gz";s:4:"date";s:10:"1509719885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.4.1";a:10:{s:4:"name";s:12:"drupal 8.4.1";s:7:"version";s:5:"8.4.1";s:3:"tag";s:5:"8.4.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.1.tar.gz";s:4:"date";s:10:"1509562384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.4.0";a:10:{s:4:"name";s:12:"drupal 8.4.0";s:7:"version";s:5:"8.4.0";s:3:"tag";s:5:"8.4.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.4.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.4.0.tar.gz";s:4:"date";s:10:"1507146244";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.4.0-rc2";a:10:{s:4:"name";s:16:"drupal 8.4.0-rc2";s:7:"version";s:9:"8.4.0-rc2";s:3:"tag";s:9:"8.4.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.4.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.4.0-rc2.tar.gz";s:4:"date";s:10:"1505911444";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"8.4.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.4.0-rc1";s:7:"version";s:9:"8.4.0-rc1";s:3:"tag";s:9:"8.4.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.4.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.4.0-rc1.tar.gz";s:4:"date";s:10:"1504733043";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.4.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.4.0-beta1";s:7:"version";s:11:"8.4.0-beta1";s:3:"tag";s:11:"8.4.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.4.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.4.0-beta1.tar.gz";s:4:"date";s:10:"1502992144";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.4.0-alpha1";a:10:{s:4:"name";s:19:"drupal 8.4.0-alpha1";s:7:"version";s:12:"8.4.0-alpha1";s:3:"tag";s:12:"8.4.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.4.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.4.0-alpha1.tar.gz";s:4:"date";s:10:"1501790944";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:5:"8.3.9";a:10:{s:4:"name";s:12:"drupal 8.3.9";s:7:"version";s:5:"8.3.9";s:3:"tag";s:5:"8.3.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.9.tar.gz";s:4:"date";s:10:"1522263480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.8";a:10:{s:4:"name";s:12:"drupal 8.3.8";s:7:"version";s:5:"8.3.8";s:3:"tag";s:5:"8.3.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.8.tar.gz";s:4:"date";s:10:"1520881985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:15:"Security update";i:2;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.7";a:10:{s:4:"name";s:12:"drupal 8.3.7";s:7:"version";s:5:"8.3.7";s:3:"tag";s:5:"8.3.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.7.tar.gz";s:4:"date";s:10:"1502903903";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.6";a:10:{s:4:"name";s:12:"drupal 8.3.6";s:7:"version";s:5:"8.3.6";s:3:"tag";s:5:"8.3.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.6.tar.gz";s:4:"date";s:10:"1501688043";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.5";a:10:{s:4:"name";s:12:"drupal 8.3.5";s:7:"version";s:5:"8.3.5";s:3:"tag";s:5:"8.3.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.5.tar.gz";s:4:"date";s:10:"1499274843";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.4";a:10:{s:4:"name";s:12:"drupal 8.3.4";s:7:"version";s:5:"8.3.4";s:3:"tag";s:5:"8.3.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.4.tar.gz";s:4:"date";s:10:"1498069442";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.3";a:10:{s:4:"name";s:12:"drupal 8.3.3";s:7:"version";s:5:"8.3.3";s:3:"tag";s:5:"8.3.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.3.tar.gz";s:4:"date";s:10:"1496858041";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.2";a:10:{s:4:"name";s:12:"drupal 8.3.2";s:7:"version";s:5:"8.3.2";s:3:"tag";s:5:"8.3.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.2.tar.gz";s:4:"date";s:10:"1493834585";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.1";a:10:{s:4:"name";s:12:"drupal 8.3.1";s:7:"version";s:5:"8.3.1";s:3:"tag";s:5:"8.3.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.1.tar.gz";s:4:"date";s:10:"1492622946";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.3.0";a:10:{s:4:"name";s:12:"drupal 8.3.0";s:7:"version";s:5:"8.3.0";s:3:"tag";s:5:"8.3.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.3.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.3.0.tar.gz";s:4:"date";s:10:"1491439084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.3.0-rc2";a:10:{s:4:"name";s:16:"drupal 8.3.0-rc2";s:7:"version";s:9:"8.3.0-rc2";s:3:"tag";s:9:"8.3.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.3.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.3.0-rc2.tar.gz";s:4:"date";s:10:"1489613583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"8.3.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.3.0-rc1";s:7:"version";s:9:"8.3.0-rc1";s:3:"tag";s:9:"8.3.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.3.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.3.0-rc1.tar.gz";s:4:"date";s:10:"1488383284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.3.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.3.0-beta1";s:7:"version";s:11:"8.3.0-beta1";s:3:"tag";s:11:"8.3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.3.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.3.0-beta1.tar.gz";s:4:"date";s:10:"1487175783";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.3.0-alpha1";a:10:{s:4:"name";s:19:"drupal 8.3.0-alpha1";s:7:"version";s:12:"8.3.0-alpha1";s:3:"tag";s:12:"8.3.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.3.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.3.0-alpha1.tar.gz";s:4:"date";s:10:"1485968583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:5:"8.2.8";a:10:{s:4:"name";s:12:"drupal 8.2.8";s:7:"version";s:5:"8.2.8";s:3:"tag";s:5:"8.2.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.8.tar.gz";s:4:"date";s:10:"1492622852";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.2.7";a:10:{s:4:"name";s:12:"drupal 8.2.7";s:7:"version";s:5:"8.2.7";s:3:"tag";s:5:"8.2.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.7.tar.gz";s:4:"date";s:10:"1489609638";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.2.6";a:10:{s:4:"name";s:12:"drupal 8.2.6";s:7:"version";s:5:"8.2.6";s:3:"tag";s:5:"8.2.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.6.tar.gz";s:4:"date";s:10:"1485975485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.2.5";a:10:{s:4:"name";s:12:"drupal 8.2.5";s:7:"version";s:5:"8.2.5";s:3:"tag";s:5:"8.2.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.5.tar.gz";s:4:"date";s:10:"1483529942";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.2.4";a:10:{s:4:"name";s:12:"drupal 8.2.4";s:7:"version";s:5:"8.2.4";s:3:"tag";s:5:"8.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.4.tar.gz";s:4:"date";s:10:"1481136784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.2.3";a:10:{s:4:"name";s:12:"drupal 8.2.3";s:7:"version";s:5:"8.2.3";s:3:"tag";s:5:"8.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.3.tar.gz";s:4:"date";s:10:"1479322439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.2.2";a:10:{s:4:"name";s:12:"drupal 8.2.2";s:7:"version";s:5:"8.2.2";s:3:"tag";s:5:"8.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.2.tar.gz";s:4:"date";s:10:"1478106542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.2.1";a:10:{s:4:"name";s:12:"drupal 8.2.1";s:7:"version";s:5:"8.2.1";s:3:"tag";s:5:"8.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.1.tar.gz";s:4:"date";s:10:"1476181439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.2.0";a:10:{s:4:"name";s:12:"drupal 8.2.0";s:7:"version";s:5:"8.2.0";s:3:"tag";s:5:"8.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.2.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.2.0.tar.gz";s:4:"date";s:10:"1475660639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.2.0-rc2";a:10:{s:4:"name";s:16:"drupal 8.2.0-rc2";s:7:"version";s:9:"8.2.0-rc2";s:3:"tag";s:9:"8.2.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.2.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.2.0-rc2.tar.gz";s:4:"date";s:10:"1474484358";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"8.2.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.2.0-rc1";s:7:"version";s:9:"8.2.0-rc1";s:3:"tag";s:9:"8.2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.2.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.2.0-rc1.tar.gz";s:4:"date";s:10:"1473285089";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.2.0-beta3";a:10:{s:4:"name";s:18:"drupal 8.2.0-beta3";s:7:"version";s:11:"8.2.0-beta3";s:3:"tag";s:11:"8.2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.2.0-beta3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.2.0-beta3.tar.gz";s:4:"date";s:10:"1472222475";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.2.0-beta2";a:10:{s:4:"name";s:18:"drupal 8.2.0-beta2";s:7:"version";s:11:"8.2.0-beta2";s:3:"tag";s:11:"8.2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.2.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.2.0-beta2.tar.gz";s:4:"date";s:10:"1471710839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.2.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.2.0-beta1";s:7:"version";s:11:"8.2.0-beta1";s:3:"tag";s:11:"8.2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.2.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.2.0-beta1.tar.gz";s:4:"date";s:10:"1470230639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:6:"8.1.10";a:10:{s:4:"name";s:13:"drupal 8.1.10";s:7:"version";s:6:"8.1.10";s:3:"tag";s:6:"8.1.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/drupal/releases/8.1.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/drupal-8.1.10.tar.gz";s:4:"date";s:10:"1474478939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.9";a:10:{s:4:"name";s:12:"drupal 8.1.9";s:7:"version";s:5:"8.1.9";s:3:"tag";s:5:"8.1.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.9.tar.gz";s:4:"date";s:10:"1473276313";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.8";a:10:{s:4:"name";s:12:"drupal 8.1.8";s:7:"version";s:5:"8.1.8";s:3:"tag";s:5:"8.1.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.8.tar.gz";s:4:"date";s:10:"1470233647";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.7";a:10:{s:4:"name";s:12:"drupal 8.1.7";s:7:"version";s:5:"8.1.7";s:3:"tag";s:5:"8.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.7.tar.gz";s:4:"date";s:10:"1468855358";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.6";a:10:{s:4:"name";s:12:"drupal 8.1.6";s:7:"version";s:5:"8.1.6";s:3:"tag";s:5:"8.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.6.tar.gz";s:4:"date";s:10:"1468242539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.5";a:10:{s:4:"name";s:12:"drupal 8.1.5";s:7:"version";s:5:"8.1.5";s:3:"tag";s:5:"8.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.5.tar.gz";s:4:"date";s:10:"1467884639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.4";a:10:{s:4:"name";s:12:"drupal 8.1.4";s:7:"version";s:5:"8.1.4";s:3:"tag";s:5:"8.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.4.tar.gz";s:4:"date";s:10:"1467810839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.3";a:10:{s:4:"name";s:12:"drupal 8.1.3";s:7:"version";s:5:"8.1.3";s:3:"tag";s:5:"8.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.3.tar.gz";s:4:"date";s:10:"1466021480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.2";a:10:{s:4:"name";s:12:"drupal 8.1.2";s:7:"version";s:5:"8.1.2";s:3:"tag";s:5:"8.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.2.tar.gz";s:4:"date";s:10:"1464824339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.1";a:10:{s:4:"name";s:12:"drupal 8.1.1";s:7:"version";s:5:"8.1.1";s:3:"tag";s:5:"8.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.1.tar.gz";s:4:"date";s:10:"1462361039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.1.0";a:10:{s:4:"name";s:12:"drupal 8.1.0";s:7:"version";s:5:"8.1.0";s:3:"tag";s:5:"8.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.1.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.1.0.tar.gz";s:4:"date";s:10:"1461118190";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.1.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.1.0-rc1";s:7:"version";s:9:"8.1.0-rc1";s:3:"tag";s:9:"8.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.1.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.1.0-rc1.tar.gz";s:4:"date";s:10:"1459976639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:11:"8.1.0-beta2";a:10:{s:4:"name";s:18:"drupal 8.1.0-beta2";s:7:"version";s:11:"8.1.0-beta2";s:3:"tag";s:11:"8.1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.1.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.1.0-beta2.tar.gz";s:4:"date";s:10:"1458699840";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.1.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.1.0-beta1";s:7:"version";s:11:"8.1.0-beta1";s:3:"tag";s:11:"8.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.1.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.1.0-beta1.tar.gz";s:4:"date";s:10:"1456975758";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:5:"8.0.6";a:10:{s:4:"name";s:12:"drupal 8.0.6";s:7:"version";s:5:"8.0.6";s:3:"tag";s:5:"8.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.0.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.0.6.tar.gz";s:4:"date";s:10:"1459900439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.0.5";a:10:{s:4:"name";s:12:"drupal 8.0.5";s:7:"version";s:5:"8.0.5";s:3:"tag";s:5:"8.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.0.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.0.5.tar.gz";s:4:"date";s:10:"1456914839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.0.4";a:10:{s:4:"name";s:12:"drupal 8.0.4";s:7:"version";s:5:"8.0.4";s:3:"tag";s:5:"8.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.0.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.0.4.tar.gz";s:4:"date";s:10:"1456341749";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.0.3";a:10:{s:4:"name";s:12:"drupal 8.0.3";s:7:"version";s:5:"8.0.3";s:3:"tag";s:5:"8.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.0.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.0.3.tar.gz";s:4:"date";s:10:"1454489043";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.0.2";a:10:{s:4:"name";s:12:"drupal 8.0.2";s:7:"version";s:5:"8.0.2";s:3:"tag";s:5:"8.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.0.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.0.2.tar.gz";s:4:"date";s:10:"1452119939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.0.1";a:10:{s:4:"name";s:12:"drupal 8.0.1";s:7:"version";s:5:"8.0.1";s:3:"tag";s:5:"8.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.0.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.0.1.tar.gz";s:4:"date";s:10:"1449066839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:5:"8.0.0";a:10:{s:4:"name";s:12:"drupal 8.0.0";s:7:"version";s:5:"8.0.0";s:3:"tag";s:5:"8.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/drupal/releases/8.0.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/drupal-8.0.0.tar.gz";s:4:"date";s:10:"1447941840";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:9:"8.0.0-rc4";a:10:{s:4:"name";s:16:"drupal 8.0.0-rc4";s:7:"version";s:9:"8.0.0-rc4";s:3:"tag";s:9:"8.0.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.0.0-rc4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.0.0-rc4.tar.gz";s:4:"date";s:10:"1447413840";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"8.0.0-rc3";a:10:{s:4:"name";s:16:"drupal 8.0.0-rc3";s:7:"version";s:9:"8.0.0-rc3";s:3:"tag";s:9:"8.0.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.0.0-rc3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.0.0-rc3.tar.gz";s:4:"date";s:10:"1446633239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"8.0.0-rc2";a:10:{s:4:"name";s:16:"drupal 8.0.0-rc2";s:7:"version";s:9:"8.0.0-rc2";s:3:"tag";s:9:"8.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.0.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.0.0-rc2.tar.gz";s:4:"date";s:10:"1445468639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:9:"8.0.0-rc1";a:10:{s:4:"name";s:16:"drupal 8.0.0-rc1";s:7:"version";s:9:"8.0.0-rc1";s:3:"tag";s:9:"8.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.0.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.0.0-rc1.tar.gz";s:4:"date";s:10:"1444253039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";}s:12:"8.0.0-beta16";a:10:{s:4:"name";s:19:"drupal 8.0.0-beta16";s:7:"version";s:12:"8.0.0-beta16";s:3:"tag";s:12:"8.0.0-beta16";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.0.0-beta16";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta16.tar.gz";s:4:"date";s:10:"1443746640";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.0.0-beta15";a:10:{s:4:"name";s:19:"drupal 8.0.0-beta15";s:7:"version";s:12:"8.0.0-beta15";s:3:"tag";s:12:"8.0.0-beta15";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.0.0-beta15";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta15.tar.gz";s:4:"date";s:10:"1441357140";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.0.0-beta14";a:10:{s:4:"name";s:19:"drupal 8.0.0-beta14";s:7:"version";s:12:"8.0.0-beta14";s:3:"tag";s:12:"8.0.0-beta14";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.0.0-beta14";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta14.tar.gz";s:4:"date";s:10:"1438593539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.0.0-beta13";a:10:{s:4:"name";s:19:"drupal 8.0.0-beta13";s:7:"version";s:12:"8.0.0-beta13";s:3:"tag";s:12:"8.0.0-beta13";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.0.0-beta13";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta13.tar.gz";s:4:"date";s:10:"1438194539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.0.0-beta12";a:10:{s:4:"name";s:19:"drupal 8.0.0-beta12";s:7:"version";s:12:"8.0.0-beta12";s:3:"tag";s:12:"8.0.0-beta12";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.0.0-beta12";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta12.tar.gz";s:4:"date";s:10:"1435601583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.0.0-beta11";a:10:{s:4:"name";s:19:"drupal 8.0.0-beta11";s:7:"version";s:12:"8.0.0-beta11";s:3:"tag";s:12:"8.0.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.0.0-beta11";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta11.tar.gz";s:4:"date";s:10:"1432758481";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:12:"8.0.0-beta10";a:10:{s:4:"name";s:19:"drupal 8.0.0-beta10";s:7:"version";s:12:"8.0.0-beta10";s:3:"tag";s:12:"8.0.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/drupal/releases/8.0.0-beta10";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta10.tar.gz";s:4:"date";s:10:"1430314681";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.0.0-beta9";a:10:{s:4:"name";s:18:"drupal 8.0.0-beta9";s:7:"version";s:11:"8.0.0-beta9";s:3:"tag";s:11:"8.0.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0.0-beta9";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta9.tar.gz";s:4:"date";s:10:"1427299981";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.0.0-beta7";a:10:{s:4:"name";s:18:"drupal 8.0.0-beta7";s:7:"version";s:11:"8.0.0-beta7";s:3:"tag";s:11:"8.0.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0.0-beta7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta7.tar.gz";s:4:"date";s:10:"1424875381";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.0.0-beta6";a:10:{s:4:"name";s:18:"drupal 8.0.0-beta6";s:7:"version";s:11:"8.0.0-beta6";s:3:"tag";s:11:"8.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0.0-beta6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta6.tar.gz";s:4:"date";s:10:"1422443800";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.0.0-beta4";a:10:{s:4:"name";s:18:"drupal 8.0.0-beta4";s:7:"version";s:11:"8.0.0-beta4";s:3:"tag";s:11:"8.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0.0-beta4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta4.tar.gz";s:4:"date";s:10:"1418825280";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.0.0-beta3";a:10:{s:4:"name";s:18:"drupal 8.0.0-beta3";s:7:"version";s:11:"8.0.0-beta3";s:3:"tag";s:11:"8.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0.0-beta3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta3.tar.gz";s:4:"date";s:10:"1415797380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.0.0-beta2";a:10:{s:4:"name";s:18:"drupal 8.0.0-beta2";s:7:"version";s:11:"8.0.0-beta2";s:3:"tag";s:11:"8.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta2.tar.gz";s:4:"date";s:10:"1413394161";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:8:"Insecure";i:1;s:15:"Security update";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:11:"8.0.0-beta1";a:10:{s:4:"name";s:18:"drupal 8.0.0-beta1";s:7:"version";s:11:"8.0.0-beta1";s:3:"tag";s:11:"8.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0.0-beta1.tar.gz";s:4:"date";s:10:"1412147030";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:13:"8.0.0-alpha15";a:10:{s:4:"name";s:20:"drupal 8.0.0-alpha15";s:7:"version";s:13:"8.0.0-alpha15";s:3:"tag";s:13:"8.0.0-alpha15";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/8.0.0-alpha15";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-8.0.0-alpha15.tar.gz";s:4:"date";s:10:"1411139628";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:13:"8.0.0-alpha14";a:10:{s:4:"name";s:20:"drupal 8.0.0-alpha14";s:7:"version";s:13:"8.0.0-alpha14";s:3:"tag";s:13:"8.0.0-alpha14";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/drupal/releases/8.0.0-alpha14";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/drupal-8.0.0-alpha14.tar.gz";s:4:"date";s:10:"1407344628";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:11:"8.0-alpha13";a:10:{s:4:"name";s:18:"drupal 8.0-alpha13";s:7:"version";s:11:"8.0-alpha13";s:3:"tag";s:11:"8.0-alpha13";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0-alpha13";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha13.tar.gz";s:4:"date";s:10:"1404296627";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:11:"8.0-alpha12";a:10:{s:4:"name";s:18:"drupal 8.0-alpha12";s:7:"version";s:11:"8.0-alpha12";s:3:"tag";s:11:"8.0-alpha12";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0-alpha12";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha12.tar.gz";s:4:"date";s:10:"1401293627";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:11:"8.0-alpha11";a:10:{s:4:"name";s:18:"drupal 8.0-alpha11";s:7:"version";s:11:"8.0-alpha11";s:3:"tag";s:11:"8.0-alpha11";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0-alpha11";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha11.tar.gz";s:4:"date";s:10:"1398249227";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:11:"8.0-alpha10";a:10:{s:4:"name";s:18:"drupal 8.0-alpha10";s:7:"version";s:11:"8.0-alpha10";s:3:"tag";s:11:"8.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/drupal/releases/8.0-alpha10";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha10.tar.gz";s:4:"date";s:10:"1395231556";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"8.0-alpha9";a:10:{s:4:"name";s:17:"drupal 8.0-alpha9";s:7:"version";s:10:"8.0-alpha9";s:3:"tag";s:10:"8.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/8.0-alpha9";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha9.tar.gz";s:4:"date";s:10:"1392806005";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"8.0-alpha8";a:10:{s:4:"name";s:17:"drupal 8.0-alpha8";s:7:"version";s:10:"8.0-alpha8";s:3:"tag";s:10:"8.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/8.0-alpha8";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha8.tar.gz";s:4:"date";s:10:"1390393105";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"8.0-alpha7";a:10:{s:4:"name";s:17:"drupal 8.0-alpha7";s:7:"version";s:10:"8.0-alpha7";s:3:"tag";s:10:"8.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/8.0-alpha7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha7.tar.gz";s:4:"date";s:10:"1387399705";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"8.0-alpha6";a:10:{s:4:"name";s:17:"drupal 8.0-alpha6";s:7:"version";s:10:"8.0-alpha6";s:3:"tag";s:10:"8.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/8.0-alpha6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha6.tar.gz";s:4:"date";s:10:"1385153305";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"8.0-alpha5";a:10:{s:4:"name";s:17:"drupal 8.0-alpha5";s:7:"version";s:10:"8.0-alpha5";s:3:"tag";s:10:"8.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/8.0-alpha5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha5.tar.gz";s:4:"date";s:10:"1384850305";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"8.0-alpha4";a:10:{s:4:"name";s:17:"drupal 8.0-alpha4";s:7:"version";s:10:"8.0-alpha4";s:3:"tag";s:10:"8.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/8.0-alpha4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha4.tar.gz";s:4:"date";s:10:"1382092313";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:12:"New features";i:1;s:9:"Bug fixes";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"8.0-alpha3";a:10:{s:4:"name";s:17:"drupal 8.0-alpha3";s:7:"version";s:10:"8.0-alpha3";s:3:"tag";s:10:"8.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/8.0-alpha3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha3.tar.gz";s:4:"date";s:10:"1378303307";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:12:"New features";i:1;s:9:"Bug fixes";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"8.0-alpha2";a:10:{s:4:"name";s:17:"drupal 8.0-alpha2";s:7:"version";s:10:"8.0-alpha2";s:3:"tag";s:10:"8.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/8.0-alpha2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-8.0-alpha2.tar.gz";s:4:"date";s:10:"1372069563";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";}s:10:"11.1.x-dev";a:10:{s:4:"name";s:17:"drupal 11.1.x-dev";s:7:"version";s:10:"11.1.x-dev";s:3:"tag";s:6:"11.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/11.1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-11.1.x-dev.tar.gz";s:4:"date";s:10:"1742461042";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:10:"11.0.x-dev";a:10:{s:4:"name";s:17:"drupal 11.0.x-dev";s:7:"version";s:10:"11.0.x-dev";s:3:"tag";s:6:"11.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/11.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-11.0.x-dev.tar.gz";s:4:"date";s:10:"1742411219";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:8:"11.x-dev";a:10:{s:4:"name";s:15:"drupal 11.x-dev";s:7:"version";s:8:"11.x-dev";s:3:"tag";s:4:"11.x";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/drupal/releases/11.x-dev";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/drupal-11.x-dev.tar.gz";s:4:"date";s:10:"1742461432";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:10:"10.5.x-dev";a:10:{s:4:"name";s:17:"drupal 10.5.x-dev";s:7:"version";s:10:"10.5.x-dev";s:3:"tag";s:6:"10.5.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.5.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.5.x-dev.tar.gz";s:4:"date";s:10:"1742413736";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:10:"10.4.x-dev";a:10:{s:4:"name";s:17:"drupal 10.4.x-dev";s:7:"version";s:10:"10.4.x-dev";s:3:"tag";s:6:"10.4.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.4.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.4.x-dev.tar.gz";s:4:"date";s:10:"1742411916";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:10:"10.3.x-dev";a:10:{s:4:"name";s:17:"drupal 10.3.x-dev";s:7:"version";s:10:"10.3.x-dev";s:3:"tag";s:6:"10.3.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.3.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.3.x-dev.tar.gz";s:4:"date";s:10:"1738800218";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:10:"10.2.x-dev";a:10:{s:4:"name";s:17:"drupal 10.2.x-dev";s:7:"version";s:10:"10.2.x-dev";s:3:"tag";s:6:"10.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.2.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.2.x-dev.tar.gz";s:4:"date";s:10:"1732287023";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:10:"10.1.x-dev";a:10:{s:4:"name";s:17:"drupal 10.1.x-dev";s:7:"version";s:10:"10.1.x-dev";s:3:"tag";s:6:"10.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.1.x-dev.tar.gz";s:4:"date";s:10:"1713001795";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:10:"10.0.x-dev";a:10:{s:4:"name";s:17:"drupal 10.0.x-dev";s:7:"version";s:10:"10.0.x-dev";s:3:"tag";s:6:"10.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/drupal/releases/10.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/drupal-10.0.x-dev.tar.gz";s:4:"date";s:10:"1696930730";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:9:"9.5.x-dev";a:10:{s:4:"name";s:16:"drupal 9.5.x-dev";s:7:"version";s:9:"9.5.x-dev";s:3:"tag";s:5:"9.5.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.5.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.5.x-dev.tar.gz";s:4:"date";s:10:"1701801362";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"9.4.x-dev";a:10:{s:4:"name";s:16:"drupal 9.4.x-dev";s:7:"version";s:9:"9.4.x-dev";s:3:"tag";s:5:"9.4.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.4.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.4.x-dev.tar.gz";s:4:"date";s:10:"1683123227";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"9.3.x-dev";a:10:{s:4:"name";s:16:"drupal 9.3.x-dev";s:7:"version";s:9:"9.3.x-dev";s:3:"tag";s:5:"9.3.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.3.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.3.x-dev.tar.gz";s:4:"date";s:10:"1664385919";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:9:"9.2.x-dev";a:10:{s:4:"name";s:16:"drupal 9.2.x-dev";s:7:"version";s:9:"9.2.x-dev";s:3:"tag";s:5:"9.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.2.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.2.x-dev.tar.gz";s:4:"date";s:10:"1654891907";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"9.1.x-dev";a:10:{s:4:"name";s:16:"drupal 9.1.x-dev";s:7:"version";s:9:"9.1.x-dev";s:3:"tag";s:5:"9.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.1.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.1.x-dev.tar.gz";s:4:"date";s:10:"1637766277";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"9.0.x-dev";a:10:{s:4:"name";s:16:"drupal 9.0.x-dev";s:7:"version";s:9:"9.0.x-dev";s:3:"tag";s:5:"9.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/9.0.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-9.0.x-dev.tar.gz";s:4:"date";s:10:"1622063424";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"8.9.x-dev";a:10:{s:4:"name";s:16:"drupal 8.9.x-dev";s:7:"version";s:9:"8.9.x-dev";s:3:"tag";s:5:"8.9.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.9.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.9.x-dev.tar.gz";s:4:"date";s:10:"1637188625";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"8.8.x-dev";a:10:{s:4:"name";s:16:"drupal 8.8.x-dev";s:7:"version";s:9:"8.8.x-dev";s:3:"tag";s:5:"8.8.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.8.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.8.x-dev.tar.gz";s:4:"date";s:10:"1606364994";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"8.7.x-dev";a:10:{s:4:"name";s:16:"drupal 8.7.x-dev";s:7:"version";s:9:"8.7.x-dev";s:3:"tag";s:5:"8.7.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.7.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.7.x-dev.tar.gz";s:4:"date";s:10:"1589987612";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"8.6.x-dev";a:10:{s:4:"name";s:16:"drupal 8.6.x-dev";s:7:"version";s:9:"8.6.x-dev";s:3:"tag";s:5:"8.6.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.6.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.6.x-dev.tar.gz";s:4:"date";s:10:"1573687985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}s:9:"8.5.x-dev";a:10:{s:4:"name";s:16:"drupal 8.5.x-dev";s:7:"version";s:9:"8.5.x-dev";s:3:"tag";s:5:"8.5.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.5.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.5.x-dev.tar.gz";s:4:"date";s:10:"1555533181";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:9:"8.4.x-dev";a:10:{s:4:"name";s:16:"drupal 8.4.x-dev";s:7:"version";s:9:"8.4.x-dev";s:3:"tag";s:5:"8.4.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.4.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.4.x-dev.tar.gz";s:4:"date";s:10:"1533047880";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:9:"8.3.x-dev";a:10:{s:4:"name";s:16:"drupal 8.3.x-dev";s:7:"version";s:9:"8.3.x-dev";s:3:"tag";s:5:"8.3.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.3.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.3.x-dev.tar.gz";s:4:"date";s:10:"1522263480";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:9:"8.2.x-dev";a:10:{s:4:"name";s:16:"drupal 8.2.x-dev";s:7:"version";s:9:"8.2.x-dev";s:3:"tag";s:5:"8.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.2.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.2.x-dev.tar.gz";s:4:"date";s:10:"1492624982";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:9:"8.1.x-dev";a:10:{s:4:"name";s:16:"drupal 8.1.x-dev";s:7:"version";s:9:"8.1.x-dev";s:3:"tag";s:5:"8.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.1.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.1.x-dev.tar.gz";s:4:"date";s:10:"1474478393";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:9:"8.0.x-dev";a:10:{s:4:"name";s:16:"drupal 8.0.x-dev";s:7:"version";s:9:"8.0.x-dev";s:3:"tag";s:5:"8.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/drupal/releases/8.0.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/drupal-8.0.x-dev.tar.gz";s:4:"date";s:10:"1459900439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'drupal_cms_olivero', 'a:10:{s:5:"title";s:18:"Drupal CMS Olivero";s:10:"short_name";s:18:"drupal_cms_olivero";s:4:"type";s:13:"project_theme";s:18:"supported_branches";s:9:"1.0.,1.1.";s:18:"composer_namespace";s:25:"drupal/drupal_cms_olivero";s:14:"project_status";s:9:"published";s:4:"link";s:49:"https://www.drupal.org/project/drupal_cms_olivero";s:5:"terms";s:0:"";s:8:"releases";a:8:{s:5:"1.1.0";a:11:{s:4:"name";s:24:"drupal_cms_olivero 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.1.0";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.1.0.tar.gz";s:4:"date";s:10:"1742408994";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"^11";}s:5:"1.0.3";a:11:{s:4:"name";s:24:"drupal_cms_olivero 1.0.3";s:7:"version";s:5:"1.0.3";s:3:"tag";s:5:"1.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.0.3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.0.3.tar.gz";s:4:"date";s:10:"1742230879";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"^11";}s:5:"1.0.1";a:11:{s:4:"name";s:24:"drupal_cms_olivero 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.0.1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.0.1.tar.gz";s:4:"date";s:10:"1737571753";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"^11";}s:5:"1.0.0";a:11:{s:4:"name";s:24:"drupal_cms_olivero 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.0.0";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.0.0.tar.gz";s:4:"date";s:10:"1736886441";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"^11";s:5:"terms";a:0:{}}s:9:"1.0.0-rc2";a:11:{s:4:"name";s:28:"drupal_cms_olivero 1.0.0-rc2";s:7:"version";s:9:"1.0.0-rc2";s:3:"tag";s:9:"1.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.0.0-rc2";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.0.0-rc2.tar.gz";s:4:"date";s:10:"1734461197";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^11";}s:9:"1.0.0-rc1";a:11:{s:4:"name";s:28:"drupal_cms_olivero 1.0.0-rc1";s:7:"version";s:9:"1.0.0-rc1";s:3:"tag";s:9:"1.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.0.0-rc1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.0.0-rc1.tar.gz";s:4:"date";s:10:"1733423263";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^11";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:28:"drupal_cms_olivero 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.0.x-dev";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.0.x-dev.tar.gz";s:4:"date";s:10:"1742437434";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^11";s:5:"terms";a:0:{}}s:7:"1.x-dev";a:11:{s:4:"name";s:26:"drupal_cms_olivero 1.x-dev";s:7:"version";s:7:"1.x-dev";s:3:"tag";s:3:"1.x";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/drupal_cms_olivero/releases/1.x-dev";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/drupal_cms_olivero-1.x-dev.tar.gz";s:4:"date";s:10:"1741801019";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'easy_breadcrumb', 'a:10:{s:5:"title";s:15:"Easy Breadcrumb";s:10:"short_name";s:15:"easy_breadcrumb";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"2.0.";s:18:"composer_namespace";s:22:"drupal/easy_breadcrumb";s:14:"project_status";s:9:"published";s:4:"link";s:46:"https://www.drupal.org/project/easy_breadcrumb";s:5:"terms";s:0:"";s:8:"releases";a:26:{s:5:"2.0.9";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.9";s:7:"version";s:5:"2.0.9";s:3:"tag";s:5:"2.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.9";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.9.tar.gz";s:4:"date";s:10:"1732752214";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:5:"2.0.8";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.8";s:7:"version";s:5:"2.0.8";s:3:"tag";s:5:"2.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.8";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.8.tar.gz";s:4:"date";s:10:"1723536980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:5:"2.0.7";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.7";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.7.tar.gz";s:4:"date";s:10:"1719426797";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:5:"2.0.6";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.6";s:7:"version";s:5:"2.0.6";s:3:"tag";s:5:"2.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.6";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.6.tar.gz";s:4:"date";s:10:"1707084295";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"2.0.5";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.5";s:7:"version";s:5:"2.0.5";s:3:"tag";s:5:"2.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.5";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.5.tar.gz";s:4:"date";s:10:"1673559799";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"2.0.4";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.4";s:7:"version";s:5:"2.0.4";s:3:"tag";s:5:"2.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.4.tar.gz";s:4:"date";s:10:"1668029764";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"2.0.3";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.3.tar.gz";s:4:"date";s:10:"1654447739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"2.0.2";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.2.tar.gz";s:4:"date";s:10:"1639947418";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"2.0.1";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.1.tar.gz";s:4:"date";s:10:"1626457248";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"2.0.0";a:11:{s:4:"name";s:21:"easy_breadcrumb 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/easy_breadcrumb/releases/2.0.0";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.0.tar.gz";s:4:"date";s:10:"1625951586";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.15";a:11:{s:4:"name";s:24:"easy_breadcrumb 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.15";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.15.tar.gz";s:4:"date";s:10:"1615310468";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.14";a:11:{s:4:"name";s:24:"easy_breadcrumb 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.14";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.14.tar.gz";s:4:"date";s:10:"1615139077";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.13";a:11:{s:4:"name";s:24:"easy_breadcrumb 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.13";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.13.tar.gz";s:4:"date";s:10:"1595377200";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.12";a:11:{s:4:"name";s:24:"easy_breadcrumb 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.12";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.12.tar.gz";s:4:"date";s:10:"1557509285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.10";a:11:{s:4:"name";s:24:"easy_breadcrumb 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.10";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.10.tar.gz";s:4:"date";s:10:"1557434281";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.8";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.8";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.8.tar.gz";s:4:"date";s:10:"1524864180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.7";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.7.tar.gz";s:4:"date";s:10:"1523293380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.6.tar.gz";s:4:"date";s:10:"1487359983";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.5.tar.gz";s:4:"date";s:10:"1475705039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.4.tar.gz";s:4:"date";s:10:"1475535539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.3.tar.gz";s:4:"date";s:10:"1475515439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.2.tar.gz";s:4:"date";s:10:"1468252439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.1.tar.gz";s:4:"date";s:10:"1467730439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:23:"easy_breadcrumb 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.0";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.0.tar.gz";s:4:"date";s:10:"1465529339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"2.x-dev";a:11:{s:4:"name";s:23:"easy_breadcrumb 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_breadcrumb/releases/2.x-dev";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_breadcrumb-2.x-dev.tar.gz";s:4:"date";s:10:"1737589126";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:27:"easy_breadcrumb 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/easy_breadcrumb/releases/8.x-1.x-dev";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1645406230";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'easy_email', 'a:10:{s:5:"title";s:10:"Easy Email";s:10:"short_name";s:10:"easy_email";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.1.,3.0.";s:18:"composer_namespace";s:17:"drupal/easy_email";s:14:"project_status";s:9:"published";s:4:"link";s:41:"https://www.drupal.org/project/easy_email";s:5:"terms";s:0:"";s:8:"releases";a:22:{s:5:"3.0.4";a:11:{s:4:"name";s:16:"easy_email 3.0.4";s:7:"version";s:5:"3.0.4";s:3:"tag";s:5:"3.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/easy_email/releases/3.0.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/easy_email-3.0.4.tar.gz";s:4:"date";s:10:"1735316199";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.0.3";a:11:{s:4:"name";s:16:"easy_email 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/easy_email/releases/3.0.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/easy_email-3.0.3.tar.gz";s:4:"date";s:10:"1732721196";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.0.2";a:11:{s:4:"name";s:16:"easy_email 3.0.2";s:7:"version";s:5:"3.0.2";s:3:"tag";s:5:"3.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/easy_email/releases/3.0.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/easy_email-3.0.2.tar.gz";s:4:"date";s:10:"1732134105";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.0.1";a:11:{s:4:"name";s:16:"easy_email 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/easy_email/releases/3.0.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/easy_email-3.0.1.tar.gz";s:4:"date";s:10:"1720806266";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"3.0.0";a:11:{s:4:"name";s:16:"easy_email 3.0.0";s:7:"version";s:5:"3.0.0";s:3:"tag";s:5:"3.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/easy_email/releases/3.0.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/easy_email-3.0.0.tar.gz";s:4:"date";s:10:"1707594375";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"^10";}s:11:"3.0.0-beta3";a:11:{s:4:"name";s:22:"easy_email 3.0.0-beta3";s:7:"version";s:11:"3.0.0-beta3";s:3:"tag";s:11:"3.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email/releases/3.0.0-beta3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email-3.0.0-beta3.tar.gz";s:4:"date";s:10:"1706389426";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:11:"3.0.0-beta2";a:11:{s:4:"name";s:22:"easy_email 3.0.0-beta2";s:7:"version";s:11:"3.0.0-beta2";s:3:"tag";s:11:"3.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email/releases/3.0.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email-3.0.0-beta2.tar.gz";s:4:"date";s:10:"1706388439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:11:"3.0.0-beta1";a:11:{s:4:"name";s:22:"easy_email 3.0.0-beta1";s:7:"version";s:11:"3.0.0-beta1";s:3:"tag";s:11:"3.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email/releases/3.0.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email-3.0.0-beta1.tar.gz";s:4:"date";s:10:"1706384789";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:12:"3.0.0-alpha1";a:11:{s:4:"name";s:23:"easy_email 3.0.0-alpha1";s:7:"version";s:12:"3.0.0-alpha1";s:3:"tag";s:12:"3.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_email/releases/3.0.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_email-3.0.0-alpha1.tar.gz";s:4:"date";s:10:"1706219407";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:9:"2.1.0-rc2";a:11:{s:4:"name";s:20:"easy_email 2.1.0-rc2";s:7:"version";s:9:"2.1.0-rc2";s:3:"tag";s:9:"2.1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/easy_email/releases/2.1.0-rc2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/easy_email-2.1.0-rc2.tar.gz";s:4:"date";s:10:"1703709781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:9:"2.1.0-rc1";a:11:{s:4:"name";s:20:"easy_email 2.1.0-rc1";s:7:"version";s:9:"2.1.0-rc1";s:3:"tag";s:9:"2.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/easy_email/releases/2.1.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/easy_email-2.1.0-rc1.tar.gz";s:4:"date";s:10:"1703188771";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:11:"2.1.0-beta1";a:11:{s:4:"name";s:22:"easy_email 2.1.0-beta1";s:7:"version";s:11:"2.1.0-beta1";s:3:"tag";s:11:"2.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email/releases/2.1.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email-2.1.0-beta1.tar.gz";s:4:"date";s:10:"1687710953";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:12:"2.1.0-alpha1";a:11:{s:4:"name";s:23:"easy_email 2.1.0-alpha1";s:7:"version";s:12:"2.1.0-alpha1";s:3:"tag";s:12:"2.1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/easy_email/releases/2.1.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/easy_email-2.1.0-alpha1.tar.gz";s:4:"date";s:10:"1647194452";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";s:5:"terms";a:0:{}}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:22:"easy_email 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email/releases/8.x-1.0-rc2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1611008436";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:22:"easy_email 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email/releases/8.x-1.0-rc1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1610918579";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:24:"easy_email 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/easy_email/releases/8.x-1.0-beta2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/easy_email-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1554575885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:24:"easy_email 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/easy_email/releases/8.x-1.0-beta1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/easy_email-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1553357284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:9:"3.0.x-dev";a:11:{s:4:"name";s:20:"easy_email 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/easy_email/releases/3.0.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/easy_email-3.0.x-dev.tar.gz";s:4:"date";s:10:"1741711769";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.1 || ^11";s:5:"terms";a:0:{}}s:9:"2.2.x-dev";a:11:{s:4:"name";s:20:"easy_email 2.2.x-dev";s:7:"version";s:9:"2.2.x-dev";s:3:"tag";s:5:"2.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/easy_email/releases/2.2.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/easy_email-2.2.x-dev.tar.gz";s:4:"date";s:10:"1706383308";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}s:9:"2.1.x-dev";a:11:{s:4:"name";s:20:"easy_email 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/easy_email/releases/2.1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/easy_email-2.1.x-dev.tar.gz";s:4:"date";s:10:"1706123951";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:20:"easy_email 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/easy_email/releases/2.0.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/easy_email-2.0.x-dev.tar.gz";s:4:"date";s:10:"1646750920";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:22:"easy_email 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email/releases/8.x-1.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1702308074";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'easy_email_theme', 'a:10:{s:5:"title";s:16:"Easy Email Theme";s:10:"short_name";s:16:"easy_email_theme";s:4:"type";s:13:"project_theme";s:18:"supported_branches";s:4:"1.0.";s:18:"composer_namespace";s:23:"drupal/easy_email_theme";s:14:"project_status";s:9:"published";s:4:"link";s:47:"https://www.drupal.org/project/easy_email_theme";s:5:"terms";s:0:"";s:8:"releases";a:2:{s:5:"1.0.0";a:11:{s:4:"name";s:22:"easy_email_theme 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/easy_email_theme/releases/1.0.0";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/easy_email_theme-1.0.0.tar.gz";s:4:"date";s:10:"1729101397";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:26:"easy_email_theme 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/easy_email_theme/releases/1.0.x-dev";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/easy_email_theme-1.0.x-dev.tar.gz";s:4:"date";s:10:"1742151416";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'eca', 'a:10:{s:5:"title";s:31:"ECA: Event - Condition - Action";s:10:"short_name";s:3:"eca";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:19:"1.1.,2.0.,2.1.,3.0.";s:18:"composer_namespace";s:10:"drupal/eca";s:14:"project_status";s:9:"published";s:4:"link";s:34:"https://www.drupal.org/project/eca";s:5:"terms";s:0:"";s:8:"releases";a:86:{s:5:"2.1.6";a:11:{s:4:"name";s:9:"eca 2.1.6";s:7:"version";s:5:"2.1.6";s:3:"tag";s:5:"2.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.1.6";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.1.6.tar.gz";s:4:"date";s:10:"1741965579";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.1.5";a:11:{s:4:"name";s:9:"eca 2.1.5";s:7:"version";s:5:"2.1.5";s:3:"tag";s:5:"2.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.1.5";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.1.5.tar.gz";s:4:"date";s:10:"1740826866";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.1.4";a:11:{s:4:"name";s:9:"eca 2.1.4";s:7:"version";s:5:"2.1.4";s:3:"tag";s:5:"2.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.1.4";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.1.4.tar.gz";s:4:"date";s:10:"1740133902";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.1.3";a:11:{s:4:"name";s:9:"eca 2.1.3";s:7:"version";s:5:"2.1.3";s:3:"tag";s:5:"2.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.1.3";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.1.3.tar.gz";s:4:"date";s:10:"1738232735";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.1.2";a:11:{s:4:"name";s:9:"eca 2.1.2";s:7:"version";s:5:"2.1.2";s:3:"tag";s:5:"2.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.1.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.1.2.tar.gz";s:4:"date";s:10:"1737733146";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.1.1";a:11:{s:4:"name";s:9:"eca 2.1.1";s:7:"version";s:5:"2.1.1";s:3:"tag";s:5:"2.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.1.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.1.1.tar.gz";s:4:"date";s:10:"1737023295";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.1.0";a:11:{s:4:"name";s:9:"eca 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.1.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.1.0.tar.gz";s:4:"date";s:10:"1734451883";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:9:"2.1.0-rc1";a:11:{s:4:"name";s:13:"eca 2.1.0-rc1";s:7:"version";s:9:"2.1.0-rc1";s:3:"tag";s:9:"2.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/2.1.0-rc1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-2.1.0-rc1.tar.gz";s:4:"date";s:10:"1733847909";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"2.1.0-beta1";a:11:{s:4:"name";s:15:"eca 2.1.0-beta1";s:7:"version";s:11:"2.1.0-beta1";s:3:"tag";s:11:"2.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/2.1.0-beta1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-2.1.0-beta1.tar.gz";s:4:"date";s:10:"1732116975";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:6:"2.0.15";a:11:{s:4:"name";s:10:"eca 2.0.15";s:7:"version";s:6:"2.0.15";s:3:"tag";s:6:"2.0.15";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/2.0.15";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-2.0.15.tar.gz";s:4:"date";s:10:"1741965675";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:6:"2.0.14";a:11:{s:4:"name";s:10:"eca 2.0.14";s:7:"version";s:6:"2.0.14";s:3:"tag";s:6:"2.0.14";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/2.0.14";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-2.0.14.tar.gz";s:4:"date";s:10:"1740826995";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:6:"2.0.13";a:11:{s:4:"name";s:10:"eca 2.0.13";s:7:"version";s:6:"2.0.13";s:3:"tag";s:6:"2.0.13";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/2.0.13";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-2.0.13.tar.gz";s:4:"date";s:10:"1740133809";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:6:"2.0.12";a:11:{s:4:"name";s:10:"eca 2.0.12";s:7:"version";s:6:"2.0.12";s:3:"tag";s:6:"2.0.12";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/2.0.12";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-2.0.12.tar.gz";s:4:"date";s:10:"1738232443";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:6:"2.0.11";a:11:{s:4:"name";s:10:"eca 2.0.11";s:7:"version";s:6:"2.0.11";s:3:"tag";s:6:"2.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/2.0.11";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-2.0.11.tar.gz";s:4:"date";s:10:"1737023203";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:6:"2.0.10";a:11:{s:4:"name";s:10:"eca 2.0.10";s:7:"version";s:6:"2.0.10";s:3:"tag";s:6:"2.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/2.0.10";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-2.0.10.tar.gz";s:4:"date";s:10:"1733999739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.9";a:11:{s:4:"name";s:9:"eca 2.0.9";s:7:"version";s:5:"2.0.9";s:3:"tag";s:5:"2.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.9";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.9.tar.gz";s:4:"date";s:10:"1733847740";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.8";a:11:{s:4:"name";s:9:"eca 2.0.8";s:7:"version";s:5:"2.0.8";s:3:"tag";s:5:"2.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.8";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.8.tar.gz";s:4:"date";s:10:"1732206288";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.7";a:11:{s:4:"name";s:9:"eca 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.7";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.7.tar.gz";s:4:"date";s:10:"1729943928";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.6";a:11:{s:4:"name";s:9:"eca 2.0.6";s:7:"version";s:5:"2.0.6";s:3:"tag";s:5:"2.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.6";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.6.tar.gz";s:4:"date";s:10:"1728653465";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.5";a:11:{s:4:"name";s:9:"eca 2.0.5";s:7:"version";s:5:"2.0.5";s:3:"tag";s:5:"2.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.5";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.5.tar.gz";s:4:"date";s:10:"1726229598";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.4";a:11:{s:4:"name";s:9:"eca 2.0.4";s:7:"version";s:5:"2.0.4";s:3:"tag";s:5:"2.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.4";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.4.tar.gz";s:4:"date";s:10:"1724772349";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.3";a:11:{s:4:"name";s:9:"eca 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.3";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.3.tar.gz";s:4:"date";s:10:"1724595781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.2";a:11:{s:4:"name";s:9:"eca 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.2.tar.gz";s:4:"date";s:10:"1723822462";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.1";a:11:{s:4:"name";s:9:"eca 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.1.tar.gz";s:4:"date";s:10:"1722254503";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.0.0";a:11:{s:4:"name";s:9:"eca 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/2.0.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-2.0.0.tar.gz";s:4:"date";s:10:"1718783743";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:9:"2.0.0-rc1";a:11:{s:4:"name";s:13:"eca 2.0.0-rc1";s:7:"version";s:9:"2.0.0-rc1";s:3:"tag";s:9:"2.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/2.0.0-rc1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-2.0.0-rc1.tar.gz";s:4:"date";s:10:"1718192135";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"2.0.0-beta3";a:11:{s:4:"name";s:15:"eca 2.0.0-beta3";s:7:"version";s:11:"2.0.0-beta3";s:3:"tag";s:11:"2.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/2.0.0-beta3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-2.0.0-beta3.tar.gz";s:4:"date";s:10:"1717515433";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"2.0.0-beta2";a:11:{s:4:"name";s:15:"eca 2.0.0-beta2";s:7:"version";s:11:"2.0.0-beta2";s:3:"tag";s:11:"2.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/2.0.0-beta2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-2.0.0-beta2.tar.gz";s:4:"date";s:10:"1716827292";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"2.0.0-beta1";a:11:{s:4:"name";s:15:"eca 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/2.0.0-beta1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1716549184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"2.0.0-alpha2";a:11:{s:4:"name";s:16:"eca 2.0.0-alpha2";s:7:"version";s:12:"2.0.0-alpha2";s:3:"tag";s:12:"2.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/2.0.0-alpha2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-2.0.0-alpha2.tar.gz";s:4:"date";s:10:"1715289635";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:16:"eca 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/2.0.0-alpha1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1714924953";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:6:"1.1.11";a:11:{s:4:"name";s:10:"eca 1.1.11";s:7:"version";s:6:"1.1.11";s:3:"tag";s:6:"1.1.11";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/1.1.11";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-1.1.11.tar.gz";s:4:"date";s:10:"1741965754";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";s:5:"terms";a:0:{}}s:6:"1.1.10";a:11:{s:4:"name";s:10:"eca 1.1.10";s:7:"version";s:6:"1.1.10";s:3:"tag";s:6:"1.1.10";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/1.1.10";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-1.1.10.tar.gz";s:4:"date";s:10:"1740827088";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"1.1.9";a:11:{s:4:"name";s:9:"eca 1.1.9";s:7:"version";s:5:"1.1.9";s:3:"tag";s:5:"1.1.9";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.9";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.9.tar.gz";s:4:"date";s:10:"1723822366";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"1.1.8";a:11:{s:4:"name";s:9:"eca 1.1.8";s:7:"version";s:5:"1.1.8";s:3:"tag";s:5:"1.1.8";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.8";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.8.tar.gz";s:4:"date";s:10:"1721913734";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"1.1.7";a:11:{s:4:"name";s:9:"eca 1.1.7";s:7:"version";s:5:"1.1.7";s:3:"tag";s:5:"1.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.7";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.7.tar.gz";s:4:"date";s:10:"1718958107";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"1.1.6";a:11:{s:4:"name";s:9:"eca 1.1.6";s:7:"version";s:5:"1.1.6";s:3:"tag";s:5:"1.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.6";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.6.tar.gz";s:4:"date";s:10:"1715269900";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"1.1.5";a:11:{s:4:"name";s:9:"eca 1.1.5";s:7:"version";s:5:"1.1.5";s:3:"tag";s:5:"1.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.5";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.5.tar.gz";s:4:"date";s:10:"1708702357";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"1.1.4";a:11:{s:4:"name";s:9:"eca 1.1.4";s:7:"version";s:5:"1.1.4";s:3:"tag";s:5:"1.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.4";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.4.tar.gz";s:4:"date";s:10:"1689338278";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:5:"1.1.3";a:11:{s:4:"name";s:9:"eca 1.1.3";s:7:"version";s:5:"1.1.3";s:3:"tag";s:5:"1.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.3";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.3.tar.gz";s:4:"date";s:10:"1681980341";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:5:"1.1.2";a:11:{s:4:"name";s:9:"eca 1.1.2";s:7:"version";s:5:"1.1.2";s:3:"tag";s:5:"1.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.2.tar.gz";s:4:"date";s:10:"1677666496";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:5:"1.1.1";a:11:{s:4:"name";s:9:"eca 1.1.1";s:7:"version";s:5:"1.1.1";s:3:"tag";s:5:"1.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.1.tar.gz";s:4:"date";s:10:"1675258708";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:5:"1.1.0";a:11:{s:4:"name";s:9:"eca 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.1.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.1.0.tar.gz";s:4:"date";s:10:"1670843783";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:9:"1.1.0-rc1";a:11:{s:4:"name";s:13:"eca 1.1.0-rc1";s:7:"version";s:9:"1.1.0-rc1";s:3:"tag";s:9:"1.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/1.1.0-rc1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-1.1.0-rc1.tar.gz";s:4:"date";s:10:"1670259115";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:11:"1.1.0-beta2";a:11:{s:4:"name";s:15:"eca 1.1.0-beta2";s:7:"version";s:11:"1.1.0-beta2";s:3:"tag";s:11:"1.1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.1.0-beta2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.1.0-beta2.tar.gz";s:4:"date";s:10:"1669659475";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:11:"1.1.0-beta1";a:11:{s:4:"name";s:15:"eca 1.1.0-beta1";s:7:"version";s:11:"1.1.0-beta1";s:3:"tag";s:11:"1.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.1.0-beta1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.1.0-beta1.tar.gz";s:4:"date";s:10:"1669369337";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:12:"1.1.0-alpha2";a:11:{s:4:"name";s:16:"eca 1.1.0-alpha2";s:7:"version";s:12:"1.1.0-alpha2";s:3:"tag";s:12:"1.1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.1.0-alpha2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.1.0-alpha2.tar.gz";s:4:"date";s:10:"1668790389";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:12:"1.1.0-alpha1";a:11:{s:4:"name";s:16:"eca 1.1.0-alpha1";s:7:"version";s:12:"1.1.0-alpha1";s:3:"tag";s:12:"1.1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.1.0-alpha1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.1.0-alpha1.tar.gz";s:4:"date";s:10:"1668183911";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:6:"1.0.11";a:11:{s:4:"name";s:10:"eca 1.0.11";s:7:"version";s:6:"1.0.11";s:3:"tag";s:6:"1.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/1.0.11";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-1.0.11.tar.gz";s:4:"date";s:10:"1681980167";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:6:"1.0.10";a:11:{s:4:"name";s:10:"eca 1.0.10";s:7:"version";s:6:"1.0.10";s:3:"tag";s:6:"1.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:50:"https://www.drupal.org/project/eca/releases/1.0.10";s:13:"download_link";s:55:"https://ftp.drupal.org/files/projects/eca-1.0.10.tar.gz";s:4:"date";s:10:"1677666393";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"1.0.9";a:11:{s:4:"name";s:9:"eca 1.0.9";s:7:"version";s:5:"1.0.9";s:3:"tag";s:5:"1.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.9";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.9.tar.gz";s:4:"date";s:10:"1675258550";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"1.0.8";a:11:{s:4:"name";s:9:"eca 1.0.8";s:7:"version";s:5:"1.0.8";s:3:"tag";s:5:"1.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.8";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.8.tar.gz";s:4:"date";s:10:"1670919518";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"1.0.7";a:11:{s:4:"name";s:9:"eca 1.0.7";s:7:"version";s:5:"1.0.7";s:3:"tag";s:5:"1.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.7";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.7.tar.gz";s:4:"date";s:10:"1669368778";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"1.0.6";a:11:{s:4:"name";s:9:"eca 1.0.6";s:7:"version";s:5:"1.0.6";s:3:"tag";s:5:"1.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.6";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.6.tar.gz";s:4:"date";s:10:"1668790125";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"1.0.5";a:11:{s:4:"name";s:9:"eca 1.0.5";s:7:"version";s:5:"1.0.5";s:3:"tag";s:5:"1.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.5";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.5.tar.gz";s:4:"date";s:10:"1668183485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"1.0.4";a:11:{s:4:"name";s:9:"eca 1.0.4";s:7:"version";s:5:"1.0.4";s:3:"tag";s:5:"1.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.4";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.4.tar.gz";s:4:"date";s:10:"1664529843";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"1.0.3";a:11:{s:4:"name";s:9:"eca 1.0.3";s:7:"version";s:5:"1.0.3";s:3:"tag";s:5:"1.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.3";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.3.tar.gz";s:4:"date";s:10:"1663570270";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"1.0.2";a:11:{s:4:"name";s:9:"eca 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.2.tar.gz";s:4:"date";s:10:"1661523498";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.1";a:11:{s:4:"name";s:9:"eca 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.1.tar.gz";s:4:"date";s:10:"1660057034";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.0";a:11:{s:4:"name";s:9:"eca 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/eca/releases/1.0.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/eca-1.0.0.tar.gz";s:4:"date";s:10:"1658484626";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc4";a:11:{s:4:"name";s:13:"eca 1.0.0-rc4";s:7:"version";s:9:"1.0.0-rc4";s:3:"tag";s:9:"1.0.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/1.0.0-rc4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-1.0.0-rc4.tar.gz";s:4:"date";s:10:"1657702148";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc3";a:11:{s:4:"name";s:13:"eca 1.0.0-rc3";s:7:"version";s:9:"1.0.0-rc3";s:3:"tag";s:9:"1.0.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/1.0.0-rc3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-1.0.0-rc3.tar.gz";s:4:"date";s:10:"1656689455";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc2";a:11:{s:4:"name";s:13:"eca 1.0.0-rc2";s:7:"version";s:9:"1.0.0-rc2";s:3:"tag";s:9:"1.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/1.0.0-rc2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-1.0.0-rc2.tar.gz";s:4:"date";s:10:"1656068126";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc1";a:11:{s:4:"name";s:13:"eca 1.0.0-rc1";s:7:"version";s:9:"1.0.0-rc1";s:3:"tag";s:9:"1.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/1.0.0-rc1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-1.0.0-rc1.tar.gz";s:4:"date";s:10:"1655911444";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"1.0.0-beta12";a:11:{s:4:"name";s:16:"eca 1.0.0-beta12";s:7:"version";s:12:"1.0.0-beta12";s:3:"tag";s:12:"1.0.0-beta12";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.0.0-beta12";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta12.tar.gz";s:4:"date";s:10:"1652805548";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"1.0.0-beta11";a:11:{s:4:"name";s:16:"eca 1.0.0-beta11";s:7:"version";s:12:"1.0.0-beta11";s:3:"tag";s:12:"1.0.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.0.0-beta11";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta11.tar.gz";s:4:"date";s:10:"1651652303";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"1.0.0-beta10";a:11:{s:4:"name";s:16:"eca 1.0.0-beta10";s:7:"version";s:12:"1.0.0-beta10";s:3:"tag";s:12:"1.0.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.0.0-beta10";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta10.tar.gz";s:4:"date";s:10:"1650471294";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta9";a:11:{s:4:"name";s:15:"eca 1.0.0-beta9";s:7:"version";s:11:"1.0.0-beta9";s:3:"tag";s:11:"1.0.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta9";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta9.tar.gz";s:4:"date";s:10:"1650388449";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta8";a:11:{s:4:"name";s:15:"eca 1.0.0-beta8";s:7:"version";s:11:"1.0.0-beta8";s:3:"tag";s:11:"1.0.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta8.tar.gz";s:4:"date";s:10:"1649762167";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta7";a:11:{s:4:"name";s:15:"eca 1.0.0-beta7";s:7:"version";s:11:"1.0.0-beta7";s:3:"tag";s:11:"1.0.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta7.tar.gz";s:4:"date";s:10:"1648558988";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta6";a:11:{s:4:"name";s:15:"eca 1.0.0-beta6";s:7:"version";s:11:"1.0.0-beta6";s:3:"tag";s:11:"1.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta6.tar.gz";s:4:"date";s:10:"1648025781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta5";a:11:{s:4:"name";s:15:"eca 1.0.0-beta5";s:7:"version";s:11:"1.0.0-beta5";s:3:"tag";s:11:"1.0.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta5.tar.gz";s:4:"date";s:10:"1647849555";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta4";a:11:{s:4:"name";s:15:"eca 1.0.0-beta4";s:7:"version";s:11:"1.0.0-beta4";s:3:"tag";s:11:"1.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta4.tar.gz";s:4:"date";s:10:"1647676393";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:15:"eca 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1647543277";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:15:"eca 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1641996515";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:15:"eca 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/eca/releases/1.0.0-beta1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/eca-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1635958359";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"1.0.0-alpha4";a:11:{s:4:"name";s:16:"eca 1.0.0-alpha4";s:7:"version";s:12:"1.0.0-alpha4";s:3:"tag";s:12:"1.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.0.0-alpha4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.0.0-alpha4.tar.gz";s:4:"date";s:10:"1635493751";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"1.0.0-alpha3";a:11:{s:4:"name";s:16:"eca 1.0.0-alpha3";s:7:"version";s:12:"1.0.0-alpha3";s:3:"tag";s:12:"1.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.0.0-alpha3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.0.0-alpha3.tar.gz";s:4:"date";s:10:"1631790696";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"1.0.0-alpha2";a:11:{s:4:"name";s:16:"eca 1.0.0-alpha2";s:7:"version";s:12:"1.0.0-alpha2";s:3:"tag";s:12:"1.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.0.0-alpha2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.0.0-alpha2.tar.gz";s:4:"date";s:10:"1628248769";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:16:"eca 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/eca/releases/1.0.0-alpha1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/eca-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1626970353";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:9:"3.0.x-dev";a:11:{s:4:"name";s:13:"eca 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/3.0.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-3.0.x-dev.tar.gz";s:4:"date";s:10:"1742200295";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"2.1.x-dev";a:11:{s:4:"name";s:13:"eca 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/2.1.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-2.1.x-dev.tar.gz";s:4:"date";s:10:"1742377254";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:13:"eca 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/2.0.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-2.0.x-dev.tar.gz";s:4:"date";s:10:"1742376462";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"1.2.x-dev";a:11:{s:4:"name";s:13:"eca 1.2.x-dev";s:7:"version";s:9:"1.2.x-dev";s:3:"tag";s:5:"1.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/1.2.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-1.2.x-dev.tar.gz";s:4:"date";s:10:"1690977626";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";s:5:"terms";a:0:{}}s:9:"1.1.x-dev";a:11:{s:4:"name";s:13:"eca 1.1.x-dev";s:7:"version";s:9:"1.1.x-dev";s:3:"tag";s:5:"1.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/1.1.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-1.1.x-dev.tar.gz";s:4:"date";s:10:"1742376542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:9:"1.0.x-dev";a:11:{s:4:"name";s:13:"eca 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/eca/releases/1.0.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/eca-1.0.x-dev.tar.gz";s:4:"date";s:10:"1678962026";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'editoria11y', 'a:10:{s:5:"title";s:33:"Editoria11y Accessibility Checker";s:10:"short_name";s:11:"editoria11y";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.1.,2.2.";s:18:"composer_namespace";s:18:"drupal/editoria11y";s:14:"project_status";s:9:"published";s:4:"link";s:42:"https://www.drupal.org/project/editoria11y";s:5:"terms";s:0:"";s:8:"releases";a:118:{s:5:"2.2.4";a:11:{s:4:"name";s:17:"editoria11y 2.2.4";s:7:"version";s:5:"2.2.4";s:3:"tag";s:5:"2.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.2.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.2.4.tar.gz";s:4:"date";s:10:"1737647999";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:5:"2.2.3";a:11:{s:4:"name";s:17:"editoria11y 2.2.3";s:7:"version";s:5:"2.2.3";s:3:"tag";s:5:"2.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.2.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.2.3.tar.gz";s:4:"date";s:10:"1737039431";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:5:"2.2.2";a:11:{s:4:"name";s:17:"editoria11y 2.2.2";s:7:"version";s:5:"2.2.2";s:3:"tag";s:5:"2.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.2.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.2.2.tar.gz";s:4:"date";s:10:"1736974428";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"2.2.1";a:11:{s:4:"name";s:17:"editoria11y 2.2.1";s:7:"version";s:5:"2.2.1";s:3:"tag";s:5:"2.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.2.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.2.1.tar.gz";s:4:"date";s:10:"1736970526";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"2.2.0";a:11:{s:4:"name";s:17:"editoria11y 2.2.0";s:7:"version";s:5:"2.2.0";s:3:"tag";s:5:"2.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.2.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0.tar.gz";s:4:"date";s:10:"1736188334";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:10:"2.2.0-rc10";a:11:{s:4:"name";s:22:"editoria11y 2.2.0-rc10";s:7:"version";s:10:"2.2.0-rc10";s:3:"tag";s:10:"2.2.0-rc10";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc10";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc10.tar.gz";s:4:"date";s:10:"1735934987";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc9";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc9";s:7:"version";s:9:"2.2.0-rc9";s:3:"tag";s:9:"2.2.0-rc9";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc9";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc9.tar.gz";s:4:"date";s:10:"1733845310";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc8";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc8";s:7:"version";s:9:"2.2.0-rc8";s:3:"tag";s:9:"2.2.0-rc8";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc8";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc8.tar.gz";s:4:"date";s:10:"1733685832";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc7";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc7";s:7:"version";s:9:"2.2.0-rc7";s:3:"tag";s:9:"2.2.0-rc7";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc7";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc7.tar.gz";s:4:"date";s:10:"1733503623";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc6";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc6";s:7:"version";s:9:"2.2.0-rc6";s:3:"tag";s:9:"2.2.0-rc6";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc6";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc6.tar.gz";s:4:"date";s:10:"1732659189";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc5";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc5";s:7:"version";s:9:"2.2.0-rc5";s:3:"tag";s:9:"2.2.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc5";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc5.tar.gz";s:4:"date";s:10:"1732227248";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc4";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc4";s:7:"version";s:9:"2.2.0-rc4";s:3:"tag";s:9:"2.2.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc4.tar.gz";s:4:"date";s:10:"1732140109";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc3";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc3";s:7:"version";s:9:"2.2.0-rc3";s:3:"tag";s:9:"2.2.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc3.tar.gz";s:4:"date";s:10:"1732133456";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc2";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc2";s:7:"version";s:9:"2.2.0-rc2";s:3:"tag";s:9:"2.2.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc2.tar.gz";s:4:"date";s:10:"1731966023";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.2.0-rc1";a:11:{s:4:"name";s:21:"editoria11y 2.2.0-rc1";s:7:"version";s:9:"2.2.0-rc1";s:3:"tag";s:9:"2.2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.0-rc1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-rc1.tar.gz";s:4:"date";s:10:"1731695977";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"2.2.0-beta6";a:11:{s:4:"name";s:23:"editoria11y 2.2.0-beta6";s:7:"version";s:11:"2.2.0-beta6";s:3:"tag";s:11:"2.2.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.2.0-beta6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-beta6.tar.gz";s:4:"date";s:10:"1731602442";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"2.2.0-beta5";a:11:{s:4:"name";s:23:"editoria11y 2.2.0-beta5";s:7:"version";s:11:"2.2.0-beta5";s:3:"tag";s:11:"2.2.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.2.0-beta5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-beta5.tar.gz";s:4:"date";s:10:"1731530625";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"2.2.0-beta4";a:11:{s:4:"name";s:23:"editoria11y 2.2.0-beta4";s:7:"version";s:11:"2.2.0-beta4";s:3:"tag";s:11:"2.2.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.2.0-beta4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-beta4.tar.gz";s:4:"date";s:10:"1731018952";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"2.2.0-beta3";a:11:{s:4:"name";s:23:"editoria11y 2.2.0-beta3";s:7:"version";s:11:"2.2.0-beta3";s:3:"tag";s:11:"2.2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.2.0-beta3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-beta3.tar.gz";s:4:"date";s:10:"1730994941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"2.2.0-beta2";a:11:{s:4:"name";s:23:"editoria11y 2.2.0-beta2";s:7:"version";s:11:"2.2.0-beta2";s:3:"tag";s:11:"2.2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.2.0-beta2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-beta2.tar.gz";s:4:"date";s:10:"1730493005";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"2.2.0-beta1";a:11:{s:4:"name";s:23:"editoria11y 2.2.0-beta1";s:7:"version";s:11:"2.2.0-beta1";s:3:"tag";s:11:"2.2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.2.0-beta1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.2.0-beta1.tar.gz";s:4:"date";s:10:"1730321784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.22";a:11:{s:4:"name";s:18:"editoria11y 2.1.22";s:7:"version";s:6:"2.1.22";s:3:"tag";s:6:"2.1.22";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.22";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.22.tar.gz";s:4:"date";s:10:"1736189205";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.21";a:11:{s:4:"name";s:18:"editoria11y 2.1.21";s:7:"version";s:6:"2.1.21";s:3:"tag";s:6:"2.1.21";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.21";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.21.tar.gz";s:4:"date";s:10:"1731602531";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.20";a:11:{s:4:"name";s:18:"editoria11y 2.1.20";s:7:"version";s:6:"2.1.20";s:3:"tag";s:6:"2.1.20";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.20";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.20.tar.gz";s:4:"date";s:10:"1731097435";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.19";a:11:{s:4:"name";s:18:"editoria11y 2.1.19";s:7:"version";s:6:"2.1.19";s:3:"tag";s:6:"2.1.19";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.19";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.19.tar.gz";s:4:"date";s:10:"1726514804";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.18";a:11:{s:4:"name";s:18:"editoria11y 2.1.18";s:7:"version";s:6:"2.1.18";s:3:"tag";s:6:"2.1.18";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.18";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.18.tar.gz";s:4:"date";s:10:"1716399461";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.17";a:11:{s:4:"name";s:18:"editoria11y 2.1.17";s:7:"version";s:6:"2.1.17";s:3:"tag";s:6:"2.1.17";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.17";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.17.tar.gz";s:4:"date";s:10:"1715783435";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.16";a:11:{s:4:"name";s:18:"editoria11y 2.1.16";s:7:"version";s:6:"2.1.16";s:3:"tag";s:6:"2.1.16";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.16";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.16.tar.gz";s:4:"date";s:10:"1715359756";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.15";a:11:{s:4:"name";s:18:"editoria11y 2.1.15";s:7:"version";s:6:"2.1.15";s:3:"tag";s:6:"2.1.15";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.15";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.15.tar.gz";s:4:"date";s:10:"1715357779";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.14";a:11:{s:4:"name";s:18:"editoria11y 2.1.14";s:7:"version";s:6:"2.1.14";s:3:"tag";s:6:"2.1.14";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.14";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.14.tar.gz";s:4:"date";s:10:"1715354831";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.13";a:11:{s:4:"name";s:18:"editoria11y 2.1.13";s:7:"version";s:6:"2.1.13";s:3:"tag";s:6:"2.1.13";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.13";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.13.tar.gz";s:4:"date";s:10:"1715189851";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:6:"2.1.12";a:11:{s:4:"name";s:18:"editoria11y 2.1.12";s:7:"version";s:6:"2.1.12";s:3:"tag";s:6:"2.1.12";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.12";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.12.tar.gz";s:4:"date";s:10:"1713880633";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"2.1.11";a:11:{s:4:"name";s:18:"editoria11y 2.1.11";s:7:"version";s:6:"2.1.11";s:3:"tag";s:6:"2.1.11";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.11";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.11.tar.gz";s:4:"date";s:10:"1713470232";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"2.1.10";a:11:{s:4:"name";s:18:"editoria11y 2.1.10";s:7:"version";s:6:"2.1.10";s:3:"tag";s:6:"2.1.10";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.1.10";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.1.10.tar.gz";s:4:"date";s:10:"1713205086";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.9";a:11:{s:4:"name";s:17:"editoria11y 2.1.9";s:7:"version";s:5:"2.1.9";s:3:"tag";s:5:"2.1.9";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.9";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.9.tar.gz";s:4:"date";s:10:"1712247230";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.8";a:11:{s:4:"name";s:17:"editoria11y 2.1.8";s:7:"version";s:5:"2.1.8";s:3:"tag";s:5:"2.1.8";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.8";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.8.tar.gz";s:4:"date";s:10:"1707937463";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.7";a:11:{s:4:"name";s:17:"editoria11y 2.1.7";s:7:"version";s:5:"2.1.7";s:3:"tag";s:5:"2.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.7.tar.gz";s:4:"date";s:10:"1703778041";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.6";a:11:{s:4:"name";s:17:"editoria11y 2.1.6";s:7:"version";s:5:"2.1.6";s:3:"tag";s:5:"2.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.6.tar.gz";s:4:"date";s:10:"1701962534";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.5";a:11:{s:4:"name";s:17:"editoria11y 2.1.5";s:7:"version";s:5:"2.1.5";s:3:"tag";s:5:"2.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.5.tar.gz";s:4:"date";s:10:"1701191022";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.4";a:11:{s:4:"name";s:17:"editoria11y 2.1.4";s:7:"version";s:5:"2.1.4";s:3:"tag";s:5:"2.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.4.tar.gz";s:4:"date";s:10:"1700076307";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.3";a:11:{s:4:"name";s:17:"editoria11y 2.1.3";s:7:"version";s:5:"2.1.3";s:3:"tag";s:5:"2.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.3.tar.gz";s:4:"date";s:10:"1697057765";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.2";a:11:{s:4:"name";s:17:"editoria11y 2.1.2";s:7:"version";s:5:"2.1.2";s:3:"tag";s:5:"2.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.2.tar.gz";s:4:"date";s:10:"1696531334";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.1";a:11:{s:4:"name";s:17:"editoria11y 2.1.1";s:7:"version";s:5:"2.1.1";s:3:"tag";s:5:"2.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.1.tar.gz";s:4:"date";s:10:"1696511145";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.1.0";a:11:{s:4:"name";s:17:"editoria11y 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.1.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.1.0.tar.gz";s:4:"date";s:10:"1696446269";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"2.0.14";a:11:{s:4:"name";s:18:"editoria11y 2.0.14";s:7:"version";s:6:"2.0.14";s:3:"tag";s:6:"2.0.14";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.0.14";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.0.14.tar.gz";s:4:"date";s:10:"1692130062";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"2.0.13";a:11:{s:4:"name";s:18:"editoria11y 2.0.13";s:7:"version";s:6:"2.0.13";s:3:"tag";s:6:"2.0.13";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.0.13";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.0.13.tar.gz";s:4:"date";s:10:"1690052595";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"2.0.12";a:11:{s:4:"name";s:18:"editoria11y 2.0.12";s:7:"version";s:6:"2.0.12";s:3:"tag";s:6:"2.0.12";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.0.12";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.0.12.tar.gz";s:4:"date";s:10:"1680556093";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}s:6:"2.0.11";a:11:{s:4:"name";s:18:"editoria11y 2.0.11";s:7:"version";s:6:"2.0.11";s:3:"tag";s:6:"2.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.0.11";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.0.11.tar.gz";s:4:"date";s:10:"1679952007";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"2.0.10";a:11:{s:4:"name";s:18:"editoria11y 2.0.10";s:7:"version";s:6:"2.0.10";s:3:"tag";s:6:"2.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/2.0.10";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-2.0.10.tar.gz";s:4:"date";s:10:"1678221078";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.9";a:11:{s:4:"name";s:17:"editoria11y 2.0.9";s:7:"version";s:5:"2.0.9";s:3:"tag";s:5:"2.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.9";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.9.tar.gz";s:4:"date";s:10:"1677719268";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.8";a:11:{s:4:"name";s:17:"editoria11y 2.0.8";s:7:"version";s:5:"2.0.8";s:3:"tag";s:5:"2.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.8";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.8.tar.gz";s:4:"date";s:10:"1675787063";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.7";a:11:{s:4:"name";s:17:"editoria11y 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.7.tar.gz";s:4:"date";s:10:"1675714896";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}s:5:"2.0.6";a:11:{s:4:"name";s:17:"editoria11y 2.0.6";s:7:"version";s:5:"2.0.6";s:3:"tag";s:5:"2.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.6.tar.gz";s:4:"date";s:10:"1675285789";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.5";a:11:{s:4:"name";s:17:"editoria11y 2.0.5";s:7:"version";s:5:"2.0.5";s:3:"tag";s:5:"2.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.5.tar.gz";s:4:"date";s:10:"1674238821";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.4";a:11:{s:4:"name";s:17:"editoria11y 2.0.4";s:7:"version";s:5:"2.0.4";s:3:"tag";s:5:"2.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.4.tar.gz";s:4:"date";s:10:"1672944158";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.3";a:11:{s:4:"name";s:17:"editoria11y 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.3.tar.gz";s:4:"date";s:10:"1668094235";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.2";a:11:{s:4:"name";s:17:"editoria11y 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.2.tar.gz";s:4:"date";s:10:"1666732040";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.1";a:11:{s:4:"name";s:17:"editoria11y 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.1.tar.gz";s:4:"date";s:10:"1666111219";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"2.0.0";a:11:{s:4:"name";s:17:"editoria11y 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/2.0.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0.tar.gz";s:4:"date";s:10:"1666042372";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"2.0.0-beta12";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-beta12";s:7:"version";s:12:"2.0.0-beta12";s:3:"tag";s:12:"2.0.0-beta12";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta12";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta12.tar.gz";s:4:"date";s:10:"1666024411";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"2.0.0-beta11";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-beta11";s:7:"version";s:12:"2.0.0-beta11";s:3:"tag";s:12:"2.0.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta11";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta11.tar.gz";s:4:"date";s:10:"1665792918";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"2.0.0-beta10";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-beta10";s:7:"version";s:12:"2.0.0-beta10";s:3:"tag";s:12:"2.0.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta10";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta10.tar.gz";s:4:"date";s:10:"1665779969";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta9";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta9";s:7:"version";s:11:"2.0.0-beta9";s:3:"tag";s:11:"2.0.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta9";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta9.tar.gz";s:4:"date";s:10:"1665607389";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta8";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta8";s:7:"version";s:11:"2.0.0-beta8";s:3:"tag";s:11:"2.0.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta8";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta8.tar.gz";s:4:"date";s:10:"1665523282";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta7";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta7";s:7:"version";s:11:"2.0.0-beta7";s:3:"tag";s:11:"2.0.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta7";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta7.tar.gz";s:4:"date";s:10:"1665520257";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta6";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta6";s:7:"version";s:11:"2.0.0-beta6";s:3:"tag";s:11:"2.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta6.tar.gz";s:4:"date";s:10:"1665187878";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta5";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta5";s:7:"version";s:11:"2.0.0-beta5";s:3:"tag";s:11:"2.0.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta5.tar.gz";s:4:"date";s:10:"1665165949";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta4";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta4";s:7:"version";s:11:"2.0.0-beta4";s:3:"tag";s:11:"2.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta4.tar.gz";s:4:"date";s:10:"1664560626";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta3";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta3";s:7:"version";s:11:"2.0.0-beta3";s:3:"tag";s:11:"2.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta3.tar.gz";s:4:"date";s:10:"1664380583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta2";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta2";s:7:"version";s:11:"2.0.0-beta2";s:3:"tag";s:11:"2.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta2.tar.gz";s:4:"date";s:10:"1664309449";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta1";a:11:{s:4:"name";s:23:"editoria11y 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/2.0.0-beta1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1663961031";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"2.0.0-alpha8";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-alpha8";s:7:"version";s:12:"2.0.0-alpha8";s:3:"tag";s:12:"2.0.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-alpha8";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-alpha8.tar.gz";s:4:"date";s:10:"1663785020";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"2.0.0-alpha7";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-alpha7";s:7:"version";s:12:"2.0.0-alpha7";s:3:"tag";s:12:"2.0.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-alpha7";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-alpha7.tar.gz";s:4:"date";s:10:"1663705380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"2.0.0-alpha6";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-alpha6";s:7:"version";s:12:"2.0.0-alpha6";s:3:"tag";s:12:"2.0.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-alpha6";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-alpha6.tar.gz";s:4:"date";s:10:"1663695124";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"2.0.0-alpha5";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-alpha5";s:7:"version";s:12:"2.0.0-alpha5";s:3:"tag";s:12:"2.0.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-alpha5";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-alpha5.tar.gz";s:4:"date";s:10:"1663694732";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"2.0.0-alpha4";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-alpha4";s:7:"version";s:12:"2.0.0-alpha4";s:3:"tag";s:12:"2.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-alpha4";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-alpha4.tar.gz";s:4:"date";s:10:"1663694322";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"2.0.0-alpha3";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-alpha3";s:7:"version";s:12:"2.0.0-alpha3";s:3:"tag";s:12:"2.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-alpha3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-alpha3.tar.gz";s:4:"date";s:10:"1663344656";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"2.0.0-alpha2";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-alpha2";s:7:"version";s:12:"2.0.0-alpha2";s:3:"tag";s:12:"2.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-alpha2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-alpha2.tar.gz";s:4:"date";s:10:"1660853072";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:24:"editoria11y 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/2.0.0-alpha1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1660838896";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:6:"1.0.14";a:11:{s:4:"name";s:18:"editoria11y 1.0.14";s:7:"version";s:6:"1.0.14";s:3:"tag";s:6:"1.0.14";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/1.0.14";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-1.0.14.tar.gz";s:4:"date";s:10:"1651258764";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:6:"1.0.13";a:11:{s:4:"name";s:18:"editoria11y 1.0.13";s:7:"version";s:6:"1.0.13";s:3:"tag";s:6:"1.0.13";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/1.0.13";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-1.0.13.tar.gz";s:4:"date";s:10:"1648044837";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:6:"1.0.12";a:11:{s:4:"name";s:18:"editoria11y 1.0.12";s:7:"version";s:6:"1.0.12";s:3:"tag";s:6:"1.0.12";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/1.0.12";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-1.0.12.tar.gz";s:4:"date";s:10:"1647439729";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:6:"1.0.11";a:11:{s:4:"name";s:18:"editoria11y 1.0.11";s:7:"version";s:6:"1.0.11";s:3:"tag";s:6:"1.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/1.0.11";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-1.0.11.tar.gz";s:4:"date";s:10:"1645724345";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:6:"1.0.10";a:11:{s:4:"name";s:18:"editoria11y 1.0.10";s:7:"version";s:6:"1.0.10";s:3:"tag";s:6:"1.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/editoria11y/releases/1.0.10";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/editoria11y-1.0.10.tar.gz";s:4:"date";s:10:"1643919343";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.9";a:11:{s:4:"name";s:17:"editoria11y 1.0.9";s:7:"version";s:5:"1.0.9";s:3:"tag";s:5:"1.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.9";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.9.tar.gz";s:4:"date";s:10:"1643295699";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.8";a:11:{s:4:"name";s:17:"editoria11y 1.0.8";s:7:"version";s:5:"1.0.8";s:3:"tag";s:5:"1.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.8";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.8.tar.gz";s:4:"date";s:10:"1633123191";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:5:"1.0.7";a:11:{s:4:"name";s:17:"editoria11y 1.0.7";s:7:"version";s:5:"1.0.7";s:3:"tag";s:5:"1.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.7.tar.gz";s:4:"date";s:10:"1626464769";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.6";a:11:{s:4:"name";s:17:"editoria11y 1.0.6";s:7:"version";s:5:"1.0.6";s:3:"tag";s:5:"1.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.6.tar.gz";s:4:"date";s:10:"1621011669";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.5";a:11:{s:4:"name";s:17:"editoria11y 1.0.5";s:7:"version";s:5:"1.0.5";s:3:"tag";s:5:"1.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.5.tar.gz";s:4:"date";s:10:"1620074636";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.4";a:11:{s:4:"name";s:17:"editoria11y 1.0.4";s:7:"version";s:5:"1.0.4";s:3:"tag";s:5:"1.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.4.tar.gz";s:4:"date";s:10:"1615306653";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.3";a:11:{s:4:"name";s:17:"editoria11y 1.0.3";s:7:"version";s:5:"1.0.3";s:3:"tag";s:5:"1.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.3.tar.gz";s:4:"date";s:10:"1614785542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.2";a:11:{s:4:"name";s:17:"editoria11y 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.2.tar.gz";s:4:"date";s:10:"1614701868";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.1";a:11:{s:4:"name";s:17:"editoria11y 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.1.tar.gz";s:4:"date";s:10:"1613167950";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"1.0.0";a:11:{s:4:"name";s:17:"editoria11y 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/editoria11y/releases/1.0.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0.tar.gz";s:4:"date";s:10:"1613155943";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-beta10";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-beta10";s:7:"version";s:12:"1.0.0-beta10";s:3:"tag";s:12:"1.0.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta10";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta10.tar.gz";s:4:"date";s:10:"1613071959";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"1.0.0-beta9";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta9";s:7:"version";s:11:"1.0.0-beta9";s:3:"tag";s:11:"1.0.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta9";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta9.tar.gz";s:4:"date";s:10:"1612898812";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta8";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta8";s:7:"version";s:11:"1.0.0-beta8";s:3:"tag";s:11:"1.0.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta8";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta8.tar.gz";s:4:"date";s:10:"1612454636";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta7";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta7";s:7:"version";s:11:"1.0.0-beta7";s:3:"tag";s:11:"1.0.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta7";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta7.tar.gz";s:4:"date";s:10:"1612378520";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"1.0.0-beta6";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta6";s:7:"version";s:11:"1.0.0-beta6";s:3:"tag";s:11:"1.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta6.tar.gz";s:4:"date";s:10:"1612201873";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"1.0.0-beta5";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta5";s:7:"version";s:11:"1.0.0-beta5";s:3:"tag";s:11:"1.0.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta5.tar.gz";s:4:"date";s:10:"1611071785";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"1.0.0-beta4";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta4";s:7:"version";s:11:"1.0.0-beta4";s:3:"tag";s:11:"1.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta4.tar.gz";s:4:"date";s:10:"1610737196";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1610659180";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1610655128";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:23:"editoria11y 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/editoria11y/releases/1.0.0-beta1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1610652198";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:13:"1.0.0-alpha10";a:11:{s:4:"name";s:25:"editoria11y 1.0.0-alpha10";s:7:"version";s:13:"1.0.0-alpha10";s:3:"tag";s:13:"1.0.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha10";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha10.tar.gz";s:4:"date";s:10:"1610569401";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha9";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha9";s:7:"version";s:12:"1.0.0-alpha9";s:3:"tag";s:12:"1.0.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha9";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha9.tar.gz";s:4:"date";s:10:"1610143875";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha8";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha8";s:7:"version";s:12:"1.0.0-alpha8";s:3:"tag";s:12:"1.0.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha8";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha8.tar.gz";s:4:"date";s:10:"1608065469";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha7";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha7";s:7:"version";s:12:"1.0.0-alpha7";s:3:"tag";s:12:"1.0.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha7";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha7.tar.gz";s:4:"date";s:10:"1607984696";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha6";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha6";s:7:"version";s:12:"1.0.0-alpha6";s:3:"tag";s:12:"1.0.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha6";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha6.tar.gz";s:4:"date";s:10:"1607976918";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha5";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha5";s:7:"version";s:12:"1.0.0-alpha5";s:3:"tag";s:12:"1.0.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha5";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha5.tar.gz";s:4:"date";s:10:"1607864118";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha4";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha4";s:7:"version";s:12:"1.0.0-alpha4";s:3:"tag";s:12:"1.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha4";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha4.tar.gz";s:4:"date";s:10:"1607708102";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha3";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha3";s:7:"version";s:12:"1.0.0-alpha3";s:3:"tag";s:12:"1.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha3.tar.gz";s:4:"date";s:10:"1607630334";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha2";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha2";s:7:"version";s:12:"1.0.0-alpha2";s:3:"tag";s:12:"1.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha2.tar.gz";s:4:"date";s:10:"1607533371";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:24:"editoria11y 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/editoria11y/releases/1.0.0-alpha1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/editoria11y-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1607531830";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:9:"2.2.x-dev";a:11:{s:4:"name";s:21:"editoria11y 2.2.x-dev";s:7:"version";s:9:"2.2.x-dev";s:3:"tag";s:5:"2.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.2.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.2.x-dev.tar.gz";s:4:"date";s:10:"1737471638";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"2.1.x-dev";a:11:{s:4:"name";s:21:"editoria11y 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.1.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.1.x-dev.tar.gz";s:4:"date";s:10:"1735937737";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:21:"editoria11y 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/2.0.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-2.0.x-dev.tar.gz";s:4:"date";s:10:"1696530745";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.x-dev";a:11:{s:4:"name";s:21:"editoria11y 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/editoria11y/releases/1.0.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/editoria11y-1.0.x-dev.tar.gz";s:4:"date";s:10:"1651245471";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'field_group', 'a:10:{s:5:"title";s:11:"Field Group";s:10:"short_name";s:11:"field_group";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:11:"4.0.,8.x-3.";s:18:"composer_namespace";s:18:"drupal/field_group";s:14:"project_status";s:9:"published";s:4:"link";s:42:"https://www.drupal.org/project/field_group";s:5:"terms";s:0:"";s:8:"releases";a:19:{s:12:"4.0.0-alpha1";a:11:{s:4:"name";s:24:"field_group 4.0.0-alpha1";s:7:"version";s:12:"4.0.0-alpha1";s:3:"tag";s:12:"4.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/field_group/releases/4.0.0-alpha1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/field_group-4.0.0-alpha1.tar.gz";s:4:"date";s:10:"1725952813";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:7:"8.x-3.6";a:11:{s:4:"name";s:19:"field_group 8.x-3.6";s:7:"version";s:7:"8.x-3.6";s:3:"tag";s:7:"8.x-3.6";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-3.6";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-3.6.tar.gz";s:4:"date";s:10:"1722672510";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:7:"8.x-3.5";a:11:{s:4:"name";s:19:"field_group 8.x-3.5";s:7:"version";s:7:"8.x-3.5";s:3:"tag";s:7:"8.x-3.5";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-3.5";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-3.5.tar.gz";s:4:"date";s:10:"1722630494";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:7:"8.x-3.4";a:11:{s:4:"name";s:19:"field_group 8.x-3.4";s:7:"version";s:7:"8.x-3.4";s:3:"tag";s:7:"8.x-3.4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-3.4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-3.4.tar.gz";s:4:"date";s:10:"1667241979";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:7:"8.x-3.3";a:11:{s:4:"name";s:19:"field_group 8.x-3.3";s:7:"version";s:7:"8.x-3.3";s:3:"tag";s:7:"8.x-3.3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-3.3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-3.3.tar.gz";s:4:"date";s:10:"1663516404";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.2";a:11:{s:4:"name";s:19:"field_group 8.x-3.2";s:7:"version";s:7:"8.x-3.2";s:3:"tag";s:7:"8.x-3.2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-3.2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-3.2.tar.gz";s:4:"date";s:10:"1628513585";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.1";a:11:{s:4:"name";s:19:"field_group 8.x-3.1";s:7:"version";s:7:"8.x-3.1";s:3:"tag";s:7:"8.x-3.1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-3.1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-3.1.tar.gz";s:4:"date";s:10:"1591772567";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.0";a:11:{s:4:"name";s:19:"field_group 8.x-3.0";s:7:"version";s:7:"8.x-3.0";s:3:"tag";s:7:"8.x-3.0";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-3.0";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-3.0.tar.gz";s:4:"date";s:10:"1580250787";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-3.0-rc2";a:11:{s:4:"name";s:23:"field_group 8.x-3.0-rc2";s:7:"version";s:11:"8.x-3.0-rc2";s:3:"tag";s:11:"8.x-3.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/field_group/releases/8.x-3.0-rc2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/field_group-8.x-3.0-rc2.tar.gz";s:4:"date";s:10:"1574200085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-3.0-rc1";a:11:{s:4:"name";s:23:"field_group 8.x-3.0-rc1";s:7:"version";s:11:"8.x-3.0-rc1";s:3:"tag";s:11:"8.x-3.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/field_group/releases/8.x-3.0-rc1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/field_group-8.x-3.0-rc1.tar.gz";s:4:"date";s:10:"1558647185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta1";a:11:{s:4:"name";s:25:"field_group 8.x-3.0-beta1";s:7:"version";s:13:"8.x-3.0-beta1";s:3:"tag";s:13:"8.x-3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/field_group/releases/8.x-3.0-beta1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/field_group-8.x-3.0-beta1.tar.gz";s:4:"date";s:10:"1510352284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:19:"field_group 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/8.x-1.0";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-8.x-1.0.tar.gz";s:4:"date";s:10:"1510352885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc6";a:11:{s:4:"name";s:23:"field_group 8.x-1.0-rc6";s:7:"version";s:11:"8.x-1.0-rc6";s:3:"tag";s:11:"8.x-1.0-rc6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/field_group/releases/8.x-1.0-rc6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/field_group-8.x-1.0-rc6.tar.gz";s:4:"date";s:10:"1480365484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc5";a:11:{s:4:"name";s:23:"field_group 8.x-1.0-rc5";s:7:"version";s:11:"8.x-1.0-rc5";s:3:"tag";s:11:"8.x-1.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/field_group/releases/8.x-1.0-rc5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/field_group-8.x-1.0-rc5.tar.gz";s:4:"date";s:10:"1480288380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc4";a:11:{s:4:"name";s:23:"field_group 8.x-1.0-rc4";s:7:"version";s:11:"8.x-1.0-rc4";s:3:"tag";s:11:"8.x-1.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/field_group/releases/8.x-1.0-rc4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/field_group-8.x-1.0-rc4.tar.gz";s:4:"date";s:10:"1449771240";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc3";a:11:{s:4:"name";s:23:"field_group 8.x-1.0-rc3";s:7:"version";s:11:"8.x-1.0-rc3";s:3:"tag";s:11:"8.x-1.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/field_group/releases/8.x-1.0-rc3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/field_group-8.x-1.0-rc3.tar.gz";s:4:"date";s:10:"1447385940";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"4.x-dev";a:11:{s:4:"name";s:19:"field_group 4.x-dev";s:7:"version";s:7:"4.x-dev";s:3:"tag";s:3:"4.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/field_group/releases/4.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/field_group-4.x-dev.tar.gz";s:4:"date";s:10:"1739471423";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"8.x-3.x-dev";a:11:{s:4:"name";s:23:"field_group 8.x-3.x-dev";s:7:"version";s:11:"8.x-3.x-dev";s:3:"tag";s:7:"8.x-3.x";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/field_group/releases/8.x-3.x-dev";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/field_group-8.x-3.x-dev.tar.gz";s:4:"date";s:10:"1739379201";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:23:"field_group 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/field_group/releases/8.x-1.x-dev";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/field_group-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1570214888";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'focal_point', 'a:10:{s:5:"title";s:11:"Focal Point";s:10:"short_name";s:11:"focal_point";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.0.,2.1.";s:18:"composer_namespace";s:18:"drupal/focal_point";s:14:"project_status";s:9:"published";s:4:"link";s:42:"https://www.drupal.org/project/focal_point";s:5:"terms";s:0:"";s:8:"releases";a:23:{s:5:"2.1.2";a:11:{s:4:"name";s:17:"focal_point 2.1.2";s:7:"version";s:5:"2.1.2";s:3:"tag";s:5:"2.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/focal_point/releases/2.1.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/focal_point-2.1.2.tar.gz";s:4:"date";s:10:"1731556344";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:5:"2.1.1";a:11:{s:4:"name";s:17:"focal_point 2.1.1";s:7:"version";s:5:"2.1.1";s:3:"tag";s:5:"2.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/focal_point/releases/2.1.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/focal_point-2.1.1.tar.gz";s:4:"date";s:10:"1721126807";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:5:"terms";a:0:{}}s:5:"2.1.0";a:11:{s:4:"name";s:17:"focal_point 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/focal_point/releases/2.1.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/focal_point-2.1.0.tar.gz";s:4:"date";s:10:"1715085292";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.0.3";a:11:{s:4:"name";s:17:"focal_point 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/focal_point/releases/2.0.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/focal_point-2.0.3.tar.gz";s:4:"date";s:10:"1710483156";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}s:5:"2.0.2";a:11:{s:4:"name";s:17:"focal_point 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/focal_point/releases/2.0.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/focal_point-2.0.2.tar.gz";s:4:"date";s:10:"1690451620";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.0.1";a:11:{s:4:"name";s:17:"focal_point 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/focal_point/releases/2.0.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/focal_point-2.0.1.tar.gz";s:4:"date";s:10:"1689093654";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"2.0.0";a:11:{s:4:"name";s:17:"focal_point 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/focal_point/releases/2.0.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/focal_point-2.0.0.tar.gz";s:4:"date";s:10:"1681277639";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}s:12:"2.0.0-alpha2";a:11:{s:4:"name";s:24:"focal_point 2.0.0-alpha2";s:7:"version";s:12:"2.0.0-alpha2";s:3:"tag";s:12:"2.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/focal_point/releases/2.0.0-alpha2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/focal_point-2.0.0-alpha2.tar.gz";s:4:"date";s:10:"1671532146";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:24:"focal_point 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/focal_point/releases/2.0.0-alpha1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/focal_point-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1667283490";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}s:7:"8.x-1.5";a:11:{s:4:"name";s:19:"focal_point 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/focal_point/releases/8.x-1.5";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.5.tar.gz";s:4:"date";s:10:"1598663903";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.4";a:11:{s:4:"name";s:19:"focal_point 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/focal_point/releases/8.x-1.4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.4.tar.gz";s:4:"date";s:10:"1586396577";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.3";a:11:{s:4:"name";s:19:"focal_point 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/focal_point/releases/8.x-1.3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.3.tar.gz";s:4:"date";s:10:"1584797652";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.2";a:11:{s:4:"name";s:19:"focal_point 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/focal_point/releases/8.x-1.2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.2.tar.gz";s:4:"date";s:10:"1569333485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:19:"focal_point 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/focal_point/releases/8.x-1.1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.1.tar.gz";s:4:"date";s:10:"1568206088";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:19:"focal_point 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/focal_point/releases/8.x-1.0";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.0.tar.gz";s:4:"date";s:10:"1553270584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta6";a:11:{s:4:"name";s:25:"focal_point 8.x-1.0-beta6";s:7:"version";s:13:"8.x-1.0-beta6";s:3:"tag";s:13:"8.x-1.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/focal_point/releases/8.x-1.0-beta6";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.0-beta6.tar.gz";s:4:"date";s:10:"1519932484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta5";a:11:{s:4:"name";s:25:"focal_point 8.x-1.0-beta5";s:7:"version";s:13:"8.x-1.0-beta5";s:3:"tag";s:13:"8.x-1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/focal_point/releases/8.x-1.0-beta5";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.0-beta5.tar.gz";s:4:"date";s:10:"1507560540";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:25:"focal_point 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/focal_point/releases/8.x-1.0-beta4";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1479749360";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:25:"focal_point 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/focal_point/releases/8.x-1.0-beta3";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1472695439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:25:"focal_point 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/focal_point/releases/8.x-1.0-beta2";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1470791339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:25:"focal_point 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/focal_point/releases/8.x-1.0-beta1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1465400532";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"2.x-dev";a:11:{s:4:"name";s:19:"focal_point 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/focal_point/releases/2.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/focal_point-2.x-dev.tar.gz";s:4:"date";s:10:"1740665236";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:23:"focal_point 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/focal_point/releases/8.x-1.x-dev";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/focal_point-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1617287532";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'friendlycaptcha', 'a:10:{s:5:"title";s:25:"CAPTCHA: Friendly Captcha";s:10:"short_name";s:15:"friendlycaptcha";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"1.1.";s:18:"composer_namespace";s:22:"drupal/friendlycaptcha";s:14:"project_status";s:9:"published";s:4:"link";s:46:"https://www.drupal.org/project/friendlycaptcha";s:5:"terms";s:0:"";s:8:"releases";a:13:{s:5:"1.1.3";a:11:{s:4:"name";s:21:"friendlycaptcha 1.1.3";s:7:"version";s:5:"1.1.3";s:3:"tag";s:5:"1.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/friendlycaptcha/releases/1.1.3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.1.3.tar.gz";s:4:"date";s:10:"1733222894";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.9 || ^9 || ^10 || ^11";}s:5:"1.1.2";a:11:{s:4:"name";s:21:"friendlycaptcha 1.1.2";s:7:"version";s:5:"1.1.2";s:3:"tag";s:5:"1.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/friendlycaptcha/releases/1.1.2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.1.2.tar.gz";s:4:"date";s:10:"1713770980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.9 || ^9 || ^10 || ^11";}s:5:"1.1.1";a:11:{s:4:"name";s:21:"friendlycaptcha 1.1.1";s:7:"version";s:5:"1.1.1";s:3:"tag";s:5:"1.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/friendlycaptcha/releases/1.1.1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.1.1.tar.gz";s:4:"date";s:10:"1713355297";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.9 || ^9 || ^10 || ^11";}s:5:"1.1.0";a:11:{s:4:"name";s:21:"friendlycaptcha 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/friendlycaptcha/releases/1.1.0";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.1.0.tar.gz";s:4:"date";s:10:"1710860710";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:9:"1.0.0-rc1";a:11:{s:4:"name";s:25:"friendlycaptcha 1.0.0-rc1";s:7:"version";s:9:"1.0.0-rc1";s:3:"tag";s:9:"1.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/friendlycaptcha/releases/1.0.0-rc1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-rc1.tar.gz";s:4:"date";s:10:"1690475345";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:9:"1.0.0-rc0";a:11:{s:4:"name";s:25:"friendlycaptcha 1.0.0-rc0";s:7:"version";s:9:"1.0.0-rc0";s:3:"tag";s:9:"1.0.0-rc0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/friendlycaptcha/releases/1.0.0-rc0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-rc0.tar.gz";s:4:"date";s:10:"1664959476";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:11:"1.0.0-beta6";a:11:{s:4:"name";s:27:"friendlycaptcha 1.0.0-beta6";s:7:"version";s:11:"1.0.0-beta6";s:3:"tag";s:11:"1.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/friendlycaptcha/releases/1.0.0-beta6";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-beta6.tar.gz";s:4:"date";s:10:"1661238823";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";s:5:"terms";a:0:{}}s:11:"1.0.0-beta5";a:11:{s:4:"name";s:27:"friendlycaptcha 1.0.0-beta5";s:7:"version";s:11:"1.0.0-beta5";s:3:"tag";s:11:"1.0.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/friendlycaptcha/releases/1.0.0-beta5";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-beta5.tar.gz";s:4:"date";s:10:"1645169137";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.9 || ^9";}s:11:"1.0.0-beta4";a:11:{s:4:"name";s:27:"friendlycaptcha 1.0.0-beta4";s:7:"version";s:11:"1.0.0-beta4";s:3:"tag";s:11:"1.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/friendlycaptcha/releases/1.0.0-beta4";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-beta4.tar.gz";s:4:"date";s:10:"1628253988";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.9 || ^9";s:5:"terms";a:0:{}}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:27:"friendlycaptcha 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/friendlycaptcha/releases/1.0.0-beta3";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1628163433";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:27:"friendlycaptcha 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/friendlycaptcha/releases/1.0.0-beta2";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1628155790";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:27:"friendlycaptcha 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/friendlycaptcha/releases/1.0.0-beta1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1628080988";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"1.x-dev";a:11:{s:4:"name";s:23:"friendlycaptcha 1.x-dev";s:7:"version";s:7:"1.x-dev";s:3:"tag";s:3:"1.x";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/friendlycaptcha/releases/1.x-dev";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/friendlycaptcha-1.x-dev.tar.gz";s:4:"date";s:10:"1733222614";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:24:"^8.9 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'geocoder', 'a:10:{s:5:"title";s:8:"Geocoder";s:10:"short_name";s:8:"geocoder";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-4.";s:18:"composer_namespace";s:15:"drupal/geocoder";s:14:"project_status";s:9:"published";s:4:"link";s:39:"https://www.drupal.org/project/geocoder";s:5:"terms";s:0:"";s:8:"releases";a:136:{s:8:"8.x-4.28";a:11:{s:4:"name";s:17:"geocoder 8.x-4.28";s:7:"version";s:8:"8.x-4.28";s:3:"tag";s:8:"8.x-4.28";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.28";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.28.tar.gz";s:4:"date";s:10:"1741125048";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:8:"8.x-4.27";a:11:{s:4:"name";s:17:"geocoder 8.x-4.27";s:7:"version";s:8:"8.x-4.27";s:3:"tag";s:8:"8.x-4.27";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.27";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.27.tar.gz";s:4:"date";s:10:"1741037116";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:8:"8.x-4.26";a:11:{s:4:"name";s:17:"geocoder 8.x-4.26";s:7:"version";s:8:"8.x-4.26";s:3:"tag";s:8:"8.x-4.26";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.26";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.26.tar.gz";s:4:"date";s:10:"1733783003";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:8:"8.x-4.25";a:11:{s:4:"name";s:17:"geocoder 8.x-4.25";s:7:"version";s:8:"8.x-4.25";s:3:"tag";s:8:"8.x-4.25";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.25";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.25.tar.gz";s:4:"date";s:10:"1722204762";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:8:"8.x-4.24";a:11:{s:4:"name";s:17:"geocoder 8.x-4.24";s:7:"version";s:8:"8.x-4.24";s:3:"tag";s:8:"8.x-4.24";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.24";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.24.tar.gz";s:4:"date";s:10:"1719606014";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:8:"8.x-4.23";a:11:{s:4:"name";s:17:"geocoder 8.x-4.23";s:7:"version";s:8:"8.x-4.23";s:3:"tag";s:8:"8.x-4.23";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.23";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.23.tar.gz";s:4:"date";s:10:"1707161636";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.22";a:11:{s:4:"name";s:17:"geocoder 8.x-4.22";s:7:"version";s:8:"8.x-4.22";s:3:"tag";s:8:"8.x-4.22";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.22";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.22.tar.gz";s:4:"date";s:10:"1706827890";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.21";a:11:{s:4:"name";s:17:"geocoder 8.x-4.21";s:7:"version";s:8:"8.x-4.21";s:3:"tag";s:8:"8.x-4.21";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.21";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.21.tar.gz";s:4:"date";s:10:"1706483330";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.20";a:11:{s:4:"name";s:17:"geocoder 8.x-4.20";s:7:"version";s:8:"8.x-4.20";s:3:"tag";s:8:"8.x-4.20";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.20";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.20.tar.gz";s:4:"date";s:10:"1706097387";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.19";a:11:{s:4:"name";s:17:"geocoder 8.x-4.19";s:7:"version";s:8:"8.x-4.19";s:3:"tag";s:8:"8.x-4.19";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.19";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.19.tar.gz";s:4:"date";s:10:"1706037829";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.18";a:11:{s:4:"name";s:17:"geocoder 8.x-4.18";s:7:"version";s:8:"8.x-4.18";s:3:"tag";s:8:"8.x-4.18";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.18";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.18.tar.gz";s:4:"date";s:10:"1703166690";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.17";a:11:{s:4:"name";s:17:"geocoder 8.x-4.17";s:7:"version";s:8:"8.x-4.17";s:3:"tag";s:8:"8.x-4.17";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.17";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.17.tar.gz";s:4:"date";s:10:"1703116289";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.16";a:11:{s:4:"name";s:17:"geocoder 8.x-4.16";s:7:"version";s:8:"8.x-4.16";s:3:"tag";s:8:"8.x-4.16";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.16";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.16.tar.gz";s:4:"date";s:10:"1702679287";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.15";a:11:{s:4:"name";s:17:"geocoder 8.x-4.15";s:7:"version";s:8:"8.x-4.15";s:3:"tag";s:8:"8.x-4.15";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.15";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.15.tar.gz";s:4:"date";s:10:"1701960764";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.14";a:11:{s:4:"name";s:17:"geocoder 8.x-4.14";s:7:"version";s:8:"8.x-4.14";s:3:"tag";s:8:"8.x-4.14";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.14";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.14.tar.gz";s:4:"date";s:10:"1701899239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.13";a:11:{s:4:"name";s:17:"geocoder 8.x-4.13";s:7:"version";s:8:"8.x-4.13";s:3:"tag";s:8:"8.x-4.13";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.13";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.13.tar.gz";s:4:"date";s:10:"1701846776";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-4.12";a:11:{s:4:"name";s:17:"geocoder 8.x-4.12";s:7:"version";s:8:"8.x-4.12";s:3:"tag";s:8:"8.x-4.12";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.12";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.12.tar.gz";s:4:"date";s:10:"1701383139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:8:"8.x-4.11";a:11:{s:4:"name";s:17:"geocoder 8.x-4.11";s:7:"version";s:8:"8.x-4.11";s:3:"tag";s:8:"8.x-4.11";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.11";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.11.tar.gz";s:4:"date";s:10:"1700812536";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:8:"8.x-4.10";a:11:{s:4:"name";s:17:"geocoder 8.x-4.10";s:7:"version";s:8:"8.x-4.10";s:3:"tag";s:8:"8.x-4.10";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-4.10";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.10.tar.gz";s:4:"date";s:10:"1697825420";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.9";a:11:{s:4:"name";s:16:"geocoder 8.x-4.9";s:7:"version";s:7:"8.x-4.9";s:3:"tag";s:7:"8.x-4.9";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.9";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.9.tar.gz";s:4:"date";s:10:"1682585195";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.8";a:11:{s:4:"name";s:16:"geocoder 8.x-4.8";s:7:"version";s:7:"8.x-4.8";s:3:"tag";s:7:"8.x-4.8";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.8";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.8.tar.gz";s:4:"date";s:10:"1682584214";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.7";a:11:{s:4:"name";s:16:"geocoder 8.x-4.7";s:7:"version";s:7:"8.x-4.7";s:3:"tag";s:7:"8.x-4.7";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.7";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.7.tar.gz";s:4:"date";s:10:"1682582845";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.6";a:11:{s:4:"name";s:16:"geocoder 8.x-4.6";s:7:"version";s:7:"8.x-4.6";s:3:"tag";s:7:"8.x-4.6";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.6";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.6.tar.gz";s:4:"date";s:10:"1682550922";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.5";a:11:{s:4:"name";s:16:"geocoder 8.x-4.5";s:7:"version";s:7:"8.x-4.5";s:3:"tag";s:7:"8.x-4.5";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.5";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.5.tar.gz";s:4:"date";s:10:"1679999975";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.4";a:11:{s:4:"name";s:16:"geocoder 8.x-4.4";s:7:"version";s:7:"8.x-4.4";s:3:"tag";s:7:"8.x-4.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.4.tar.gz";s:4:"date";s:10:"1664284253";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.3";a:11:{s:4:"name";s:16:"geocoder 8.x-4.3";s:7:"version";s:7:"8.x-4.3";s:3:"tag";s:7:"8.x-4.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.3.tar.gz";s:4:"date";s:10:"1663974622";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.2";a:11:{s:4:"name";s:16:"geocoder 8.x-4.2";s:7:"version";s:7:"8.x-4.2";s:3:"tag";s:7:"8.x-4.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.2.tar.gz";s:4:"date";s:10:"1662503827";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.1";a:11:{s:4:"name";s:16:"geocoder 8.x-4.1";s:7:"version";s:7:"8.x-4.1";s:3:"tag";s:7:"8.x-4.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.1.tar.gz";s:4:"date";s:10:"1662499725";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.0";a:11:{s:4:"name";s:16:"geocoder 8.x-4.0";s:7:"version";s:7:"8.x-4.0";s:3:"tag";s:7:"8.x-4.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-4.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.0.tar.gz";s:4:"date";s:10:"1655853827";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:8:"8.x-3.47";a:11:{s:4:"name";s:17:"geocoder 8.x-3.47";s:7:"version";s:8:"8.x-3.47";s:3:"tag";s:8:"8.x-3.47";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.47";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.47.tar.gz";s:4:"date";s:10:"1707161761";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.45";a:11:{s:4:"name";s:17:"geocoder 8.x-3.45";s:7:"version";s:8:"8.x-3.45";s:3:"tag";s:8:"8.x-3.45";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.45";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.45.tar.gz";s:4:"date";s:10:"1706827981";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.44";a:11:{s:4:"name";s:17:"geocoder 8.x-3.44";s:7:"version";s:8:"8.x-3.44";s:3:"tag";s:8:"8.x-3.44";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.44";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.44.tar.gz";s:4:"date";s:10:"1706483228";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.43";a:11:{s:4:"name";s:17:"geocoder 8.x-3.43";s:7:"version";s:8:"8.x-3.43";s:3:"tag";s:8:"8.x-3.43";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.43";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.43.tar.gz";s:4:"date";s:10:"1706097497";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.42";a:11:{s:4:"name";s:17:"geocoder 8.x-3.42";s:7:"version";s:8:"8.x-3.42";s:3:"tag";s:8:"8.x-3.42";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.42";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.42.tar.gz";s:4:"date";s:10:"1706038108";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.40";a:11:{s:4:"name";s:17:"geocoder 8.x-3.40";s:7:"version";s:8:"8.x-3.40";s:3:"tag";s:8:"8.x-3.40";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.40";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.40.tar.gz";s:4:"date";s:10:"1702679383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.39";a:11:{s:4:"name";s:17:"geocoder 8.x-3.39";s:7:"version";s:8:"8.x-3.39";s:3:"tag";s:8:"8.x-3.39";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.39";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.39.tar.gz";s:4:"date";s:10:"1701960919";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.38";a:11:{s:4:"name";s:17:"geocoder 8.x-3.38";s:7:"version";s:8:"8.x-3.38";s:3:"tag";s:8:"8.x-3.38";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.38";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.38.tar.gz";s:4:"date";s:10:"1701899314";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.37";a:11:{s:4:"name";s:17:"geocoder 8.x-3.37";s:7:"version";s:8:"8.x-3.37";s:3:"tag";s:8:"8.x-3.37";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.37";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.37.tar.gz";s:4:"date";s:10:"1701383080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.36";a:11:{s:4:"name";s:17:"geocoder 8.x-3.36";s:7:"version";s:8:"8.x-3.36";s:3:"tag";s:8:"8.x-3.36";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.36";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.36.tar.gz";s:4:"date";s:10:"1700812620";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.35";a:11:{s:4:"name";s:17:"geocoder 8.x-3.35";s:7:"version";s:8:"8.x-3.35";s:3:"tag";s:8:"8.x-3.35";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.35";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.35.tar.gz";s:4:"date";s:10:"1697825623";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.34";a:11:{s:4:"name";s:17:"geocoder 8.x-3.34";s:7:"version";s:8:"8.x-3.34";s:3:"tag";s:8:"8.x-3.34";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.34";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.34.tar.gz";s:4:"date";s:10:"1682585666";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.33";a:11:{s:4:"name";s:17:"geocoder 8.x-3.33";s:7:"version";s:8:"8.x-3.33";s:3:"tag";s:8:"8.x-3.33";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.33";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.33.tar.gz";s:4:"date";s:10:"1682550796";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.32";a:11:{s:4:"name";s:17:"geocoder 8.x-3.32";s:7:"version";s:8:"8.x-3.32";s:3:"tag";s:8:"8.x-3.32";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.32";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.32.tar.gz";s:4:"date";s:10:"1679999900";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.31";a:11:{s:4:"name";s:17:"geocoder 8.x-3.31";s:7:"version";s:8:"8.x-3.31";s:3:"tag";s:8:"8.x-3.31";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.31";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.31.tar.gz";s:4:"date";s:10:"1663974561";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.30";a:11:{s:4:"name";s:17:"geocoder 8.x-3.30";s:7:"version";s:8:"8.x-3.30";s:3:"tag";s:8:"8.x-3.30";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.30";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.30.tar.gz";s:4:"date";s:10:"1662503924";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.29";a:11:{s:4:"name";s:17:"geocoder 8.x-3.29";s:7:"version";s:8:"8.x-3.29";s:3:"tag";s:8:"8.x-3.29";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.29";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.29.tar.gz";s:4:"date";s:10:"1655853021";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.28";a:11:{s:4:"name";s:17:"geocoder 8.x-3.28";s:7:"version";s:8:"8.x-3.28";s:3:"tag";s:8:"8.x-3.28";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.28";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.28.tar.gz";s:4:"date";s:10:"1654431613";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.27";a:11:{s:4:"name";s:17:"geocoder 8.x-3.27";s:7:"version";s:8:"8.x-3.27";s:3:"tag";s:8:"8.x-3.27";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.27";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.27.tar.gz";s:4:"date";s:10:"1654383150";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.26";a:11:{s:4:"name";s:17:"geocoder 8.x-3.26";s:7:"version";s:8:"8.x-3.26";s:3:"tag";s:8:"8.x-3.26";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.26";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.26.tar.gz";s:4:"date";s:10:"1649610015";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.25";a:11:{s:4:"name";s:17:"geocoder 8.x-3.25";s:7:"version";s:8:"8.x-3.25";s:3:"tag";s:8:"8.x-3.25";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.25";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.25.tar.gz";s:4:"date";s:10:"1642803151";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.24";a:11:{s:4:"name";s:17:"geocoder 8.x-3.24";s:7:"version";s:8:"8.x-3.24";s:3:"tag";s:8:"8.x-3.24";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.24";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.24.tar.gz";s:4:"date";s:10:"1638225451";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.23";a:11:{s:4:"name";s:17:"geocoder 8.x-3.23";s:7:"version";s:8:"8.x-3.23";s:3:"tag";s:8:"8.x-3.23";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.23";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.23.tar.gz";s:4:"date";s:10:"1638203875";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.22";a:11:{s:4:"name";s:17:"geocoder 8.x-3.22";s:7:"version";s:8:"8.x-3.22";s:3:"tag";s:8:"8.x-3.22";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.22";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.22.tar.gz";s:4:"date";s:10:"1638058954";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.21";a:11:{s:4:"name";s:17:"geocoder 8.x-3.21";s:7:"version";s:8:"8.x-3.21";s:3:"tag";s:8:"8.x-3.21";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.21";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.21.tar.gz";s:4:"date";s:10:"1638010713";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.20";a:11:{s:4:"name";s:17:"geocoder 8.x-3.20";s:7:"version";s:8:"8.x-3.20";s:3:"tag";s:8:"8.x-3.20";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.20";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.20.tar.gz";s:4:"date";s:10:"1617644936";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.19";a:11:{s:4:"name";s:17:"geocoder 8.x-3.19";s:7:"version";s:8:"8.x-3.19";s:3:"tag";s:8:"8.x-3.19";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.19";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.19.tar.gz";s:4:"date";s:10:"1617519436";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.18";a:11:{s:4:"name";s:17:"geocoder 8.x-3.18";s:7:"version";s:8:"8.x-3.18";s:3:"tag";s:8:"8.x-3.18";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.18";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.18.tar.gz";s:4:"date";s:10:"1617143945";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.17";a:11:{s:4:"name";s:17:"geocoder 8.x-3.17";s:7:"version";s:8:"8.x-3.17";s:3:"tag";s:8:"8.x-3.17";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.17";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.17.tar.gz";s:4:"date";s:10:"1615018686";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.16";a:11:{s:4:"name";s:17:"geocoder 8.x-3.16";s:7:"version";s:8:"8.x-3.16";s:3:"tag";s:8:"8.x-3.16";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.16";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.16.tar.gz";s:4:"date";s:10:"1614557547";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.15";a:11:{s:4:"name";s:17:"geocoder 8.x-3.15";s:7:"version";s:8:"8.x-3.15";s:3:"tag";s:8:"8.x-3.15";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.15";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.15.tar.gz";s:4:"date";s:10:"1613591713";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.14";a:11:{s:4:"name";s:17:"geocoder 8.x-3.14";s:7:"version";s:8:"8.x-3.14";s:3:"tag";s:8:"8.x-3.14";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.14";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.14.tar.gz";s:4:"date";s:10:"1605985806";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.13";a:11:{s:4:"name";s:17:"geocoder 8.x-3.13";s:7:"version";s:8:"8.x-3.13";s:3:"tag";s:8:"8.x-3.13";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.13";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.13.tar.gz";s:4:"date";s:10:"1603399347";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.12";a:11:{s:4:"name";s:17:"geocoder 8.x-3.12";s:7:"version";s:8:"8.x-3.12";s:3:"tag";s:8:"8.x-3.12";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.12";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.12.tar.gz";s:4:"date";s:10:"1601316542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.11";a:11:{s:4:"name";s:17:"geocoder 8.x-3.11";s:7:"version";s:8:"8.x-3.11";s:3:"tag";s:8:"8.x-3.11";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.11";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.11.tar.gz";s:4:"date";s:10:"1597357147";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-3.10";a:11:{s:4:"name";s:17:"geocoder 8.x-3.10";s:7:"version";s:8:"8.x-3.10";s:3:"tag";s:8:"8.x-3.10";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-3.10";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.10.tar.gz";s:4:"date";s:10:"1596139913";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.9";a:11:{s:4:"name";s:16:"geocoder 8.x-3.9";s:7:"version";s:7:"8.x-3.9";s:3:"tag";s:7:"8.x-3.9";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.9";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.9.tar.gz";s:4:"date";s:10:"1595974934";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.8";a:11:{s:4:"name";s:16:"geocoder 8.x-3.8";s:7:"version";s:7:"8.x-3.8";s:3:"tag";s:7:"8.x-3.8";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.8";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.8.tar.gz";s:4:"date";s:10:"1595457299";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.7";a:11:{s:4:"name";s:16:"geocoder 8.x-3.7";s:7:"version";s:7:"8.x-3.7";s:3:"tag";s:7:"8.x-3.7";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.7";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.7.tar.gz";s:4:"date";s:10:"1591824580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.6";a:11:{s:4:"name";s:16:"geocoder 8.x-3.6";s:7:"version";s:7:"8.x-3.6";s:3:"tag";s:7:"8.x-3.6";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.6";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.6.tar.gz";s:4:"date";s:10:"1591705954";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.5";a:11:{s:4:"name";s:16:"geocoder 8.x-3.5";s:7:"version";s:7:"8.x-3.5";s:3:"tag";s:7:"8.x-3.5";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.5";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.5.tar.gz";s:4:"date";s:10:"1591460935";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-3.4";a:11:{s:4:"name";s:16:"geocoder 8.x-3.4";s:7:"version";s:7:"8.x-3.4";s:3:"tag";s:7:"8.x-3.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.4.tar.gz";s:4:"date";s:10:"1591459347";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.3";a:11:{s:4:"name";s:16:"geocoder 8.x-3.3";s:7:"version";s:7:"8.x-3.3";s:3:"tag";s:7:"8.x-3.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.3.tar.gz";s:4:"date";s:10:"1591384040";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.2";a:11:{s:4:"name";s:16:"geocoder 8.x-3.2";s:7:"version";s:7:"8.x-3.2";s:3:"tag";s:7:"8.x-3.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.2.tar.gz";s:4:"date";s:10:"1590953985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.1";a:11:{s:4:"name";s:16:"geocoder 8.x-3.1";s:7:"version";s:7:"8.x-3.1";s:3:"tag";s:7:"8.x-3.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.1.tar.gz";s:4:"date";s:10:"1588277284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.0";a:11:{s:4:"name";s:16:"geocoder 8.x-3.0";s:7:"version";s:7:"8.x-3.0";s:3:"tag";s:7:"8.x-3.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-3.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0.tar.gz";s:4:"date";s:10:"1586899356";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-3.0-beta11";a:11:{s:4:"name";s:23:"geocoder 8.x-3.0-beta11";s:7:"version";s:14:"8.x-3.0-beta11";s:3:"tag";s:14:"8.x-3.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta11";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta11.tar.gz";s:4:"date";s:10:"1586209924";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-3.0-beta10";a:11:{s:4:"name";s:23:"geocoder 8.x-3.0-beta10";s:7:"version";s:14:"8.x-3.0-beta10";s:3:"tag";s:14:"8.x-3.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta10";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta10.tar.gz";s:4:"date";s:10:"1585432653";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta9";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta9";s:7:"version";s:13:"8.x-3.0-beta9";s:3:"tag";s:13:"8.x-3.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta9";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta9.tar.gz";s:4:"date";s:10:"1582227193";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta8";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta8";s:7:"version";s:13:"8.x-3.0-beta8";s:3:"tag";s:13:"8.x-3.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta8";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta8.tar.gz";s:4:"date";s:10:"1582062472";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta7";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta7";s:7:"version";s:13:"8.x-3.0-beta7";s:3:"tag";s:13:"8.x-3.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta7";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta7.tar.gz";s:4:"date";s:10:"1580097487";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta6";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta6";s:7:"version";s:13:"8.x-3.0-beta6";s:3:"tag";s:13:"8.x-3.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta6";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta6.tar.gz";s:4:"date";s:10:"1580097184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta5";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta5";s:7:"version";s:13:"8.x-3.0-beta5";s:3:"tag";s:13:"8.x-3.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta5";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta5.tar.gz";s:4:"date";s:10:"1579063087";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta4";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta4";s:7:"version";s:13:"8.x-3.0-beta4";s:3:"tag";s:13:"8.x-3.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta4.tar.gz";s:4:"date";s:10:"1576963683";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta3";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta3";s:7:"version";s:13:"8.x-3.0-beta3";s:3:"tag";s:13:"8.x-3.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta3.tar.gz";s:4:"date";s:10:"1575970981";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta2";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta2";s:7:"version";s:13:"8.x-3.0-beta2";s:3:"tag";s:13:"8.x-3.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta2.tar.gz";s:4:"date";s:10:"1572536587";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-3.0-beta1";a:11:{s:4:"name";s:22:"geocoder 8.x-3.0-beta1";s:7:"version";s:13:"8.x-3.0-beta1";s:3:"tag";s:13:"8.x-3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-beta1.tar.gz";s:4:"date";s:10:"1568319185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-3.0-alpha3";a:11:{s:4:"name";s:23:"geocoder 8.x-3.0-alpha3";s:7:"version";s:14:"8.x-3.0-alpha3";s:3:"tag";s:14:"8.x-3.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-alpha3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-alpha3.tar.gz";s:4:"date";s:10:"1567998484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-3.0-alpha2";a:11:{s:4:"name";s:23:"geocoder 8.x-3.0-alpha2";s:7:"version";s:14:"8.x-3.0-alpha2";s:3:"tag";s:14:"8.x-3.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-alpha2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-alpha2.tar.gz";s:4:"date";s:10:"1567546388";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-3.0-alpha1";a:11:{s:4:"name";s:23:"geocoder 8.x-3.0-alpha1";s:7:"version";s:14:"8.x-3.0-alpha1";s:3:"tag";s:14:"8.x-3.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-3.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.0-alpha1.tar.gz";s:4:"date";s:10:"1560481389";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-2.23";a:11:{s:4:"name";s:17:"geocoder 8.x-2.23";s:7:"version";s:8:"8.x-2.23";s:3:"tag";s:8:"8.x-2.23";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.23";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.23.tar.gz";s:4:"date";s:10:"1646170887";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-2.22";a:11:{s:4:"name";s:17:"geocoder 8.x-2.22";s:7:"version";s:8:"8.x-2.22";s:3:"tag";s:8:"8.x-2.22";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.22";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.22.tar.gz";s:4:"date";s:10:"1595975042";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-2.21";a:11:{s:4:"name";s:17:"geocoder 8.x-2.21";s:7:"version";s:8:"8.x-2.21";s:3:"tag";s:8:"8.x-2.21";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.21";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.21.tar.gz";s:4:"date";s:10:"1591705986";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-2.20";a:11:{s:4:"name";s:17:"geocoder 8.x-2.20";s:7:"version";s:8:"8.x-2.20";s:3:"tag";s:8:"8.x-2.20";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.20";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.20.tar.gz";s:4:"date";s:10:"1591460900";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-2.19";a:11:{s:4:"name";s:17:"geocoder 8.x-2.19";s:7:"version";s:8:"8.x-2.19";s:3:"tag";s:8:"8.x-2.19";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.19";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.19.tar.gz";s:4:"date";s:10:"1591459388";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:8:"8.x-2.18";a:11:{s:4:"name";s:17:"geocoder 8.x-2.18";s:7:"version";s:8:"8.x-2.18";s:3:"tag";s:8:"8.x-2.18";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.18";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.18.tar.gz";s:4:"date";s:10:"1591384095";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:8:"8.x-2.17";a:11:{s:4:"name";s:17:"geocoder 8.x-2.17";s:7:"version";s:8:"8.x-2.17";s:3:"tag";s:8:"8.x-2.17";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.17";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.17.tar.gz";s:4:"date";s:10:"1591376988";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:8:"8.x-2.16";a:11:{s:4:"name";s:17:"geocoder 8.x-2.16";s:7:"version";s:8:"8.x-2.16";s:3:"tag";s:8:"8.x-2.16";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.16";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.16.tar.gz";s:4:"date";s:10:"1591375774";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-2.15";a:11:{s:4:"name";s:17:"geocoder 8.x-2.15";s:7:"version";s:8:"8.x-2.15";s:3:"tag";s:8:"8.x-2.15";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.15";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.15.tar.gz";s:4:"date";s:10:"1591375085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-2.14";a:11:{s:4:"name";s:17:"geocoder 8.x-2.14";s:7:"version";s:8:"8.x-2.14";s:3:"tag";s:8:"8.x-2.14";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.14";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.14.tar.gz";s:4:"date";s:10:"1591316254";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:8:"8.x-2.13";a:11:{s:4:"name";s:17:"geocoder 8.x-2.13";s:7:"version";s:8:"8.x-2.13";s:3:"tag";s:8:"8.x-2.13";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.13";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.13.tar.gz";s:4:"date";s:10:"1590956645";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-2.12";a:11:{s:4:"name";s:17:"geocoder 8.x-2.12";s:7:"version";s:8:"8.x-2.12";s:3:"tag";s:8:"8.x-2.12";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.12";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.12.tar.gz";s:4:"date";s:10:"1586899591";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-2.11";a:11:{s:4:"name";s:17:"geocoder 8.x-2.11";s:7:"version";s:8:"8.x-2.11";s:3:"tag";s:8:"8.x-2.11";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.11";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.11.tar.gz";s:4:"date";s:10:"1586209851";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-2.10";a:11:{s:4:"name";s:17:"geocoder 8.x-2.10";s:7:"version";s:8:"8.x-2.10";s:3:"tag";s:8:"8.x-2.10";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geocoder/releases/8.x-2.10";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.10.tar.gz";s:4:"date";s:10:"1585432602";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.9";a:11:{s:4:"name";s:16:"geocoder 8.x-2.9";s:7:"version";s:7:"8.x-2.9";s:3:"tag";s:7:"8.x-2.9";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.9";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.9.tar.gz";s:4:"date";s:10:"1582227067";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.8";a:11:{s:4:"name";s:16:"geocoder 8.x-2.8";s:7:"version";s:7:"8.x-2.8";s:3:"tag";s:7:"8.x-2.8";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.8";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.8.tar.gz";s:4:"date";s:10:"1582062548";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.7";a:11:{s:4:"name";s:16:"geocoder 8.x-2.7";s:7:"version";s:7:"8.x-2.7";s:3:"tag";s:7:"8.x-2.7";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.7";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.7.tar.gz";s:4:"date";s:10:"1580097184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.6";a:11:{s:4:"name";s:16:"geocoder 8.x-2.6";s:7:"version";s:7:"8.x-2.6";s:3:"tag";s:7:"8.x-2.6";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.6";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.6.tar.gz";s:4:"date";s:10:"1580096885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.5";a:11:{s:4:"name";s:16:"geocoder 8.x-2.5";s:7:"version";s:7:"8.x-2.5";s:3:"tag";s:7:"8.x-2.5";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.5";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.5.tar.gz";s:4:"date";s:10:"1576964283";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.4";a:11:{s:4:"name";s:16:"geocoder 8.x-2.4";s:7:"version";s:7:"8.x-2.4";s:3:"tag";s:7:"8.x-2.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.4.tar.gz";s:4:"date";s:10:"1575971284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.3";a:11:{s:4:"name";s:16:"geocoder 8.x-2.3";s:7:"version";s:7:"8.x-2.3";s:3:"tag";s:7:"8.x-2.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.3.tar.gz";s:4:"date";s:10:"1567546388";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.2";a:11:{s:4:"name";s:16:"geocoder 8.x-2.2";s:7:"version";s:7:"8.x-2.2";s:3:"tag";s:7:"8.x-2.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.2.tar.gz";s:4:"date";s:10:"1557719290";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.1";a:11:{s:4:"name";s:16:"geocoder 8.x-2.1";s:7:"version";s:7:"8.x-2.1";s:3:"tag";s:7:"8.x-2.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.1.tar.gz";s:4:"date";s:10:"1549484580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.0";a:11:{s:4:"name";s:16:"geocoder 8.x-2.0";s:7:"version";s:7:"8.x-2.0";s:3:"tag";s:7:"8.x-2.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geocoder/releases/8.x-2.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0.tar.gz";s:4:"date";s:10:"1547728081";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-beta10";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-beta10";s:7:"version";s:14:"8.x-2.0-beta10";s:3:"tag";s:14:"8.x-2.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta10";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta10.tar.gz";s:4:"date";s:10:"1547305680";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta9";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta9";s:7:"version";s:13:"8.x-2.0-beta9";s:3:"tag";s:13:"8.x-2.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta9";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta9.tar.gz";s:4:"date";s:10:"1545957180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta8";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta8";s:7:"version";s:13:"8.x-2.0-beta8";s:3:"tag";s:13:"8.x-2.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta8";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta8.tar.gz";s:4:"date";s:10:"1545934681";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta7";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta7";s:7:"version";s:13:"8.x-2.0-beta7";s:3:"tag";s:13:"8.x-2.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta7";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta7.tar.gz";s:4:"date";s:10:"1540281180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta6";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta6";s:7:"version";s:13:"8.x-2.0-beta6";s:3:"tag";s:13:"8.x-2.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta6";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta6.tar.gz";s:4:"date";s:10:"1538747280";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta5";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta5";s:7:"version";s:13:"8.x-2.0-beta5";s:3:"tag";s:13:"8.x-2.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta5";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta5.tar.gz";s:4:"date";s:10:"1533910980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta4";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta4";s:7:"version";s:13:"8.x-2.0-beta4";s:3:"tag";s:13:"8.x-2.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta4.tar.gz";s:4:"date";s:10:"1529608120";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta3";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta3";s:7:"version";s:13:"8.x-2.0-beta3";s:3:"tag";s:13:"8.x-2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta3.tar.gz";s:4:"date";s:10:"1521381784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta2";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta2";s:7:"version";s:13:"8.x-2.0-beta2";s:3:"tag";s:13:"8.x-2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta2.tar.gz";s:4:"date";s:10:"1516738685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta1";a:11:{s:4:"name";s:22:"geocoder 8.x-2.0-beta1";s:7:"version";s:13:"8.x-2.0-beta1";s:3:"tag";s:13:"8.x-2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-beta1.tar.gz";s:4:"date";s:10:"1515885485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha8";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha8";s:7:"version";s:14:"8.x-2.0-alpha8";s:3:"tag";s:14:"8.x-2.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha8";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha8.tar.gz";s:4:"date";s:10:"1513903984";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha7";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha7";s:7:"version";s:14:"8.x-2.0-alpha7";s:3:"tag";s:14:"8.x-2.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha7";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha7.tar.gz";s:4:"date";s:10:"1513719484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha6";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha6";s:7:"version";s:14:"8.x-2.0-alpha6";s:3:"tag";s:14:"8.x-2.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha6.tar.gz";s:4:"date";s:10:"1513598885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha5";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha5";s:7:"version";s:14:"8.x-2.0-alpha5";s:3:"tag";s:14:"8.x-2.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha5.tar.gz";s:4:"date";s:10:"1481538483";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha4";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha4";s:7:"version";s:14:"8.x-2.0-alpha4";s:3:"tag";s:14:"8.x-2.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha4.tar.gz";s:4:"date";s:10:"1464192245";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha3";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha3";s:7:"version";s:14:"8.x-2.0-alpha3";s:3:"tag";s:14:"8.x-2.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha3.tar.gz";s:4:"date";s:10:"1454270039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha2";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha2";s:7:"version";s:14:"8.x-2.0-alpha2";s:3:"tag";s:14:"8.x-2.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha2.tar.gz";s:4:"date";s:10:"1453224539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha1";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha1";s:7:"version";s:14:"8.x-2.0-alpha1";s:3:"tag";s:14:"8.x-2.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha1.tar.gz";s:4:"date";s:10:"1453212239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha0";a:11:{s:4:"name";s:23:"geocoder 8.x-2.0-alpha0";s:7:"version";s:14:"8.x-2.0-alpha0";s:3:"tag";s:14:"8.x-2.0-alpha0";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geocoder/releases/8.x-2.0-alpha0";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.0-alpha0.tar.gz";s:4:"date";s:10:"1453212239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-4.x-dev";a:11:{s:4:"name";s:20:"geocoder 8.x-4.x-dev";s:7:"version";s:11:"8.x-4.x-dev";s:3:"tag";s:7:"8.x-4.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/geocoder/releases/8.x-4.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/geocoder-8.x-4.x-dev.tar.gz";s:4:"date";s:10:"1741124919";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-3.x-dev";a:11:{s:4:"name";s:20:"geocoder 8.x-3.x-dev";s:7:"version";s:11:"8.x-3.x-dev";s:3:"tag";s:7:"8.x-3.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/geocoder/releases/8.x-3.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/geocoder-8.x-3.x-dev.tar.gz";s:4:"date";s:10:"1713213010";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:20:"geocoder 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/geocoder/releases/8.x-2.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/geocoder-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1646170829";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:20:"geocoder 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/geocoder/releases/8.x-1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/geocoder-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1412268612";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'geofield', 'a:10:{s:5:"title";s:8:"Geofield";s:10:"short_name";s:8:"geofield";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:15:"drupal/geofield";s:14:"project_status";s:9:"published";s:4:"link";s:39:"https://www.drupal.org/project/geofield";s:5:"terms";s:0:"";s:8:"releases";a:71:{s:8:"8.x-1.64";a:11:{s:4:"name";s:17:"geofield 8.x-1.64";s:7:"version";s:8:"8.x-1.64";s:3:"tag";s:8:"8.x-1.64";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.64";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.64.tar.gz";s:4:"date";s:10:"1736675456";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:8:"8.x-1.63";a:11:{s:4:"name";s:17:"geofield 8.x-1.63";s:7:"version";s:8:"8.x-1.63";s:3:"tag";s:8:"8.x-1.63";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.63";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.63.tar.gz";s:4:"date";s:10:"1736520795";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:8:"8.x-1.62";a:11:{s:4:"name";s:17:"geofield 8.x-1.62";s:7:"version";s:8:"8.x-1.62";s:3:"tag";s:8:"8.x-1.62";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.62";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.62.tar.gz";s:4:"date";s:10:"1730931913";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:8:"8.x-1.61";a:11:{s:4:"name";s:17:"geofield 8.x-1.61";s:7:"version";s:8:"8.x-1.61";s:3:"tag";s:8:"8.x-1.61";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.61";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.61.tar.gz";s:4:"date";s:10:"1725441883";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:8:"8.x-1.60";a:11:{s:4:"name";s:17:"geofield 8.x-1.60";s:7:"version";s:8:"8.x-1.60";s:3:"tag";s:8:"8.x-1.60";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.60";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.60.tar.gz";s:4:"date";s:10:"1722078200";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:8:"8.x-1.59";a:11:{s:4:"name";s:17:"geofield 8.x-1.59";s:7:"version";s:8:"8.x-1.59";s:3:"tag";s:8:"8.x-1.59";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.59";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.59.tar.gz";s:4:"date";s:10:"1718892670";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:8:"8.x-1.58";a:11:{s:4:"name";s:17:"geofield 8.x-1.58";s:7:"version";s:8:"8.x-1.58";s:3:"tag";s:8:"8.x-1.58";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.58";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.58.tar.gz";s:4:"date";s:10:"1718707695";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:8:"8.x-1.57";a:11:{s:4:"name";s:17:"geofield 8.x-1.57";s:7:"version";s:8:"8.x-1.57";s:3:"tag";s:8:"8.x-1.57";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.57";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.57.tar.gz";s:4:"date";s:10:"1701039529";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.56";a:11:{s:4:"name";s:17:"geofield 8.x-1.56";s:7:"version";s:8:"8.x-1.56";s:3:"tag";s:8:"8.x-1.56";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.56";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.56.tar.gz";s:4:"date";s:10:"1698017493";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.55";a:11:{s:4:"name";s:17:"geofield 8.x-1.55";s:7:"version";s:8:"8.x-1.55";s:3:"tag";s:8:"8.x-1.55";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.55";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.55.tar.gz";s:4:"date";s:10:"1692829747";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.54";a:11:{s:4:"name";s:17:"geofield 8.x-1.54";s:7:"version";s:8:"8.x-1.54";s:3:"tag";s:8:"8.x-1.54";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.54";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.54.tar.gz";s:4:"date";s:10:"1690796214";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.53";a:11:{s:4:"name";s:17:"geofield 8.x-1.53";s:7:"version";s:8:"8.x-1.53";s:3:"tag";s:8:"8.x-1.53";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.53";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.53.tar.gz";s:4:"date";s:10:"1682551435";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.52";a:11:{s:4:"name";s:17:"geofield 8.x-1.52";s:7:"version";s:8:"8.x-1.52";s:3:"tag";s:8:"8.x-1.52";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.52";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.52.tar.gz";s:4:"date";s:10:"1674235694";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.51";a:11:{s:4:"name";s:17:"geofield 8.x-1.51";s:7:"version";s:8:"8.x-1.51";s:3:"tag";s:8:"8.x-1.51";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.51";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.51.tar.gz";s:4:"date";s:10:"1674164825";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.50";a:11:{s:4:"name";s:17:"geofield 8.x-1.50";s:7:"version";s:8:"8.x-1.50";s:3:"tag";s:8:"8.x-1.50";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.50";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.50.tar.gz";s:4:"date";s:10:"1673794027";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.49";a:11:{s:4:"name";s:17:"geofield 8.x-1.49";s:7:"version";s:8:"8.x-1.49";s:3:"tag";s:8:"8.x-1.49";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.49";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.49.tar.gz";s:4:"date";s:10:"1673111274";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.48";a:11:{s:4:"name";s:17:"geofield 8.x-1.48";s:7:"version";s:8:"8.x-1.48";s:3:"tag";s:8:"8.x-1.48";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.48";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.48.tar.gz";s:4:"date";s:10:"1672684463";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.47";a:11:{s:4:"name";s:17:"geofield 8.x-1.47";s:7:"version";s:8:"8.x-1.47";s:3:"tag";s:8:"8.x-1.47";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.47";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.47.tar.gz";s:4:"date";s:10:"1668167741";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.46";a:11:{s:4:"name";s:17:"geofield 8.x-1.46";s:7:"version";s:8:"8.x-1.46";s:3:"tag";s:8:"8.x-1.46";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.46";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.46.tar.gz";s:4:"date";s:10:"1666260947";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.45";a:11:{s:4:"name";s:17:"geofield 8.x-1.45";s:7:"version";s:8:"8.x-1.45";s:3:"tag";s:8:"8.x-1.45";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.45";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.45.tar.gz";s:4:"date";s:10:"1665693991";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.44";a:11:{s:4:"name";s:17:"geofield 8.x-1.44";s:7:"version";s:8:"8.x-1.44";s:3:"tag";s:8:"8.x-1.44";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.44";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.44.tar.gz";s:4:"date";s:10:"1658999752";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.43";a:11:{s:4:"name";s:17:"geofield 8.x-1.43";s:7:"version";s:8:"8.x-1.43";s:3:"tag";s:8:"8.x-1.43";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.43";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.43.tar.gz";s:4:"date";s:10:"1658960111";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.42";a:11:{s:4:"name";s:17:"geofield 8.x-1.42";s:7:"version";s:8:"8.x-1.42";s:3:"tag";s:8:"8.x-1.42";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.42";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.42.tar.gz";s:4:"date";s:10:"1658785223";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.41";a:11:{s:4:"name";s:17:"geofield 8.x-1.41";s:7:"version";s:8:"8.x-1.41";s:3:"tag";s:8:"8.x-1.41";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.41";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.41.tar.gz";s:4:"date";s:10:"1657834871";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.40";a:11:{s:4:"name";s:17:"geofield 8.x-1.40";s:7:"version";s:8:"8.x-1.40";s:3:"tag";s:8:"8.x-1.40";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.40";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.40.tar.gz";s:4:"date";s:10:"1655934637";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:8:"8.x-1.39";a:11:{s:4:"name";s:17:"geofield 8.x-1.39";s:7:"version";s:8:"8.x-1.39";s:3:"tag";s:8:"8.x-1.39";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.39";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.39.tar.gz";s:4:"date";s:10:"1649534200";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.38";a:11:{s:4:"name";s:17:"geofield 8.x-1.38";s:7:"version";s:8:"8.x-1.38";s:3:"tag";s:8:"8.x-1.38";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.38";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.38.tar.gz";s:4:"date";s:10:"1646604411";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.37";a:11:{s:4:"name";s:17:"geofield 8.x-1.37";s:7:"version";s:8:"8.x-1.37";s:3:"tag";s:8:"8.x-1.37";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.37";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.37.tar.gz";s:4:"date";s:10:"1646174359";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.36";a:11:{s:4:"name";s:17:"geofield 8.x-1.36";s:7:"version";s:8:"8.x-1.36";s:3:"tag";s:8:"8.x-1.36";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.36";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.36.tar.gz";s:4:"date";s:10:"1641134825";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.35";a:11:{s:4:"name";s:17:"geofield 8.x-1.35";s:7:"version";s:8:"8.x-1.35";s:3:"tag";s:8:"8.x-1.35";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.35";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.35.tar.gz";s:4:"date";s:10:"1637015166";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.34";a:11:{s:4:"name";s:17:"geofield 8.x-1.34";s:7:"version";s:8:"8.x-1.34";s:3:"tag";s:8:"8.x-1.34";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.34";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.34.tar.gz";s:4:"date";s:10:"1626906581";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.33";a:11:{s:4:"name";s:17:"geofield 8.x-1.33";s:7:"version";s:8:"8.x-1.33";s:3:"tag";s:8:"8.x-1.33";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.33";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.33.tar.gz";s:4:"date";s:10:"1626553604";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.32";a:11:{s:4:"name";s:17:"geofield 8.x-1.32";s:7:"version";s:8:"8.x-1.32";s:3:"tag";s:8:"8.x-1.32";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.32";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.32.tar.gz";s:4:"date";s:10:"1624396208";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.31";a:11:{s:4:"name";s:17:"geofield 8.x-1.31";s:7:"version";s:8:"8.x-1.31";s:3:"tag";s:8:"8.x-1.31";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.31";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.31.tar.gz";s:4:"date";s:10:"1622755130";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.30";a:11:{s:4:"name";s:17:"geofield 8.x-1.30";s:7:"version";s:8:"8.x-1.30";s:3:"tag";s:8:"8.x-1.30";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.30";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.30.tar.gz";s:4:"date";s:10:"1622475272";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.22";a:11:{s:4:"name";s:17:"geofield 8.x-1.22";s:7:"version";s:8:"8.x-1.22";s:3:"tag";s:8:"8.x-1.22";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.22";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.22.tar.gz";s:4:"date";s:10:"1617652199";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.21";a:11:{s:4:"name";s:17:"geofield 8.x-1.21";s:7:"version";s:8:"8.x-1.21";s:3:"tag";s:8:"8.x-1.21";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.21";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.21.tar.gz";s:4:"date";s:10:"1617645037";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.20";a:11:{s:4:"name";s:17:"geofield 8.x-1.20";s:7:"version";s:8:"8.x-1.20";s:3:"tag";s:8:"8.x-1.20";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.20";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.20.tar.gz";s:4:"date";s:10:"1613156933";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.19";a:11:{s:4:"name";s:17:"geofield 8.x-1.19";s:7:"version";s:8:"8.x-1.19";s:3:"tag";s:8:"8.x-1.19";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.19";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.19.tar.gz";s:4:"date";s:10:"1613077460";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.18";a:11:{s:4:"name";s:17:"geofield 8.x-1.18";s:7:"version";s:8:"8.x-1.18";s:3:"tag";s:8:"8.x-1.18";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.18";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.18.tar.gz";s:4:"date";s:10:"1608852700";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.17";a:11:{s:4:"name";s:17:"geofield 8.x-1.17";s:7:"version";s:8:"8.x-1.17";s:3:"tag";s:8:"8.x-1.17";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.17";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.17.tar.gz";s:4:"date";s:10:"1608592856";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.16";a:11:{s:4:"name";s:17:"geofield 8.x-1.16";s:7:"version";s:8:"8.x-1.16";s:3:"tag";s:8:"8.x-1.16";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.16";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.16.tar.gz";s:4:"date";s:10:"1601938843";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.15";a:11:{s:4:"name";s:17:"geofield 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.15";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.15.tar.gz";s:4:"date";s:10:"1591556172";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.14";a:11:{s:4:"name";s:17:"geofield 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.14";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.14.tar.gz";s:4:"date";s:10:"1591462555";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.13";a:11:{s:4:"name";s:17:"geofield 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.13";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.13.tar.gz";s:4:"date";s:10:"1588276833";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.12";a:11:{s:4:"name";s:17:"geofield 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.12";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.12.tar.gz";s:4:"date";s:10:"1587146817";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.11";a:11:{s:4:"name";s:17:"geofield 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.11";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.11.tar.gz";s:4:"date";s:10:"1586208210";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.10";a:11:{s:4:"name";s:17:"geofield 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/geofield/releases/8.x-1.10";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/geofield-8.x-1.10.tar.gz";s:4:"date";s:10:"1585432867";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.9";a:11:{s:4:"name";s:16:"geofield 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.9";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.9.tar.gz";s:4:"date";s:10:"1585173153";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.8";a:11:{s:4:"name";s:16:"geofield 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.8";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.8.tar.gz";s:4:"date";s:10:"1576963383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:16:"geofield 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.7";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.7.tar.gz";s:4:"date";s:10:"1575405480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:16:"geofield 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.6";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.6.tar.gz";s:4:"date";s:10:"1569408784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:16:"geofield 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.5";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.5.tar.gz";s:4:"date";s:10:"1569349088";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:16:"geofield 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.4.tar.gz";s:4:"date";s:10:"1569251888";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:16:"geofield 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.3.tar.gz";s:4:"date";s:10:"1555935785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:16:"geofield 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.2.tar.gz";s:4:"date";s:10:"1555864685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:16:"geofield 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.1.tar.gz";s:4:"date";s:10:"1548102780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:16:"geofield 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/geofield/releases/8.x-1.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0.tar.gz";s:4:"date";s:10:"1547728680";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta6";a:11:{s:4:"name";s:22:"geofield 8.x-1.0-beta6";s:7:"version";s:13:"8.x-1.0-beta6";s:3:"tag";s:13:"8.x-1.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geofield/releases/8.x-1.0-beta6";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-beta6.tar.gz";s:4:"date";s:10:"1542895980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta5";a:11:{s:4:"name";s:22:"geofield 8.x-1.0-beta5";s:7:"version";s:13:"8.x-1.0-beta5";s:3:"tag";s:13:"8.x-1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geofield/releases/8.x-1.0-beta5";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-beta5.tar.gz";s:4:"date";s:10:"1541776980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:22:"geofield 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geofield/releases/8.x-1.0-beta4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1520365980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:22:"geofield 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geofield/releases/8.x-1.0-beta3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1519775884";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:22:"geofield 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geofield/releases/8.x-1.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1518565080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:22:"geofield 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/geofield/releases/8.x-1.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1518040980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha6";a:11:{s:4:"name";s:23:"geofield 8.x-1.0-alpha6";s:7:"version";s:14:"8.x-1.0-alpha6";s:3:"tag";s:14:"8.x-1.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geofield/releases/8.x-1.0-alpha6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-alpha6.tar.gz";s:4:"date";s:10:"1517176686";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:14:"8.x-1.0-alpha5";a:11:{s:4:"name";s:23:"geofield 8.x-1.0-alpha5";s:7:"version";s:14:"8.x-1.0-alpha5";s:3:"tag";s:14:"8.x-1.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geofield/releases/8.x-1.0-alpha5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-alpha5.tar.gz";s:4:"date";s:10:"1515888783";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha4";a:11:{s:4:"name";s:23:"geofield 8.x-1.0-alpha4";s:7:"version";s:14:"8.x-1.0-alpha4";s:3:"tag";s:14:"8.x-1.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geofield/releases/8.x-1.0-alpha4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-alpha4.tar.gz";s:4:"date";s:10:"1496311442";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:23:"geofield 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geofield/releases/8.x-1.0-alpha3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1496249943";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:23:"geofield 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geofield/releases/8.x-1.0-alpha2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1464201846";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:23:"geofield 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/geofield/releases/8.x-1.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/geofield-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1414530828";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:20:"geofield 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/geofield/releases/8.x-1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/geofield-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1736613106";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'gin', 'a:10:{s:5:"title";s:15:"Gin Admin Theme";s:10:"short_name";s:3:"gin";s:4:"type";s:13:"project_theme";s:18:"supported_branches";s:11:"4.0.,8.x-3.";s:18:"composer_namespace";s:10:"drupal/gin";s:14:"project_status";s:9:"published";s:4:"link";s:34:"https://www.drupal.org/project/gin";s:5:"terms";s:0:"";s:8:"releases";a:97:{s:5:"4.0.6";a:11:{s:4:"name";s:9:"gin 4.0.6";s:7:"version";s:5:"4.0.6";s:3:"tag";s:5:"4.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/gin/releases/4.0.6";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/gin-4.0.6.tar.gz";s:4:"date";s:10:"1740738970";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"4.0.5";a:11:{s:4:"name";s:9:"gin 4.0.5";s:7:"version";s:5:"4.0.5";s:3:"tag";s:5:"4.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/gin/releases/4.0.5";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/gin-4.0.5.tar.gz";s:4:"date";s:10:"1739910568";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"4.0.4";a:11:{s:4:"name";s:9:"gin 4.0.4";s:7:"version";s:5:"4.0.4";s:3:"tag";s:5:"4.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/gin/releases/4.0.4";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/gin-4.0.4.tar.gz";s:4:"date";s:10:"1739529351";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"4.0.3";a:11:{s:4:"name";s:9:"gin 4.0.3";s:7:"version";s:5:"4.0.3";s:3:"tag";s:5:"4.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/gin/releases/4.0.3";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/gin-4.0.3.tar.gz";s:4:"date";s:10:"1739275576";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"4.0.2";a:11:{s:4:"name";s:9:"gin 4.0.2";s:7:"version";s:5:"4.0.2";s:3:"tag";s:5:"4.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/gin/releases/4.0.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/gin-4.0.2.tar.gz";s:4:"date";s:10:"1735404747";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"4.0.1";a:11:{s:4:"name";s:9:"gin 4.0.1";s:7:"version";s:5:"4.0.1";s:3:"tag";s:5:"4.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/gin/releases/4.0.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/gin-4.0.1.tar.gz";s:4:"date";s:10:"1735326747";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";}s:5:"4.0.0";a:11:{s:4:"name";s:9:"gin 4.0.0";s:7:"version";s:5:"4.0.0";s:3:"tag";s:5:"4.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/gin/releases/4.0.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/gin-4.0.0.tar.gz";s:4:"date";s:10:"1734696940";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^10 || ^11";s:5:"terms";a:0:{}}s:7:"8.x-3.0";a:11:{s:4:"name";s:11:"gin 8.x-3.0";s:7:"version";s:7:"8.x-3.0";s:3:"tag";s:7:"8.x-3.0";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/gin/releases/8.x-3.0";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/gin-8.x-3.0.tar.gz";s:4:"date";s:10:"1734696845";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:12:"8.x-3.0-rc16";a:11:{s:4:"name";s:16:"gin 8.x-3.0-rc16";s:7:"version";s:12:"8.x-3.0-rc16";s:3:"tag";s:12:"8.x-3.0-rc16";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc16";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc16.tar.gz";s:4:"date";s:10:"1734527306";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:12:"8.x-3.0-rc15";a:11:{s:4:"name";s:16:"gin 8.x-3.0-rc15";s:7:"version";s:12:"8.x-3.0-rc15";s:3:"tag";s:12:"8.x-3.0-rc15";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc15";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc15.tar.gz";s:4:"date";s:10:"1733734246";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:12:"8.x-3.0-rc14";a:11:{s:4:"name";s:16:"gin 8.x-3.0-rc14";s:7:"version";s:12:"8.x-3.0-rc14";s:3:"tag";s:12:"8.x-3.0-rc14";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc14";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc14.tar.gz";s:4:"date";s:10:"1731015952";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:12:"8.x-3.0-rc13";a:11:{s:4:"name";s:16:"gin 8.x-3.0-rc13";s:7:"version";s:12:"8.x-3.0-rc13";s:3:"tag";s:12:"8.x-3.0-rc13";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc13";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc13.tar.gz";s:4:"date";s:10:"1720416342";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:12:"8.x-3.0-rc12";a:11:{s:4:"name";s:16:"gin 8.x-3.0-rc12";s:7:"version";s:12:"8.x-3.0-rc12";s:3:"tag";s:12:"8.x-3.0-rc12";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc12";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc12.tar.gz";s:4:"date";s:10:"1719568767";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:12:"8.x-3.0-rc11";a:11:{s:4:"name";s:16:"gin 8.x-3.0-rc11";s:7:"version";s:12:"8.x-3.0-rc11";s:3:"tag";s:12:"8.x-3.0-rc11";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc11";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc11.tar.gz";s:4:"date";s:10:"1718351205";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:12:"8.x-3.0-rc10";a:11:{s:4:"name";s:16:"gin 8.x-3.0-rc10";s:7:"version";s:12:"8.x-3.0-rc10";s:3:"tag";s:12:"8.x-3.0-rc10";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc10";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc10.tar.gz";s:4:"date";s:10:"1712686345";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc9";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc9";s:7:"version";s:11:"8.x-3.0-rc9";s:3:"tag";s:11:"8.x-3.0-rc9";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc9";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc9.tar.gz";s:4:"date";s:10:"1706705034";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc8";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc8";s:7:"version";s:11:"8.x-3.0-rc8";s:3:"tag";s:11:"8.x-3.0-rc8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc8.tar.gz";s:4:"date";s:10:"1702729136";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc7";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc7";s:7:"version";s:11:"8.x-3.0-rc7";s:3:"tag";s:11:"8.x-3.0-rc7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc7.tar.gz";s:4:"date";s:10:"1697193234";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc6";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc6";s:7:"version";s:11:"8.x-3.0-rc6";s:3:"tag";s:11:"8.x-3.0-rc6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc6.tar.gz";s:4:"date";s:10:"1693299666";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc5";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc5";s:7:"version";s:11:"8.x-3.0-rc5";s:3:"tag";s:11:"8.x-3.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc5.tar.gz";s:4:"date";s:10:"1689504430";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc4";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc4";s:7:"version";s:11:"8.x-3.0-rc4";s:3:"tag";s:11:"8.x-3.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc4.tar.gz";s:4:"date";s:10:"1688474317";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc3";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc3";s:7:"version";s:11:"8.x-3.0-rc3";s:3:"tag";s:11:"8.x-3.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc3.tar.gz";s:4:"date";s:10:"1682979025";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc2";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc2";s:7:"version";s:11:"8.x-3.0-rc2";s:3:"tag";s:11:"8.x-3.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc2.tar.gz";s:4:"date";s:10:"1678627668";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-3.0-rc1";a:11:{s:4:"name";s:15:"gin 8.x-3.0-rc1";s:7:"version";s:11:"8.x-3.0-rc1";s:3:"tag";s:11:"8.x-3.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.0-rc1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc1.tar.gz";s:4:"date";s:10:"1669666691";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:13:"8.x-3.0-beta5";a:11:{s:4:"name";s:17:"gin 8.x-3.0-beta5";s:7:"version";s:13:"8.x-3.0-beta5";s:3:"tag";s:13:"8.x-3.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/gin/releases/8.x-3.0-beta5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta5.tar.gz";s:4:"date";s:10:"1656068146";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:13:"8.x-3.0-beta4";a:11:{s:4:"name";s:17:"gin 8.x-3.0-beta4";s:7:"version";s:13:"8.x-3.0-beta4";s:3:"tag";s:13:"8.x-3.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/gin/releases/8.x-3.0-beta4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta4.tar.gz";s:4:"date";s:10:"1656062400";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:13:"8.x-3.0-beta3";a:11:{s:4:"name";s:17:"gin 8.x-3.0-beta3";s:7:"version";s:13:"8.x-3.0-beta3";s:3:"tag";s:13:"8.x-3.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/gin/releases/8.x-3.0-beta3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta3.tar.gz";s:4:"date";s:10:"1653469869";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:13:"8.x-3.0-beta2";a:11:{s:4:"name";s:17:"gin 8.x-3.0-beta2";s:7:"version";s:13:"8.x-3.0-beta2";s:3:"tag";s:13:"8.x-3.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/gin/releases/8.x-3.0-beta2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta2.tar.gz";s:4:"date";s:10:"1649709347";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:13:"8.x-3.0-beta1";a:11:{s:4:"name";s:17:"gin 8.x-3.0-beta1";s:7:"version";s:13:"8.x-3.0-beta1";s:3:"tag";s:13:"8.x-3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/gin/releases/8.x-3.0-beta1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta1.tar.gz";s:4:"date";s:10:"1646929485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.9 || ^9 || ^10";}s:15:"8.x-3.0-alpha37";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha37";s:7:"version";s:15:"8.x-3.0-alpha37";s:3:"tag";s:15:"8.x-3.0-alpha37";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha37";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha37.tar.gz";s:4:"date";s:10:"1632767973";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:15:"8.x-3.0-alpha36";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha36";s:7:"version";s:15:"8.x-3.0-alpha36";s:3:"tag";s:15:"8.x-3.0-alpha36";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha36";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha36.tar.gz";s:4:"date";s:10:"1625232222";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha35";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha35";s:7:"version";s:15:"8.x-3.0-alpha35";s:3:"tag";s:15:"8.x-3.0-alpha35";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha35";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha35.tar.gz";s:4:"date";s:10:"1622412154";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha34";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha34";s:7:"version";s:15:"8.x-3.0-alpha34";s:3:"tag";s:15:"8.x-3.0-alpha34";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha34";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha34.tar.gz";s:4:"date";s:10:"1620394439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha33";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha33";s:7:"version";s:15:"8.x-3.0-alpha33";s:3:"tag";s:15:"8.x-3.0-alpha33";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha33";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha33.tar.gz";s:4:"date";s:10:"1611172829";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha32";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha32";s:7:"version";s:15:"8.x-3.0-alpha32";s:3:"tag";s:15:"8.x-3.0-alpha32";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha32";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha32.tar.gz";s:4:"date";s:10:"1607370374";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha31";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha31";s:7:"version";s:15:"8.x-3.0-alpha31";s:3:"tag";s:15:"8.x-3.0-alpha31";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha31";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha31.tar.gz";s:4:"date";s:10:"1606944288";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha30";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha30";s:7:"version";s:15:"8.x-3.0-alpha30";s:3:"tag";s:15:"8.x-3.0-alpha30";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha30";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha30.tar.gz";s:4:"date";s:10:"1605395013";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha29";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha29";s:7:"version";s:15:"8.x-3.0-alpha29";s:3:"tag";s:15:"8.x-3.0-alpha29";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha29";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha29.tar.gz";s:4:"date";s:10:"1605375202";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha28";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha28";s:7:"version";s:15:"8.x-3.0-alpha28";s:3:"tag";s:15:"8.x-3.0-alpha28";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha28";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha28.tar.gz";s:4:"date";s:10:"1604868112";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha27";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha27";s:7:"version";s:15:"8.x-3.0-alpha27";s:3:"tag";s:15:"8.x-3.0-alpha27";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha27";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha27.tar.gz";s:4:"date";s:10:"1601291419";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha26";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha26";s:7:"version";s:15:"8.x-3.0-alpha26";s:3:"tag";s:15:"8.x-3.0-alpha26";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha26";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha26.tar.gz";s:4:"date";s:10:"1598863786";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha25";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha25";s:7:"version";s:15:"8.x-3.0-alpha25";s:3:"tag";s:15:"8.x-3.0-alpha25";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha25";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha25.tar.gz";s:4:"date";s:10:"1597406186";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha24";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha24";s:7:"version";s:15:"8.x-3.0-alpha24";s:3:"tag";s:15:"8.x-3.0-alpha24";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha24";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha24.tar.gz";s:4:"date";s:10:"1595854343";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha23";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha23";s:7:"version";s:15:"8.x-3.0-alpha23";s:3:"tag";s:15:"8.x-3.0-alpha23";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha23";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha23.tar.gz";s:4:"date";s:10:"1594643695";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha22";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha22";s:7:"version";s:15:"8.x-3.0-alpha22";s:3:"tag";s:15:"8.x-3.0-alpha22";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha22";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha22.tar.gz";s:4:"date";s:10:"1593766525";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha21";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha21";s:7:"version";s:15:"8.x-3.0-alpha21";s:3:"tag";s:15:"8.x-3.0-alpha21";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha21";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha21.tar.gz";s:4:"date";s:10:"1593461879";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha20";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha20";s:7:"version";s:15:"8.x-3.0-alpha20";s:3:"tag";s:15:"8.x-3.0-alpha20";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha20";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha20.tar.gz";s:4:"date";s:10:"1592855613";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha19";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha19";s:7:"version";s:15:"8.x-3.0-alpha19";s:3:"tag";s:15:"8.x-3.0-alpha19";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha19";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha19.tar.gz";s:4:"date";s:10:"1592580886";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha18";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha18";s:7:"version";s:15:"8.x-3.0-alpha18";s:3:"tag";s:15:"8.x-3.0-alpha18";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha18";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha18.tar.gz";s:4:"date";s:10:"1592169349";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha17";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha17";s:7:"version";s:15:"8.x-3.0-alpha17";s:3:"tag";s:15:"8.x-3.0-alpha17";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha17";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha17.tar.gz";s:4:"date";s:10:"1591349946";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:15:"8.x-3.0-alpha16";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha16";s:7:"version";s:15:"8.x-3.0-alpha16";s:3:"tag";s:15:"8.x-3.0-alpha16";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha16";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha16.tar.gz";s:4:"date";s:10:"1591188802";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha15";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha15";s:7:"version";s:15:"8.x-3.0-alpha15";s:3:"tag";s:15:"8.x-3.0-alpha15";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha15";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha15.tar.gz";s:4:"date";s:10:"1591026800";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha14";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha14";s:7:"version";s:15:"8.x-3.0-alpha14";s:3:"tag";s:15:"8.x-3.0-alpha14";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha14";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha14.tar.gz";s:4:"date";s:10:"1590401622";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha13";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha13";s:7:"version";s:15:"8.x-3.0-alpha13";s:3:"tag";s:15:"8.x-3.0-alpha13";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha13";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha13.tar.gz";s:4:"date";s:10:"1590058790";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha12";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha12";s:7:"version";s:15:"8.x-3.0-alpha12";s:3:"tag";s:15:"8.x-3.0-alpha12";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha12";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha12.tar.gz";s:4:"date";s:10:"1588701093";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha11";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha11";s:7:"version";s:15:"8.x-3.0-alpha11";s:3:"tag";s:15:"8.x-3.0-alpha11";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha11";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha11.tar.gz";s:4:"date";s:10:"1588112180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-3.0-alpha10";a:11:{s:4:"name";s:19:"gin 8.x-3.0-alpha10";s:7:"version";s:15:"8.x-3.0-alpha10";s:3:"tag";s:15:"8.x-3.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha10";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha10.tar.gz";s:4:"date";s:10:"1588110279";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha9";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha9";s:7:"version";s:14:"8.x-3.0-alpha9";s:3:"tag";s:14:"8.x-3.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha9";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha9.tar.gz";s:4:"date";s:10:"1587598687";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha8";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha8";s:7:"version";s:14:"8.x-3.0-alpha8";s:3:"tag";s:14:"8.x-3.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha8";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha8.tar.gz";s:4:"date";s:10:"1587403171";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha7";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha7";s:7:"version";s:14:"8.x-3.0-alpha7";s:3:"tag";s:14:"8.x-3.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha7.tar.gz";s:4:"date";s:10:"1586889051";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha6";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha6";s:7:"version";s:14:"8.x-3.0-alpha6";s:3:"tag";s:14:"8.x-3.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha6.tar.gz";s:4:"date";s:10:"1585911008";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha5";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha5";s:7:"version";s:14:"8.x-3.0-alpha5";s:3:"tag";s:14:"8.x-3.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha5.tar.gz";s:4:"date";s:10:"1585758919";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha4";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha4";s:7:"version";s:14:"8.x-3.0-alpha4";s:3:"tag";s:14:"8.x-3.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha4.tar.gz";s:4:"date";s:10:"1585218206";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha3";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha3";s:7:"version";s:14:"8.x-3.0-alpha3";s:3:"tag";s:14:"8.x-3.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha3.tar.gz";s:4:"date";s:10:"1585056344";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha2";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha2";s:7:"version";s:14:"8.x-3.0-alpha2";s:3:"tag";s:14:"8.x-3.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha2.tar.gz";s:4:"date";s:10:"1584823830";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-3.0-alpha1";a:11:{s:4:"name";s:18:"gin 8.x-3.0-alpha1";s:7:"version";s:14:"8.x-3.0-alpha1";s:3:"tag";s:14:"8.x-3.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-3.0-alpha1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha1.tar.gz";s:4:"date";s:10:"1584713675";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-2.0-alpha13";a:11:{s:4:"name";s:19:"gin 8.x-2.0-alpha13";s:7:"version";s:15:"8.x-2.0-alpha13";s:3:"tag";s:15:"8.x-2.0-alpha13";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha13";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha13.tar.gz";s:4:"date";s:10:"1582141618";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-2.0-alpha12";a:11:{s:4:"name";s:19:"gin 8.x-2.0-alpha12";s:7:"version";s:15:"8.x-2.0-alpha12";s:3:"tag";s:15:"8.x-2.0-alpha12";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha12";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha12.tar.gz";s:4:"date";s:10:"1581799850";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:15:"8.x-2.0-alpha11";a:11:{s:4:"name";s:19:"gin 8.x-2.0-alpha11";s:7:"version";s:15:"8.x-2.0-alpha11";s:3:"tag";s:15:"8.x-2.0-alpha11";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha11";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha11.tar.gz";s:4:"date";s:10:"1581784971";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:15:"8.x-2.0-alpha10";a:11:{s:4:"name";s:19:"gin 8.x-2.0-alpha10";s:7:"version";s:15:"8.x-2.0-alpha10";s:3:"tag";s:15:"8.x-2.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha10";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha10.tar.gz";s:4:"date";s:10:"1581670919";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-2.0-alpha9";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha9";s:7:"version";s:14:"8.x-2.0-alpha9";s:3:"tag";s:14:"8.x-2.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha9";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha9.tar.gz";s:4:"date";s:10:"1580894379";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-2.0-alpha8";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha8";s:7:"version";s:14:"8.x-2.0-alpha8";s:3:"tag";s:14:"8.x-2.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha8";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha8.tar.gz";s:4:"date";s:10:"1580892462";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-2.0-alpha7";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha7";s:7:"version";s:14:"8.x-2.0-alpha7";s:3:"tag";s:14:"8.x-2.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha7.tar.gz";s:4:"date";s:10:"1580374257";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-2.0-alpha6";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha6";s:7:"version";s:14:"8.x-2.0-alpha6";s:3:"tag";s:14:"8.x-2.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha6.tar.gz";s:4:"date";s:10:"1580139185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-2.0-alpha5";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha5";s:7:"version";s:14:"8.x-2.0-alpha5";s:3:"tag";s:14:"8.x-2.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha5.tar.gz";s:4:"date";s:10:"1579908781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-2.0-alpha4";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha4";s:7:"version";s:14:"8.x-2.0-alpha4";s:3:"tag";s:14:"8.x-2.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha4.tar.gz";s:4:"date";s:10:"1578573789";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-2.0-alpha3";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha3";s:7:"version";s:14:"8.x-2.0-alpha3";s:3:"tag";s:14:"8.x-2.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha3.tar.gz";s:4:"date";s:10:"1576589285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-2.0-alpha2";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha2";s:7:"version";s:14:"8.x-2.0-alpha2";s:3:"tag";s:14:"8.x-2.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha2.tar.gz";s:4:"date";s:10:"1575496380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-2.0-alpha1";a:11:{s:4:"name";s:18:"gin 8.x-2.0-alpha1";s:7:"version";s:14:"8.x-2.0-alpha1";s:3:"tag";s:14:"8.x-2.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-2.0-alpha1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-2.0-alpha1.tar.gz";s:4:"date";s:10:"1575493680";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";s:5:"terms";a:0:{}}s:15:"8.x-1.0-alpha14";a:11:{s:4:"name";s:19:"gin 8.x-1.0-alpha14";s:7:"version";s:15:"8.x-1.0-alpha14";s:3:"tag";s:15:"8.x-1.0-alpha14";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha14";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha14.tar.gz";s:4:"date";s:10:"1582141601";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:15:"8.x-1.0-alpha13";a:11:{s:4:"name";s:19:"gin 8.x-1.0-alpha13";s:7:"version";s:15:"8.x-1.0-alpha13";s:3:"tag";s:15:"8.x-1.0-alpha13";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha13";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha13.tar.gz";s:4:"date";s:10:"1581799836";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:15:"8.x-1.0-alpha12";a:11:{s:4:"name";s:19:"gin 8.x-1.0-alpha12";s:7:"version";s:15:"8.x-1.0-alpha12";s:3:"tag";s:15:"8.x-1.0-alpha12";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha12";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha12.tar.gz";s:4:"date";s:10:"1581784989";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";s:5:"terms";a:0:{}}s:15:"8.x-1.0-alpha11";a:11:{s:4:"name";s:19:"gin 8.x-1.0-alpha11";s:7:"version";s:15:"8.x-1.0-alpha11";s:3:"tag";s:15:"8.x-1.0-alpha11";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha11";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha11.tar.gz";s:4:"date";s:10:"1581670945";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:15:"8.x-1.0-alpha10";a:11:{s:4:"name";s:19:"gin 8.x-1.0-alpha10";s:7:"version";s:15:"8.x-1.0-alpha10";s:3:"tag";s:15:"8.x-1.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha10";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha10.tar.gz";s:4:"date";s:10:"1580894364";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:14:"8.x-1.0-alpha9";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha9";s:7:"version";s:14:"8.x-1.0-alpha9";s:3:"tag";s:14:"8.x-1.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha9";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha9.tar.gz";s:4:"date";s:10:"1580892445";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:14:"8.x-1.0-alpha8";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha8";s:7:"version";s:14:"8.x-1.0-alpha8";s:3:"tag";s:14:"8.x-1.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha8";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha8.tar.gz";s:4:"date";s:10:"1580139185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:14:"8.x-1.0-alpha7";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha7";s:7:"version";s:14:"8.x-1.0-alpha7";s:3:"tag";s:14:"8.x-1.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha7.tar.gz";s:4:"date";s:10:"1578905887";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:14:"8.x-1.0-alpha6";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha6";s:7:"version";s:14:"8.x-1.0-alpha6";s:3:"tag";s:14:"8.x-1.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha6.tar.gz";s:4:"date";s:10:"1578573789";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:14:"8.x-1.0-alpha5";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha5";s:7:"version";s:14:"8.x-1.0-alpha5";s:3:"tag";s:14:"8.x-1.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha5.tar.gz";s:4:"date";s:10:"1576589285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:14:"8.x-1.0-alpha4";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha4";s:7:"version";s:14:"8.x-1.0-alpha4";s:3:"tag";s:14:"8.x-1.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha4.tar.gz";s:4:"date";s:10:"1572892684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1572358984";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1572007384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:18:"gin 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/gin/releases/8.x-1.0-alpha1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/gin-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1570199287";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:9:"4.0.x-dev";a:11:{s:4:"name";s:13:"gin 4.0.x-dev";s:7:"version";s:9:"4.0.x-dev";s:3:"tag";s:5:"4.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/gin/releases/4.0.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/gin-4.0.x-dev.tar.gz";s:4:"date";s:10:"1740737299";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-3.x-dev";a:11:{s:4:"name";s:15:"gin 8.x-3.x-dev";s:7:"version";s:11:"8.x-3.x-dev";s:3:"tag";s:7:"8.x-3.x";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-3.x-dev";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-3.x-dev.tar.gz";s:4:"date";s:10:"1739521990";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:15:"gin 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-2.x-dev";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1582387423";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:15:"gin 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/gin/releases/8.x-1.x-dev";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/gin-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1582387472";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"<8.8";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'gin_toolbar', 'a:10:{s:5:"title";s:11:"Gin Toolbar";s:10:"short_name";s:11:"gin_toolbar";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:11:"2.0.,8.x-1.";s:18:"composer_namespace";s:18:"drupal/gin_toolbar";s:14:"project_status";s:9:"published";s:4:"link";s:42:"https://www.drupal.org/project/gin_toolbar";s:5:"terms";s:0:"";s:8:"releases";a:38:{s:5:"2.0.0";a:11:{s:4:"name";s:17:"gin_toolbar 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/gin_toolbar/releases/2.0.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/gin_toolbar-2.0.0.tar.gz";s:4:"date";s:10:"1734698921";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:7:"8.x-1.0";a:11:{s:4:"name";s:19:"gin_toolbar 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0.tar.gz";s:4:"date";s:10:"1734698810";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.0-rc8";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.0-rc8";s:7:"version";s:11:"8.x-1.0-rc8";s:3:"tag";s:11:"8.x-1.0-rc8";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-rc8";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc8.tar.gz";s:4:"date";s:10:"1734527411";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"8.x-1.0-rc7";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.0-rc7";s:7:"version";s:11:"8.x-1.0-rc7";s:3:"tag";s:11:"8.x-1.0-rc7";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-rc7";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc7.tar.gz";s:4:"date";s:10:"1733734483";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"8.x-1.0-rc6";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.0-rc6";s:7:"version";s:11:"8.x-1.0-rc6";s:3:"tag";s:11:"8.x-1.0-rc6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-rc6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc6.tar.gz";s:4:"date";s:10:"1718368950";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"8.x-1.0-rc5";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.0-rc5";s:7:"version";s:11:"8.x-1.0-rc5";s:3:"tag";s:11:"8.x-1.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-rc5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc5.tar.gz";s:4:"date";s:10:"1702727588";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-1.0-rc4";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.0-rc4";s:7:"version";s:11:"8.x-1.0-rc4";s:3:"tag";s:11:"8.x-1.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-rc4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc4.tar.gz";s:4:"date";s:10:"1697192878";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-1.0-rc3";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.0-rc3";s:7:"version";s:11:"8.x-1.0-rc3";s:3:"tag";s:11:"8.x-1.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-rc3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc3.tar.gz";s:4:"date";s:10:"1688477489";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-rc2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1688474912";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-rc1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1669666835";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:14:"8.x-1.0-beta22";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta22";s:7:"version";s:14:"8.x-1.0-beta22";s:3:"tag";s:14:"8.x-1.0-beta22";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta22";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta22.tar.gz";s:4:"date";s:10:"1649709351";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:14:"8.x-1.0-beta21";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta21";s:7:"version";s:14:"8.x-1.0-beta21";s:3:"tag";s:14:"8.x-1.0-beta21";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta21";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta21.tar.gz";s:4:"date";s:10:"1646929714";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:14:"8.x-1.0-beta20";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta20";s:7:"version";s:14:"8.x-1.0-beta20";s:3:"tag";s:14:"8.x-1.0-beta20";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta20";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta20.tar.gz";s:4:"date";s:10:"1635149590";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:14:"8.x-1.0-beta19";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta19";s:7:"version";s:14:"8.x-1.0-beta19";s:3:"tag";s:14:"8.x-1.0-beta19";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta19";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta19.tar.gz";s:4:"date";s:10:"1626682027";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-beta18";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta18";s:7:"version";s:14:"8.x-1.0-beta18";s:3:"tag";s:14:"8.x-1.0-beta18";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta18";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta18.tar.gz";s:4:"date";s:10:"1625232247";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-beta17";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta17";s:7:"version";s:14:"8.x-1.0-beta17";s:3:"tag";s:14:"8.x-1.0-beta17";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta17";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta17.tar.gz";s:4:"date";s:10:"1622635843";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-beta16";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta16";s:7:"version";s:14:"8.x-1.0-beta16";s:3:"tag";s:14:"8.x-1.0-beta16";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta16";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta16.tar.gz";s:4:"date";s:10:"1622620508";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-beta15";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta15";s:7:"version";s:14:"8.x-1.0-beta15";s:3:"tag";s:14:"8.x-1.0-beta15";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta15";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta15.tar.gz";s:4:"date";s:10:"1620393971";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-beta14";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta14";s:7:"version";s:14:"8.x-1.0-beta14";s:3:"tag";s:14:"8.x-1.0-beta14";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta14";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta14.tar.gz";s:4:"date";s:10:"1607370428";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-beta13";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta13";s:7:"version";s:14:"8.x-1.0-beta13";s:3:"tag";s:14:"8.x-1.0-beta13";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta13";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta13.tar.gz";s:4:"date";s:10:"1604868424";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-beta12";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta12";s:7:"version";s:14:"8.x-1.0-beta12";s:3:"tag";s:14:"8.x-1.0-beta12";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta12";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta12.tar.gz";s:4:"date";s:10:"1597406475";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:14:"8.x-1.0-beta11";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta11";s:7:"version";s:14:"8.x-1.0-beta11";s:3:"tag";s:14:"8.x-1.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta11";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta11.tar.gz";s:4:"date";s:10:"1594643490";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-beta10";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-beta10";s:7:"version";s:14:"8.x-1.0-beta10";s:3:"tag";s:14:"8.x-1.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta10";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta10.tar.gz";s:4:"date";s:10:"1593766660";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta9";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta9";s:7:"version";s:13:"8.x-1.0-beta9";s:3:"tag";s:13:"8.x-1.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta9";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta9.tar.gz";s:4:"date";s:10:"1593462042";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta8";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta8";s:7:"version";s:13:"8.x-1.0-beta8";s:3:"tag";s:13:"8.x-1.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta8";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta8.tar.gz";s:4:"date";s:10:"1592855833";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta7";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta7";s:7:"version";s:13:"8.x-1.0-beta7";s:3:"tag";s:13:"8.x-1.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta7";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta7.tar.gz";s:4:"date";s:10:"1591349902";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta6";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta6";s:7:"version";s:13:"8.x-1.0-beta6";s:3:"tag";s:13:"8.x-1.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta6";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta6.tar.gz";s:4:"date";s:10:"1590401639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta5";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta5";s:7:"version";s:13:"8.x-1.0-beta5";s:3:"tag";s:13:"8.x-1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta5";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta5.tar.gz";s:4:"date";s:10:"1588460020";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta4";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1588342225";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta3";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1587403136";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta2";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1584829276";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:25:"gin_toolbar 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-beta1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1584713311";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-alpha4";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-alpha4";s:7:"version";s:14:"8.x-1.0-alpha4";s:3:"tag";s:14:"8.x-1.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-alpha4";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-alpha4.tar.gz";s:4:"date";s:10:"1581785004";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-alpha3";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1580139185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-alpha2";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1579960985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:26:"gin_toolbar 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.0-alpha1";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1579958885";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:21:"gin_toolbar 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/gin_toolbar/releases/2.0.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/gin_toolbar-2.0.x-dev.tar.gz";s:4:"date";s:10:"1735327030";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:23:"gin_toolbar 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/gin_toolbar/releases/8.x-1.x-dev";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1734511651";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'google_tag', 'a:10:{s:5:"title";s:10:"Google Tag";s:10:"short_name";s:10:"google_tag";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:11:"2.0.,8.x-1.";s:18:"composer_namespace";s:17:"drupal/google_tag";s:14:"project_status";s:9:"published";s:4:"link";s:41:"https://www.drupal.org/project/google_tag";s:5:"terms";s:0:"";s:8:"releases";a:22:{s:5:"2.0.8";a:11:{s:4:"name";s:16:"google_tag 2.0.8";s:7:"version";s:5:"2.0.8";s:3:"tag";s:5:"2.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.8";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.8.tar.gz";s:4:"date";s:10:"1738126303";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:5:"2.0.7";a:11:{s:4:"name";s:16:"google_tag 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.7";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.7.tar.gz";s:4:"date";s:10:"1733177458";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:5:"2.0.6";a:11:{s:4:"name";s:16:"google_tag 2.0.6";s:7:"version";s:5:"2.0.6";s:3:"tag";s:5:"2.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.6";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.6.tar.gz";s:4:"date";s:10:"1721948116";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";}s:5:"2.0.5";a:11:{s:4:"name";s:16:"google_tag 2.0.5";s:7:"version";s:5:"2.0.5";s:3:"tag";s:5:"2.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.5";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.5.tar.gz";s:4:"date";s:10:"1716308134";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"2.0.4";a:11:{s:4:"name";s:16:"google_tag 2.0.4";s:7:"version";s:5:"2.0.4";s:3:"tag";s:5:"2.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.4.tar.gz";s:4:"date";s:10:"1709073204";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"2.0.3";a:11:{s:4:"name";s:16:"google_tag 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.3.tar.gz";s:4:"date";s:10:"1708921893";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"2.0.2";a:11:{s:4:"name";s:16:"google_tag 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.2.tar.gz";s:4:"date";s:10:"1684879598";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"2.0.1";a:11:{s:4:"name";s:16:"google_tag 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.1.tar.gz";s:4:"date";s:10:"1682446186";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"2.0.0";a:11:{s:4:"name";s:16:"google_tag 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/google_tag/releases/2.0.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/google_tag-2.0.0.tar.gz";s:4:"date";s:10:"1681230617";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:11:"2.0.0-beta2";a:11:{s:4:"name";s:22:"google_tag 2.0.0-beta2";s:7:"version";s:11:"2.0.0-beta2";s:3:"tag";s:11:"2.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/google_tag/releases/2.0.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/google_tag-2.0.0-beta2.tar.gz";s:4:"date";s:10:"1680117726";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:11:"2.0.0-beta1";a:11:{s:4:"name";s:22:"google_tag 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/google_tag/releases/2.0.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/google_tag-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1678992376";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:7:"8.x-1.8";a:11:{s:4:"name";s:18:"google_tag 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.8";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.8.tar.gz";s:4:"date";s:10:"1738090194";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:7:"8.x-1.7";a:11:{s:4:"name";s:18:"google_tag 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.7.tar.gz";s:4:"date";s:10:"1710888941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:7:"8.x-1.6";a:11:{s:4:"name";s:18:"google_tag 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.6.tar.gz";s:4:"date";s:10:"1671145853";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:7:"8.x-1.5";a:11:{s:4:"name";s:18:"google_tag 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.5.tar.gz";s:4:"date";s:10:"1648569365";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.4";a:11:{s:4:"name";s:18:"google_tag 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.4.tar.gz";s:4:"date";s:10:"1591383264";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.3";a:11:{s:4:"name";s:18:"google_tag 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.3.tar.gz";s:4:"date";s:10:"1575649087";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:18:"google_tag 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.2.tar.gz";s:4:"date";s:10:"1567174084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:18:"google_tag 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.1.tar.gz";s:4:"date";s:10:"1534988884";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:18:"google_tag 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/google_tag/releases/8.x-1.0";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.0.tar.gz";s:4:"date";s:10:"1514945587";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:9:"2.0.x-dev";a:11:{s:4:"name";s:20:"google_tag 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/google_tag/releases/2.0.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/google_tag-2.0.x-dev.tar.gz";s:4:"date";s:10:"1738126177";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.5 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:22:"google_tag 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/google_tag/releases/8.x-1.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/google_tag-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1738093621";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'honeypot', 'a:10:{s:5:"title";s:8:"Honeypot";s:10:"short_name";s:8:"honeypot";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.1.,2.2.";s:18:"composer_namespace";s:15:"drupal/honeypot";s:14:"project_status";s:9:"published";s:4:"link";s:39:"https://www.drupal.org/project/honeypot";s:5:"terms";s:0:"";s:8:"releases";a:43:{s:5:"2.2.2";a:11:{s:4:"name";s:14:"honeypot 2.2.2";s:7:"version";s:5:"2.2.2";s:3:"tag";s:5:"2.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.2.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.2.2.tar.gz";s:4:"date";s:10:"1739854372";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"2.2.1";a:11:{s:4:"name";s:14:"honeypot 2.2.1";s:7:"version";s:5:"2.2.1";s:3:"tag";s:5:"2.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.2.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.2.1.tar.gz";s:4:"date";s:10:"1739062705";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:5:"2.2.0";a:11:{s:4:"name";s:14:"honeypot 2.2.0";s:7:"version";s:5:"2.2.0";s:3:"tag";s:5:"2.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.2.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.2.0.tar.gz";s:4:"date";s:10:"1723761042";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:5:"2.1.4";a:11:{s:4:"name";s:14:"honeypot 2.1.4";s:7:"version";s:5:"2.1.4";s:3:"tag";s:5:"2.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.1.4";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.1.4.tar.gz";s:4:"date";s:10:"1723489062";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}s:5:"2.1.3";a:11:{s:4:"name";s:14:"honeypot 2.1.3";s:7:"version";s:5:"2.1.3";s:3:"tag";s:5:"2.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.1.3";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.1.3.tar.gz";s:4:"date";s:10:"1695604754";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}s:5:"2.1.2";a:11:{s:4:"name";s:14:"honeypot 2.1.2";s:7:"version";s:5:"2.1.2";s:3:"tag";s:5:"2.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.1.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.1.2.tar.gz";s:4:"date";s:10:"1664658204";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"2.1.1";a:11:{s:4:"name";s:14:"honeypot 2.1.1";s:7:"version";s:5:"2.1.1";s:3:"tag";s:5:"2.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.1.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.1.1.tar.gz";s:4:"date";s:10:"1653942827";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"2.1.0";a:11:{s:4:"name";s:14:"honeypot 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.1.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.1.0.tar.gz";s:4:"date";s:10:"1651894953";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"2.0.2";a:11:{s:4:"name";s:14:"honeypot 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.0.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.0.2.tar.gz";s:4:"date";s:10:"1638391833";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.8.2 || ^9";s:5:"terms";a:0:{}}s:5:"2.0.1";a:11:{s:4:"name";s:14:"honeypot 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.0.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.0.1.tar.gz";s:4:"date";s:10:"1597855128";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"2.0.0";a:11:{s:4:"name";s:14:"honeypot 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/honeypot/releases/2.0.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/honeypot-2.0.0.tar.gz";s:4:"date";s:10:"1588105107";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.31";a:11:{s:4:"name";s:17:"honeypot 8.x-1.31";s:7:"version";s:8:"8.x-1.31";s:3:"tag";s:8:"8.x-1.31";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.31";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.31.tar.gz";s:4:"date";s:10:"1637735546";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.8.2 || ^9";s:5:"terms";a:0:{}}s:8:"8.x-1.30";a:11:{s:4:"name";s:17:"honeypot 8.x-1.30";s:7:"version";s:8:"8.x-1.30";s:3:"tag";s:8:"8.x-1.30";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.30";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.30.tar.gz";s:4:"date";s:10:"1576274288";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.29";a:11:{s:4:"name";s:17:"honeypot 8.x-1.29";s:7:"version";s:8:"8.x-1.29";s:3:"tag";s:8:"8.x-1.29";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.29";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.29.tar.gz";s:4:"date";s:10:"1536179280";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.28";a:11:{s:4:"name";s:17:"honeypot 8.x-1.28";s:7:"version";s:8:"8.x-1.28";s:3:"tag";s:8:"8.x-1.28";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.28";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.28.tar.gz";s:4:"date";s:10:"1533849180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.27";a:11:{s:4:"name";s:17:"honeypot 8.x-1.27";s:7:"version";s:8:"8.x-1.27";s:3:"tag";s:8:"8.x-1.27";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.27";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.27.tar.gz";s:4:"date";s:10:"1499867343";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.26";a:11:{s:4:"name";s:17:"honeypot 8.x-1.26";s:7:"version";s:8:"8.x-1.26";s:3:"tag";s:8:"8.x-1.26";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.26";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.26.tar.gz";s:4:"date";s:10:"1497409443";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.25";a:11:{s:4:"name";s:17:"honeypot 8.x-1.25";s:7:"version";s:8:"8.x-1.25";s:3:"tag";s:8:"8.x-1.25";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.25";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.25.tar.gz";s:4:"date";s:10:"1494742085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.24";a:11:{s:4:"name";s:17:"honeypot 8.x-1.24";s:7:"version";s:8:"8.x-1.24";s:3:"tag";s:8:"8.x-1.24";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.24";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.24.tar.gz";s:4:"date";s:10:"1490277183";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.23";a:11:{s:4:"name";s:17:"honeypot 8.x-1.23";s:7:"version";s:8:"8.x-1.23";s:3:"tag";s:8:"8.x-1.23";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.23";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.23.tar.gz";s:4:"date";s:10:"1457671745";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.22";a:11:{s:4:"name";s:17:"honeypot 8.x-1.22";s:7:"version";s:8:"8.x-1.22";s:3:"tag";s:8:"8.x-1.22";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.22";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.22.tar.gz";s:4:"date";s:10:"1451771039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.21";a:11:{s:4:"name";s:17:"honeypot 8.x-1.21";s:7:"version";s:8:"8.x-1.21";s:3:"tag";s:8:"8.x-1.21";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/honeypot/releases/8.x-1.21";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.21.tar.gz";s:4:"date";s:10:"1443738539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.19-beta14";a:11:{s:4:"name";s:24:"honeypot 8.x-1.19-beta14";s:7:"version";s:15:"8.x-1.19-beta14";s:3:"tag";s:15:"8.x-1.19-beta14";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/honeypot/releases/8.x-1.19-beta14";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.19-beta14.tar.gz";s:4:"date";s:10:"1440616439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.19-beta13";a:11:{s:4:"name";s:24:"honeypot 8.x-1.19-beta13";s:7:"version";s:15:"8.x-1.19-beta13";s:3:"tag";s:15:"8.x-1.19-beta13";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/honeypot/releases/8.x-1.19-beta13";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.19-beta13.tar.gz";s:4:"date";s:10:"1437709739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.18-beta6";a:11:{s:4:"name";s:23:"honeypot 8.x-1.18-beta6";s:7:"version";s:14:"8.x-1.18-beta6";s:3:"tag";s:14:"8.x-1.18-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.18-beta6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.18-beta6.tar.gz";s:4:"date";s:10:"1434471180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.18-beta5";a:11:{s:4:"name";s:23:"honeypot 8.x-1.18-beta5";s:7:"version";s:14:"8.x-1.18-beta5";s:3:"tag";s:14:"8.x-1.18-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.18-beta5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.18-beta5.tar.gz";s:4:"date";s:10:"1428331981";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.18-beta4";a:11:{s:4:"name";s:23:"honeypot 8.x-1.18-beta4";s:7:"version";s:14:"8.x-1.18-beta4";s:3:"tag";s:14:"8.x-1.18-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.18-beta4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.18-beta4.tar.gz";s:4:"date";s:10:"1422504181";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.18-beta3";a:11:{s:4:"name";s:23:"honeypot 8.x-1.18-beta3";s:7:"version";s:14:"8.x-1.18-beta3";s:3:"tag";s:14:"8.x-1.18-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.18-beta3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.18-beta3.tar.gz";s:4:"date";s:10:"1420696980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.18-beta2";a:11:{s:4:"name";s:23:"honeypot 8.x-1.18-beta2";s:7:"version";s:14:"8.x-1.18-beta2";s:3:"tag";s:14:"8.x-1.18-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.18-beta2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.18-beta2.tar.gz";s:4:"date";s:10:"1415992080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.18-beta1";a:11:{s:4:"name";s:23:"honeypot 8.x-1.18-beta1";s:7:"version";s:14:"8.x-1.18-beta1";s:3:"tag";s:14:"8.x-1.18-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.18-beta1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.18-beta1.tar.gz";s:4:"date";s:10:"1412201028";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:16:"8.x-1.18-alpha15";a:11:{s:4:"name";s:25:"honeypot 8.x-1.18-alpha15";s:7:"version";s:16:"8.x-1.18-alpha15";s:3:"tag";s:16:"8.x-1.18-alpha15";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/honeypot/releases/8.x-1.18-alpha15";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.18-alpha15.tar.gz";s:4:"date";s:10:"1411443527";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.16-beta11";a:11:{s:4:"name";s:24:"honeypot 8.x-1.16-beta11";s:7:"version";s:15:"8.x-1.16-beta11";s:3:"tag";s:15:"8.x-1.16-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/honeypot/releases/8.x-1.16-beta11";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.16-beta11.tar.gz";s:4:"date";s:10:"1400731127";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.16-beta10";a:11:{s:4:"name";s:24:"honeypot 8.x-1.16-beta10";s:7:"version";s:15:"8.x-1.16-beta10";s:3:"tag";s:15:"8.x-1.16-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/honeypot/releases/8.x-1.16-beta10";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.16-beta10.tar.gz";s:4:"date";s:10:"1395605058";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.16-beta6";a:11:{s:4:"name";s:23:"honeypot 8.x-1.16-beta6";s:7:"version";s:14:"8.x-1.16-beta6";s:3:"tag";s:14:"8.x-1.16-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.16-beta6";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.16-beta6.tar.gz";s:4:"date";s:10:"1386992908";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.14-beta5";a:11:{s:4:"name";s:23:"honeypot 8.x-1.14-beta5";s:7:"version";s:14:"8.x-1.14-beta5";s:3:"tag";s:14:"8.x-1.14-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.14-beta5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.14-beta5.tar.gz";s:4:"date";s:10:"1382450749";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.14-beta4";a:11:{s:4:"name";s:23:"honeypot 8.x-1.14-beta4";s:7:"version";s:14:"8.x-1.14-beta4";s:3:"tag";s:14:"8.x-1.14-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.14-beta4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.14-beta4.tar.gz";s:4:"date";s:10:"1372179957";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.14-beta3";a:11:{s:4:"name";s:23:"honeypot 8.x-1.14-beta3";s:7:"version";s:14:"8.x-1.14-beta3";s:3:"tag";s:14:"8.x-1.14-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.14-beta3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.14-beta3.tar.gz";s:4:"date";s:10:"1369317784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.14-beta2";a:11:{s:4:"name";s:23:"honeypot 8.x-1.14-beta2";s:7:"version";s:14:"8.x-1.14-beta2";s:3:"tag";s:14:"8.x-1.14-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.14-beta2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.14-beta2.tar.gz";s:4:"date";s:10:"1362752295";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.14-beta1";a:10:{s:4:"name";s:23:"honeypot 8.x-1.14-beta1";s:7:"version";s:14:"8.x-1.14-beta1";s:3:"tag";s:14:"8.x-1.14-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/honeypot/releases/8.x-1.14-beta1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.14-beta1.tar.gz";s:4:"date";s:10:"1361306662";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";}s:9:"2.2.x-dev";a:11:{s:4:"name";s:18:"honeypot 2.2.x-dev";s:7:"version";s:9:"2.2.x-dev";s:3:"tag";s:5:"2.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/honeypot/releases/2.2.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/honeypot-2.2.x-dev.tar.gz";s:4:"date";s:10:"1739410774";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:9:"2.1.x-dev";a:11:{s:4:"name";s:18:"honeypot 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/honeypot/releases/2.1.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/honeypot-2.1.x-dev.tar.gz";s:4:"date";s:10:"1736402353";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:9:"2.0.x-dev";a:11:{s:4:"name";s:18:"honeypot 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/honeypot/releases/2.0.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/honeypot-2.0.x-dev.tar.gz";s:4:"date";s:10:"1645767906";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.8.2 || ^9";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:20:"honeypot 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/honeypot/releases/8.x-1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/honeypot-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1636005343";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.8.2 || ^9";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'jquery_ui', 'a:10:{s:5:"title";s:9:"jQuery UI";s:10:"short_name";s:9:"jquery_ui";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:16:"drupal/jquery_ui";s:14:"project_status";s:9:"published";s:4:"link";s:40:"https://www.drupal.org/project/jquery_ui";s:5:"terms";s:0:"";s:8:"releases";a:9:{s:7:"8.x-1.7";a:11:{s:4:"name";s:17:"jquery_ui 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.7.tar.gz";s:4:"date";s:10:"1717002098";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}s:7:"8.x-1.6";a:11:{s:4:"name";s:17:"jquery_ui 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.6.tar.gz";s:4:"date";s:10:"1668521197";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:7:"8.x-1.5";a:11:{s:4:"name";s:17:"jquery_ui 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.5.tar.gz";s:4:"date";s:10:"1668437968";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}s:7:"8.x-1.4";a:11:{s:4:"name";s:17:"jquery_ui 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.4.tar.gz";s:4:"date";s:10:"1582149957";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:7:"8.x-1.3";a:11:{s:4:"name";s:17:"jquery_ui 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.3.tar.gz";s:4:"date";s:10:"1582044456";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:7:"8.x-1.2";a:11:{s:4:"name";s:17:"jquery_ui 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.2.tar.gz";s:4:"date";s:10:"1571251084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:17:"jquery_ui 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.1.tar.gz";s:4:"date";s:10:"1571242084";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"8.x-1.0";a:11:{s:4:"name";s:17:"jquery_ui 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.0.tar.gz";s:4:"date";s:10:"1568823185";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:21:"jquery_ui 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/jquery_ui/releases/8.x-1.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1716994751";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'jquery_ui_resizable', 'a:10:{s:5:"title";s:19:"jQuery UI Resizable";s:10:"short_name";s:19:"jquery_ui_resizable";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.0.,2.1.";s:18:"composer_namespace";s:26:"drupal/jquery_ui_resizable";s:14:"project_status";s:9:"published";s:4:"link";s:50:"https://www.drupal.org/project/jquery_ui_resizable";s:5:"terms";s:0:"";s:8:"releases";a:5:{s:5:"2.1.0";a:11:{s:4:"name";s:25:"jquery_ui_resizable 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/jquery_ui_resizable/releases/2.1.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/jquery_ui_resizable-2.1.0.tar.gz";s:4:"date";s:10:"1717031358";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}s:5:"2.0.0";a:11:{s:4:"name";s:25:"jquery_ui_resizable 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/jquery_ui_resizable/releases/2.0.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/jquery_ui_resizable-2.0.0.tar.gz";s:4:"date";s:10:"1670871596";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}s:7:"8.x-1.0";a:11:{s:4:"name";s:27:"jquery_ui_resizable 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/jquery_ui_resizable/releases/8.x-1.0";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/jquery_ui_resizable-8.x-1.0.tar.gz";s:4:"date";s:10:"1607009468";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:7:"2.x-dev";a:11:{s:4:"name";s:27:"jquery_ui_resizable 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/jquery_ui_resizable/releases/2.x-dev";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/jquery_ui_resizable-2.x-dev.tar.gz";s:4:"date";s:10:"1717027898";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:31:"jquery_ui_resizable 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/jquery_ui_resizable/releases/8.x-1.x-dev";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/jquery_ui_resizable-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1584104511";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'key', 'a:10:{s:5:"title";s:3:"Key";s:10:"short_name";s:3:"key";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:10:"drupal/key";s:14:"project_status";s:9:"published";s:4:"link";s:34:"https://www.drupal.org/project/key";s:5:"terms";s:0:"";s:8:"releases";a:27:{s:8:"8.x-1.19";a:11:{s:4:"name";s:12:"key 8.x-1.19";s:7:"version";s:8:"8.x-1.19";s:3:"tag";s:8:"8.x-1.19";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.19";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.19.tar.gz";s:4:"date";s:10:"1720053341";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <12";}s:8:"8.x-1.18";a:11:{s:4:"name";s:12:"key 8.x-1.18";s:7:"version";s:8:"8.x-1.18";s:3:"tag";s:8:"8.x-1.18";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.18";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.18.tar.gz";s:4:"date";s:10:"1717376699";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <12";}s:8:"8.x-1.17";a:11:{s:4:"name";s:12:"key 8.x-1.17";s:7:"version";s:8:"8.x-1.17";s:3:"tag";s:8:"8.x-1.17";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.17";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.17.tar.gz";s:4:"date";s:10:"1674343967";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <11";s:5:"terms";a:0:{}}s:8:"8.x-1.16";a:11:{s:4:"name";s:12:"key 8.x-1.16";s:7:"version";s:8:"8.x-1.16";s:3:"tag";s:8:"8.x-1.16";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.16";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.16.tar.gz";s:4:"date";s:10:"1661968490";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:">=8.9 <11";s:5:"terms";a:0:{}}s:8:"8.x-1.15";a:11:{s:4:"name";s:12:"key 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.15";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.15.tar.gz";s:4:"date";s:10:"1634075859";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-1.14";a:11:{s:4:"name";s:12:"key 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.14";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.14.tar.gz";s:4:"date";s:10:"1591765429";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";s:5:"terms";a:0:{}}s:8:"8.x-1.13";a:11:{s:4:"name";s:12:"key 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.13";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.13.tar.gz";s:4:"date";s:10:"1588008015";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.12";a:11:{s:4:"name";s:12:"key 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.12";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.12.tar.gz";s:4:"date";s:10:"1573783085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.11";a:11:{s:4:"name";s:12:"key 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.11";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.11.tar.gz";s:4:"date";s:10:"1573604580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.10";a:11:{s:4:"name";s:12:"key 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/key/releases/8.x-1.10";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/key-8.x-1.10.tar.gz";s:4:"date";s:10:"1567172584";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"8.x-1.9";a:11:{s:4:"name";s:11:"key 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.9";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.9.tar.gz";s:4:"date";s:10:"1567009985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.8";a:11:{s:4:"name";s:11:"key 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.8";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.8.tar.gz";s:4:"date";s:10:"1546543380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:11:"key 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.7";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.7.tar.gz";s:4:"date";s:10:"1517255284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:11:"key 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.6";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.6.tar.gz";s:4:"date";s:10:"1516998785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:11:"key 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.5";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.5.tar.gz";s:4:"date";s:10:"1511108285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:11:"key 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.4";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.4.tar.gz";s:4:"date";s:10:"1510785484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:11:"key 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.3";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.3.tar.gz";s:4:"date";s:10:"1474589639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:11:"key 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.2";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.2.tar.gz";s:4:"date";s:10:"1467916139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:11:"key 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.1";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.1.tar.gz";s:4:"date";s:10:"1456008839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:11:"key 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/key/releases/8.x-1.0";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/key-8.x-1.0.tar.gz";s:4:"date";s:10:"1453792139";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:17:"key 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/key/releases/8.x-1.0-beta4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/key-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1453398839";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:17:"key 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/key/releases/8.x-1.0-beta3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/key-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1453243439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:17:"key 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/key/releases/8.x-1.0-beta2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/key-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1452986939";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:17:"key 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/key/releases/8.x-1.0-beta1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/key-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1452545939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:18:"key 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/key/releases/8.x-1.0-alpha1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/key-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1452216542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:9:"4.0.x-dev";a:11:{s:4:"name";s:13:"key 4.0.x-dev";s:7:"version";s:9:"4.0.x-dev";s:3:"tag";s:5:"4.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/key/releases/4.0.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/key-4.0.x-dev.tar.gz";s:4:"date";s:10:"1661809605";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:">=8.9 <11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:15:"key 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/key/releases/8.x-1.x-dev";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/key-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1734387456";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:">=8.9 <12";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'klaro', 'a:10:{s:5:"title";s:33:"Klaro Cookie & Consent Management";s:10:"short_name";s:5:"klaro";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"3.0.";s:18:"composer_namespace";s:12:"drupal/klaro";s:14:"project_status";s:9:"published";s:4:"link";s:36:"https://www.drupal.org/project/klaro";s:5:"terms";s:0:"";s:8:"releases";a:24:{s:5:"3.0.3";a:11:{s:4:"name";s:11:"klaro 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/klaro/releases/3.0.3";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/klaro-3.0.3.tar.gz";s:4:"date";s:10:"1742211502";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"3.0.2";a:11:{s:4:"name";s:11:"klaro 3.0.2";s:7:"version";s:5:"3.0.2";s:3:"tag";s:5:"3.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/klaro/releases/3.0.2";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/klaro-3.0.2.tar.gz";s:4:"date";s:10:"1741650086";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"3.0.1";a:11:{s:4:"name";s:11:"klaro 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/klaro/releases/3.0.1";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/klaro-3.0.1.tar.gz";s:4:"date";s:10:"1741576758";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"3.0.0";a:11:{s:4:"name";s:11:"klaro 3.0.0";s:7:"version";s:5:"3.0.0";s:3:"tag";s:5:"3.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/klaro/releases/3.0.0";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/klaro-3.0.0.tar.gz";s:4:"date";s:10:"1736540657";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:10:"3.0.0-rc16";a:11:{s:4:"name";s:16:"klaro 3.0.0-rc16";s:7:"version";s:10:"3.0.0-rc16";s:3:"tag";s:10:"3.0.0-rc16";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/klaro/releases/3.0.0-rc16";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc16.tar.gz";s:4:"date";s:10:"1734702874";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:10:"3.0.0-rc15";a:11:{s:4:"name";s:16:"klaro 3.0.0-rc15";s:7:"version";s:10:"3.0.0-rc15";s:3:"tag";s:10:"3.0.0-rc15";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/klaro/releases/3.0.0-rc15";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc15.tar.gz";s:4:"date";s:10:"1734700729";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:10:"3.0.0-rc14";a:11:{s:4:"name";s:16:"klaro 3.0.0-rc14";s:7:"version";s:10:"3.0.0-rc14";s:3:"tag";s:10:"3.0.0-rc14";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/klaro/releases/3.0.0-rc14";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc14.tar.gz";s:4:"date";s:10:"1733873512";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:10:"3.0.0-rc13";a:11:{s:4:"name";s:16:"klaro 3.0.0-rc13";s:7:"version";s:10:"3.0.0-rc13";s:3:"tag";s:10:"3.0.0-rc13";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/klaro/releases/3.0.0-rc13";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc13.tar.gz";s:4:"date";s:10:"1733317431";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:10:"3.0.0-rc12";a:11:{s:4:"name";s:16:"klaro 3.0.0-rc12";s:7:"version";s:10:"3.0.0-rc12";s:3:"tag";s:10:"3.0.0-rc12";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/klaro/releases/3.0.0-rc12";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc12.tar.gz";s:4:"date";s:10:"1732239415";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:10:"3.0.0-rc11";a:11:{s:4:"name";s:16:"klaro 3.0.0-rc11";s:7:"version";s:10:"3.0.0-rc11";s:3:"tag";s:10:"3.0.0-rc11";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/klaro/releases/3.0.0-rc11";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc11.tar.gz";s:4:"date";s:10:"1732206541";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:10:"3.0.0-rc10";a:11:{s:4:"name";s:16:"klaro 3.0.0-rc10";s:7:"version";s:10:"3.0.0-rc10";s:3:"tag";s:10:"3.0.0-rc10";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/klaro/releases/3.0.0-rc10";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc10.tar.gz";s:4:"date";s:10:"1732111968";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:9:"3.0.0-rc9";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc9";s:7:"version";s:9:"3.0.0-rc9";s:3:"tag";s:9:"3.0.0-rc9";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc9";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc9.tar.gz";s:4:"date";s:10:"1730468218";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:9:"3.0.0-rc8";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc8";s:7:"version";s:9:"3.0.0-rc8";s:3:"tag";s:9:"3.0.0-rc8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc8.tar.gz";s:4:"date";s:10:"1730413321";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:9:"3.0.0-rc7";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc7";s:7:"version";s:9:"3.0.0-rc7";s:3:"tag";s:9:"3.0.0-rc7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc7.tar.gz";s:4:"date";s:10:"1720781601";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:9:"3.0.0-rc6";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc6";s:7:"version";s:9:"3.0.0-rc6";s:3:"tag";s:9:"3.0.0-rc6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc6.tar.gz";s:4:"date";s:10:"1701435027";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.0 || ^10.0";}s:9:"3.0.0-rc5";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc5";s:7:"version";s:9:"3.0.0-rc5";s:3:"tag";s:9:"3.0.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc5.tar.gz";s:4:"date";s:10:"1687178389";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.0 || ^10.0";}s:9:"3.0.0-rc4";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc4";s:7:"version";s:9:"3.0.0-rc4";s:3:"tag";s:9:"3.0.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc4.tar.gz";s:4:"date";s:10:"1686245630";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.0 || ^10.0";}s:9:"3.0.0-rc3";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc3";s:7:"version";s:9:"3.0.0-rc3";s:3:"tag";s:9:"3.0.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc3.tar.gz";s:4:"date";s:10:"1684748078";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.0 || ^10.0";}s:9:"3.0.0-rc2";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc2";s:7:"version";s:9:"3.0.0-rc2";s:3:"tag";s:9:"3.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc2.tar.gz";s:4:"date";s:10:"1683025532";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.0 || ^10.0";}s:9:"3.0.0-rc1";a:11:{s:4:"name";s:15:"klaro 3.0.0-rc1";s:7:"version";s:9:"3.0.0-rc1";s:3:"tag";s:9:"3.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/klaro/releases/3.0.0-rc1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/klaro-3.0.0-rc1.tar.gz";s:4:"date";s:10:"1680779614";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.0 || ^10.0";}s:13:"8.x-2.0-beta2";a:11:{s:4:"name";s:19:"klaro 8.x-2.0-beta2";s:7:"version";s:13:"8.x-2.0-beta2";s:3:"tag";s:13:"8.x-2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/klaro/releases/8.x-2.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/klaro-8.x-2.0-beta2.tar.gz";s:4:"date";s:10:"1598866846";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:13:"8.x-2.0-beta1";a:11:{s:4:"name";s:19:"klaro 8.x-2.0-beta1";s:7:"version";s:13:"8.x-2.0-beta1";s:3:"tag";s:13:"8.x-2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/klaro/releases/8.x-2.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/klaro-8.x-2.0-beta1.tar.gz";s:4:"date";s:10:"1594383497";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"3.x-dev";a:11:{s:4:"name";s:13:"klaro 3.x-dev";s:7:"version";s:7:"3.x-dev";s:3:"tag";s:3:"3.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/klaro/releases/3.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/klaro-3.x-dev.tar.gz";s:4:"date";s:10:"1742378413";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:17:"klaro 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/klaro/releases/8.x-2.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/klaro-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1599493948";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'leaflet', 'a:10:{s:5:"title";s:7:"Leaflet";s:10:"short_name";s:7:"leaflet";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:5:"10.2.";s:18:"composer_namespace";s:14:"drupal/leaflet";s:14:"project_status";s:9:"published";s:4:"link";s:38:"https://www.drupal.org/project/leaflet";s:5:"terms";s:0:"";s:8:"releases";a:191:{s:7:"10.2.43";a:11:{s:4:"name";s:15:"leaflet 10.2.43";s:7:"version";s:7:"10.2.43";s:3:"tag";s:7:"10.2.43";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.43";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.43.tar.gz";s:4:"date";s:10:"1741123901";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.42";a:11:{s:4:"name";s:15:"leaflet 10.2.42";s:7:"version";s:7:"10.2.42";s:3:"tag";s:7:"10.2.42";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.42";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.42.tar.gz";s:4:"date";s:10:"1740753317";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.41";a:11:{s:4:"name";s:15:"leaflet 10.2.41";s:7:"version";s:7:"10.2.41";s:3:"tag";s:7:"10.2.41";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.41";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.41.tar.gz";s:4:"date";s:10:"1739919704";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.40";a:11:{s:4:"name";s:15:"leaflet 10.2.40";s:7:"version";s:7:"10.2.40";s:3:"tag";s:7:"10.2.40";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.40";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.40.tar.gz";s:4:"date";s:10:"1739712453";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.39";a:11:{s:4:"name";s:15:"leaflet 10.2.39";s:7:"version";s:7:"10.2.39";s:3:"tag";s:7:"10.2.39";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.39";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.39.tar.gz";s:4:"date";s:10:"1739665088";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.38";a:11:{s:4:"name";s:15:"leaflet 10.2.38";s:7:"version";s:7:"10.2.38";s:3:"tag";s:7:"10.2.38";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.38";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.38.tar.gz";s:4:"date";s:10:"1739118675";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.37";a:11:{s:4:"name";s:15:"leaflet 10.2.37";s:7:"version";s:7:"10.2.37";s:3:"tag";s:7:"10.2.37";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.37";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.37.tar.gz";s:4:"date";s:10:"1739037265";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.36";a:11:{s:4:"name";s:15:"leaflet 10.2.36";s:7:"version";s:7:"10.2.36";s:3:"tag";s:7:"10.2.36";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.36";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.36.tar.gz";s:4:"date";s:10:"1738602928";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.35";a:11:{s:4:"name";s:15:"leaflet 10.2.35";s:7:"version";s:7:"10.2.35";s:3:"tag";s:7:"10.2.35";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.35";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.35.tar.gz";s:4:"date";s:10:"1736842328";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.34";a:11:{s:4:"name";s:15:"leaflet 10.2.34";s:7:"version";s:7:"10.2.34";s:3:"tag";s:7:"10.2.34";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.34";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.34.tar.gz";s:4:"date";s:10:"1736675361";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.33";a:11:{s:4:"name";s:15:"leaflet 10.2.33";s:7:"version";s:7:"10.2.33";s:3:"tag";s:7:"10.2.33";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.33";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.33.tar.gz";s:4:"date";s:10:"1736347695";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.32";a:11:{s:4:"name";s:15:"leaflet 10.2.32";s:7:"version";s:7:"10.2.32";s:3:"tag";s:7:"10.2.32";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.32";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.32.tar.gz";s:4:"date";s:10:"1735728767";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.31";a:11:{s:4:"name";s:15:"leaflet 10.2.31";s:7:"version";s:7:"10.2.31";s:3:"tag";s:7:"10.2.31";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.31";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.31.tar.gz";s:4:"date";s:10:"1735319231";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.30";a:11:{s:4:"name";s:15:"leaflet 10.2.30";s:7:"version";s:7:"10.2.30";s:3:"tag";s:7:"10.2.30";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.30";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.30.tar.gz";s:4:"date";s:10:"1734559672";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.29";a:11:{s:4:"name";s:15:"leaflet 10.2.29";s:7:"version";s:7:"10.2.29";s:3:"tag";s:7:"10.2.29";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.29";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.29.tar.gz";s:4:"date";s:10:"1733338203";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.28";a:11:{s:4:"name";s:15:"leaflet 10.2.28";s:7:"version";s:7:"10.2.28";s:3:"tag";s:7:"10.2.28";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.28";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.28.tar.gz";s:4:"date";s:10:"1733262237";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.27";a:11:{s:4:"name";s:15:"leaflet 10.2.27";s:7:"version";s:7:"10.2.27";s:3:"tag";s:7:"10.2.27";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.27";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.27.tar.gz";s:4:"date";s:10:"1733090828";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.26";a:11:{s:4:"name";s:15:"leaflet 10.2.26";s:7:"version";s:7:"10.2.26";s:3:"tag";s:7:"10.2.26";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.26";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.26.tar.gz";s:4:"date";s:10:"1730930365";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.25";a:11:{s:4:"name";s:15:"leaflet 10.2.25";s:7:"version";s:7:"10.2.25";s:3:"tag";s:7:"10.2.25";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.25";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.25.tar.gz";s:4:"date";s:10:"1724410606";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.24";a:11:{s:4:"name";s:15:"leaflet 10.2.24";s:7:"version";s:7:"10.2.24";s:3:"tag";s:7:"10.2.24";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.24";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.24.tar.gz";s:4:"date";s:10:"1723476033";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.23";a:11:{s:4:"name";s:15:"leaflet 10.2.23";s:7:"version";s:7:"10.2.23";s:3:"tag";s:7:"10.2.23";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.23";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.23.tar.gz";s:4:"date";s:10:"1722955435";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.22";a:11:{s:4:"name";s:15:"leaflet 10.2.22";s:7:"version";s:7:"10.2.22";s:3:"tag";s:7:"10.2.22";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.22";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.22.tar.gz";s:4:"date";s:10:"1722088855";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.21";a:11:{s:4:"name";s:15:"leaflet 10.2.21";s:7:"version";s:7:"10.2.21";s:3:"tag";s:7:"10.2.21";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.21";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.21.tar.gz";s:4:"date";s:10:"1721206496";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.20";a:11:{s:4:"name";s:15:"leaflet 10.2.20";s:7:"version";s:7:"10.2.20";s:3:"tag";s:7:"10.2.20";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.20";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.20.tar.gz";s:4:"date";s:10:"1720793068";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.19";a:11:{s:4:"name";s:15:"leaflet 10.2.19";s:7:"version";s:7:"10.2.19";s:3:"tag";s:7:"10.2.19";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.19";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.19.tar.gz";s:4:"date";s:10:"1719911106";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.18";a:11:{s:4:"name";s:15:"leaflet 10.2.18";s:7:"version";s:7:"10.2.18";s:3:"tag";s:7:"10.2.18";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.18";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.18.tar.gz";s:4:"date";s:10:"1718871493";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"10.2.17";a:11:{s:4:"name";s:15:"leaflet 10.2.17";s:7:"version";s:7:"10.2.17";s:3:"tag";s:7:"10.2.17";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.17";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.17.tar.gz";s:4:"date";s:10:"1717489149";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"10.2.16";a:11:{s:4:"name";s:15:"leaflet 10.2.16";s:7:"version";s:7:"10.2.16";s:3:"tag";s:7:"10.2.16";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.16";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.16.tar.gz";s:4:"date";s:10:"1716675984";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"10.2.15";a:11:{s:4:"name";s:15:"leaflet 10.2.15";s:7:"version";s:7:"10.2.15";s:3:"tag";s:7:"10.2.15";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.15";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.15.tar.gz";s:4:"date";s:10:"1716674215";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"10.2.14";a:11:{s:4:"name";s:15:"leaflet 10.2.14";s:7:"version";s:7:"10.2.14";s:3:"tag";s:7:"10.2.14";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.14";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.14.tar.gz";s:4:"date";s:10:"1715114722";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"10.2.13";a:11:{s:4:"name";s:15:"leaflet 10.2.13";s:7:"version";s:7:"10.2.13";s:3:"tag";s:7:"10.2.13";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.13";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.13.tar.gz";s:4:"date";s:10:"1714774113";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"10.2.12";a:11:{s:4:"name";s:15:"leaflet 10.2.12";s:7:"version";s:7:"10.2.12";s:3:"tag";s:7:"10.2.12";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.12";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.12.tar.gz";s:4:"date";s:10:"1709489680";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"10.2.11";a:11:{s:4:"name";s:15:"leaflet 10.2.11";s:7:"version";s:7:"10.2.11";s:3:"tag";s:7:"10.2.11";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.11";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.11.tar.gz";s:4:"date";s:10:"1706297882";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"10.2.10";a:11:{s:4:"name";s:15:"leaflet 10.2.10";s:7:"version";s:7:"10.2.10";s:3:"tag";s:7:"10.2.10";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.2.10";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.2.10.tar.gz";s:4:"date";s:10:"1705405628";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:6:"10.2.9";a:11:{s:4:"name";s:14:"leaflet 10.2.9";s:7:"version";s:6:"10.2.9";s:3:"tag";s:6:"10.2.9";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.9";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.9.tar.gz";s:4:"date";s:10:"1705246519";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}s:6:"10.2.8";a:11:{s:4:"name";s:14:"leaflet 10.2.8";s:7:"version";s:6:"10.2.8";s:3:"tag";s:6:"10.2.8";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.8";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.8.tar.gz";s:4:"date";s:10:"1705167188";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:6:"10.2.7";a:11:{s:4:"name";s:14:"leaflet 10.2.7";s:7:"version";s:6:"10.2.7";s:3:"tag";s:6:"10.2.7";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.7";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.7.tar.gz";s:4:"date";s:10:"1703431709";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.2.6";a:11:{s:4:"name";s:14:"leaflet 10.2.6";s:7:"version";s:6:"10.2.6";s:3:"tag";s:6:"10.2.6";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.6";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.6.tar.gz";s:4:"date";s:10:"1703281745";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.2.5";a:11:{s:4:"name";s:14:"leaflet 10.2.5";s:7:"version";s:6:"10.2.5";s:3:"tag";s:6:"10.2.5";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.5";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.5.tar.gz";s:4:"date";s:10:"1703019955";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.2.4";a:11:{s:4:"name";s:14:"leaflet 10.2.4";s:7:"version";s:6:"10.2.4";s:3:"tag";s:6:"10.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.4";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.4.tar.gz";s:4:"date";s:10:"1701127790";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.2.3";a:11:{s:4:"name";s:14:"leaflet 10.2.3";s:7:"version";s:6:"10.2.3";s:3:"tag";s:6:"10.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.3";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.3.tar.gz";s:4:"date";s:10:"1698436423";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.2.2";a:11:{s:4:"name";s:14:"leaflet 10.2.2";s:7:"version";s:6:"10.2.2";s:3:"tag";s:6:"10.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.2.tar.gz";s:4:"date";s:10:"1698092751";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.2.1";a:11:{s:4:"name";s:14:"leaflet 10.2.1";s:7:"version";s:6:"10.2.1";s:3:"tag";s:6:"10.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.1.tar.gz";s:4:"date";s:10:"1696628969";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.2.0";a:11:{s:4:"name";s:14:"leaflet 10.2.0";s:7:"version";s:6:"10.2.0";s:3:"tag";s:6:"10.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.2.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.2.0.tar.gz";s:4:"date";s:10:"1693520466";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.1.1";a:11:{s:4:"name";s:14:"leaflet 10.1.1";s:7:"version";s:6:"10.1.1";s:3:"tag";s:6:"10.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.1.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.1.1.tar.gz";s:4:"date";s:10:"1693520716";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.1.0";a:11:{s:4:"name";s:14:"leaflet 10.1.0";s:7:"version";s:6:"10.1.0";s:3:"tag";s:6:"10.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.1.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.1.0.tar.gz";s:4:"date";s:10:"1692545160";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.20";a:11:{s:4:"name";s:15:"leaflet 10.0.20";s:7:"version";s:7:"10.0.20";s:3:"tag";s:7:"10.0.20";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.20";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.20.tar.gz";s:4:"date";s:10:"1692545225";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.19";a:11:{s:4:"name";s:15:"leaflet 10.0.19";s:7:"version";s:7:"10.0.19";s:3:"tag";s:7:"10.0.19";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.19";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.19.tar.gz";s:4:"date";s:10:"1690895717";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.18";a:11:{s:4:"name";s:15:"leaflet 10.0.18";s:7:"version";s:7:"10.0.18";s:3:"tag";s:7:"10.0.18";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.18";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.18.tar.gz";s:4:"date";s:10:"1690149179";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.17";a:11:{s:4:"name";s:15:"leaflet 10.0.17";s:7:"version";s:7:"10.0.17";s:3:"tag";s:7:"10.0.17";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.17";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.17.tar.gz";s:4:"date";s:10:"1689717156";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.16";a:11:{s:4:"name";s:15:"leaflet 10.0.16";s:7:"version";s:7:"10.0.16";s:3:"tag";s:7:"10.0.16";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.16";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.16.tar.gz";s:4:"date";s:10:"1688332238";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.15";a:11:{s:4:"name";s:15:"leaflet 10.0.15";s:7:"version";s:7:"10.0.15";s:3:"tag";s:7:"10.0.15";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.15";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.15.tar.gz";s:4:"date";s:10:"1687595767";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.14";a:11:{s:4:"name";s:15:"leaflet 10.0.14";s:7:"version";s:7:"10.0.14";s:3:"tag";s:7:"10.0.14";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.14";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.14.tar.gz";s:4:"date";s:10:"1684779365";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.13";a:11:{s:4:"name";s:15:"leaflet 10.0.13";s:7:"version";s:7:"10.0.13";s:3:"tag";s:7:"10.0.13";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.13";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.13.tar.gz";s:4:"date";s:10:"1683735578";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.12";a:11:{s:4:"name";s:15:"leaflet 10.0.12";s:7:"version";s:7:"10.0.12";s:3:"tag";s:7:"10.0.12";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.12";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.12.tar.gz";s:4:"date";s:10:"1681511192";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.11";a:11:{s:4:"name";s:15:"leaflet 10.0.11";s:7:"version";s:7:"10.0.11";s:3:"tag";s:7:"10.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.11";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.11.tar.gz";s:4:"date";s:10:"1679700067";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"10.0.10";a:11:{s:4:"name";s:15:"leaflet 10.0.10";s:7:"version";s:7:"10.0.10";s:3:"tag";s:7:"10.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/10.0.10";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-10.0.10.tar.gz";s:4:"date";s:10:"1679355397";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.9";a:11:{s:4:"name";s:14:"leaflet 10.0.9";s:7:"version";s:6:"10.0.9";s:3:"tag";s:6:"10.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.9";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.9.tar.gz";s:4:"date";s:10:"1677336196";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.8";a:11:{s:4:"name";s:14:"leaflet 10.0.8";s:7:"version";s:6:"10.0.8";s:3:"tag";s:6:"10.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.8";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.8.tar.gz";s:4:"date";s:10:"1675200187";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.7";a:11:{s:4:"name";s:14:"leaflet 10.0.7";s:7:"version";s:6:"10.0.7";s:3:"tag";s:6:"10.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.7";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.7.tar.gz";s:4:"date";s:10:"1674688154";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.6";a:11:{s:4:"name";s:14:"leaflet 10.0.6";s:7:"version";s:6:"10.0.6";s:3:"tag";s:6:"10.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.6";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.6.tar.gz";s:4:"date";s:10:"1674170298";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.5";a:11:{s:4:"name";s:14:"leaflet 10.0.5";s:7:"version";s:6:"10.0.5";s:3:"tag";s:6:"10.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.5";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.5.tar.gz";s:4:"date";s:10:"1672051477";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.4";a:11:{s:4:"name";s:14:"leaflet 10.0.4";s:7:"version";s:6:"10.0.4";s:3:"tag";s:6:"10.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.4";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.4.tar.gz";s:4:"date";s:10:"1671575700";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.3";a:11:{s:4:"name";s:14:"leaflet 10.0.3";s:7:"version";s:6:"10.0.3";s:3:"tag";s:6:"10.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.3";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.3.tar.gz";s:4:"date";s:10:"1671574858";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.2";a:11:{s:4:"name";s:14:"leaflet 10.0.2";s:7:"version";s:6:"10.0.2";s:3:"tag";s:6:"10.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.2.tar.gz";s:4:"date";s:10:"1670928495";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.1";a:11:{s:4:"name";s:14:"leaflet 10.0.1";s:7:"version";s:6:"10.0.1";s:3:"tag";s:6:"10.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.1.tar.gz";s:4:"date";s:10:"1670364273";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"10.0.0";a:11:{s:4:"name";s:14:"leaflet 10.0.0";s:7:"version";s:6:"10.0.0";s:3:"tag";s:6:"10.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/10.0.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-10.0.0.tar.gz";s:4:"date";s:10:"1669177848";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:6:"2.2.12";a:11:{s:4:"name";s:14:"leaflet 2.2.12";s:7:"version";s:6:"2.2.12";s:3:"tag";s:6:"2.2.12";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.2.12";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.2.12.tar.gz";s:4:"date";s:10:"1669109964";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"2.2.11";a:11:{s:4:"name";s:14:"leaflet 2.2.11";s:7:"version";s:6:"2.2.11";s:3:"tag";s:6:"2.2.11";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.2.11";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.2.11.tar.gz";s:4:"date";s:10:"1668450014";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"2.2.10";a:11:{s:4:"name";s:14:"leaflet 2.2.10";s:7:"version";s:6:"2.2.10";s:3:"tag";s:6:"2.2.10";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.2.10";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.2.10.tar.gz";s:4:"date";s:10:"1664624253";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.9";a:11:{s:4:"name";s:13:"leaflet 2.2.9";s:7:"version";s:5:"2.2.9";s:3:"tag";s:5:"2.2.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.9.tar.gz";s:4:"date";s:10:"1664146769";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.8";a:11:{s:4:"name";s:13:"leaflet 2.2.8";s:7:"version";s:5:"2.2.8";s:3:"tag";s:5:"2.2.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.8.tar.gz";s:4:"date";s:10:"1663999009";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.7";a:11:{s:4:"name";s:13:"leaflet 2.2.7";s:7:"version";s:5:"2.2.7";s:3:"tag";s:5:"2.2.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.7.tar.gz";s:4:"date";s:10:"1663973496";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.6";a:11:{s:4:"name";s:13:"leaflet 2.2.6";s:7:"version";s:5:"2.2.6";s:3:"tag";s:5:"2.2.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.6.tar.gz";s:4:"date";s:10:"1663840512";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.5";a:11:{s:4:"name";s:13:"leaflet 2.2.5";s:7:"version";s:5:"2.2.5";s:3:"tag";s:5:"2.2.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.5.tar.gz";s:4:"date";s:10:"1659018892";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.4";a:11:{s:4:"name";s:13:"leaflet 2.2.4";s:7:"version";s:5:"2.2.4";s:3:"tag";s:5:"2.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.4.tar.gz";s:4:"date";s:10:"1658581690";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.3";a:11:{s:4:"name";s:13:"leaflet 2.2.3";s:7:"version";s:5:"2.2.3";s:3:"tag";s:5:"2.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.3.tar.gz";s:4:"date";s:10:"1655936192";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.2";a:11:{s:4:"name";s:13:"leaflet 2.2.2";s:7:"version";s:5:"2.2.2";s:3:"tag";s:5:"2.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.2.tar.gz";s:4:"date";s:10:"1653513451";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.2.1";a:11:{s:4:"name";s:13:"leaflet 2.2.1";s:7:"version";s:5:"2.2.1";s:3:"tag";s:5:"2.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.2.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.2.1.tar.gz";s:4:"date";s:10:"1653165833";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.23";a:11:{s:4:"name";s:14:"leaflet 2.1.23";s:7:"version";s:6:"2.1.23";s:3:"tag";s:6:"2.1.23";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.23";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.23.tar.gz";s:4:"date";s:10:"1648934436";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.22";a:11:{s:4:"name";s:14:"leaflet 2.1.22";s:7:"version";s:6:"2.1.22";s:3:"tag";s:6:"2.1.22";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.22";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.22.tar.gz";s:4:"date";s:10:"1648933865";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.21";a:11:{s:4:"name";s:14:"leaflet 2.1.21";s:7:"version";s:6:"2.1.21";s:3:"tag";s:6:"2.1.21";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.21";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.21.tar.gz";s:4:"date";s:10:"1648499586";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.20";a:11:{s:4:"name";s:14:"leaflet 2.1.20";s:7:"version";s:6:"2.1.20";s:3:"tag";s:6:"2.1.20";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.20";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.20.tar.gz";s:4:"date";s:10:"1643578866";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.19";a:11:{s:4:"name";s:14:"leaflet 2.1.19";s:7:"version";s:6:"2.1.19";s:3:"tag";s:6:"2.1.19";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.19";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.19.tar.gz";s:4:"date";s:10:"1640961347";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.18";a:11:{s:4:"name";s:14:"leaflet 2.1.18";s:7:"version";s:6:"2.1.18";s:3:"tag";s:6:"2.1.18";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.18";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.18.tar.gz";s:4:"date";s:10:"1640722776";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.17";a:11:{s:4:"name";s:14:"leaflet 2.1.17";s:7:"version";s:6:"2.1.17";s:3:"tag";s:6:"2.1.17";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.17";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.17.tar.gz";s:4:"date";s:10:"1640123121";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.16";a:11:{s:4:"name";s:14:"leaflet 2.1.16";s:7:"version";s:6:"2.1.16";s:3:"tag";s:6:"2.1.16";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.16";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.16.tar.gz";s:4:"date";s:10:"1638304850";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.15";a:11:{s:4:"name";s:14:"leaflet 2.1.15";s:7:"version";s:6:"2.1.15";s:3:"tag";s:6:"2.1.15";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.15";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.15.tar.gz";s:4:"date";s:10:"1638012297";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.14";a:11:{s:4:"name";s:14:"leaflet 2.1.14";s:7:"version";s:6:"2.1.14";s:3:"tag";s:6:"2.1.14";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.14";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.14.tar.gz";s:4:"date";s:10:"1622756655";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.13";a:11:{s:4:"name";s:14:"leaflet 2.1.13";s:7:"version";s:6:"2.1.13";s:3:"tag";s:6:"2.1.13";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.13";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.13.tar.gz";s:4:"date";s:10:"1615195090";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.12";a:11:{s:4:"name";s:14:"leaflet 2.1.12";s:7:"version";s:6:"2.1.12";s:3:"tag";s:6:"2.1.12";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.12";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.12.tar.gz";s:4:"date";s:10:"1614372290";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.11";a:11:{s:4:"name";s:14:"leaflet 2.1.11";s:7:"version";s:6:"2.1.11";s:3:"tag";s:6:"2.1.11";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.11";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.11.tar.gz";s:4:"date";s:10:"1612696834";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:6:"2.1.10";a:11:{s:4:"name";s:14:"leaflet 2.1.10";s:7:"version";s:6:"2.1.10";s:3:"tag";s:6:"2.1.10";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/leaflet/releases/2.1.10";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/leaflet-2.1.10.tar.gz";s:4:"date";s:10:"1611948911";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.9";a:11:{s:4:"name";s:13:"leaflet 2.1.9";s:7:"version";s:5:"2.1.9";s:3:"tag";s:5:"2.1.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.9.tar.gz";s:4:"date";s:10:"1611096358";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.8";a:11:{s:4:"name";s:13:"leaflet 2.1.8";s:7:"version";s:5:"2.1.8";s:3:"tag";s:5:"2.1.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.8.tar.gz";s:4:"date";s:10:"1609007739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.7";a:11:{s:4:"name";s:13:"leaflet 2.1.7";s:7:"version";s:5:"2.1.7";s:3:"tag";s:5:"2.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.7.tar.gz";s:4:"date";s:10:"1608765556";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.6";a:11:{s:4:"name";s:13:"leaflet 2.1.6";s:7:"version";s:5:"2.1.6";s:3:"tag";s:5:"2.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.6.tar.gz";s:4:"date";s:10:"1608763850";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.5";a:11:{s:4:"name";s:13:"leaflet 2.1.5";s:7:"version";s:5:"2.1.5";s:3:"tag";s:5:"2.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.5.tar.gz";s:4:"date";s:10:"1605734713";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.4";a:11:{s:4:"name";s:13:"leaflet 2.1.4";s:7:"version";s:5:"2.1.4";s:3:"tag";s:5:"2.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.4.tar.gz";s:4:"date";s:10:"1605220011";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.3";a:11:{s:4:"name";s:13:"leaflet 2.1.3";s:7:"version";s:5:"2.1.3";s:3:"tag";s:5:"2.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.3.tar.gz";s:4:"date";s:10:"1604421697";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.2";a:11:{s:4:"name";s:13:"leaflet 2.1.2";s:7:"version";s:5:"2.1.2";s:3:"tag";s:5:"2.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.2.tar.gz";s:4:"date";s:10:"1602361198";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.1";a:11:{s:4:"name";s:13:"leaflet 2.1.1";s:7:"version";s:5:"2.1.1";s:3:"tag";s:5:"2.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.1.tar.gz";s:4:"date";s:10:"1601163304";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.1.0";a:11:{s:4:"name";s:13:"leaflet 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.1.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.1.0.tar.gz";s:4:"date";s:10:"1601157805";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.9";a:11:{s:4:"name";s:13:"leaflet 2.0.9";s:7:"version";s:5:"2.0.9";s:3:"tag";s:5:"2.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.9.tar.gz";s:4:"date";s:10:"1599602453";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.8";a:11:{s:4:"name";s:13:"leaflet 2.0.8";s:7:"version";s:5:"2.0.8";s:3:"tag";s:5:"2.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.8.tar.gz";s:4:"date";s:10:"1599420340";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.7";a:11:{s:4:"name";s:13:"leaflet 2.0.7";s:7:"version";s:5:"2.0.7";s:3:"tag";s:5:"2.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.7.tar.gz";s:4:"date";s:10:"1599257144";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.6";a:11:{s:4:"name";s:13:"leaflet 2.0.6";s:7:"version";s:5:"2.0.6";s:3:"tag";s:5:"2.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.6.tar.gz";s:4:"date";s:10:"1598809609";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.5";a:11:{s:4:"name";s:13:"leaflet 2.0.5";s:7:"version";s:5:"2.0.5";s:3:"tag";s:5:"2.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.5.tar.gz";s:4:"date";s:10:"1597678495";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.4";a:11:{s:4:"name";s:13:"leaflet 2.0.4";s:7:"version";s:5:"2.0.4";s:3:"tag";s:5:"2.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.4.tar.gz";s:4:"date";s:10:"1595632945";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.3";a:11:{s:4:"name";s:13:"leaflet 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.3.tar.gz";s:4:"date";s:10:"1595627035";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.2";a:11:{s:4:"name";s:13:"leaflet 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.2.tar.gz";s:4:"date";s:10:"1595547097";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.1";a:11:{s:4:"name";s:13:"leaflet 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.1.tar.gz";s:4:"date";s:10:"1595455267";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"2.0.0";a:11:{s:4:"name";s:13:"leaflet 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/leaflet/releases/2.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/leaflet-2.0.0.tar.gz";s:4:"date";s:10:"1595069279";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.46";a:11:{s:4:"name";s:16:"leaflet 8.x-1.46";s:7:"version";s:8:"8.x-1.46";s:3:"tag";s:8:"8.x-1.46";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.46";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.46.tar.gz";s:4:"date";s:10:"1605466674";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.45";a:11:{s:4:"name";s:16:"leaflet 8.x-1.45";s:7:"version";s:8:"8.x-1.45";s:3:"tag";s:8:"8.x-1.45";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.45";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.45.tar.gz";s:4:"date";s:10:"1595632988";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.44";a:11:{s:4:"name";s:16:"leaflet 8.x-1.44";s:7:"version";s:8:"8.x-1.44";s:3:"tag";s:8:"8.x-1.44";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.44";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.44.tar.gz";s:4:"date";s:10:"1595627070";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.43";a:11:{s:4:"name";s:16:"leaflet 8.x-1.43";s:7:"version";s:8:"8.x-1.43";s:3:"tag";s:8:"8.x-1.43";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.43";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.43.tar.gz";s:4:"date";s:10:"1595547128";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.42";a:11:{s:4:"name";s:16:"leaflet 8.x-1.42";s:7:"version";s:8:"8.x-1.42";s:3:"tag";s:8:"8.x-1.42";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.42";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.42.tar.gz";s:4:"date";s:10:"1595455301";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.41";a:11:{s:4:"name";s:16:"leaflet 8.x-1.41";s:7:"version";s:8:"8.x-1.41";s:3:"tag";s:8:"8.x-1.41";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.41";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.41.tar.gz";s:4:"date";s:10:"1595068774";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.40";a:11:{s:4:"name";s:16:"leaflet 8.x-1.40";s:7:"version";s:8:"8.x-1.40";s:3:"tag";s:8:"8.x-1.40";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.40";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.40.tar.gz";s:4:"date";s:10:"1594152426";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.39";a:11:{s:4:"name";s:16:"leaflet 8.x-1.39";s:7:"version";s:8:"8.x-1.39";s:3:"tag";s:8:"8.x-1.39";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.39";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.39.tar.gz";s:4:"date";s:10:"1592674095";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.38";a:11:{s:4:"name";s:16:"leaflet 8.x-1.38";s:7:"version";s:8:"8.x-1.38";s:3:"tag";s:8:"8.x-1.38";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.38";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.38.tar.gz";s:4:"date";s:10:"1591465296";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.37";a:11:{s:4:"name";s:16:"leaflet 8.x-1.37";s:7:"version";s:8:"8.x-1.37";s:3:"tag";s:8:"8.x-1.37";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.37";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.37.tar.gz";s:4:"date";s:10:"1591311156";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.36";a:11:{s:4:"name";s:16:"leaflet 8.x-1.36";s:7:"version";s:8:"8.x-1.36";s:3:"tag";s:8:"8.x-1.36";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.36";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.36.tar.gz";s:4:"date";s:10:"1587388724";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.35";a:11:{s:4:"name";s:16:"leaflet 8.x-1.35";s:7:"version";s:8:"8.x-1.35";s:3:"tag";s:8:"8.x-1.35";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.35";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.35.tar.gz";s:4:"date";s:10:"1586903111";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.34";a:11:{s:4:"name";s:16:"leaflet 8.x-1.34";s:7:"version";s:8:"8.x-1.34";s:3:"tag";s:8:"8.x-1.34";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.34";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.34.tar.gz";s:4:"date";s:10:"1586625828";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.33";a:11:{s:4:"name";s:16:"leaflet 8.x-1.33";s:7:"version";s:8:"8.x-1.33";s:3:"tag";s:8:"8.x-1.33";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.33";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.33.tar.gz";s:4:"date";s:10:"1586209401";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.32";a:11:{s:4:"name";s:16:"leaflet 8.x-1.32";s:7:"version";s:8:"8.x-1.32";s:3:"tag";s:8:"8.x-1.32";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.32";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.32.tar.gz";s:4:"date";s:10:"1585951994";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.31";a:11:{s:4:"name";s:16:"leaflet 8.x-1.31";s:7:"version";s:8:"8.x-1.31";s:3:"tag";s:8:"8.x-1.31";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.31";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.31.tar.gz";s:4:"date";s:10:"1585602761";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.30";a:11:{s:4:"name";s:16:"leaflet 8.x-1.30";s:7:"version";s:8:"8.x-1.30";s:3:"tag";s:8:"8.x-1.30";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.30";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.30.tar.gz";s:4:"date";s:10:"1585473837";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.28";a:11:{s:4:"name";s:16:"leaflet 8.x-1.28";s:7:"version";s:8:"8.x-1.28";s:3:"tag";s:8:"8.x-1.28";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.28";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.28.tar.gz";s:4:"date";s:10:"1585440188";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.27";a:11:{s:4:"name";s:16:"leaflet 8.x-1.27";s:7:"version";s:8:"8.x-1.27";s:3:"tag";s:8:"8.x-1.27";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.27";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.27.tar.gz";s:4:"date";s:10:"1584130185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.26";a:11:{s:4:"name";s:16:"leaflet 8.x-1.26";s:7:"version";s:8:"8.x-1.26";s:3:"tag";s:8:"8.x-1.26";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.26";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.26.tar.gz";s:4:"date";s:10:"1583529486";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.25";a:11:{s:4:"name";s:16:"leaflet 8.x-1.25";s:7:"version";s:8:"8.x-1.25";s:3:"tag";s:8:"8.x-1.25";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.25";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.25.tar.gz";s:4:"date";s:10:"1578485587";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.24";a:11:{s:4:"name";s:16:"leaflet 8.x-1.24";s:7:"version";s:8:"8.x-1.24";s:3:"tag";s:8:"8.x-1.24";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.24";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.24.tar.gz";s:4:"date";s:10:"1577743983";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.23";a:11:{s:4:"name";s:16:"leaflet 8.x-1.23";s:7:"version";s:8:"8.x-1.23";s:3:"tag";s:8:"8.x-1.23";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.23";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.23.tar.gz";s:4:"date";s:10:"1574825586";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.22";a:11:{s:4:"name";s:16:"leaflet 8.x-1.22";s:7:"version";s:8:"8.x-1.22";s:3:"tag";s:8:"8.x-1.22";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.22";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.22.tar.gz";s:4:"date";s:10:"1569249185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.21";a:11:{s:4:"name";s:16:"leaflet 8.x-1.21";s:7:"version";s:8:"8.x-1.21";s:3:"tag";s:8:"8.x-1.21";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.21";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.21.tar.gz";s:4:"date";s:10:"1568401085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.20";a:11:{s:4:"name";s:16:"leaflet 8.x-1.20";s:7:"version";s:8:"8.x-1.20";s:3:"tag";s:8:"8.x-1.20";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.20";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.20.tar.gz";s:4:"date";s:10:"1568051586";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.19";a:11:{s:4:"name";s:16:"leaflet 8.x-1.19";s:7:"version";s:8:"8.x-1.19";s:3:"tag";s:8:"8.x-1.19";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.19";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.19.tar.gz";s:4:"date";s:10:"1566735488";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.18";a:11:{s:4:"name";s:16:"leaflet 8.x-1.18";s:7:"version";s:8:"8.x-1.18";s:3:"tag";s:8:"8.x-1.18";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.18";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.18.tar.gz";s:4:"date";s:10:"1565345585";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.17";a:11:{s:4:"name";s:16:"leaflet 8.x-1.17";s:7:"version";s:8:"8.x-1.17";s:3:"tag";s:8:"8.x-1.17";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.17";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.17.tar.gz";s:4:"date";s:10:"1564015085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.16";a:11:{s:4:"name";s:16:"leaflet 8.x-1.16";s:7:"version";s:8:"8.x-1.16";s:3:"tag";s:8:"8.x-1.16";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.16";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.16.tar.gz";s:4:"date";s:10:"1563897785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.15";a:11:{s:4:"name";s:16:"leaflet 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.15";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.15.tar.gz";s:4:"date";s:10:"1562885581";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.14";a:11:{s:4:"name";s:16:"leaflet 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.14";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.14.tar.gz";s:4:"date";s:10:"1562852285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.13";a:11:{s:4:"name";s:16:"leaflet 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.13";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.13.tar.gz";s:4:"date";s:10:"1562845986";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.12";a:11:{s:4:"name";s:16:"leaflet 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.12";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.12.tar.gz";s:4:"date";s:10:"1562729886";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.11";a:11:{s:4:"name";s:16:"leaflet 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.11";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.11.tar.gz";s:4:"date";s:10:"1561063081";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.10";a:11:{s:4:"name";s:16:"leaflet 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/8.x-1.10";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.10.tar.gz";s:4:"date";s:10:"1557345782";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.9";a:11:{s:4:"name";s:15:"leaflet 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.9";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.9.tar.gz";s:4:"date";s:10:"1556805184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.8";a:11:{s:4:"name";s:15:"leaflet 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.8.tar.gz";s:4:"date";s:10:"1555681685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:15:"leaflet 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.7.tar.gz";s:4:"date";s:10:"1555365181";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:15:"leaflet 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.6.tar.gz";s:4:"date";s:10:"1555340881";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:15:"leaflet 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.5.tar.gz";s:4:"date";s:10:"1554885181";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:15:"leaflet 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.4.tar.gz";s:4:"date";s:10:"1551757985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:15:"leaflet 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.3.tar.gz";s:4:"date";s:10:"1550423885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:15:"leaflet 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.2.tar.gz";s:4:"date";s:10:"1550157184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:15:"leaflet 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.1.tar.gz";s:4:"date";s:10:"1548793084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:15:"leaflet 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/leaflet/releases/8.x-1.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0.tar.gz";s:4:"date";s:10:"1548201484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta21";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta21";s:7:"version";s:14:"8.x-1.0-beta21";s:3:"tag";s:14:"8.x-1.0-beta21";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta21";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta21.tar.gz";s:4:"date";s:10:"1545528484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta20";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta20";s:7:"version";s:14:"8.x-1.0-beta20";s:3:"tag";s:14:"8.x-1.0-beta20";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta20";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta20.tar.gz";s:4:"date";s:10:"1545349680";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta19";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta19";s:7:"version";s:14:"8.x-1.0-beta19";s:3:"tag";s:14:"8.x-1.0-beta19";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta19";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta19.tar.gz";s:4:"date";s:10:"1543981383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta18";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta18";s:7:"version";s:14:"8.x-1.0-beta18";s:3:"tag";s:14:"8.x-1.0-beta18";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta18";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta18.tar.gz";s:4:"date";s:10:"1543806780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta17";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta17";s:7:"version";s:14:"8.x-1.0-beta17";s:3:"tag";s:14:"8.x-1.0-beta17";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta17";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta17.tar.gz";s:4:"date";s:10:"1543793580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta16";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta16";s:7:"version";s:14:"8.x-1.0-beta16";s:3:"tag";s:14:"8.x-1.0-beta16";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta16";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta16.tar.gz";s:4:"date";s:10:"1541908980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta15";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta15";s:7:"version";s:14:"8.x-1.0-beta15";s:3:"tag";s:14:"8.x-1.0-beta15";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta15";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta15.tar.gz";s:4:"date";s:10:"1538370781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta14";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta14";s:7:"version";s:14:"8.x-1.0-beta14";s:3:"tag";s:14:"8.x-1.0-beta14";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta14";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta14.tar.gz";s:4:"date";s:10:"1536090480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta13";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta13";s:7:"version";s:14:"8.x-1.0-beta13";s:3:"tag";s:14:"8.x-1.0-beta13";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta13";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta13.tar.gz";s:4:"date";s:10:"1536027783";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta12";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta12";s:7:"version";s:14:"8.x-1.0-beta12";s:3:"tag";s:14:"8.x-1.0-beta12";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta12";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta12.tar.gz";s:4:"date";s:10:"1532550781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta11";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta11";s:7:"version";s:14:"8.x-1.0-beta11";s:3:"tag";s:14:"8.x-1.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta11";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta11.tar.gz";s:4:"date";s:10:"1531763621";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta10";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-beta10";s:7:"version";s:14:"8.x-1.0-beta10";s:3:"tag";s:14:"8.x-1.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta10";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta10.tar.gz";s:4:"date";s:10:"1530800924";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta9";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta9";s:7:"version";s:13:"8.x-1.0-beta9";s:3:"tag";s:13:"8.x-1.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta9";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta9.tar.gz";s:4:"date";s:10:"1530746921";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta8";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta8";s:7:"version";s:13:"8.x-1.0-beta8";s:3:"tag";s:13:"8.x-1.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta8";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta8.tar.gz";s:4:"date";s:10:"1529768924";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta7";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta7";s:7:"version";s:13:"8.x-1.0-beta7";s:3:"tag";s:13:"8.x-1.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta7";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta7.tar.gz";s:4:"date";s:10:"1529462924";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta6";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta6";s:7:"version";s:13:"8.x-1.0-beta6";s:3:"tag";s:13:"8.x-1.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta6";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta6.tar.gz";s:4:"date";s:10:"1529441025";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta5";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta5";s:7:"version";s:13:"8.x-1.0-beta5";s:3:"tag";s:13:"8.x-1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta5";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta5.tar.gz";s:4:"date";s:10:"1527827284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1526935080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1523218685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1517952180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:21:"leaflet 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1475508239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:22:"leaflet 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/leaflet/releases/8.x-1.0-alpha1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1456138439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:10:"10.2.x-dev";a:11:{s:4:"name";s:18:"leaflet 10.2.x-dev";s:7:"version";s:10:"10.2.x-dev";s:3:"tag";s:6:"10.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/leaflet/releases/10.2.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/leaflet-10.2.x-dev.tar.gz";s:4:"date";s:10:"1741169793";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:10:"10.0.x-dev";a:11:{s:4:"name";s:18:"leaflet 10.0.x-dev";s:7:"version";s:10:"10.0.x-dev";s:3:"tag";s:6:"10.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/leaflet/releases/10.0.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/leaflet-10.0.x-dev.tar.gz";s:4:"date";s:10:"1703016638";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:8:"10.x-dev";a:11:{s:4:"name";s:16:"leaflet 10.x-dev";s:7:"version";s:8:"10.x-dev";s:3:"tag";s:4:"10.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/leaflet/releases/10.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/leaflet-10.x-dev.tar.gz";s:4:"date";s:10:"1692545095";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"5.0.x-dev";a:11:{s:4:"name";s:17:"leaflet 5.0.x-dev";s:7:"version";s:9:"5.0.x-dev";s:3:"tag";s:5:"5.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/leaflet/releases/5.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/leaflet-5.0.x-dev.tar.gz";s:4:"date";s:10:"1669176377";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"4.0.x-dev";a:11:{s:4:"name";s:17:"leaflet 4.0.x-dev";s:7:"version";s:9:"4.0.x-dev";s:3:"tag";s:5:"4.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/leaflet/releases/4.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/leaflet-4.0.x-dev.tar.gz";s:4:"date";s:10:"1669157928";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.0.x-dev";a:11:{s:4:"name";s:17:"leaflet 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/leaflet/releases/3.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/leaflet-3.0.x-dev.tar.gz";s:4:"date";s:10:"1640961326";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:9:"2.2.x-dev";a:11:{s:4:"name";s:17:"leaflet 2.2.x-dev";s:7:"version";s:9:"2.2.x-dev";s:3:"tag";s:5:"2.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/leaflet/releases/2.2.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/leaflet-2.2.x-dev.tar.gz";s:4:"date";s:10:"1669109796";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:9:"2.1.x-dev";a:11:{s:4:"name";s:17:"leaflet 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/leaflet/releases/2.1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/leaflet-2.1.x-dev.tar.gz";s:4:"date";s:10:"1664622763";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:9:"2.0.x-dev";a:11:{s:4:"name";s:17:"leaflet 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/leaflet/releases/2.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/leaflet-2.0.x-dev.tar.gz";s:4:"date";s:10:"1601157067";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:19:"leaflet 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/leaflet/releases/8.x-1.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/leaflet-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1605466603";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'linkit', 'a:10:{s:5:"title";s:6:"Linkit";s:10:"short_name";s:6:"linkit";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:14:"6.0.,6.1.,7.0.";s:18:"composer_namespace";s:13:"drupal/linkit";s:14:"project_status";s:9:"published";s:4:"link";s:37:"https://www.drupal.org/project/linkit";s:5:"terms";s:0:"";s:8:"releases";a:48:{s:5:"7.0.3";a:11:{s:4:"name";s:12:"linkit 7.0.3";s:7:"version";s:5:"7.0.3";s:3:"tag";s:5:"7.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/7.0.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-7.0.3.tar.gz";s:4:"date";s:10:"1738264704";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^11 || ^10.1";}s:5:"7.0.2";a:11:{s:4:"name";s:12:"linkit 7.0.2";s:7:"version";s:5:"7.0.2";s:3:"tag";s:5:"7.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/7.0.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-7.0.2.tar.gz";s:4:"date";s:10:"1734967499";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^11 || ^10.1";s:5:"terms";a:0:{}}s:5:"7.0.1";a:11:{s:4:"name";s:12:"linkit 7.0.1";s:7:"version";s:5:"7.0.1";s:3:"tag";s:5:"7.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/7.0.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-7.0.1.tar.gz";s:4:"date";s:10:"1734561089";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^11 || ^10.1";}s:5:"7.0.0";a:11:{s:4:"name";s:12:"linkit 7.0.0";s:7:"version";s:5:"7.0.0";s:3:"tag";s:5:"7.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/7.0.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-7.0.0.tar.gz";s:4:"date";s:10:"1733919071";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^11 || ^10.1";s:5:"terms";a:0:{}}s:12:"7.0.0-alpha2";a:11:{s:4:"name";s:19:"linkit 7.0.0-alpha2";s:7:"version";s:12:"7.0.0-alpha2";s:3:"tag";s:12:"7.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/linkit/releases/7.0.0-alpha2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/linkit-7.0.0-alpha2.tar.gz";s:4:"date";s:10:"1728680089";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^11 || ^10.1";}s:12:"7.0.0-alpha1";a:11:{s:4:"name";s:19:"linkit 7.0.0-alpha1";s:7:"version";s:12:"7.0.0-alpha1";s:3:"tag";s:12:"7.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/linkit/releases/7.0.0-alpha1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/linkit-7.0.0-alpha1.tar.gz";s:4:"date";s:10:"1715887209";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^11 || ^10.1";s:5:"terms";a:0:{}}s:5:"6.1.6";a:11:{s:4:"name";s:12:"linkit 6.1.6";s:7:"version";s:5:"6.1.6";s:3:"tag";s:5:"6.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.1.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.1.6.tar.gz";s:4:"date";s:10:"1729189029";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.1.5";a:11:{s:4:"name";s:12:"linkit 6.1.5";s:7:"version";s:5:"6.1.5";s:3:"tag";s:5:"6.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.1.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.1.5.tar.gz";s:4:"date";s:10:"1728680387";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.1.4";a:11:{s:4:"name";s:12:"linkit 6.1.4";s:7:"version";s:5:"6.1.4";s:3:"tag";s:5:"6.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.1.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.1.4.tar.gz";s:4:"date";s:10:"1715203830";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.1.3";a:11:{s:4:"name";s:12:"linkit 6.1.3";s:7:"version";s:5:"6.1.3";s:3:"tag";s:5:"6.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.1.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.1.3.tar.gz";s:4:"date";s:10:"1710519126";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.1.2";a:11:{s:4:"name";s:12:"linkit 6.1.2";s:7:"version";s:5:"6.1.2";s:3:"tag";s:5:"6.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.1.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.1.2.tar.gz";s:4:"date";s:10:"1696865454";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.1.1";a:11:{s:4:"name";s:12:"linkit 6.1.1";s:7:"version";s:5:"6.1.1";s:3:"tag";s:5:"6.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.1.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.1.1.tar.gz";s:4:"date";s:10:"1696099840";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.1.0";a:11:{s:4:"name";s:12:"linkit 6.1.0";s:7:"version";s:5:"6.1.0";s:3:"tag";s:5:"6.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.1.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.1.0.tar.gz";s:4:"date";s:10:"1688747800";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";s:5:"terms";a:0:{}}s:9:"6.1.0-rc2";a:11:{s:4:"name";s:16:"linkit 6.1.0-rc2";s:7:"version";s:9:"6.1.0-rc2";s:3:"tag";s:9:"6.1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/linkit/releases/6.1.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/linkit-6.1.0-rc2.tar.gz";s:4:"date";s:10:"1688055727";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^10.1";}s:9:"6.1.0-rc1";a:11:{s:4:"name";s:16:"linkit 6.1.0-rc1";s:7:"version";s:9:"6.1.0-rc1";s:3:"tag";s:9:"6.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/linkit/releases/6.1.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/linkit-6.1.0-rc1.tar.gz";s:4:"date";s:10:"1681070586";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.0.2";a:11:{s:4:"name";s:12:"linkit 6.0.2";s:7:"version";s:5:"6.0.2";s:3:"tag";s:5:"6.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.0.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.0.2.tar.gz";s:4:"date";s:10:"1696865395";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.4 || <10.1";}s:5:"6.0.1";a:11:{s:4:"name";s:12:"linkit 6.0.1";s:7:"version";s:5:"6.0.1";s:3:"tag";s:5:"6.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.0.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.0.1.tar.gz";s:4:"date";s:10:"1696099905";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.4 || <10.1";}s:5:"6.0.0";a:11:{s:4:"name";s:12:"linkit 6.0.0";s:7:"version";s:5:"6.0.0";s:3:"tag";s:5:"6.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/linkit/releases/6.0.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/linkit-6.0.0.tar.gz";s:4:"date";s:10:"1688748025";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.4 || <10.1";s:5:"terms";a:0:{}}s:9:"6.0.0-rc2";a:11:{s:4:"name";s:16:"linkit 6.0.0-rc2";s:7:"version";s:9:"6.0.0-rc2";s:3:"tag";s:9:"6.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/linkit/releases/6.0.0-rc2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/linkit-6.0.0-rc2.tar.gz";s:4:"date";s:10:"1688055675";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.4 || <10.1";}s:9:"6.0.0-rc1";a:11:{s:4:"name";s:16:"linkit 6.0.0-rc1";s:7:"version";s:9:"6.0.0-rc1";s:3:"tag";s:9:"6.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/linkit/releases/6.0.0-rc1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/linkit-6.0.0-rc1.tar.gz";s:4:"date";s:10:"1681070405";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.4 || <10.1";}s:11:"6.0.0-beta4";a:11:{s:4:"name";s:18:"linkit 6.0.0-beta4";s:7:"version";s:11:"6.0.0-beta4";s:3:"tag";s:11:"6.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/linkit/releases/6.0.0-beta4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/linkit-6.0.0-beta4.tar.gz";s:4:"date";s:10:"1678030708";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:11:"6.0.0-beta3";a:11:{s:4:"name";s:18:"linkit 6.0.0-beta3";s:7:"version";s:11:"6.0.0-beta3";s:3:"tag";s:11:"6.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/linkit/releases/6.0.0-beta3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/linkit-6.0.0-beta3.tar.gz";s:4:"date";s:10:"1632848771";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.0.0-beta2";a:11:{s:4:"name";s:18:"linkit 6.0.0-beta2";s:7:"version";s:11:"6.0.0-beta2";s:3:"tag";s:11:"6.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/linkit/releases/6.0.0-beta2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/linkit-6.0.0-beta2.tar.gz";s:4:"date";s:10:"1608957496";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.0.0-beta1";a:11:{s:4:"name";s:18:"linkit 6.0.0-beta1";s:7:"version";s:11:"6.0.0-beta1";s:3:"tag";s:11:"6.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/linkit/releases/6.0.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/linkit-6.0.0-beta1.tar.gz";s:4:"date";s:10:"1591971462";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-5.0-beta13";a:11:{s:4:"name";s:21:"linkit 8.x-5.0-beta13";s:7:"version";s:14:"8.x-5.0-beta13";s:3:"tag";s:14:"8.x-5.0-beta13";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta13";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta13.tar.gz";s:4:"date";s:10:"1632848792";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-5.0-beta12";a:11:{s:4:"name";s:21:"linkit 8.x-5.0-beta12";s:7:"version";s:14:"8.x-5.0-beta12";s:3:"tag";s:14:"8.x-5.0-beta12";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta12";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta12.tar.gz";s:4:"date";s:10:"1608957625";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-5.0-beta11";a:11:{s:4:"name";s:21:"linkit 8.x-5.0-beta11";s:7:"version";s:14:"8.x-5.0-beta11";s:3:"tag";s:14:"8.x-5.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta11";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta11.tar.gz";s:4:"date";s:10:"1591971693";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-5.0-beta10";a:11:{s:4:"name";s:21:"linkit 8.x-5.0-beta10";s:7:"version";s:14:"8.x-5.0-beta10";s:3:"tag";s:14:"8.x-5.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta10";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta10.tar.gz";s:4:"date";s:10:"1573783085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta9";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta9";s:7:"version";s:13:"8.x-5.0-beta9";s:3:"tag";s:13:"8.x-5.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta9";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta9.tar.gz";s:4:"date";s:10:"1562194985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta8";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta8";s:7:"version";s:13:"8.x-5.0-beta8";s:3:"tag";s:13:"8.x-5.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta8";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta8.tar.gz";s:4:"date";s:10:"1545966784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta7";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta7";s:7:"version";s:13:"8.x-5.0-beta7";s:3:"tag";s:13:"8.x-5.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta7";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta7.tar.gz";s:4:"date";s:10:"1520552585";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta6";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta6";s:7:"version";s:13:"8.x-5.0-beta6";s:3:"tag";s:13:"8.x-5.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta6";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta6.tar.gz";s:4:"date";s:10:"1505341745";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta5";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta5";s:7:"version";s:13:"8.x-5.0-beta5";s:3:"tag";s:13:"8.x-5.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta5";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta5.tar.gz";s:4:"date";s:10:"1490224383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta4";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta4";s:7:"version";s:13:"8.x-5.0-beta4";s:3:"tag";s:13:"8.x-5.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta4";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta4.tar.gz";s:4:"date";s:10:"1483883642";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta3";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta3";s:7:"version";s:13:"8.x-5.0-beta3";s:3:"tag";s:13:"8.x-5.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta3.tar.gz";s:4:"date";s:10:"1474147139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta2";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta2";s:7:"version";s:13:"8.x-5.0-beta2";s:3:"tag";s:13:"8.x-5.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta2.tar.gz";s:4:"date";s:10:"1468708139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta1";a:11:{s:4:"name";s:20:"linkit 8.x-5.0-beta1";s:7:"version";s:13:"8.x-5.0-beta1";s:3:"tag";s:13:"8.x-5.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/linkit/releases/8.x-5.0-beta1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-beta1.tar.gz";s:4:"date";s:10:"1468032240";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-alpha1";a:11:{s:4:"name";s:21:"linkit 8.x-5.0-alpha1";s:7:"version";s:14:"8.x-5.0-alpha1";s:3:"tag";s:14:"8.x-5.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/linkit/releases/8.x-5.0-alpha1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/linkit-8.x-5.0-alpha1.tar.gz";s:4:"date";s:10:"1462227194";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-4.4";a:11:{s:4:"name";s:14:"linkit 8.x-4.4";s:7:"version";s:7:"8.x-4.4";s:3:"tag";s:7:"8.x-4.4";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/linkit/releases/8.x-4.4";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/linkit-8.x-4.4.tar.gz";s:4:"date";s:10:"1632848667";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-4.3";a:11:{s:4:"name";s:14:"linkit 8.x-4.3";s:7:"version";s:7:"8.x-4.3";s:3:"tag";s:7:"8.x-4.3";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/linkit/releases/8.x-4.3";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/linkit-8.x-4.3.tar.gz";s:4:"date";s:10:"1490127184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-4.2";a:11:{s:4:"name";s:14:"linkit 8.x-4.2";s:7:"version";s:7:"8.x-4.2";s:3:"tag";s:7:"8.x-4.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/linkit/releases/8.x-4.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/linkit-8.x-4.2.tar.gz";s:4:"date";s:10:"1483883342";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-4.1";a:11:{s:4:"name";s:14:"linkit 8.x-4.1";s:7:"version";s:7:"8.x-4.1";s:3:"tag";s:7:"8.x-4.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/linkit/releases/8.x-4.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/linkit-8.x-4.1.tar.gz";s:4:"date";s:10:"1455051539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-4.0";a:11:{s:4:"name";s:14:"linkit 8.x-4.0";s:7:"version";s:7:"8.x-4.0";s:3:"tag";s:7:"8.x-4.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/linkit/releases/8.x-4.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/linkit-8.x-4.0.tar.gz";s:4:"date";s:10:"1452407039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"7.x-dev";a:11:{s:4:"name";s:14:"linkit 7.x-dev";s:7:"version";s:7:"7.x-dev";s:3:"tag";s:3:"7.x";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/linkit/releases/7.x-dev";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/linkit-7.x-dev.tar.gz";s:4:"date";s:10:"1737127452";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^11 || ^10.1";s:5:"terms";a:0:{}}s:9:"6.1.x-dev";a:11:{s:4:"name";s:16:"linkit 6.1.x-dev";s:7:"version";s:9:"6.1.x-dev";s:3:"tag";s:5:"6.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/linkit/releases/6.1.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/linkit-6.1.x-dev.tar.gz";s:4:"date";s:10:"1730848273";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^10.1";s:5:"terms";a:0:{}}s:9:"6.0.x-dev";a:11:{s:4:"name";s:16:"linkit 6.0.x-dev";s:7:"version";s:9:"6.0.x-dev";s:3:"tag";s:5:"6.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/linkit/releases/6.0.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/linkit-6.0.x-dev.tar.gz";s:4:"date";s:10:"1696865222";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:13:"^9.4 || <10.1";s:5:"terms";a:0:{}}s:11:"8.x-5.x-dev";a:11:{s:4:"name";s:18:"linkit 8.x-5.x-dev";s:7:"version";s:11:"8.x-5.x-dev";s:3:"tag";s:7:"8.x-5.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/linkit/releases/8.x-5.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/linkit-8.x-5.x-dev.tar.gz";s:4:"date";s:10:"1651431912";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:11:"8.x-4.x-dev";a:11:{s:4:"name";s:18:"linkit 8.x-4.x-dev";s:7:"version";s:11:"8.x-4.x-dev";s:3:"tag";s:7:"8.x-4.x";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/linkit/releases/8.x-4.x-dev";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/linkit-8.x-4.x-dev.tar.gz";s:4:"date";s:10:"1632848383";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'login_emailusername', 'a:10:{s:5:"title";s:23:"Login Email or Username";s:10:"short_name";s:19:"login_emailusername";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.1.,3.0.";s:18:"composer_namespace";s:26:"drupal/login_emailusername";s:14:"project_status";s:9:"published";s:4:"link";s:50:"https://www.drupal.org/project/login_emailusername";s:5:"terms";s:0:"";s:8:"releases";a:11:{s:5:"3.0.1";a:11:{s:4:"name";s:25:"login_emailusername 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/login_emailusername/releases/3.0.1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/login_emailusername-3.0.1.tar.gz";s:4:"date";s:10:"1738619522";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";}s:5:"3.0.0";a:11:{s:4:"name";s:25:"login_emailusername 3.0.0";s:7:"version";s:5:"3.0.0";s:3:"tag";s:5:"3.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/login_emailusername/releases/3.0.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/login_emailusername-3.0.0.tar.gz";s:4:"date";s:10:"1735884623";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:21:"^10.3 || ^11.0 || ^12";s:5:"terms";a:0:{}}s:9:"3.0.0-rc1";a:11:{s:4:"name";s:29:"login_emailusername 3.0.0-rc1";s:7:"version";s:9:"3.0.0-rc1";s:3:"tag";s:9:"3.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/login_emailusername/releases/3.0.0-rc1";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/login_emailusername-3.0.0-rc1.tar.gz";s:4:"date";s:10:"1730918383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:21:"^10.3 || ^11.0 || ^12";}s:5:"2.1.0";a:11:{s:4:"name";s:25:"login_emailusername 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/login_emailusername/releases/2.1.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/login_emailusername-2.1.0.tar.gz";s:4:"date";s:10:"1677072401";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.0.0";a:11:{s:4:"name";s:25:"login_emailusername 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/login_emailusername/releases/2.0.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/login_emailusername-2.0.0.tar.gz";s:4:"date";s:10:"1653570775";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.2";a:11:{s:4:"name";s:27:"login_emailusername 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/login_emailusername/releases/8.x-1.2";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/login_emailusername-8.x-1.2.tar.gz";s:4:"date";s:10:"1604843985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.1";a:11:{s:4:"name";s:27:"login_emailusername 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/login_emailusername/releases/8.x-1.1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/login_emailusername-8.x-1.1.tar.gz";s:4:"date";s:10:"1483456142";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:27:"login_emailusername 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/login_emailusername/releases/8.x-1.0";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/login_emailusername-8.x-1.0.tar.gz";s:4:"date";s:10:"1481991184";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:9:"3.0.x-dev";a:11:{s:4:"name";s:29:"login_emailusername 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/login_emailusername/releases/3.0.x-dev";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/login_emailusername-3.0.x-dev.tar.gz";s:4:"date";s:10:"1738619358";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";s:5:"terms";a:0:{}}s:9:"2.1.x-dev";a:11:{s:4:"name";s:29:"login_emailusername 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/login_emailusername/releases/2.1.x-dev";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/login_emailusername-2.1.x-dev.tar.gz";s:4:"date";s:10:"1728881972";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:31:"login_emailusername 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/login_emailusername/releases/8.x-1.x-dev";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/login_emailusername-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1677072111";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'mailsystem', 'a:10:{s:5:"title";s:11:"Mail System";s:10:"short_name";s:10:"mailsystem";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-4.";s:18:"composer_namespace";s:17:"drupal/mailsystem";s:14:"project_status";s:9:"published";s:4:"link";s:41:"https://www.drupal.org/project/mailsystem";s:5:"terms";s:0:"";s:8:"releases";a:39:{s:7:"8.x-4.5";a:11:{s:4:"name";s:18:"mailsystem 8.x-4.5";s:7:"version";s:7:"8.x-4.5";s:3:"tag";s:7:"8.x-4.5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-4.5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.5.tar.gz";s:4:"date";s:10:"1723379369";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9 || ^10.1 || ^11";}s:7:"8.x-4.4";a:11:{s:4:"name";s:18:"mailsystem 8.x-4.4";s:7:"version";s:7:"8.x-4.4";s:3:"tag";s:7:"8.x-4.4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-4.4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.4.tar.gz";s:4:"date";s:10:"1657576306";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:7:"8.x-4.3";a:11:{s:4:"name";s:18:"mailsystem 8.x-4.3";s:7:"version";s:7:"8.x-4.3";s:3:"tag";s:7:"8.x-4.3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-4.3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.3.tar.gz";s:4:"date";s:10:"1586203024";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^8.7.7 || ^9";}s:7:"8.x-4.2";a:11:{s:4:"name";s:18:"mailsystem 8.x-4.2";s:7:"version";s:7:"8.x-4.2";s:3:"tag";s:7:"8.x-4.2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-4.2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.2.tar.gz";s:4:"date";s:10:"1574194688";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^8.7.7 || ^9";}s:7:"8.x-4.1";a:11:{s:4:"name";s:18:"mailsystem 8.x-4.1";s:7:"version";s:7:"8.x-4.1";s:3:"tag";s:7:"8.x-4.1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-4.1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.1.tar.gz";s:4:"date";s:10:"1467993646";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-4.0";a:11:{s:4:"name";s:18:"mailsystem 8.x-4.0";s:7:"version";s:7:"8.x-4.0";s:3:"tag";s:7:"8.x-4.0";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-4.0";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.0.tar.gz";s:4:"date";s:10:"1464641045";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-4.0-beta1";a:11:{s:4:"name";s:24:"mailsystem 8.x-4.0-beta1";s:7:"version";s:13:"8.x-4.0-beta1";s:3:"tag";s:13:"8.x-4.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/mailsystem/releases/8.x-4.0-beta1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.0-beta1.tar.gz";s:4:"date";s:10:"1457101139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-4.0-alpha1";a:11:{s:4:"name";s:25:"mailsystem 8.x-4.0-alpha1";s:7:"version";s:14:"8.x-4.0-alpha1";s:3:"tag";s:14:"8.x-4.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/mailsystem/releases/8.x-4.0-alpha1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.0-alpha1.tar.gz";s:4:"date";s:10:"1452701639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-2.34";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.34";s:7:"version";s:8:"8.x-2.34";s:3:"tag";s:8:"8.x-2.34";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.34";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.34.tar.gz";s:4:"date";s:10:"1334082657";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.33";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.33";s:7:"version";s:8:"8.x-2.33";s:3:"tag";s:8:"8.x-2.33";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.33";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.33.tar.gz";s:4:"date";s:10:"1331030145";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.31";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.31";s:7:"version";s:8:"8.x-2.31";s:3:"tag";s:8:"8.x-2.31";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.31";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.31.tar.gz";s:4:"date";s:10:"1327782356";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.30";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.30";s:7:"version";s:8:"8.x-2.30";s:3:"tag";s:8:"8.x-2.30";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.30";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.30.tar.gz";s:4:"date";s:10:"1315679805";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.29";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.29";s:7:"version";s:8:"8.x-2.29";s:3:"tag";s:8:"8.x-2.29";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.29";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.29.tar.gz";s:4:"date";s:10:"1314826624";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.28";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.28";s:7:"version";s:8:"8.x-2.28";s:3:"tag";s:8:"8.x-2.28";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.28";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.28.tar.gz";s:4:"date";s:10:"1309019819";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.27";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.27";s:7:"version";s:8:"8.x-2.27";s:3:"tag";s:8:"8.x-2.27";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.27";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.27.tar.gz";s:4:"date";s:10:"1308977519";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.26";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.26";s:7:"version";s:8:"8.x-2.26";s:3:"tag";s:8:"8.x-2.26";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.26";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.26.tar.gz";s:4:"date";s:10:"1307731919";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.25";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.25";s:7:"version";s:8:"8.x-2.25";s:3:"tag";s:8:"8.x-2.25";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.25";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.25.tar.gz";s:4:"date";s:10:"1307375818";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.24";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.24";s:7:"version";s:8:"8.x-2.24";s:3:"tag";s:8:"8.x-2.24";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.24";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.24.tar.gz";s:4:"date";s:10:"1307367119";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.23";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.23";s:7:"version";s:8:"8.x-2.23";s:3:"tag";s:8:"8.x-2.23";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.23";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.23.tar.gz";s:4:"date";s:10:"1307224316";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.22";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.22";s:7:"version";s:8:"8.x-2.22";s:3:"tag";s:8:"8.x-2.22";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.22";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.22.tar.gz";s:4:"date";s:10:"1307219522";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.21";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.21";s:7:"version";s:8:"8.x-2.21";s:3:"tag";s:8:"8.x-2.21";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.21";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.21.tar.gz";s:4:"date";s:10:"1307125021";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.20";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.20";s:7:"version";s:8:"8.x-2.20";s:3:"tag";s:8:"8.x-2.20";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.20";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.20.tar.gz";s:4:"date";s:10:"1307052716";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.19";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.19";s:7:"version";s:8:"8.x-2.19";s:3:"tag";s:8:"8.x-2.19";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.19";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.19.tar.gz";s:4:"date";s:10:"1306941716";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.18";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.18";s:7:"version";s:8:"8.x-2.18";s:3:"tag";s:8:"8.x-2.18";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.18";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.18.tar.gz";s:4:"date";s:10:"1306870616";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.17";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.17";s:7:"version";s:8:"8.x-2.17";s:3:"tag";s:8:"8.x-2.17";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.17";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.17.tar.gz";s:4:"date";s:10:"1306772216";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.16";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.16";s:7:"version";s:8:"8.x-2.16";s:3:"tag";s:8:"8.x-2.16";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.16";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.16.tar.gz";s:4:"date";s:10:"1306771616";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.12";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.12";s:7:"version";s:8:"8.x-2.12";s:3:"tag";s:8:"8.x-2.12";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.12";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.12.tar.gz";s:4:"date";s:10:"1306261023";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-2.10";a:10:{s:4:"name";s:19:"mailsystem 8.x-2.10";s:7:"version";s:8:"8.x-2.10";s:3:"tag";s:8:"8.x-2.10";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-2.10";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.10.tar.gz";s:4:"date";s:10:"1304525217";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:7:"8.x-2.7";a:10:{s:4:"name";s:18:"mailsystem 8.x-2.7";s:7:"version";s:7:"8.x-2.7";s:3:"tag";s:7:"8.x-2.7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-2.7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.7.tar.gz";s:4:"date";s:10:"1303862884";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:5:"terms";a:0:{}}s:7:"8.x-2.6";a:10:{s:4:"name";s:18:"mailsystem 8.x-2.6";s:7:"version";s:7:"8.x-2.6";s:3:"tag";s:7:"8.x-2.6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-2.6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.6.tar.gz";s:4:"date";s:10:"1303817816";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:5:"terms";a:0:{}}s:7:"8.x-2.5";a:10:{s:4:"name";s:18:"mailsystem 8.x-2.5";s:7:"version";s:7:"8.x-2.5";s:3:"tag";s:7:"8.x-2.5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-2.5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.5.tar.gz";s:4:"date";s:10:"1303595816";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:5:"terms";a:0:{}}s:7:"8.x-2.3";a:10:{s:4:"name";s:18:"mailsystem 8.x-2.3";s:7:"version";s:7:"8.x-2.3";s:3:"tag";s:7:"8.x-2.3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-2.3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.3.tar.gz";s:4:"date";s:10:"1303543021";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:5:"terms";a:0:{}}s:7:"8.x-2.2";a:10:{s:4:"name";s:18:"mailsystem 8.x-2.2";s:7:"version";s:7:"8.x-2.2";s:3:"tag";s:7:"8.x-2.2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-2.2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.2.tar.gz";s:4:"date";s:10:"1303372616";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:5:"terms";a:0:{}}s:7:"8.x-2.1";a:10:{s:4:"name";s:18:"mailsystem 8.x-2.1";s:7:"version";s:7:"8.x-2.1";s:3:"tag";s:7:"8.x-2.1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-2.1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.1.tar.gz";s:4:"date";s:10:"1303368716";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:5:"terms";a:0:{}}s:7:"8.x-2.0";a:10:{s:4:"name";s:18:"mailsystem 8.x-2.0";s:7:"version";s:7:"8.x-2.0";s:3:"tag";s:7:"8.x-2.0";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/mailsystem/releases/8.x-2.0";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.0.tar.gz";s:4:"date";s:10:"1303351016";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";}s:8:"8.x-1.18";a:10:{s:4:"name";s:19:"mailsystem 8.x-1.18";s:7:"version";s:8:"8.x-1.18";s:3:"tag";s:8:"8.x-1.18";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/mailsystem/releases/8.x-1.18";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/mailsystem-8.x-1.18.tar.gz";s:4:"date";s:10:"1303163516";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:5:"terms";a:0:{}}s:11:"8.x-4.x-dev";a:11:{s:4:"name";s:22:"mailsystem 8.x-4.x-dev";s:7:"version";s:11:"8.x-4.x-dev";s:3:"tag";s:7:"8.x-4.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/mailsystem/releases/8.x-4.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/mailsystem-8.x-4.x-dev.tar.gz";s:4:"date";s:10:"1734339972";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9 || ^10.1 || ^11";}s:11:"8.x-2.x-dev";a:10:{s:4:"name";s:22:"mailsystem 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/mailsystem/releases/8.x-2.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/mailsystem-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1380585748";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:10:{s:4:"name";s:22:"mailsystem 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/mailsystem/releases/8.x-1.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/mailsystem-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1380585744";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'menu_link_attributes', 'a:10:{s:5:"title";s:20:"Menu Link Attributes";s:10:"short_name";s:20:"menu_link_attributes";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:27:"drupal/menu_link_attributes";s:14:"project_status";s:9:"published";s:4:"link";s:51:"https://www.drupal.org/project/menu_link_attributes";s:5:"terms";s:0:"";s:8:"releases";a:15:{s:7:"8.x-1.5";a:11:{s:4:"name";s:28:"menu_link_attributes 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.5";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.5.tar.gz";s:4:"date";s:10:"1724848806";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:7:"8.x-1.4";a:11:{s:4:"name";s:28:"menu_link_attributes 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.4";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.4.tar.gz";s:4:"date";s:10:"1724060900";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:7:"8.x-1.3";a:11:{s:4:"name";s:28:"menu_link_attributes 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.3";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.3.tar.gz";s:4:"date";s:10:"1671026425";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";s:5:"terms";a:0:{}}s:11:"8.x-1.3-rc3";a:11:{s:4:"name";s:32:"menu_link_attributes 8.x-1.3-rc3";s:7:"version";s:11:"8.x-1.3-rc3";s:3:"tag";s:11:"8.x-1.3-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.3-rc3";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.3-rc3.tar.gz";s:4:"date";s:10:"1667506257";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"8.x-1.3-rc2";a:11:{s:4:"name";s:32:"menu_link_attributes 8.x-1.3-rc2";s:7:"version";s:11:"8.x-1.3-rc2";s:3:"tag";s:11:"8.x-1.3-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.3-rc2";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.3-rc2.tar.gz";s:4:"date";s:10:"1664977272";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"8.x-1.3-rc1";a:11:{s:4:"name";s:32:"menu_link_attributes 8.x-1.3-rc1";s:7:"version";s:11:"8.x-1.3-rc1";s:3:"tag";s:11:"8.x-1.3-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.3-rc1";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.3-rc1.tar.gz";s:4:"date";s:10:"1664291776";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:7:"8.x-1.2";a:11:{s:4:"name";s:28:"menu_link_attributes 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.2";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.2.tar.gz";s:4:"date";s:10:"1614211187";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.1";a:11:{s:4:"name";s:28:"menu_link_attributes 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.1.tar.gz";s:4:"date";s:10:"1593424626";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:7:"8.x-1.0";a:11:{s:4:"name";s:28:"menu_link_attributes 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.0";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.0.tar.gz";s:4:"date";s:10:"1507134244";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta5";a:11:{s:4:"name";s:34:"menu_link_attributes 8.x-1.0-beta5";s:7:"version";s:13:"8.x-1.0-beta5";s:3:"tag";s:13:"8.x-1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.0-beta5";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.0-beta5.tar.gz";s:4:"date";s:10:"1507121643";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:34:"menu_link_attributes 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.0-beta4";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1507071844";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:34:"menu_link_attributes 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.0-beta3";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1467719639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:34:"menu_link_attributes 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.0-beta2";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1467197939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:34:"menu_link_attributes 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:74:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.0-beta1";s:13:"download_link";s:79:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1445115839";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:32:"menu_link_attributes 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/menu_link_attributes/releases/8.x-1.x-dev";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/menu_link_attributes-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1732713554";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'metatag', 'a:10:{s:5:"title";s:7:"Metatag";s:10:"short_name";s:7:"metatag";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.0.,2.1.";s:18:"composer_namespace";s:14:"drupal/metatag";s:14:"project_status";s:9:"published";s:4:"link";s:38:"https://www.drupal.org/project/metatag";s:5:"terms";s:0:"";s:8:"releases";a:49:{s:5:"2.1.0";a:11:{s:4:"name";s:13:"metatag 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/metatag/releases/2.1.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/metatag-2.1.0.tar.gz";s:4:"date";s:10:"1731004042";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";}s:5:"2.0.3";a:11:{s:4:"name";s:13:"metatag 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/metatag/releases/2.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/metatag-2.0.3.tar.gz";s:4:"date";s:10:"1731003620";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";}s:5:"2.0.2";a:11:{s:4:"name";s:13:"metatag 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/metatag/releases/2.0.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/metatag-2.0.2.tar.gz";s:4:"date";s:10:"1722869772";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";}s:5:"2.0.1";a:11:{s:4:"name";s:13:"metatag 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/metatag/releases/2.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/metatag-2.0.1.tar.gz";s:4:"date";s:10:"1722843615";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";}s:5:"2.0.0";a:11:{s:4:"name";s:13:"metatag 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/metatag/releases/2.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/metatag-2.0.0.tar.gz";s:4:"date";s:10:"1687856982";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:9:"2.0.0-rc2";a:11:{s:4:"name";s:17:"metatag 2.0.0-rc2";s:7:"version";s:9:"2.0.0-rc2";s:3:"tag";s:9:"2.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/metatag/releases/2.0.0-rc2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/metatag-2.0.0-rc2.tar.gz";s:4:"date";s:10:"1685470335";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:9:"2.0.0-rc1";a:11:{s:4:"name";s:17:"metatag 2.0.0-rc1";s:7:"version";s:9:"2.0.0-rc1";s:3:"tag";s:9:"2.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/metatag/releases/2.0.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/metatag-2.0.0-rc1.tar.gz";s:4:"date";s:10:"1685126939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:8:"8.x-1.26";a:11:{s:4:"name";s:16:"metatag 8.x-1.26";s:7:"version";s:8:"8.x-1.26";s:3:"tag";s:8:"8.x-1.26";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.26";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.26.tar.gz";s:4:"date";s:10:"1687856123";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-1.25";a:11:{s:4:"name";s:16:"metatag 8.x-1.25";s:7:"version";s:8:"8.x-1.25";s:3:"tag";s:8:"8.x-1.25";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.25";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.25.tar.gz";s:4:"date";s:10:"1685541226";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-1.24";a:11:{s:4:"name";s:16:"metatag 8.x-1.24";s:7:"version";s:8:"8.x-1.24";s:3:"tag";s:8:"8.x-1.24";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.24";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.24.tar.gz";s:4:"date";s:10:"1685125893";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-1.23";a:11:{s:4:"name";s:16:"metatag 8.x-1.23";s:7:"version";s:8:"8.x-1.23";s:3:"tag";s:8:"8.x-1.23";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.23";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.23.tar.gz";s:4:"date";s:10:"1683896256";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-1.22";a:11:{s:4:"name";s:16:"metatag 8.x-1.22";s:7:"version";s:8:"8.x-1.22";s:3:"tag";s:8:"8.x-1.22";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.22";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.22.tar.gz";s:4:"date";s:10:"1664472818";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-1.21";a:11:{s:4:"name";s:16:"metatag 8.x-1.21";s:7:"version";s:8:"8.x-1.21";s:3:"tag";s:8:"8.x-1.21";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.21";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.21.tar.gz";s:4:"date";s:10:"1657971667";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^9";}s:8:"8.x-1.20";a:11:{s:4:"name";s:16:"metatag 8.x-1.20";s:7:"version";s:8:"8.x-1.20";s:3:"tag";s:8:"8.x-1.20";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.20";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.20.tar.gz";s:4:"date";s:10:"1657649277";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^9";}s:8:"8.x-1.19";a:11:{s:4:"name";s:16:"metatag 8.x-1.19";s:7:"version";s:8:"8.x-1.19";s:3:"tag";s:8:"8.x-1.19";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.19";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.19.tar.gz";s:4:"date";s:10:"1641496014";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^9";}s:8:"8.x-1.18";a:11:{s:4:"name";s:16:"metatag 8.x-1.18";s:7:"version";s:8:"8.x-1.18";s:3:"tag";s:8:"8.x-1.18";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.18";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.18.tar.gz";s:4:"date";s:10:"1640098931";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^9";}s:8:"8.x-1.17";a:11:{s:4:"name";s:16:"metatag 8.x-1.17";s:7:"version";s:8:"8.x-1.17";s:3:"tag";s:8:"8.x-1.17";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.17";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.17.tar.gz";s:4:"date";s:10:"1640019321";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^9";}s:8:"8.x-1.16";a:11:{s:4:"name";s:16:"metatag 8.x-1.16";s:7:"version";s:8:"8.x-1.16";s:3:"tag";s:8:"8.x-1.16";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.16";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.16.tar.gz";s:4:"date";s:10:"1615820867";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-1.15";a:11:{s:4:"name";s:16:"metatag 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.15";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.15.tar.gz";s:4:"date";s:10:"1607188979";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-1.14";a:11:{s:4:"name";s:16:"metatag 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.14";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.14.tar.gz";s:4:"date";s:10:"1597183852";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-1.13";a:11:{s:4:"name";s:16:"metatag 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.13";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.13.tar.gz";s:4:"date";s:10:"1587476385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-1.12";a:11:{s:4:"name";s:16:"metatag 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.12";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.12.tar.gz";s:4:"date";s:10:"1585576513";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.11";a:11:{s:4:"name";s:16:"metatag 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.11";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.11.tar.gz";s:4:"date";s:10:"1576870683";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.10";a:11:{s:4:"name";s:16:"metatag 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/metatag/releases/8.x-1.10";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/metatag-8.x-1.10.tar.gz";s:4:"date";s:10:"1567099985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.9";a:11:{s:4:"name";s:15:"metatag 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.9";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.9.tar.gz";s:4:"date";s:10:"1563985988";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.8";a:11:{s:4:"name";s:15:"metatag 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.8.tar.gz";s:4:"date";s:10:"1550683382";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:15:"metatag 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.7.tar.gz";s:4:"date";s:10:"1535726393";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:15:"metatag 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.6.tar.gz";s:4:"date";s:10:"1534867985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:15:"metatag 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.5.tar.gz";s:4:"date";s:10:"1522344484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:15:"metatag 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.4.tar.gz";s:4:"date";s:10:"1513888384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:15:"metatag 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.3.tar.gz";s:4:"date";s:10:"1506714244";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:15:"metatag 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.2.tar.gz";s:4:"date";s:10:"1501553646";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:15:"metatag 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.1.tar.gz";s:4:"date";s:10:"1496286243";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:15:"metatag 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/metatag/releases/8.x-1.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0.tar.gz";s:4:"date";s:10:"1485901983";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta12";a:11:{s:4:"name";s:22:"metatag 8.x-1.0-beta12";s:7:"version";s:14:"8.x-1.0-beta12";s:3:"tag";s:14:"8.x-1.0-beta12";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta12";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta12.tar.gz";s:4:"date";s:10:"1483477143";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta11";a:11:{s:4:"name";s:22:"metatag 8.x-1.0-beta11";s:7:"version";s:14:"8.x-1.0-beta11";s:3:"tag";s:14:"8.x-1.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta11";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta11.tar.gz";s:4:"date";s:10:"1477928941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-beta10";a:11:{s:4:"name";s:22:"metatag 8.x-1.0-beta10";s:7:"version";s:14:"8.x-1.0-beta10";s:3:"tag";s:14:"8.x-1.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta10";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta10.tar.gz";s:4:"date";s:10:"1471888739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta9";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta9";s:7:"version";s:13:"8.x-1.0-beta9";s:3:"tag";s:13:"8.x-1.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta9";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta9.tar.gz";s:4:"date";s:10:"1464897839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta8";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta8";s:7:"version";s:13:"8.x-1.0-beta8";s:3:"tag";s:13:"8.x-1.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta8";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta8.tar.gz";s:4:"date";s:10:"1463224445";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta7";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta7";s:7:"version";s:13:"8.x-1.0-beta7";s:3:"tag";s:13:"8.x-1.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta7";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta7.tar.gz";s:4:"date";s:10:"1459708139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta6";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta6";s:7:"version";s:13:"8.x-1.0-beta6";s:3:"tag";s:13:"8.x-1.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta6";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta6.tar.gz";s:4:"date";s:10:"1459610941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta5";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta5";s:7:"version";s:13:"8.x-1.0-beta5";s:3:"tag";s:13:"8.x-1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta5";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta5.tar.gz";s:4:"date";s:10:"1457723339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1454780939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1449616139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1448302443";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:21:"metatag 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/metatag/releases/8.x-1.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/metatag-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1447944840";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:9:"2.1.x-dev";a:11:{s:4:"name";s:17:"metatag 2.1.x-dev";s:7:"version";s:9:"2.1.x-dev";s:3:"tag";s:5:"2.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/metatag/releases/2.1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/metatag-2.1.x-dev.tar.gz";s:4:"date";s:10:"1731003901";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:17:"metatag 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/metatag/releases/2.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/metatag-2.0.x-dev.tar.gz";s:4:"date";s:10:"1731003552";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:19:"metatag 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/metatag/releases/8.x-1.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/metatag-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1722272637";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'pathauto', 'a:10:{s:5:"title";s:8:"Pathauto";s:10:"short_name";s:8:"pathauto";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:15:"drupal/pathauto";s:14:"project_status";s:9:"published";s:4:"link";s:39:"https://www.drupal.org/project/pathauto";s:5:"terms";s:0:"";s:8:"releases";a:23:{s:8:"8.x-1.13";a:11:{s:4:"name";s:17:"pathauto 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/pathauto/releases/8.x-1.13";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.tar.gz";s:4:"date";s:10:"1722507672";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";}s:8:"8.x-1.12";a:11:{s:4:"name";s:17:"pathauto 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/pathauto/releases/8.x-1.12";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.12.tar.gz";s:4:"date";s:10:"1696776683";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-1.11";a:11:{s:4:"name";s:17:"pathauto 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/pathauto/releases/8.x-1.11";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.11.tar.gz";s:4:"date";s:10:"1659472548";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-1.10";a:11:{s:4:"name";s:17:"pathauto 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/pathauto/releases/8.x-1.10";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.10.tar.gz";s:4:"date";s:10:"1650806739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.9";a:11:{s:4:"name";s:16:"pathauto 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.9";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.9.tar.gz";s:4:"date";s:10:"1644822949";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.8";a:11:{s:4:"name";s:16:"pathauto 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.8";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.8.tar.gz";s:4:"date";s:10:"1588103046";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.7";a:11:{s:4:"name";s:16:"pathauto 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.7";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.7.tar.gz";s:4:"date";s:10:"1587898105";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.6";a:11:{s:4:"name";s:16:"pathauto 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.6";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.6.tar.gz";s:4:"date";s:10:"1575467285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.6-beta1";a:11:{s:4:"name";s:22:"pathauto 8.x-1.6-beta1";s:7:"version";s:13:"8.x-1.6-beta1";s:3:"tag";s:13:"8.x-1.6-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/pathauto/releases/8.x-1.6-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.6-beta1.tar.gz";s:4:"date";s:10:"1573505285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.6-alpha1";a:11:{s:4:"name";s:23:"pathauto 8.x-1.6-alpha1";s:7:"version";s:14:"8.x-1.6-alpha1";s:3:"tag";s:14:"8.x-1.6-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/pathauto/releases/8.x-1.6-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.6-alpha1.tar.gz";s:4:"date";s:10:"1571587984";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:16:"pathauto 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.5";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.5.tar.gz";s:4:"date";s:10:"1570828084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:16:"pathauto 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.4.tar.gz";s:4:"date";s:10:"1554239887";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:16:"pathauto 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.tar.gz";s:4:"date";s:10:"1536407884";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:16:"pathauto 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.2.tar.gz";s:4:"date";s:10:"1524421084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:16:"pathauto 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.1.tar.gz";s:4:"date";s:10:"1520092685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:16:"pathauto 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/pathauto/releases/8.x-1.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.tar.gz";s:4:"date";s:10:"1493468044";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:20:"pathauto 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/pathauto/releases/8.x-1.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1485702484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:22:"pathauto 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/pathauto/releases/8.x-1.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1484781483";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:22:"pathauto 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/pathauto/releases/8.x-1.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1474313339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:23:"pathauto 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/pathauto/releases/8.x-1.0-alpha3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1461007694";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:23:"pathauto 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/pathauto/releases/8.x-1.0-alpha2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1456529339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:23:"pathauto 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/pathauto/releases/8.x-1.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1453413539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:20:"pathauto 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/pathauto/releases/8.x-1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/pathauto-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1722507274";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.4 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'project_browser', 'a:10:{s:5:"title";s:15:"Project Browser";s:10:"short_name";s:15:"project_browser";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"2.0.";s:18:"composer_namespace";s:22:"drupal/project_browser";s:14:"project_status";s:9:"published";s:4:"link";s:46:"https://www.drupal.org/project/project_browser";s:5:"terms";s:0:"";s:8:"releases";a:20:{s:11:"2.0.0-beta1";a:11:{s:4:"name";s:27:"project_browser 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/project_browser/releases/2.0.0-beta1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1742303533";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.4 || ^11";}s:13:"2.0.0-alpha10";a:11:{s:4:"name";s:29:"project_browser 2.0.0-alpha10";s:7:"version";s:13:"2.0.0-alpha10";s:3:"tag";s:13:"2.0.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha10";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha10.tar.gz";s:4:"date";s:10:"1740765375";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:12:"2.0.0-alpha9";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha9";s:7:"version";s:12:"2.0.0-alpha9";s:3:"tag";s:12:"2.0.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha9";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha9.tar.gz";s:4:"date";s:10:"1739288071";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:12:"2.0.0-alpha8";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha8";s:7:"version";s:12:"2.0.0-alpha8";s:3:"tag";s:12:"2.0.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha8";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha8.tar.gz";s:4:"date";s:10:"1738185489";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:12:"2.0.0-alpha7";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha7";s:7:"version";s:12:"2.0.0-alpha7";s:3:"tag";s:12:"2.0.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha7";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha7.tar.gz";s:4:"date";s:10:"1736444376";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:12:"2.0.0-alpha6";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha6";s:7:"version";s:12:"2.0.0-alpha6";s:3:"tag";s:12:"2.0.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha6";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha6.tar.gz";s:4:"date";s:10:"1732724406";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";s:5:"terms";a:0:{}}s:12:"2.0.0-alpha5";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha5";s:7:"version";s:12:"2.0.0-alpha5";s:3:"tag";s:12:"2.0.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha5";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha5.tar.gz";s:4:"date";s:10:"1732118672";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:12:"2.0.0-alpha4";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha4";s:7:"version";s:12:"2.0.0-alpha4";s:3:"tag";s:12:"2.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha4";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha4.tar.gz";s:4:"date";s:10:"1731513110";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:12:"2.0.0-alpha3";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha3";s:7:"version";s:12:"2.0.0-alpha3";s:3:"tag";s:12:"2.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha3";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha3.tar.gz";s:4:"date";s:10:"1724854668";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:12:"2.0.0-alpha2";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha2";s:7:"version";s:12:"2.0.0-alpha2";s:3:"tag";s:12:"2.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha2";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha2.tar.gz";s:4:"date";s:10:"1719515678";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:28:"project_browser 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/2.0.0-alpha1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1718912007";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:11:"1.0.0-beta6";a:11:{s:4:"name";s:27:"project_browser 1.0.0-beta6";s:7:"version";s:11:"1.0.0-beta6";s:3:"tag";s:11:"1.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/project_browser/releases/1.0.0-beta6";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/project_browser-1.0.0-beta6.tar.gz";s:4:"date";s:10:"1717688409";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}s:11:"1.0.0-beta5";a:11:{s:4:"name";s:27:"project_browser 1.0.0-beta5";s:7:"version";s:11:"1.0.0-beta5";s:3:"tag";s:11:"1.0.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/project_browser/releases/1.0.0-beta5";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/project_browser-1.0.0-beta5.tar.gz";s:4:"date";s:10:"1693847826";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:11:"1.0.0-beta4";a:11:{s:4:"name";s:27:"project_browser 1.0.0-beta4";s:7:"version";s:11:"1.0.0-beta4";s:3:"tag";s:11:"1.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/project_browser/releases/1.0.0-beta4";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/project_browser-1.0.0-beta4.tar.gz";s:4:"date";s:10:"1676399534";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"^10";}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:27:"project_browser 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/project_browser/releases/1.0.0-beta3";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/project_browser-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1676398357";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:27:"project_browser 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/project_browser/releases/1.0.0-beta2";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/project_browser-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1669213588";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:27:"project_browser 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/project_browser/releases/1.0.0-beta1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/project_browser-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1657917124";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"1.0.0-alpha1";a:11:{s:4:"name";s:28:"project_browser 1.0.0-alpha1";s:7:"version";s:12:"1.0.0-alpha1";s:3:"tag";s:12:"1.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/project_browser/releases/1.0.0-alpha1";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/project_browser-1.0.0-alpha1.tar.gz";s:4:"date";s:10:"1656449316";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:25:"project_browser 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/project_browser/releases/2.0.x-dev";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/project_browser-2.0.x-dev.tar.gz";s:4:"date";s:10:"1742238974";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.4 || ^11";}s:9:"1.0.x-dev";a:11:{s:4:"name";s:25:"project_browser 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/project_browser/releases/1.0.x-dev";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/project_browser-1.0.x-dev.tar.gz";s:4:"date";s:10:"1718805977";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^10 || ^11";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'redirect', 'a:10:{s:5:"title";s:8:"Redirect";s:10:"short_name";s:8:"redirect";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:15:"drupal/redirect";s:14:"project_status";s:9:"published";s:4:"link";s:39:"https://www.drupal.org/project/redirect";s:5:"terms";s:0:"";s:8:"releases";a:19:{s:8:"8.x-1.11";a:11:{s:4:"name";s:17:"redirect 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/redirect/releases/8.x-1.11";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/redirect-8.x-1.11.tar.gz";s:4:"date";s:10:"1737382886";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:8:"8.x-1.10";a:11:{s:4:"name";s:17:"redirect 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/redirect/releases/8.x-1.10";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/redirect-8.x-1.10.tar.gz";s:4:"date";s:10:"1723277641";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:7:"8.x-1.9";a:11:{s:4:"name";s:16:"redirect 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.9";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.9.tar.gz";s:4:"date";s:10:"1693393506";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:7:"8.x-1.8";a:11:{s:4:"name";s:16:"redirect 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.8";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.8.tar.gz";s:4:"date";s:10:"1661806955";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";s:5:"terms";a:0:{}}s:7:"8.x-1.7";a:11:{s:4:"name";s:16:"redirect 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.7";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.7.tar.gz";s:4:"date";s:10:"1639380488";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.6";a:11:{s:4:"name";s:16:"redirect 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.6";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.6.tar.gz";s:4:"date";s:10:"1589312204";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.5";a:11:{s:4:"name";s:16:"redirect 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.5";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.5.tar.gz";s:4:"date";s:10:"1576656784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"8.x-1.4";a:11:{s:4:"name";s:16:"redirect 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.4.tar.gz";s:4:"date";s:10:"1561757585";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:16:"redirect 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.3.tar.gz";s:4:"date";s:10:"1539682684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:16:"redirect 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.2.tar.gz";s:4:"date";s:10:"1525419785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:16:"redirect 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.1.tar.gz";s:4:"date";s:10:"1520897880";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:16:"redirect 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/redirect/releases/8.x-1.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/redirect-8.x-1.0.tar.gz";s:4:"date";s:10:"1513767485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:22:"redirect 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/redirect/releases/8.x-1.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/redirect-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1501443542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha5";a:11:{s:4:"name";s:23:"redirect 8.x-1.0-alpha5";s:7:"version";s:14:"8.x-1.0-alpha5";s:3:"tag";s:14:"8.x-1.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/redirect/releases/8.x-1.0-alpha5";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha5.tar.gz";s:4:"date";s:10:"1492182542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha4";a:11:{s:4:"name";s:23:"redirect 8.x-1.0-alpha4";s:7:"version";s:14:"8.x-1.0-alpha4";s:3:"tag";s:14:"8.x-1.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/redirect/releases/8.x-1.0-alpha4";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha4.tar.gz";s:4:"date";s:10:"1487092684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:23:"redirect 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/redirect/releases/8.x-1.0-alpha3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1486078383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:23:"redirect 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/redirect/releases/8.x-1.0-alpha2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1481901483";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:23:"redirect 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/redirect/releases/8.x-1.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1460041522";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:20:"redirect 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/redirect/releases/8.x-1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/redirect-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1736290352";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'robotstxt', 'a:10:{s:5:"title";s:9:"RobotsTxt";s:10:"short_name";s:9:"robotstxt";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:16:"drupal/robotstxt";s:14:"project_status";s:9:"published";s:4:"link";s:40:"https://www.drupal.org/project/robotstxt";s:5:"terms";s:0:"";s:8:"releases";a:9:{s:7:"8.x-1.6";a:11:{s:4:"name";s:17:"robotstxt 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/robotstxt/releases/8.x-1.6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.6.tar.gz";s:4:"date";s:10:"1723570930";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:5:"terms";a:0:{}}s:7:"8.x-1.5";a:11:{s:4:"name";s:17:"robotstxt 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/robotstxt/releases/8.x-1.5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.5.tar.gz";s:4:"date";s:10:"1671555186";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:7:"8.x-1.4";a:11:{s:4:"name";s:17:"robotstxt 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/robotstxt/releases/8.x-1.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.4.tar.gz";s:4:"date";s:10:"1585290535";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.3";a:11:{s:4:"name";s:17:"robotstxt 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/robotstxt/releases/8.x-1.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.3.tar.gz";s:4:"date";s:10:"1579404790";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:17:"robotstxt 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/robotstxt/releases/8.x-1.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.2.tar.gz";s:4:"date";s:10:"1529154524";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:17:"robotstxt 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/robotstxt/releases/8.x-1.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.1.tar.gz";s:4:"date";s:10:"1491149284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:17:"robotstxt 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/robotstxt/releases/8.x-1.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.0.tar.gz";s:4:"date";s:10:"1461443039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:21:"robotstxt 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/robotstxt/releases/8.x-1.0-rc1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1450883639";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:21:"robotstxt 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/robotstxt/releases/8.x-1.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/robotstxt-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1723572558";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'sam', 'a:10:{s:5:"title";s:15:"Simple Add More";s:10:"short_name";s:3:"sam";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"1.3.";s:18:"composer_namespace";s:10:"drupal/sam";s:14:"project_status";s:9:"published";s:4:"link";s:34:"https://www.drupal.org/project/sam";s:5:"terms";s:0:"";s:8:"releases";a:13:{s:5:"1.3.2";a:11:{s:4:"name";s:9:"sam 1.3.2";s:7:"version";s:5:"1.3.2";s:3:"tag";s:5:"1.3.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.3.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.3.2.tar.gz";s:4:"date";s:10:"1733343161";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:5:"1.3.1";a:11:{s:4:"name";s:9:"sam 1.3.1";s:7:"version";s:5:"1.3.1";s:3:"tag";s:5:"1.3.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.3.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.3.1.tar.gz";s:4:"date";s:10:"1722441739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:5:"1.3.0";a:11:{s:4:"name";s:9:"sam 1.3.0";s:7:"version";s:5:"1.3.0";s:3:"tag";s:5:"1.3.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.3.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.3.0.tar.gz";s:4:"date";s:10:"1721146236";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:5:"1.2.1";a:11:{s:4:"name";s:9:"sam 1.2.1";s:7:"version";s:5:"1.2.1";s:3:"tag";s:5:"1.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.2.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.2.1.tar.gz";s:4:"date";s:10:"1714592374";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"1.2.0";a:11:{s:4:"name";s:9:"sam 1.2.0";s:7:"version";s:5:"1.2.0";s:3:"tag";s:5:"1.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.2.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.2.0.tar.gz";s:4:"date";s:10:"1713344202";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"1.1.3";a:11:{s:4:"name";s:9:"sam 1.1.3";s:7:"version";s:5:"1.1.3";s:3:"tag";s:5:"1.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.1.3";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.1.3.tar.gz";s:4:"date";s:10:"1693809504";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"1.1.2";a:11:{s:4:"name";s:9:"sam 1.1.2";s:7:"version";s:5:"1.1.2";s:3:"tag";s:5:"1.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.1.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.1.2.tar.gz";s:4:"date";s:10:"1676023012";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"1.1.1";a:11:{s:4:"name";s:9:"sam 1.1.1";s:7:"version";s:5:"1.1.1";s:3:"tag";s:5:"1.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.1.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.1.1.tar.gz";s:4:"date";s:10:"1667515363";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"1.1.0";a:11:{s:4:"name";s:9:"sam 1.1.0";s:7:"version";s:5:"1.1.0";s:3:"tag";s:5:"1.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.1.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.1.0.tar.gz";s:4:"date";s:10:"1664439253";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:5:"1.0.2";a:11:{s:4:"name";s:9:"sam 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.0.2";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.0.2.tar.gz";s:4:"date";s:10:"1649620545";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"9.x";}s:5:"1.0.1";a:11:{s:4:"name";s:9:"sam 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.0.1";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.0.1.tar.gz";s:4:"date";s:10:"1647196037";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"9.x";}s:5:"1.0.0";a:11:{s:4:"name";s:9:"sam 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:49:"https://www.drupal.org/project/sam/releases/1.0.0";s:13:"download_link";s:54:"https://ftp.drupal.org/files/projects/sam-1.0.0.tar.gz";s:4:"date";s:10:"1646585448";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"9.x";}s:9:"1.0.x-dev";a:11:{s:4:"name";s:13:"sam 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/sam/releases/1.0.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/sam-1.0.x-dev.tar.gz";s:4:"date";s:10:"1733342950";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'scheduler', 'a:10:{s:5:"title";s:9:"Scheduler";s:10:"short_name";s:9:"scheduler";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:21:"2.0.,2.1.,2.2.,8.x-1.";s:18:"composer_namespace";s:16:"drupal/scheduler";s:14:"project_status";s:9:"published";s:4:"link";s:40:"https://www.drupal.org/project/scheduler";s:5:"terms";s:0:"";s:8:"releases";a:30:{s:5:"2.2.1";a:11:{s:4:"name";s:15:"scheduler 2.2.1";s:7:"version";s:5:"2.2.1";s:3:"tag";s:5:"2.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.2.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.2.1.tar.gz";s:4:"date";s:10:"1738771365";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"2.2.0";a:11:{s:4:"name";s:15:"scheduler 2.2.0";s:7:"version";s:5:"2.2.0";s:3:"tag";s:5:"2.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.2.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.2.0.tar.gz";s:4:"date";s:10:"1736416854";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"2.1.0";a:11:{s:4:"name";s:15:"scheduler 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.1.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.1.0.tar.gz";s:4:"date";s:10:"1723712690";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"2.0.4";a:11:{s:4:"name";s:15:"scheduler 2.0.4";s:7:"version";s:5:"2.0.4";s:3:"tag";s:5:"2.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.0.4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.0.4.tar.gz";s:4:"date";s:10:"1719579864";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"2.0.3";a:11:{s:4:"name";s:15:"scheduler 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.0.3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.0.3.tar.gz";s:4:"date";s:10:"1714312557";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"2.0.2";a:11:{s:4:"name";s:15:"scheduler 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.0.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.0.2.tar.gz";s:4:"date";s:10:"1713553950";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"2.0.1";a:11:{s:4:"name";s:15:"scheduler 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.0.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.0.1.tar.gz";s:4:"date";s:10:"1689337325";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"2.0.0";a:11:{s:4:"name";s:15:"scheduler 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/scheduler/releases/2.0.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/scheduler-2.0.0.tar.gz";s:4:"date";s:10:"1688727773";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:9:"2.0.0-rc8";a:11:{s:4:"name";s:19:"scheduler 2.0.0-rc8";s:7:"version";s:9:"2.0.0-rc8";s:3:"tag";s:9:"2.0.0-rc8";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/scheduler/releases/2.0.0-rc8";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-rc8.tar.gz";s:4:"date";s:10:"1668951018";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:9:"2.0.0-rc7";a:11:{s:4:"name";s:19:"scheduler 2.0.0-rc7";s:7:"version";s:9:"2.0.0-rc7";s:3:"tag";s:9:"2.0.0-rc7";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/scheduler/releases/2.0.0-rc7";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-rc7.tar.gz";s:4:"date";s:10:"1667225002";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:9:"2.0.0-rc6";a:11:{s:4:"name";s:19:"scheduler 2.0.0-rc6";s:7:"version";s:9:"2.0.0-rc6";s:3:"tag";s:9:"2.0.0-rc6";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/scheduler/releases/2.0.0-rc6";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-rc6.tar.gz";s:4:"date";s:10:"1666264750";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:9:"2.0.0-rc5";a:11:{s:4:"name";s:19:"scheduler 2.0.0-rc5";s:7:"version";s:9:"2.0.0-rc5";s:3:"tag";s:9:"2.0.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/scheduler/releases/2.0.0-rc5";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-rc5.tar.gz";s:4:"date";s:10:"1664183997";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"2.0.0-rc4";a:11:{s:4:"name";s:19:"scheduler 2.0.0-rc4";s:7:"version";s:9:"2.0.0-rc4";s:3:"tag";s:9:"2.0.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/scheduler/releases/2.0.0-rc4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-rc4.tar.gz";s:4:"date";s:10:"1654941604";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"2.0.0-rc3";a:11:{s:4:"name";s:19:"scheduler 2.0.0-rc3";s:7:"version";s:9:"2.0.0-rc3";s:3:"tag";s:9:"2.0.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/scheduler/releases/2.0.0-rc3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-rc3.tar.gz";s:4:"date";s:10:"1654928711";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"2.0.0-rc2";a:11:{s:4:"name";s:19:"scheduler 2.0.0-rc2";s:7:"version";s:9:"2.0.0-rc2";s:3:"tag";s:9:"2.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/scheduler/releases/2.0.0-rc2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-rc2.tar.gz";s:4:"date";s:10:"1645716839";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:9:"2.0.0-rc1";a:11:{s:4:"name";s:19:"scheduler 2.0.0-rc1";s:7:"version";s:9:"2.0.0-rc1";s:3:"tag";s:9:"2.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/scheduler/releases/2.0.0-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-rc1.tar.gz";s:4:"date";s:10:"1645456523";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:22:"scheduler 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/scheduler/releases/2.0.0-alpha1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/scheduler-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1637084077";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.5";a:11:{s:4:"name";s:17:"scheduler 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/scheduler/releases/8.x-1.5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.5.tar.gz";s:4:"date";s:10:"1673107035";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:7:"8.x-1.4";a:11:{s:4:"name";s:17:"scheduler 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/scheduler/releases/8.x-1.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.4.tar.gz";s:4:"date";s:10:"1626701767";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-1.4-rc1";a:11:{s:4:"name";s:21:"scheduler 8.x-1.4-rc1";s:7:"version";s:11:"8.x-1.4-rc1";s:3:"tag";s:11:"8.x-1.4-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/scheduler/releases/8.x-1.4-rc1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.4-rc1.tar.gz";s:4:"date";s:10:"1626596877";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:7:"8.x-1.3";a:11:{s:4:"name";s:17:"scheduler 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/scheduler/releases/8.x-1.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.3.tar.gz";s:4:"date";s:10:"1591431338";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.2";a:11:{s:4:"name";s:17:"scheduler 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/scheduler/releases/8.x-1.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.2.tar.gz";s:4:"date";s:10:"1590743579";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.1";a:11:{s:4:"name";s:17:"scheduler 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/scheduler/releases/8.x-1.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.1.tar.gz";s:4:"date";s:10:"1566566888";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:17:"scheduler 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/scheduler/releases/8.x-1.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.0.tar.gz";s:4:"date";s:10:"1510690385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:21:"scheduler 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/scheduler/releases/8.x-1.0-rc2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1502105044";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:21:"scheduler 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/scheduler/releases/8.x-1.0-rc1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1492622044";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:24:"scheduler 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/scheduler/releases/8.x-1.0-alpha2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1473923639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:24:"scheduler 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/scheduler/releases/8.x-1.0-alpha1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1463495939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"2.x-dev";a:11:{s:4:"name";s:17:"scheduler 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/scheduler/releases/2.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/scheduler-2.x-dev.tar.gz";s:4:"date";s:10:"1741181568";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:21:"scheduler 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/scheduler/releases/8.x-1.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/scheduler-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1741185161";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'scheduler_content_moderation_integration', 'a:10:{s:5:"title";s:40:"Scheduler content moderation integration";s:10:"short_name";s:40:"scheduler_content_moderation_integration";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"2.0.,3.0.";s:18:"composer_namespace";s:47:"drupal/scheduler_content_moderation_integration";s:14:"project_status";s:9:"published";s:4:"link";s:71:"https://www.drupal.org/project/scheduler_content_moderation_integration";s:5:"terms";s:0:"";s:8:"releases";a:22:{s:5:"3.0.4";a:11:{s:4:"name";s:46:"scheduler_content_moderation_integration 3.0.4";s:7:"version";s:5:"3.0.4";s:3:"tag";s:5:"3.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/3.0.4";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.4.tar.gz";s:4:"date";s:10:"1738679096";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"3.0.3";a:11:{s:4:"name";s:46:"scheduler_content_moderation_integration 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/3.0.3";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.3.tar.gz";s:4:"date";s:10:"1725377976";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"3.0.2";a:11:{s:4:"name";s:46:"scheduler_content_moderation_integration 3.0.2";s:7:"version";s:5:"3.0.2";s:3:"tag";s:5:"3.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/3.0.2";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.2.tar.gz";s:4:"date";s:10:"1725377292";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.3";}s:5:"3.0.1";a:11:{s:4:"name";s:46:"scheduler_content_moderation_integration 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/3.0.1";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.1.tar.gz";s:4:"date";s:10:"1723870609";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:5:"3.0.0";a:11:{s:4:"name";s:46:"scheduler_content_moderation_integration 3.0.0";s:7:"version";s:5:"3.0.0";s:3:"tag";s:5:"3.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/3.0.0";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.0.tar.gz";s:4:"date";s:10:"1723870423";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.3";}s:5:"2.0.0";a:11:{s:4:"name";s:46:"scheduler_content_moderation_integration 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/2.0.0";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-2.0.0.tar.gz";s:4:"date";s:10:"1738678266";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"2.0.0-beta2";a:11:{s:4:"name";s:52:"scheduler_content_moderation_integration 2.0.0-beta2";s:7:"version";s:11:"2.0.0-beta2";s:3:"tag";s:11:"2.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:92:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/2.0.0-beta2";s:13:"download_link";s:97:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-2.0.0-beta2.tar.gz";s:4:"date";s:10:"1695918977";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:19:"^8.7.7 || ^9 || ^10";}s:11:"2.0.0-beta1";a:11:{s:4:"name";s:52:"scheduler_content_moderation_integration 2.0.0-beta1";s:7:"version";s:11:"2.0.0-beta1";s:3:"tag";s:11:"2.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:92:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/2.0.0-beta1";s:13:"download_link";s:97:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-2.0.0-beta1.tar.gz";s:4:"date";s:10:"1670600013";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:19:"^8.7.7 || ^9 || ^10";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:53:"scheduler_content_moderation_integration 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:93:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/2.0.0-alpha1";s:13:"download_link";s:98:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1664462606";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";s:5:"terms";a:0:{}}s:7:"8.x-1.4";a:11:{s:4:"name";s:48:"scheduler_content_moderation_integration 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:88:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.4";s:13:"download_link";s:93:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.4.tar.gz";s:4:"date";s:10:"1653735032";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"8.x-1.3";a:11:{s:4:"name";s:48:"scheduler_content_moderation_integration 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:88:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.3";s:13:"download_link";s:93:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.3.tar.gz";s:4:"date";s:10:"1591179040";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"8.x-1.2";a:11:{s:4:"name";s:48:"scheduler_content_moderation_integration 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:88:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.2";s:13:"download_link";s:93:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.2.tar.gz";s:4:"date";s:10:"1583246174";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:48:"scheduler_content_moderation_integration 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:88:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.1";s:13:"download_link";s:93:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.1.tar.gz";s:4:"date";s:10:"1569575585";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:48:"scheduler_content_moderation_integration 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:88:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.0";s:13:"download_link";s:93:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.0.tar.gz";s:4:"date";s:10:"1567069085";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:54:"scheduler_content_moderation_integration 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:94:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.0-beta2";s:13:"download_link";s:99:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1560239285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:54:"scheduler_content_moderation_integration 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:94:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.0-beta1";s:13:"download_link";s:99:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1555567385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:55:"scheduler_content_moderation_integration 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:95:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.0-alpha3";s:13:"download_link";s:100:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1549363080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:55:"scheduler_content_moderation_integration 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:95:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.0-alpha2";s:13:"download_link";s:100:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1548321180";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:55:"scheduler_content_moderation_integration 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:95:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.0-alpha1";s:13:"download_link";s:100:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1547034480";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:9:"3.0.x-dev";a:11:{s:4:"name";s:50:"scheduler_content_moderation_integration 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:90:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/3.0.x-dev";s:13:"download_link";s:95:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.x-dev.tar.gz";s:4:"date";s:10:"1738756696";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";s:5:"terms";a:0:{}}s:7:"2.x-dev";a:11:{s:4:"name";s:48:"scheduler_content_moderation_integration 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:88:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/2.x-dev";s:13:"download_link";s:93:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-2.x-dev.tar.gz";s:4:"date";s:10:"1738756826";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:52:"scheduler_content_moderation_integration 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:92:"https://www.drupal.org/project/scheduler_content_moderation_integration/releases/8.x-1.x-dev";s:13:"download_link";s:97:"https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1739362042";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'search_api', 'a:10:{s:5:"title";s:10:"Search API";s:10:"short_name";s:10:"search_api";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:17:"drupal/search_api";s:14:"project_status";s:9:"published";s:4:"link";s:41:"https://www.drupal.org/project/search_api";s:5:"terms";s:0:"";s:8:"releases";a:66:{s:8:"8.x-1.38";a:11:{s:4:"name";s:19:"search_api 8.x-1.38";s:7:"version";s:8:"8.x-1.38";s:3:"tag";s:8:"8.x-1.38";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.38";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.38.tar.gz";s:4:"date";s:10:"1740298961";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:8:"8.x-1.37";a:11:{s:4:"name";s:19:"search_api 8.x-1.37";s:7:"version";s:8:"8.x-1.37";s:3:"tag";s:8:"8.x-1.37";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.37";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.37.tar.gz";s:4:"date";s:10:"1732727356";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:8:"8.x-1.36";a:11:{s:4:"name";s:19:"search_api 8.x-1.36";s:7:"version";s:8:"8.x-1.36";s:3:"tag";s:8:"8.x-1.36";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.36";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.36.tar.gz";s:4:"date";s:10:"1732448767";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:8:"8.x-1.35";a:11:{s:4:"name";s:19:"search_api 8.x-1.35";s:7:"version";s:8:"8.x-1.35";s:3:"tag";s:8:"8.x-1.35";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.35";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.35.tar.gz";s:4:"date";s:10:"1718551025";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:8:"8.x-1.34";a:11:{s:4:"name";s:19:"search_api 8.x-1.34";s:7:"version";s:8:"8.x-1.34";s:3:"tag";s:8:"8.x-1.34";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.34";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.34.tar.gz";s:4:"date";s:10:"1712400445";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:8:"8.x-1.33";a:11:{s:4:"name";s:19:"search_api 8.x-1.33";s:7:"version";s:8:"8.x-1.33";s:3:"tag";s:8:"8.x-1.33";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.33";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.33.tar.gz";s:4:"date";s:10:"1712242225";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:8:"8.x-1.32";a:11:{s:4:"name";s:19:"search_api 8.x-1.32";s:7:"version";s:8:"8.x-1.32";s:3:"tag";s:8:"8.x-1.32";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.32";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.32.tar.gz";s:4:"date";s:10:"1711906241";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:8:"8.x-1.31";a:11:{s:4:"name";s:19:"search_api 8.x-1.31";s:7:"version";s:8:"8.x-1.31";s:3:"tag";s:8:"8.x-1.31";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.31";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.31.tar.gz";s:4:"date";s:10:"1700926323";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.0";}s:8:"8.x-1.30";a:11:{s:4:"name";s:19:"search_api 8.x-1.30";s:7:"version";s:8:"8.x-1.30";s:3:"tag";s:8:"8.x-1.30";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.30";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.30.tar.gz";s:4:"date";s:10:"1697366291";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.3 || ^10.0";}s:8:"8.x-1.29";a:11:{s:4:"name";s:19:"search_api 8.x-1.29";s:7:"version";s:8:"8.x-1.29";s:3:"tag";s:8:"8.x-1.29";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.29";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.29.tar.gz";s:4:"date";s:10:"1679910191";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.3 || ^10.0";}s:8:"8.x-1.28";a:11:{s:4:"name";s:19:"search_api 8.x-1.28";s:7:"version";s:8:"8.x-1.28";s:3:"tag";s:8:"8.x-1.28";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.28";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.28.tar.gz";s:4:"date";s:10:"1667814116";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.3 || ^10.0";}s:8:"8.x-1.27";a:11:{s:4:"name";s:19:"search_api 8.x-1.27";s:7:"version";s:8:"8.x-1.27";s:3:"tag";s:8:"8.x-1.27";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.27";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.27.tar.gz";s:4:"date";s:10:"1666181440";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.3 || ^10.0";}s:8:"8.x-1.26";a:11:{s:4:"name";s:19:"search_api 8.x-1.26";s:7:"version";s:8:"8.x-1.26";s:3:"tag";s:8:"8.x-1.26";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.26";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.26.tar.gz";s:4:"date";s:10:"1664974911";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.3 || ^10.0";}s:8:"8.x-1.25";a:11:{s:4:"name";s:19:"search_api 8.x-1.25";s:7:"version";s:8:"8.x-1.25";s:3:"tag";s:8:"8.x-1.25";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.25";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.25.tar.gz";s:4:"date";s:10:"1658149514";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.2 || ^10.0";}s:8:"8.x-1.24";a:11:{s:4:"name";s:19:"search_api 8.x-1.24";s:7:"version";s:8:"8.x-1.24";s:3:"tag";s:8:"8.x-1.24";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.24";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.24.tar.gz";s:4:"date";s:10:"1657180584";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:13:"^9.2 || ^10.0";}s:8:"8.x-1.23";a:11:{s:4:"name";s:19:"search_api 8.x-1.23";s:7:"version";s:8:"8.x-1.23";s:3:"tag";s:8:"8.x-1.23";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.23";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.23.tar.gz";s:4:"date";s:10:"1642769872";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.22";a:11:{s:4:"name";s:19:"search_api 8.x-1.22";s:7:"version";s:8:"8.x-1.22";s:3:"tag";s:8:"8.x-1.22";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.22";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.22.tar.gz";s:4:"date";s:10:"1641998566";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.21";a:11:{s:4:"name";s:19:"search_api 8.x-1.21";s:7:"version";s:8:"8.x-1.21";s:3:"tag";s:8:"8.x-1.21";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.21";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.21.tar.gz";s:4:"date";s:10:"1636024667";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.20";a:11:{s:4:"name";s:19:"search_api 8.x-1.20";s:7:"version";s:8:"8.x-1.20";s:3:"tag";s:8:"8.x-1.20";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.20";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.20.tar.gz";s:4:"date";s:10:"1626684847";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.19";a:11:{s:4:"name";s:19:"search_api 8.x-1.19";s:7:"version";s:8:"8.x-1.19";s:3:"tag";s:8:"8.x-1.19";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.19";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.19.tar.gz";s:4:"date";s:10:"1612192040";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.18";a:11:{s:4:"name";s:19:"search_api 8.x-1.18";s:7:"version";s:8:"8.x-1.18";s:3:"tag";s:8:"8.x-1.18";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.18";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.18.tar.gz";s:4:"date";s:10:"1603359374";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.17";a:11:{s:4:"name";s:19:"search_api 8.x-1.17";s:7:"version";s:8:"8.x-1.17";s:3:"tag";s:8:"8.x-1.17";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.17";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.17.tar.gz";s:4:"date";s:10:"1591128369";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-1.16";a:11:{s:4:"name";s:19:"search_api 8.x-1.16";s:7:"version";s:8:"8.x-1.16";s:3:"tag";s:8:"8.x-1.16";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.16";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.16.tar.gz";s:4:"date";s:10:"1586374699";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.15";a:11:{s:4:"name";s:19:"search_api 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.15";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.15.tar.gz";s:4:"date";s:10:"1573122785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.14";a:11:{s:4:"name";s:19:"search_api 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.14";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.14.tar.gz";s:4:"date";s:10:"1562599986";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.13";a:11:{s:4:"name";s:19:"search_api 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.13";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.13.tar.gz";s:4:"date";s:10:"1557244685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.12";a:11:{s:4:"name";s:19:"search_api 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.12";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.12.tar.gz";s:4:"date";s:10:"1552334285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.11";a:11:{s:4:"name";s:19:"search_api 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.11";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.11.tar.gz";s:4:"date";s:10:"1542564480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.10";a:11:{s:4:"name";s:19:"search_api 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/search_api/releases/8.x-1.10";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/search_api-8.x-1.10.tar.gz";s:4:"date";s:10:"1537175280";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.9";a:11:{s:4:"name";s:18:"search_api 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.9";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.9.tar.gz";s:4:"date";s:10:"1531985581";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.8";a:11:{s:4:"name";s:18:"search_api 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.8";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.8.tar.gz";s:4:"date";s:10:"1523872384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:18:"search_api 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.7.tar.gz";s:4:"date";s:10:"1519387684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:18:"search_api 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.6.tar.gz";s:4:"date";s:10:"1514109785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:18:"search_api 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.5.tar.gz";s:4:"date";s:10:"1507989244";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:18:"search_api 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.4.tar.gz";s:4:"date";s:10:"1504799343";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:18:"search_api 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.3.tar.gz";s:4:"date";s:10:"1500483242";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:18:"search_api 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.2.tar.gz";s:4:"date";s:10:"1498403342";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:18:"search_api 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.1.tar.gz";s:4:"date";s:10:"1494413585";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:18:"search_api 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/search_api/releases/8.x-1.0";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0.tar.gz";s:4:"date";s:10:"1493201342";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc4";a:11:{s:4:"name";s:22:"search_api 8.x-1.0-rc4";s:7:"version";s:11:"8.x-1.0-rc4";s:3:"tag";s:11:"8.x-1.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/search_api/releases/8.x-1.0-rc4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-rc4.tar.gz";s:4:"date";s:10:"1492764844";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc3";a:11:{s:4:"name";s:22:"search_api 8.x-1.0-rc3";s:7:"version";s:11:"8.x-1.0-rc3";s:3:"tag";s:11:"8.x-1.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/search_api/releases/8.x-1.0-rc3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-rc3.tar.gz";s:4:"date";s:10:"1492677545";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:22:"search_api 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/search_api/releases/8.x-1.0-rc2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1491843242";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:22:"search_api 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/search_api/releases/8.x-1.0-rc1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1491764883";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta5";a:11:{s:4:"name";s:24:"search_api 8.x-1.0-beta5";s:7:"version";s:13:"8.x-1.0-beta5";s:3:"tag";s:13:"8.x-1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api/releases/8.x-1.0-beta5";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-beta5.tar.gz";s:4:"date";s:10:"1491153783";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:24:"search_api 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api/releases/8.x-1.0-beta4";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1483286941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:24:"search_api 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api/releases/8.x-1.0-beta3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1477302541";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:24:"search_api 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api/releases/8.x-1.0-beta2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1475059139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:24:"search_api 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api/releases/8.x-1.0-beta1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1473092339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.0-alpha17";a:11:{s:4:"name";s:26:"search_api 8.x-1.0-alpha17";s:7:"version";s:15:"8.x-1.0-alpha17";s:3:"tag";s:15:"8.x-1.0-alpha17";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha17";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha17.tar.gz";s:4:"date";s:10:"1472120490";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.0-alpha16";a:11:{s:4:"name";s:26:"search_api 8.x-1.0-alpha16";s:7:"version";s:15:"8.x-1.0-alpha16";s:3:"tag";s:15:"8.x-1.0-alpha16";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha16";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha16.tar.gz";s:4:"date";s:10:"1467810839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.0-alpha15";a:11:{s:4:"name";s:26:"search_api 8.x-1.0-alpha15";s:7:"version";s:15:"8.x-1.0-alpha15";s:3:"tag";s:15:"8.x-1.0-alpha15";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha15";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha15.tar.gz";s:4:"date";s:10:"1463990939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.0-alpha14";a:11:{s:4:"name";s:26:"search_api 8.x-1.0-alpha14";s:7:"version";s:15:"8.x-1.0-alpha14";s:3:"tag";s:15:"8.x-1.0-alpha14";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha14";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha14.tar.gz";s:4:"date";s:10:"1461155939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.0-alpha13";a:11:{s:4:"name";s:26:"search_api 8.x-1.0-alpha13";s:7:"version";s:15:"8.x-1.0-alpha13";s:3:"tag";s:15:"8.x-1.0-alpha13";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha13";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha13.tar.gz";s:4:"date";s:10:"1460028239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.0-alpha12";a:11:{s:4:"name";s:26:"search_api 8.x-1.0-alpha12";s:7:"version";s:15:"8.x-1.0-alpha12";s:3:"tag";s:15:"8.x-1.0-alpha12";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha12";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha12.tar.gz";s:4:"date";s:10:"1453904040";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.0-alpha11";a:11:{s:4:"name";s:26:"search_api 8.x-1.0-alpha11";s:7:"version";s:15:"8.x-1.0-alpha11";s:3:"tag";s:15:"8.x-1.0-alpha11";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha11";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha11.tar.gz";s:4:"date";s:10:"1451396939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:15:"8.x-1.0-alpha10";a:11:{s:4:"name";s:26:"search_api 8.x-1.0-alpha10";s:7:"version";s:15:"8.x-1.0-alpha10";s:3:"tag";s:15:"8.x-1.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha10";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha10.tar.gz";s:4:"date";s:10:"1449072539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha9";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha9";s:7:"version";s:14:"8.x-1.0-alpha9";s:3:"tag";s:14:"8.x-1.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha9";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha9.tar.gz";s:4:"date";s:10:"1441882739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha8";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha8";s:7:"version";s:14:"8.x-1.0-alpha8";s:3:"tag";s:14:"8.x-1.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha8";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha8.tar.gz";s:4:"date";s:10:"1439824439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha7";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha7";s:7:"version";s:14:"8.x-1.0-alpha7";s:3:"tag";s:14:"8.x-1.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha7";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha7.tar.gz";s:4:"date";s:10:"1436513351";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha6";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha6";s:7:"version";s:14:"8.x-1.0-alpha6";s:3:"tag";s:14:"8.x-1.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha6";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha6.tar.gz";s:4:"date";s:10:"1435299182";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha5";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha5";s:7:"version";s:14:"8.x-1.0-alpha5";s:3:"tag";s:14:"8.x-1.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha5";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha5.tar.gz";s:4:"date";s:10:"1433224381";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha4";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha4";s:7:"version";s:14:"8.x-1.0-alpha4";s:3:"tag";s:14:"8.x-1.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha4";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha4.tar.gz";s:4:"date";s:10:"1432543981";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha3";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1428386881";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha2";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1426611015";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:25:"search_api 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/search_api/releases/8.x-1.0-alpha1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/search_api-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1417615680";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:22:"search_api 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/search_api/releases/8.x-1.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/search_api-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1740298614";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'search_api_autocomplete', 'a:10:{s:5:"title";s:23:"Search API Autocomplete";s:10:"short_name";s:23:"search_api_autocomplete";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:30:"drupal/search_api_autocomplete";s:14:"project_status";s:9:"published";s:4:"link";s:54:"https://www.drupal.org/project/search_api_autocomplete";s:5:"terms";s:0:"";s:8:"releases";a:19:{s:8:"8.x-1.10";a:11:{s:4:"name";s:32:"search_api_autocomplete 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:72:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.10";s:13:"download_link";s:77:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.10.tar.gz";s:4:"date";s:10:"1736941746";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:7:"8.x-1.9";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.9";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.9.tar.gz";s:4:"date";s:10:"1718551474";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.3 || ^10 || ^11";}s:7:"8.x-1.8";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.8";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.8.tar.gz";s:4:"date";s:10:"1697366383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:7:"8.x-1.7";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.7";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.7.tar.gz";s:4:"date";s:10:"1664975436";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:7:"8.x-1.6";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.6";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.6.tar.gz";s:4:"date";s:10:"1641998786";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.5";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.5";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.5.tar.gz";s:4:"date";s:10:"1626685059";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.4";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.4";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.4.tar.gz";s:4:"date";s:10:"1599485732";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.3";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.3";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.3.tar.gz";s:4:"date";s:10:"1586525556";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.2";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.2.tar.gz";s:4:"date";s:10:"1552333980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.1";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.1.tar.gz";s:4:"date";s:10:"1537174980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:31:"search_api_autocomplete 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.0";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.0.tar.gz";s:4:"date";s:10:"1521362884";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:35:"search_api_autocomplete 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:75:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.0-rc2";s:13:"download_link";s:80:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1519829285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:35:"search_api_autocomplete 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:75:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.0-rc1";s:13:"download_link";s:80:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1517151784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:37:"search_api_autocomplete 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.0-beta2";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1509899285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:37:"search_api_autocomplete 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:77:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.0-beta1";s:13:"download_link";s:82:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1505221444";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:38:"search_api_autocomplete 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:78:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.0-alpha3";s:13:"download_link";s:83:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1502711044";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:38:"search_api_autocomplete 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:78:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.0-alpha2";s:13:"download_link";s:83:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1495529883";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:38:"search_api_autocomplete 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:78:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.0-alpha1";s:13:"download_link";s:83:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1478684640";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:35:"search_api_autocomplete 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:75:"https://www.drupal.org/project/search_api_autocomplete/releases/8.x-1.x-dev";s:13:"download_link";s:80:"https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1740299561";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'search_api_exclude', 'a:10:{s:5:"title";s:18:"Search API exclude";s:10:"short_name";s:18:"search_api_exclude";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"2.0.";s:18:"composer_namespace";s:25:"drupal/search_api_exclude";s:14:"project_status";s:9:"published";s:4:"link";s:49:"https://www.drupal.org/project/search_api_exclude";s:5:"terms";s:0:"";s:8:"releases";a:6:{s:5:"2.0.3";a:11:{s:4:"name";s:24:"search_api_exclude 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api_exclude/releases/2.0.3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api_exclude-2.0.3.tar.gz";s:4:"date";s:10:"1726853600";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"2.0.2";a:11:{s:4:"name";s:24:"search_api_exclude 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api_exclude/releases/2.0.2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api_exclude-2.0.2.tar.gz";s:4:"date";s:10:"1682079040";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";s:5:"terms";a:0:{}}s:5:"2.0.0";a:11:{s:4:"name";s:24:"search_api_exclude 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/search_api_exclude/releases/2.0.0";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/search_api_exclude-2.0.0.tar.gz";s:4:"date";s:10:"1628003031";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:33:"search_api_exclude 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:73:"https://www.drupal.org/project/search_api_exclude/releases/8.x-1.0-alpha1";s:13:"download_link";s:78:"https://ftp.drupal.org/files/projects/search_api_exclude-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1510581184";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:9:"2.0.x-dev";a:11:{s:4:"name";s:28:"search_api_exclude 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:68:"https://www.drupal.org/project/search_api_exclude/releases/2.0.x-dev";s:13:"download_link";s:73:"https://ftp.drupal.org/files/projects/search_api_exclude-2.0.x-dev.tar.gz";s:4:"date";s:10:"1726852932";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:30:"search_api_exclude 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/search_api_exclude/releases/8.x-1.x-dev";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/search_api_exclude-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1682078708";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'selective_better_exposed_filters', 'a:10:{s:5:"title";s:32:"Selective Better Exposed Filters";s:10:"short_name";s:32:"selective_better_exposed_filters";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"3.0.,3.1.";s:18:"composer_namespace";s:39:"drupal/selective_better_exposed_filters";s:14:"project_status";s:9:"published";s:4:"link";s:63:"https://www.drupal.org/project/selective_better_exposed_filters";s:5:"terms";s:0:"";s:8:"releases";a:22:{s:5:"3.0.3";a:11:{s:4:"name";s:38:"selective_better_exposed_filters 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:78:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.0.3";s:13:"download_link";s:83:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.0.3.tar.gz";s:4:"date";s:10:"1719744192";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:5:"3.0.2";a:11:{s:4:"name";s:38:"selective_better_exposed_filters 3.0.2";s:7:"version";s:5:"3.0.2";s:3:"tag";s:5:"3.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:78:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.0.2";s:13:"download_link";s:83:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.0.2.tar.gz";s:4:"date";s:10:"1705262876";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"3.0.1";a:11:{s:4:"name";s:38:"selective_better_exposed_filters 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:78:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.0.1";s:13:"download_link";s:83:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.0.1.tar.gz";s:4:"date";s:10:"1698259916";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"3.0.0";a:11:{s:4:"name";s:38:"selective_better_exposed_filters 3.0.0";s:7:"version";s:5:"3.0.0";s:3:"tag";s:5:"3.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:78:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.0.0";s:13:"download_link";s:83:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.0.0.tar.gz";s:4:"date";s:10:"1697144215";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"3.0.0-beta2";a:11:{s:4:"name";s:44:"selective_better_exposed_filters 3.0.0-beta2";s:7:"version";s:11:"3.0.0-beta2";s:3:"tag";s:11:"3.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:84:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.0.0-beta2";s:13:"download_link";s:89:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.0.0-beta2.tar.gz";s:4:"date";s:10:"1697095805";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"3.0.0-beta1";a:11:{s:4:"name";s:44:"selective_better_exposed_filters 3.0.0-beta1";s:7:"version";s:11:"3.0.0-beta1";s:3:"tag";s:11:"3.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:84:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.0.0-beta1";s:13:"download_link";s:89:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.0.0-beta1.tar.gz";s:4:"date";s:10:"1671917757";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:13:"8.x-2.0-beta6";a:11:{s:4:"name";s:46:"selective_better_exposed_filters 8.x-2.0-beta6";s:7:"version";s:13:"8.x-2.0-beta6";s:3:"tag";s:13:"8.x-2.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-2.0-beta6";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-2.0-beta6.tar.gz";s:4:"date";s:10:"1595929214";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta5";a:11:{s:4:"name";s:46:"selective_better_exposed_filters 8.x-2.0-beta5";s:7:"version";s:13:"8.x-2.0-beta5";s:3:"tag";s:13:"8.x-2.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-2.0-beta5";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-2.0-beta5.tar.gz";s:4:"date";s:10:"1592897213";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta4";a:11:{s:4:"name";s:46:"selective_better_exposed_filters 8.x-2.0-beta4";s:7:"version";s:13:"8.x-2.0-beta4";s:3:"tag";s:13:"8.x-2.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-2.0-beta4";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-2.0-beta4.tar.gz";s:4:"date";s:10:"1588079136";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta3";a:11:{s:4:"name";s:46:"selective_better_exposed_filters 8.x-2.0-beta3";s:7:"version";s:13:"8.x-2.0-beta3";s:3:"tag";s:13:"8.x-2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-2.0-beta3";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-2.0-beta3.tar.gz";s:4:"date";s:10:"1587736567";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta2";a:11:{s:4:"name";s:46:"selective_better_exposed_filters 8.x-2.0-beta2";s:7:"version";s:13:"8.x-2.0-beta2";s:3:"tag";s:13:"8.x-2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-2.0-beta2";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-2.0-beta2.tar.gz";s:4:"date";s:10:"1587648524";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta1";a:11:{s:4:"name";s:46:"selective_better_exposed_filters 8.x-2.0-beta1";s:7:"version";s:13:"8.x-2.0-beta1";s:3:"tag";s:13:"8.x-2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-2.0-beta1";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-2.0-beta1.tar.gz";s:4:"date";s:10:"1587632224";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:46:"selective_better_exposed_filters 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-1.0-beta2";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1565365384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:46:"selective_better_exposed_filters 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:86:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-1.0-beta1";s:13:"download_link";s:91:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1557123781";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:47:"selective_better_exposed_filters 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:87:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-1.0-alpha3";s:13:"download_link";s:92:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1552470185";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:47:"selective_better_exposed_filters 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:87:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-1.0-alpha2";s:13:"download_link";s:92:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1552468689";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:47:"selective_better_exposed_filters 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:87:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-1.0-alpha1";s:13:"download_link";s:92:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1551439384";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:9:"3.1.x-dev";a:11:{s:4:"name";s:42:"selective_better_exposed_filters 3.1.x-dev";s:7:"version";s:9:"3.1.x-dev";s:3:"tag";s:5:"3.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:82:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.1.x-dev";s:13:"download_link";s:87:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.1.x-dev.tar.gz";s:4:"date";s:10:"1721561607";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:9:"3.0.x-dev";a:11:{s:4:"name";s:42:"selective_better_exposed_filters 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:82:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.0.x-dev";s:13:"download_link";s:87:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.0.x-dev.tar.gz";s:4:"date";s:10:"1719744017";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:7:"3.x-dev";a:11:{s:4:"name";s:40:"selective_better_exposed_filters 3.x-dev";s:7:"version";s:7:"3.x-dev";s:3:"tag";s:3:"3.x";s:6:"status";s:9:"published";s:12:"release_link";s:80:"https://www.drupal.org/project/selective_better_exposed_filters/releases/3.x-dev";s:13:"download_link";s:85:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-3.x-dev.tar.gz";s:4:"date";s:10:"1671917458";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";s:5:"terms";a:0:{}}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:44:"selective_better_exposed_filters 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:84:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-2.x-dev";s:13:"download_link";s:89:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1671833027";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:44:"selective_better_exposed_filters 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:84:"https://www.drupal.org/project/selective_better_exposed_filters/releases/8.x-1.x-dev";s:13:"download_link";s:89:"https://ftp.drupal.org/files/projects/selective_better_exposed_filters-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1580122385";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'seo_checklist', 'a:10:{s:5:"title";s:13:"SEO Checklist";s:10:"short_name";s:13:"seo_checklist";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"5.2.";s:18:"composer_namespace";s:20:"drupal/seo_checklist";s:14:"project_status";s:9:"published";s:4:"link";s:44:"https://www.drupal.org/project/seo_checklist";s:5:"terms";s:0:"";s:8:"releases";a:11:{s:5:"5.2.4";a:11:{s:4:"name";s:19:"seo_checklist 5.2.4";s:7:"version";s:5:"5.2.4";s:3:"tag";s:5:"5.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/seo_checklist/releases/5.2.4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/seo_checklist-5.2.4.tar.gz";s:4:"date";s:10:"1736549430";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:5:"5.2.2";a:11:{s:4:"name";s:19:"seo_checklist 5.2.2";s:7:"version";s:5:"5.2.2";s:3:"tag";s:5:"5.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/seo_checklist/releases/5.2.2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/seo_checklist-5.2.2.tar.gz";s:4:"date";s:10:"1732123457";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:5:"5.2.1";a:11:{s:4:"name";s:19:"seo_checklist 5.2.1";s:7:"version";s:5:"5.2.1";s:3:"tag";s:5:"5.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/seo_checklist/releases/5.2.1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/seo_checklist-5.2.1.tar.gz";s:4:"date";s:10:"1726074423";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:5:"5.2.0";a:11:{s:4:"name";s:19:"seo_checklist 5.2.0";s:7:"version";s:5:"5.2.0";s:3:"tag";s:5:"5.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/seo_checklist/releases/5.2.0";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/seo_checklist-5.2.0.tar.gz";s:4:"date";s:10:"1687450936";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"5.1.0";a:11:{s:4:"name";s:19:"seo_checklist 5.1.0";s:7:"version";s:5:"5.1.0";s:3:"tag";s:5:"5.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/seo_checklist/releases/5.1.0";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/seo_checklist-5.1.0.tar.gz";s:4:"date";s:10:"1629912904";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"5.0.0";a:11:{s:4:"name";s:19:"seo_checklist 5.0.0";s:7:"version";s:5:"5.0.0";s:3:"tag";s:5:"5.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/seo_checklist/releases/5.0.0";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/seo_checklist-5.0.0.tar.gz";s:4:"date";s:10:"1621000992";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-4.1";a:11:{s:4:"name";s:21:"seo_checklist 8.x-4.1";s:7:"version";s:7:"8.x-4.1";s:3:"tag";s:7:"8.x-4.1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/seo_checklist/releases/8.x-4.1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/seo_checklist-8.x-4.1.tar.gz";s:4:"date";s:10:"1512797885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-4.0";a:11:{s:4:"name";s:21:"seo_checklist 8.x-4.0";s:7:"version";s:7:"8.x-4.0";s:3:"tag";s:7:"8.x-4.0";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/seo_checklist/releases/8.x-4.0";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/seo_checklist-8.x-4.0.tar.gz";s:4:"date";s:10:"1479573239";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:9:"5.2.x-dev";a:11:{s:4:"name";s:23:"seo_checklist 5.2.x-dev";s:7:"version";s:9:"5.2.x-dev";s:3:"tag";s:5:"5.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/seo_checklist/releases/5.2.x-dev";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/seo_checklist-5.2.x-dev.tar.gz";s:4:"date";s:10:"1736530088";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:9:"5.0.x-dev";a:11:{s:4:"name";s:23:"seo_checklist 5.0.x-dev";s:7:"version";s:9:"5.0.x-dev";s:3:"tag";s:5:"5.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/seo_checklist/releases/5.0.x-dev";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/seo_checklist-5.0.x-dev.tar.gz";s:4:"date";s:10:"1629911606";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-4.x-dev";a:11:{s:4:"name";s:25:"seo_checklist 8.x-4.x-dev";s:7:"version";s:11:"8.x-4.x-dev";s:3:"tag";s:7:"8.x-4.x";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/seo_checklist/releases/8.x-4.x-dev";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/seo_checklist-8.x-4.x-dev.tar.gz";s:4:"date";s:10:"1601484811";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'simple_search_form', 'a:10:{s:5:"title";s:18:"Simple search form";s:10:"short_name";s:18:"simple_search_form";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:25:"drupal/simple_search_form";s:14:"project_status";s:9:"published";s:4:"link";s:49:"https://www.drupal.org/project/simple_search_form";s:5:"terms";s:0:"";s:8:"releases";a:8:{s:7:"8.x-1.6";a:11:{s:4:"name";s:26:"simple_search_form 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.6";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.6.tar.gz";s:4:"date";s:10:"1731408948";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:7:"8.x-1.5";a:11:{s:4:"name";s:26:"simple_search_form 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.5";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.5.tar.gz";s:4:"date";s:10:"1688653507";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:7:"8.x-1.4";a:11:{s:4:"name";s:26:"simple_search_form 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.4";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.4.tar.gz";s:4:"date";s:10:"1639145468";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.3";a:11:{s:4:"name";s:26:"simple_search_form 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.3";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.3.tar.gz";s:4:"date";s:10:"1611834134";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.2";a:11:{s:4:"name";s:26:"simple_search_form 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.2";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.2.tar.gz";s:4:"date";s:10:"1599056842";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.1";a:11:{s:4:"name";s:26:"simple_search_form 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.1";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.1.tar.gz";s:4:"date";s:10:"1592389583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.0";a:11:{s:4:"name";s:26:"simple_search_form 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.0";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.0.tar.gz";s:4:"date";s:10:"1581421460";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:30:"simple_search_form 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:70:"https://www.drupal.org/project/simple_search_form/releases/8.x-1.x-dev";s:13:"download_link";s:75:"https://ftp.drupal.org/files/projects/simple_search_form-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1731407376";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'simple_sitemap', 'a:10:{s:5:"title";s:18:"Simple XML sitemap";s:10:"short_name";s:14:"simple_sitemap";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"4.2.";s:18:"composer_namespace";s:21:"drupal/simple_sitemap";s:14:"project_status";s:9:"published";s:4:"link";s:45:"https://www.drupal.org/project/simple_sitemap";s:5:"terms";s:0:"";s:8:"releases";a:62:{s:5:"4.2.2";a:11:{s:4:"name";s:20:"simple_sitemap 4.2.2";s:7:"version";s:5:"4.2.2";s:3:"tag";s:5:"4.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.2.2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.2.2.tar.gz";s:4:"date";s:10:"1732485885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"4.2.1";a:11:{s:4:"name";s:20:"simple_sitemap 4.2.1";s:7:"version";s:5:"4.2.1";s:3:"tag";s:5:"4.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.2.1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.2.1.tar.gz";s:4:"date";s:10:"1723801798";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:5:"4.1.9";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.9";s:7:"version";s:5:"4.1.9";s:3:"tag";s:5:"4.1.9";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.9";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.9.tar.gz";s:4:"date";s:10:"1712441537";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.1.8";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.8";s:7:"version";s:5:"4.1.8";s:3:"tag";s:5:"4.1.8";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.8";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.8.tar.gz";s:4:"date";s:10:"1702898353";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.1.7";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.7";s:7:"version";s:5:"4.1.7";s:3:"tag";s:5:"4.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.7";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.7.tar.gz";s:4:"date";s:10:"1698936269";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.1.6";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.6";s:7:"version";s:5:"4.1.6";s:3:"tag";s:5:"4.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.6";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.6.tar.gz";s:4:"date";s:10:"1686288643";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.1.5";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.5";s:7:"version";s:5:"4.1.5";s:3:"tag";s:5:"4.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.5";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.5.tar.gz";s:4:"date";s:10:"1686252274";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.1.4";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.4";s:7:"version";s:5:"4.1.4";s:3:"tag";s:5:"4.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.4";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.4.tar.gz";s:4:"date";s:10:"1674226567";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.1.3";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.3";s:7:"version";s:5:"4.1.3";s:3:"tag";s:5:"4.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.3.tar.gz";s:4:"date";s:10:"1665533576";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.1.2";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.2";s:7:"version";s:5:"4.1.2";s:3:"tag";s:5:"4.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.2.tar.gz";s:4:"date";s:10:"1655334532";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"4.1.1";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.1";s:7:"version";s:5:"4.1.1";s:3:"tag";s:5:"4.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.1.tar.gz";s:4:"date";s:10:"1644365752";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:5:"4.1.0";a:11:{s:4:"name";s:20:"simple_sitemap 4.1.0";s:7:"version";s:5:"4.1.0";s:3:"tag";s:5:"4.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.1.0";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.1.0.tar.gz";s:4:"date";s:10:"1644326226";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:5:"4.0.1";a:11:{s:4:"name";s:20:"simple_sitemap 4.0.1";s:7:"version";s:5:"4.0.1";s:3:"tag";s:5:"4.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.0.1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.0.1.tar.gz";s:4:"date";s:10:"1640700058";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:5:"4.0.0";a:11:{s:4:"name";s:20:"simple_sitemap 4.0.0";s:7:"version";s:5:"4.0.0";s:3:"tag";s:5:"4.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/simple_sitemap/releases/4.0.0";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/simple_sitemap-4.0.0.tar.gz";s:4:"date";s:10:"1636933564";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:9:"4.0.0-rc1";a:11:{s:4:"name";s:24:"simple_sitemap 4.0.0-rc1";s:7:"version";s:9:"4.0.0-rc1";s:3:"tag";s:9:"4.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/simple_sitemap/releases/4.0.0-rc1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/simple_sitemap-4.0.0-rc1.tar.gz";s:4:"date";s:10:"1634992325";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:12:"4.0.0-alpha3";a:11:{s:4:"name";s:27:"simple_sitemap 4.0.0-alpha3";s:7:"version";s:12:"4.0.0-alpha3";s:3:"tag";s:12:"4.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/simple_sitemap/releases/4.0.0-alpha3";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/simple_sitemap-4.0.0-alpha3.tar.gz";s:4:"date";s:10:"1634342992";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:12:"4.0.0-alpha2";a:11:{s:4:"name";s:27:"simple_sitemap 4.0.0-alpha2";s:7:"version";s:12:"4.0.0-alpha2";s:3:"tag";s:12:"4.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/simple_sitemap/releases/4.0.0-alpha2";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/simple_sitemap-4.0.0-alpha2.tar.gz";s:4:"date";s:10:"1626796251";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:12:"4.0.0-alpha1";a:11:{s:4:"name";s:27:"simple_sitemap 4.0.0-alpha1";s:7:"version";s:12:"4.0.0-alpha1";s:3:"tag";s:12:"4.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:67:"https://www.drupal.org/project/simple_sitemap/releases/4.0.0-alpha1";s:13:"download_link";s:72:"https://ftp.drupal.org/files/projects/simple_sitemap-4.0.0-alpha1.tar.gz";s:4:"date";s:10:"1625063106";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-3.11";a:11:{s:4:"name";s:23:"simple_sitemap 8.x-3.11";s:7:"version";s:8:"8.x-3.11";s:3:"tag";s:8:"8.x-3.11";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.11";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.11.tar.gz";s:4:"date";s:10:"1634343986";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-3.10";a:11:{s:4:"name";s:23:"simple_sitemap 8.x-3.10";s:7:"version";s:8:"8.x-3.10";s:3:"tag";s:8:"8.x-3.10";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.10";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.10.tar.gz";s:4:"date";s:10:"1617833756";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.9";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.9";s:7:"version";s:7:"8.x-3.9";s:3:"tag";s:7:"8.x-3.9";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.9";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.9.tar.gz";s:4:"date";s:10:"1614984547";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.8";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.8";s:7:"version";s:7:"8.x-3.8";s:3:"tag";s:7:"8.x-3.8";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.8";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.8.tar.gz";s:4:"date";s:10:"1605141357";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.7";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.7";s:7:"version";s:7:"8.x-3.7";s:3:"tag";s:7:"8.x-3.7";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.7";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.7.tar.gz";s:4:"date";s:10:"1592298874";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.6";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.6";s:7:"version";s:7:"8.x-3.6";s:3:"tag";s:7:"8.x-3.6";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.6";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.6.tar.gz";s:4:"date";s:10:"1586468194";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.5";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.5";s:7:"version";s:7:"8.x-3.5";s:3:"tag";s:7:"8.x-3.5";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.5";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.5.tar.gz";s:4:"date";s:10:"1576429387";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-3.4";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.4";s:7:"version";s:7:"8.x-3.4";s:3:"tag";s:7:"8.x-3.4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.4.tar.gz";s:4:"date";s:10:"1570445886";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-3.3";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.3";s:7:"version";s:7:"8.x-3.3";s:3:"tag";s:7:"8.x-3.3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.3.tar.gz";s:4:"date";s:10:"1563488885";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-3.2";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.2";s:7:"version";s:7:"8.x-3.2";s:3:"tag";s:7:"8.x-3.2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.2.tar.gz";s:4:"date";s:10:"1559004185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-3.1";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.1";s:7:"version";s:7:"8.x-3.1";s:3:"tag";s:7:"8.x-3.1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.1.tar.gz";s:4:"date";s:10:"1552141685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-3.0";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-3.0";s:7:"version";s:7:"8.x-3.0";s:3:"tag";s:7:"8.x-3.0";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.0";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.0.tar.gz";s:4:"date";s:10:"1544174880";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-3.0-rc4";a:11:{s:4:"name";s:26:"simple_sitemap 8.x-3.0-rc4";s:7:"version";s:11:"8.x-3.0-rc4";s:3:"tag";s:11:"8.x-3.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.0-rc4";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.0-rc4.tar.gz";s:4:"date";s:10:"1543633381";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-3.0-rc3";a:11:{s:4:"name";s:26:"simple_sitemap 8.x-3.0-rc3";s:7:"version";s:11:"8.x-3.0-rc3";s:3:"tag";s:11:"8.x-3.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.0-rc3";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.0-rc3.tar.gz";s:4:"date";s:10:"1543326780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-3.0-rc2";a:11:{s:4:"name";s:26:"simple_sitemap 8.x-3.0-rc2";s:7:"version";s:11:"8.x-3.0-rc2";s:3:"tag";s:11:"8.x-3.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.0-rc2";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.0-rc2.tar.gz";s:4:"date";s:10:"1542631980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-3.0-rc1";a:11:{s:4:"name";s:26:"simple_sitemap 8.x-3.0-rc1";s:7:"version";s:11:"8.x-3.0-rc1";s:3:"tag";s:11:"8.x-3.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.0-rc1";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.0-rc1.tar.gz";s:4:"date";s:10:"1542505084";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:8:"8.x-2.12";a:11:{s:4:"name";s:23:"simple_sitemap 8.x-2.12";s:7:"version";s:8:"8.x-2.12";s:3:"tag";s:8:"8.x-2.12";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.12";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.tar.gz";s:4:"date";s:10:"1523202480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-2.11";a:11:{s:4:"name";s:23:"simple_sitemap 8.x-2.11";s:7:"version";s:8:"8.x-2.11";s:3:"tag";s:8:"8.x-2.11";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.11";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.11.tar.gz";s:4:"date";s:10:"1513114985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-2.10";a:11:{s:4:"name";s:23:"simple_sitemap 8.x-2.10";s:7:"version";s:8:"8.x-2.10";s:3:"tag";s:8:"8.x-2.10";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.10";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.10.tar.gz";s:4:"date";s:10:"1506357544";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.9";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.9";s:7:"version";s:7:"8.x-2.9";s:3:"tag";s:7:"8.x-2.9";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.9";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.tar.gz";s:4:"date";s:10:"1490775483";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.8";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.8";s:7:"version";s:7:"8.x-2.8";s:3:"tag";s:7:"8.x-2.8";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.8";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.8.tar.gz";s:4:"date";s:10:"1482783482";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.7";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.7";s:7:"version";s:7:"8.x-2.7";s:3:"tag";s:7:"8.x-2.7";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.7";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.7.tar.gz";s:4:"date";s:10:"1478810042";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.6";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.6";s:7:"version";s:7:"8.x-2.6";s:3:"tag";s:7:"8.x-2.6";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.6";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.6.tar.gz";s:4:"date";s:10:"1471954139";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.5";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.5";s:7:"version";s:7:"8.x-2.5";s:3:"tag";s:7:"8.x-2.5";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.5";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.5.tar.gz";s:4:"date";s:10:"1465427039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.4";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.4";s:7:"version";s:7:"8.x-2.4";s:3:"tag";s:7:"8.x-2.4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.4.tar.gz";s:4:"date";s:10:"1474285739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.3";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.3";s:7:"version";s:7:"8.x-2.3";s:3:"tag";s:7:"8.x-2.3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.3.tar.gz";s:4:"date";s:10:"1464269943";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.2";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.2";s:7:"version";s:7:"8.x-2.2";s:3:"tag";s:7:"8.x-2.2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.2.tar.gz";s:4:"date";s:10:"1459197239";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-2.1";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-2.1";s:7:"version";s:7:"8.x-2.1";s:3:"tag";s:7:"8.x-2.1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.1.tar.gz";s:4:"date";s:10:"1456591439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.11";a:11:{s:4:"name";s:23:"simple_sitemap 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.11";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.11.tar.gz";s:4:"date";s:10:"1455214439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.10";a:11:{s:4:"name";s:23:"simple_sitemap 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.10";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.10.tar.gz";s:4:"date";s:10:"1474285739";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"8.x-1.9";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.9";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.9.tar.gz";s:4:"date";s:10:"1474285739";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"8.x-1.8";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.8";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.8.tar.gz";s:4:"date";s:10:"1454217240";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.7";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.7.tar.gz";s:4:"date";s:10:"1453164240";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.6";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.6.tar.gz";s:4:"date";s:10:"1452561240";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.5";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.5.tar.gz";s:4:"date";s:10:"1452357539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.4.tar.gz";s:4:"date";s:10:"1474285739";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"8.x-1.3";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.3.tar.gz";s:4:"date";s:10:"1451828039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.2.tar.gz";s:4:"date";s:10:"1446835439";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.1.tar.gz";s:4:"date";s:10:"1446827039";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"8.x-1.0";a:11:{s:4:"name";s:22:"simple_sitemap 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.0";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.0.tar.gz";s:4:"date";s:10:"1474285739";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"4.x-dev";a:11:{s:4:"name";s:22:"simple_sitemap 4.x-dev";s:7:"version";s:7:"4.x-dev";s:3:"tag";s:3:"4.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/simple_sitemap/releases/4.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/simple_sitemap-4.x-dev.tar.gz";s:4:"date";s:10:"1741088948";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:11:"8.x-3.x-dev";a:11:{s:4:"name";s:26:"simple_sitemap 8.x-3.x-dev";s:7:"version";s:11:"8.x-3.x-dev";s:3:"tag";s:7:"8.x-3.x";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_sitemap/releases/8.x-3.x-dev";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.x-dev.tar.gz";s:4:"date";s:10:"1644917966";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:26:"simple_sitemap 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_sitemap/releases/8.x-2.x-dev";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1528184884";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:26:"simple_sitemap 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:66:"https://www.drupal.org/project/simple_sitemap/releases/8.x-1.x-dev";s:13:"download_link";s:71:"https://ftp.drupal.org/files/projects/simple_sitemap-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1457130540";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'sitemap', 'a:10:{s:5:"title";s:7:"Sitemap";s:10:"short_name";s:7:"sitemap";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-2.";s:18:"composer_namespace";s:14:"drupal/sitemap";s:14:"project_status";s:9:"published";s:4:"link";s:38:"https://www.drupal.org/project/sitemap";s:5:"terms";s:0:"";s:8:"releases";a:27:{s:7:"8.x-2.0";a:11:{s:4:"name";s:15:"sitemap 8.x-2.0";s:7:"version";s:7:"8.x-2.0";s:3:"tag";s:7:"8.x-2.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/sitemap/releases/8.x-2.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0.tar.gz";s:4:"date";s:10:"1724850101";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-2.0-rc1";a:11:{s:4:"name";s:19:"sitemap 8.x-2.0-rc1";s:7:"version";s:11:"8.x-2.0-rc1";s:3:"tag";s:11:"8.x-2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-rc1.tar.gz";s:4:"date";s:10:"1723648640";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";}s:13:"8.x-2.0-beta9";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta9";s:7:"version";s:13:"8.x-2.0-beta9";s:3:"tag";s:13:"8.x-2.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta9";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta9.tar.gz";s:4:"date";s:10:"1723505899";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.1 || ^10 || ^11";}s:13:"8.x-2.0-beta8";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta8";s:7:"version";s:13:"8.x-2.0-beta8";s:3:"tag";s:13:"8.x-2.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta8";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta8.tar.gz";s:4:"date";s:10:"1723024071";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.1 || ^10 || ^11";}s:13:"8.x-2.0-beta7";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta7";s:7:"version";s:13:"8.x-2.0-beta7";s:3:"tag";s:13:"8.x-2.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta7";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta7.tar.gz";s:4:"date";s:10:"1722994488";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.1 || ^10 || ^11";}s:13:"8.x-2.0-beta6";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta6";s:7:"version";s:13:"8.x-2.0-beta6";s:3:"tag";s:13:"8.x-2.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta6";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta6.tar.gz";s:4:"date";s:10:"1709502115";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.1 || ^10";}s:13:"8.x-2.0-beta5";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta5";s:7:"version";s:13:"8.x-2.0-beta5";s:3:"tag";s:13:"8.x-2.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta5";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta5.tar.gz";s:4:"date";s:10:"1709412380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.1 || ^10";}s:13:"8.x-2.0-beta4";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta4";s:7:"version";s:13:"8.x-2.0-beta4";s:3:"tag";s:13:"8.x-2.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta4.tar.gz";s:4:"date";s:10:"1672799632";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.1 || ^10";}s:13:"8.x-2.0-beta3";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta3";s:7:"version";s:13:"8.x-2.0-beta3";s:3:"tag";s:13:"8.x-2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta3.tar.gz";s:4:"date";s:10:"1646936820";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta2";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta2";s:7:"version";s:13:"8.x-2.0-beta2";s:3:"tag";s:13:"8.x-2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta2.tar.gz";s:4:"date";s:10:"1603126195";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta1";a:11:{s:4:"name";s:21:"sitemap 8.x-2.0-beta1";s:7:"version";s:13:"8.x-2.0-beta1";s:3:"tag";s:13:"8.x-2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-beta1.tar.gz";s:4:"date";s:10:"1591654755";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:14:"8.x-2.0-alpha3";a:11:{s:4:"name";s:22:"sitemap 8.x-2.0-alpha3";s:7:"version";s:14:"8.x-2.0-alpha3";s:3:"tag";s:14:"8.x-2.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-alpha3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-alpha3.tar.gz";s:4:"date";s:10:"1591651844";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:14:"8.x-2.0-alpha2";a:11:{s:4:"name";s:22:"sitemap 8.x-2.0-alpha2";s:7:"version";s:14:"8.x-2.0-alpha2";s:3:"tag";s:14:"8.x-2.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/sitemap/releases/8.x-2.0-alpha2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.0-alpha2.tar.gz";s:4:"date";s:10:"1591061211";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:7:"8.x-1.5";a:11:{s:4:"name";s:15:"sitemap 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/sitemap/releases/8.x-1.5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.5.tar.gz";s:4:"date";s:10:"1541693881";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:15:"sitemap 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/sitemap/releases/8.x-1.4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.4.tar.gz";s:4:"date";s:10:"1524583085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:15:"sitemap 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/sitemap/releases/8.x-1.3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.3.tar.gz";s:4:"date";s:10:"1488325384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:15:"sitemap 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/sitemap/releases/8.x-1.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.2.tar.gz";s:4:"date";s:10:"1471963739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:15:"sitemap 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/sitemap/releases/8.x-1.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.1.tar.gz";s:4:"date";s:10:"1471281839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:15:"sitemap 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/sitemap/releases/8.x-1.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.0.tar.gz";s:4:"date";s:10:"1448047439";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:19:"sitemap 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/sitemap/releases/8.x-1.0-rc2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1447772939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:19:"sitemap 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/sitemap/releases/8.x-1.0-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1447622640";s:5:"files";s:0:"";s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:21:"sitemap 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-1.0-beta3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1447385940";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:21:"sitemap 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-1.0-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1447385940";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:21:"sitemap 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/sitemap/releases/8.x-1.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1447256342";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:22:"sitemap 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/sitemap/releases/8.x-1.0-alpha1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1447006739";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:19:"sitemap 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/sitemap/releases/8.x-2.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/sitemap-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1729021671";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.2 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:19:"sitemap 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/sitemap/releases/8.x-1.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/sitemap-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1589549147";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'smart_date', 'a:10:{s:5:"title";s:10:"Smart Date";s:10:"short_name";s:10:"smart_date";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"4.2.";s:18:"composer_namespace";s:17:"drupal/smart_date";s:14:"project_status";s:9:"published";s:4:"link";s:41:"https://www.drupal.org/project/smart_date";s:5:"terms";s:0:"";s:8:"releases";a:133:{s:5:"4.2.3";a:11:{s:4:"name";s:16:"smart_date 4.2.3";s:7:"version";s:5:"4.2.3";s:3:"tag";s:5:"4.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.2.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.2.3.tar.gz";s:4:"date";s:10:"1740856565";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.2.2";a:11:{s:4:"name";s:16:"smart_date 4.2.2";s:7:"version";s:5:"4.2.2";s:3:"tag";s:5:"4.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.2.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.2.2.tar.gz";s:4:"date";s:10:"1738839300";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.2.1";a:11:{s:4:"name";s:16:"smart_date 4.2.1";s:7:"version";s:5:"4.2.1";s:3:"tag";s:5:"4.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.2.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.2.1.tar.gz";s:4:"date";s:10:"1731590994";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.2.0";a:11:{s:4:"name";s:16:"smart_date 4.2.0";s:7:"version";s:5:"4.2.0";s:3:"tag";s:5:"4.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.2.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.2.0.tar.gz";s:4:"date";s:10:"1731409952";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"4.2.0-rc1";a:11:{s:4:"name";s:20:"smart_date 4.2.0-rc1";s:7:"version";s:9:"4.2.0-rc1";s:3:"tag";s:9:"4.2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.2.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.2.0-rc1.tar.gz";s:4:"date";s:10:"1730810775";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"4.2.0-beta2";a:11:{s:4:"name";s:22:"smart_date 4.2.0-beta2";s:7:"version";s:11:"4.2.0-beta2";s:3:"tag";s:11:"4.2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/4.2.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-4.2.0-beta2.tar.gz";s:4:"date";s:10:"1729772971";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:11:"4.2.0-beta1";a:11:{s:4:"name";s:22:"smart_date 4.2.0-beta1";s:7:"version";s:11:"4.2.0-beta1";s:3:"tag";s:11:"4.2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/4.2.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-4.2.0-beta1.tar.gz";s:4:"date";s:10:"1726577165";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.1.6";a:11:{s:4:"name";s:16:"smart_date 4.1.6";s:7:"version";s:5:"4.1.6";s:3:"tag";s:5:"4.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.1.6";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.1.6.tar.gz";s:4:"date";s:10:"1725628698";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.1.5";a:11:{s:4:"name";s:16:"smart_date 4.1.5";s:7:"version";s:5:"4.1.5";s:3:"tag";s:5:"4.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.1.5";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.1.5.tar.gz";s:4:"date";s:10:"1723711336";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.1.4";a:11:{s:4:"name";s:16:"smart_date 4.1.4";s:7:"version";s:5:"4.1.4";s:3:"tag";s:5:"4.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.1.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.1.4.tar.gz";s:4:"date";s:10:"1722508963";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.1.3";a:11:{s:4:"name";s:16:"smart_date 4.1.3";s:7:"version";s:5:"4.1.3";s:3:"tag";s:5:"4.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.1.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.1.3.tar.gz";s:4:"date";s:10:"1716307674";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.1.2";a:11:{s:4:"name";s:16:"smart_date 4.1.2";s:7:"version";s:5:"4.1.2";s:3:"tag";s:5:"4.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.1.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.1.2.tar.gz";s:4:"date";s:10:"1714740572";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.1.1";a:11:{s:4:"name";s:16:"smart_date 4.1.1";s:7:"version";s:5:"4.1.1";s:3:"tag";s:5:"4.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.1.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.1.1.tar.gz";s:4:"date";s:10:"1714297955";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:5:"4.1.0";a:11:{s:4:"name";s:16:"smart_date 4.1.0";s:7:"version";s:5:"4.1.0";s:3:"tag";s:5:"4.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.1.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.1.0.tar.gz";s:4:"date";s:10:"1714240436";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"4.1.0-rc9";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc9";s:7:"version";s:9:"4.1.0-rc9";s:3:"tag";s:9:"4.1.0-rc9";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc9";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc9.tar.gz";s:4:"date";s:10:"1713959004";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"4.1.0-rc8";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc8";s:7:"version";s:9:"4.1.0-rc8";s:3:"tag";s:9:"4.1.0-rc8";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc8";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc8.tar.gz";s:4:"date";s:10:"1713956498";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"4.1.0-rc7";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc7";s:7:"version";s:9:"4.1.0-rc7";s:3:"tag";s:9:"4.1.0-rc7";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc7";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc7.tar.gz";s:4:"date";s:10:"1713613087";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"4.1.0-rc6";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc6";s:7:"version";s:9:"4.1.0-rc6";s:3:"tag";s:9:"4.1.0-rc6";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc6";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc6.tar.gz";s:4:"date";s:10:"1712320364";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"4.1.0-rc5";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc5";s:7:"version";s:9:"4.1.0-rc5";s:3:"tag";s:9:"4.1.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc5";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc5.tar.gz";s:4:"date";s:10:"1711475810";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"4.1.0-rc4";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc4";s:7:"version";s:9:"4.1.0-rc4";s:3:"tag";s:9:"4.1.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc4";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc4.tar.gz";s:4:"date";s:10:"1701546565";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"4.1.0-rc3";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc3";s:7:"version";s:9:"4.1.0-rc3";s:3:"tag";s:9:"4.1.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc3.tar.gz";s:4:"date";s:10:"1700146697";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"4.1.0-rc2";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc2";s:7:"version";s:9:"4.1.0-rc2";s:3:"tag";s:9:"4.1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc2.tar.gz";s:4:"date";s:10:"1692978775";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"4.1.0-rc1";a:11:{s:4:"name";s:20:"smart_date 4.1.0-rc1";s:7:"version";s:9:"4.1.0-rc1";s:3:"tag";s:9:"4.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-rc1.tar.gz";s:4:"date";s:10:"1692791410";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"4.1.0-beta1";a:11:{s:4:"name";s:22:"smart_date 4.1.0-beta1";s:7:"version";s:11:"4.1.0-beta1";s:3:"tag";s:11:"4.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/4.1.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-4.1.0-beta1.tar.gz";s:4:"date";s:10:"1690620093";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"4.0.3";a:11:{s:4:"name";s:16:"smart_date 4.0.3";s:7:"version";s:5:"4.0.3";s:3:"tag";s:5:"4.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.0.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.0.3.tar.gz";s:4:"date";s:10:"1689246376";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"4.0.2";a:11:{s:4:"name";s:16:"smart_date 4.0.2";s:7:"version";s:5:"4.0.2";s:3:"tag";s:5:"4.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.0.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.0.2.tar.gz";s:4:"date";s:10:"1683207928";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"4.0.1";a:11:{s:4:"name";s:16:"smart_date 4.0.1";s:7:"version";s:5:"4.0.1";s:3:"tag";s:5:"4.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.0.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.0.1.tar.gz";s:4:"date";s:10:"1683104922";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"4.0.0";a:11:{s:4:"name";s:16:"smart_date 4.0.0";s:7:"version";s:5:"4.0.0";s:3:"tag";s:5:"4.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/4.0.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-4.0.0.tar.gz";s:4:"date";s:10:"1682749623";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"4.0.0-rc1";a:11:{s:4:"name";s:20:"smart_date 4.0.0-rc1";s:7:"version";s:9:"4.0.0-rc1";s:3:"tag";s:9:"4.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.0.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.0.0-rc1.tar.gz";s:4:"date";s:10:"1681130225";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"4.0.0-beta1";a:11:{s:4:"name";s:22:"smart_date 4.0.0-beta1";s:7:"version";s:11:"4.0.0-beta1";s:3:"tag";s:11:"4.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/4.0.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-4.0.0-beta1.tar.gz";s:4:"date";s:10:"1679052038";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"4.0.0-alpha3";a:11:{s:4:"name";s:23:"smart_date 4.0.0-alpha3";s:7:"version";s:12:"4.0.0-alpha3";s:3:"tag";s:12:"4.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/smart_date/releases/4.0.0-alpha3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/smart_date-4.0.0-alpha3.tar.gz";s:4:"date";s:10:"1677784970";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"4.0.0-alpha2";a:11:{s:4:"name";s:23:"smart_date 4.0.0-alpha2";s:7:"version";s:12:"4.0.0-alpha2";s:3:"tag";s:12:"4.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/smart_date/releases/4.0.0-alpha2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/smart_date-4.0.0-alpha2.tar.gz";s:4:"date";s:10:"1677497259";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:12:"4.0.0-alpha1";a:11:{s:4:"name";s:23:"smart_date 4.0.0-alpha1";s:7:"version";s:12:"4.0.0-alpha1";s:3:"tag";s:12:"4.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/smart_date/releases/4.0.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/smart_date-4.0.0-alpha1.tar.gz";s:4:"date";s:10:"1676980905";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"3.7.2";a:11:{s:4:"name";s:16:"smart_date 3.7.2";s:7:"version";s:5:"3.7.2";s:3:"tag";s:5:"3.7.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.7.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.7.2.tar.gz";s:4:"date";s:10:"1677784249";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"3.7.1";a:11:{s:4:"name";s:16:"smart_date 3.7.1";s:7:"version";s:5:"3.7.1";s:3:"tag";s:5:"3.7.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.7.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.7.1.tar.gz";s:4:"date";s:10:"1676757515";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"3.7.0";a:11:{s:4:"name";s:16:"smart_date 3.7.0";s:7:"version";s:5:"3.7.0";s:3:"tag";s:5:"3.7.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.7.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.7.0.tar.gz";s:4:"date";s:10:"1676106880";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.7.0-rc2";a:11:{s:4:"name";s:20:"smart_date 3.7.0-rc2";s:7:"version";s:9:"3.7.0-rc2";s:3:"tag";s:9:"3.7.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.7.0-rc2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.7.0-rc2.tar.gz";s:4:"date";s:10:"1675000375";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.7.0-rc1";a:11:{s:4:"name";s:20:"smart_date 3.7.0-rc1";s:7:"version";s:9:"3.7.0-rc1";s:3:"tag";s:9:"3.7.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.7.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.7.0-rc1.tar.gz";s:4:"date";s:10:"1673618928";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"3.7.0-beta2";a:11:{s:4:"name";s:22:"smart_date 3.7.0-beta2";s:7:"version";s:11:"3.7.0-beta2";s:3:"tag";s:11:"3.7.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.7.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.7.0-beta2.tar.gz";s:4:"date";s:10:"1672621180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"3.7.0-beta1";a:11:{s:4:"name";s:22:"smart_date 3.7.0-beta1";s:7:"version";s:11:"3.7.0-beta1";s:3:"tag";s:11:"3.7.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.7.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.7.0-beta1.tar.gz";s:4:"date";s:10:"1662808136";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"3.6.1";a:11:{s:4:"name";s:16:"smart_date 3.6.1";s:7:"version";s:5:"3.6.1";s:3:"tag";s:5:"3.6.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.6.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.6.1.tar.gz";s:4:"date";s:10:"1661631736";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"3.6.0";a:11:{s:4:"name";s:16:"smart_date 3.6.0";s:7:"version";s:5:"3.6.0";s:3:"tag";s:5:"3.6.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.6.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.6.0.tar.gz";s:4:"date";s:10:"1661167871";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.6.0-rc3";a:11:{s:4:"name";s:20:"smart_date 3.6.0-rc3";s:7:"version";s:9:"3.6.0-rc3";s:3:"tag";s:9:"3.6.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.6.0-rc3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.6.0-rc3.tar.gz";s:4:"date";s:10:"1659095228";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.6.0-rc2";a:11:{s:4:"name";s:20:"smart_date 3.6.0-rc2";s:7:"version";s:9:"3.6.0-rc2";s:3:"tag";s:9:"3.6.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.6.0-rc2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.6.0-rc2.tar.gz";s:4:"date";s:10:"1658700297";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.6.0-rc1";a:11:{s:4:"name";s:20:"smart_date 3.6.0-rc1";s:7:"version";s:9:"3.6.0-rc1";s:3:"tag";s:9:"3.6.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.6.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.6.0-rc1.tar.gz";s:4:"date";s:10:"1657496599";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:11:"3.6.0-beta2";a:11:{s:4:"name";s:22:"smart_date 3.6.0-beta2";s:7:"version";s:11:"3.6.0-beta2";s:3:"tag";s:11:"3.6.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.6.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.6.0-beta2.tar.gz";s:4:"date";s:10:"1655877574";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:11:"3.6.0-beta1";a:11:{s:4:"name";s:22:"smart_date 3.6.0-beta1";s:7:"version";s:11:"3.6.0-beta1";s:3:"tag";s:11:"3.6.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.6.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.6.0-beta1.tar.gz";s:4:"date";s:10:"1654712494";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";}s:5:"3.5.1";a:11:{s:4:"name";s:16:"smart_date 3.5.1";s:7:"version";s:5:"3.5.1";s:3:"tag";s:5:"3.5.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.5.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.5.1.tar.gz";s:4:"date";s:10:"1646337034";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.5.0";a:11:{s:4:"name";s:16:"smart_date 3.5.0";s:7:"version";s:5:"3.5.0";s:3:"tag";s:5:"3.5.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.5.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.5.0.tar.gz";s:4:"date";s:10:"1643119102";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.5.0-rc1";a:11:{s:4:"name";s:20:"smart_date 3.5.0-rc1";s:7:"version";s:9:"3.5.0-rc1";s:3:"tag";s:9:"3.5.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.5.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.5.0-rc1.tar.gz";s:4:"date";s:10:"1640970773";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.5.0-beta4";a:11:{s:4:"name";s:22:"smart_date 3.5.0-beta4";s:7:"version";s:11:"3.5.0-beta4";s:3:"tag";s:11:"3.5.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.5.0-beta4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.5.0-beta4.tar.gz";s:4:"date";s:10:"1639037264";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.5.0-beta3";a:11:{s:4:"name";s:22:"smart_date 3.5.0-beta3";s:7:"version";s:11:"3.5.0-beta3";s:3:"tag";s:11:"3.5.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.5.0-beta3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.5.0-beta3.tar.gz";s:4:"date";s:10:"1638963152";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.5.0-beta2";a:11:{s:4:"name";s:22:"smart_date 3.5.0-beta2";s:7:"version";s:11:"3.5.0-beta2";s:3:"tag";s:11:"3.5.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.5.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.5.0-beta2.tar.gz";s:4:"date";s:10:"1637764451";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.5.0-beta1";a:11:{s:4:"name";s:22:"smart_date 3.5.0-beta1";s:7:"version";s:11:"3.5.0-beta1";s:3:"tag";s:11:"3.5.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.5.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.5.0-beta1.tar.gz";s:4:"date";s:10:"1637675008";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.4.3";a:11:{s:4:"name";s:16:"smart_date 3.4.3";s:7:"version";s:5:"3.4.3";s:3:"tag";s:5:"3.4.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.4.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.4.3.tar.gz";s:4:"date";s:10:"1634467244";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.4.2";a:11:{s:4:"name";s:16:"smart_date 3.4.2";s:7:"version";s:5:"3.4.2";s:3:"tag";s:5:"3.4.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.4.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.4.2.tar.gz";s:4:"date";s:10:"1630015891";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.4.1";a:11:{s:4:"name";s:16:"smart_date 3.4.1";s:7:"version";s:5:"3.4.1";s:3:"tag";s:5:"3.4.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.4.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.4.1.tar.gz";s:4:"date";s:10:"1629713723";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.4.0";a:11:{s:4:"name";s:16:"smart_date 3.4.0";s:7:"version";s:5:"3.4.0";s:3:"tag";s:5:"3.4.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.4.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.4.0.tar.gz";s:4:"date";s:10:"1629465467";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.4.0-rc1";a:11:{s:4:"name";s:20:"smart_date 3.4.0-rc1";s:7:"version";s:9:"3.4.0-rc1";s:3:"tag";s:9:"3.4.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.4.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.4.0-rc1.tar.gz";s:4:"date";s:10:"1628445757";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.4.0-beta2";a:11:{s:4:"name";s:22:"smart_date 3.4.0-beta2";s:7:"version";s:11:"3.4.0-beta2";s:3:"tag";s:11:"3.4.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.4.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.4.0-beta2.tar.gz";s:4:"date";s:10:"1625827948";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.4.0-beta1";a:11:{s:4:"name";s:22:"smart_date 3.4.0-beta1";s:7:"version";s:11:"3.4.0-beta1";s:3:"tag";s:11:"3.4.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.4.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.4.0-beta1.tar.gz";s:4:"date";s:10:"1623999193";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.3.0";a:11:{s:4:"name";s:16:"smart_date 3.3.0";s:7:"version";s:5:"3.3.0";s:3:"tag";s:5:"3.3.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.3.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.3.0.tar.gz";s:4:"date";s:10:"1621770912";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.3.0-rc1";a:11:{s:4:"name";s:20:"smart_date 3.3.0-rc1";s:7:"version";s:9:"3.3.0-rc1";s:3:"tag";s:9:"3.3.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.3.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.3.0-rc1.tar.gz";s:4:"date";s:10:"1620484276";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.3.0-beta1";a:11:{s:4:"name";s:22:"smart_date 3.3.0-beta1";s:7:"version";s:11:"3.3.0-beta1";s:3:"tag";s:11:"3.3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.3.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.3.0-beta1.tar.gz";s:4:"date";s:10:"1619002883";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.2.0";a:11:{s:4:"name";s:16:"smart_date 3.2.0";s:7:"version";s:5:"3.2.0";s:3:"tag";s:5:"3.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.2.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.2.0.tar.gz";s:4:"date";s:10:"1618461759";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.2.0-rc2";a:11:{s:4:"name";s:20:"smart_date 3.2.0-rc2";s:7:"version";s:9:"3.2.0-rc2";s:3:"tag";s:9:"3.2.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.2.0-rc2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.2.0-rc2.tar.gz";s:4:"date";s:10:"1618194210";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.2.0-rc1";a:11:{s:4:"name";s:20:"smart_date 3.2.0-rc1";s:7:"version";s:9:"3.2.0-rc1";s:3:"tag";s:9:"3.2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.2.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.2.0-rc1.tar.gz";s:4:"date";s:10:"1617691700";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.2.0-beta1";a:11:{s:4:"name";s:22:"smart_date 3.2.0-beta1";s:7:"version";s:11:"3.2.0-beta1";s:3:"tag";s:11:"3.2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.2.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.2.0-beta1.tar.gz";s:4:"date";s:10:"1616875172";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.1.2";a:11:{s:4:"name";s:16:"smart_date 3.1.2";s:7:"version";s:5:"3.1.2";s:3:"tag";s:5:"3.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.1.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.1.2.tar.gz";s:4:"date";s:10:"1618048522";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.1.1";a:11:{s:4:"name";s:16:"smart_date 3.1.1";s:7:"version";s:5:"3.1.1";s:3:"tag";s:5:"3.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.1.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.1.1.tar.gz";s:4:"date";s:10:"1612026830";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.1.0";a:11:{s:4:"name";s:16:"smart_date 3.1.0";s:7:"version";s:5:"3.1.0";s:3:"tag";s:5:"3.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.1.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.1.0.tar.gz";s:4:"date";s:10:"1605540528";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.1.0-rc1";a:11:{s:4:"name";s:20:"smart_date 3.1.0-rc1";s:7:"version";s:9:"3.1.0-rc1";s:3:"tag";s:9:"3.1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.1.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.1.0-rc1.tar.gz";s:4:"date";s:10:"1604311312";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.1.0-beta1";a:11:{s:4:"name";s:22:"smart_date 3.1.0-beta1";s:7:"version";s:11:"3.1.0-beta1";s:3:"tag";s:11:"3.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.1.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.1.0-beta1.tar.gz";s:4:"date";s:10:"1603117568";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"3.1.0-alpha3";a:11:{s:4:"name";s:23:"smart_date 3.1.0-alpha3";s:7:"version";s:12:"3.1.0-alpha3";s:3:"tag";s:12:"3.1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/smart_date/releases/3.1.0-alpha3";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/smart_date-3.1.0-alpha3.tar.gz";s:4:"date";s:10:"1602842050";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"3.1.0-alpha2";a:11:{s:4:"name";s:23:"smart_date 3.1.0-alpha2";s:7:"version";s:12:"3.1.0-alpha2";s:3:"tag";s:12:"3.1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/smart_date/releases/3.1.0-alpha2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/smart_date-3.1.0-alpha2.tar.gz";s:4:"date";s:10:"1602694207";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"3.1.0-alpha1";a:11:{s:4:"name";s:23:"smart_date 3.1.0-alpha1";s:7:"version";s:12:"3.1.0-alpha1";s:3:"tag";s:12:"3.1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/smart_date/releases/3.1.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/smart_date-3.1.0-alpha1.tar.gz";s:4:"date";s:10:"1602446037";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.0.4";a:11:{s:4:"name";s:16:"smart_date 3.0.4";s:7:"version";s:5:"3.0.4";s:3:"tag";s:5:"3.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.0.4";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.0.4.tar.gz";s:4:"date";s:10:"1602445601";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.0.3";a:11:{s:4:"name";s:16:"smart_date 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.0.3";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.0.3.tar.gz";s:4:"date";s:10:"1600375941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.0.2";a:11:{s:4:"name";s:16:"smart_date 3.0.2";s:7:"version";s:5:"3.0.2";s:3:"tag";s:5:"3.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.0.2";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.0.2.tar.gz";s:4:"date";s:10:"1600375526";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.0.1";a:11:{s:4:"name";s:16:"smart_date 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.0.1";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.0.1.tar.gz";s:4:"date";s:10:"1600159503";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"3.0.0";a:11:{s:4:"name";s:16:"smart_date 3.0.0";s:7:"version";s:5:"3.0.0";s:3:"tag";s:5:"3.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/smart_date/releases/3.0.0";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/smart_date-3.0.0.tar.gz";s:4:"date";s:10:"1600155427";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.0.0-rc1";a:11:{s:4:"name";s:20:"smart_date 3.0.0-rc1";s:7:"version";s:9:"3.0.0-rc1";s:3:"tag";s:9:"3.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.0.0-rc1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.0.0-rc1.tar.gz";s:4:"date";s:10:"1599571580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.0.0-beta2";a:11:{s:4:"name";s:22:"smart_date 3.0.0-beta2";s:7:"version";s:11:"3.0.0-beta2";s:3:"tag";s:11:"3.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.0.0-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.0.0-beta2.tar.gz";s:4:"date";s:10:"1598356556";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"3.0.0-beta1";a:11:{s:4:"name";s:22:"smart_date 3.0.0-beta1";s:7:"version";s:11:"3.0.0-beta1";s:3:"tag";s:11:"3.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/3.0.0-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-3.0.0-beta1.tar.gz";s:4:"date";s:10:"1597401095";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"3.0.0-alpha2";a:11:{s:4:"name";s:23:"smart_date 3.0.0-alpha2";s:7:"version";s:12:"3.0.0-alpha2";s:3:"tag";s:12:"3.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/smart_date/releases/3.0.0-alpha2";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/smart_date-3.0.0-alpha2.tar.gz";s:4:"date";s:10:"1595697171";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"3.0.0-alpha1";a:11:{s:4:"name";s:23:"smart_date 3.0.0-alpha1";s:7:"version";s:12:"3.0.0-alpha1";s:3:"tag";s:12:"3.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:63:"https://www.drupal.org/project/smart_date/releases/3.0.0-alpha1";s:13:"download_link";s:68:"https://ftp.drupal.org/files/projects/smart_date-3.0.0-alpha1.tar.gz";s:4:"date";s:10:"1594661088";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.9";a:11:{s:4:"name";s:18:"smart_date 8.x-2.9";s:7:"version";s:7:"8.x-2.9";s:3:"tag";s:7:"8.x-2.9";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.9";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.9.tar.gz";s:4:"date";s:10:"1598355917";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.8";a:11:{s:4:"name";s:18:"smart_date 8.x-2.8";s:7:"version";s:7:"8.x-2.8";s:3:"tag";s:7:"8.x-2.8";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.8";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.8.tar.gz";s:4:"date";s:10:"1591917860";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.7";a:11:{s:4:"name";s:18:"smart_date 8.x-2.7";s:7:"version";s:7:"8.x-2.7";s:3:"tag";s:7:"8.x-2.7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.7.tar.gz";s:4:"date";s:10:"1591262576";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.6";a:11:{s:4:"name";s:18:"smart_date 8.x-2.6";s:7:"version";s:7:"8.x-2.6";s:3:"tag";s:7:"8.x-2.6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.6.tar.gz";s:4:"date";s:10:"1591099408";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.5";a:11:{s:4:"name";s:18:"smart_date 8.x-2.5";s:7:"version";s:7:"8.x-2.5";s:3:"tag";s:7:"8.x-2.5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.5.tar.gz";s:4:"date";s:10:"1589138828";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.4";a:11:{s:4:"name";s:18:"smart_date 8.x-2.4";s:7:"version";s:7:"8.x-2.4";s:3:"tag";s:7:"8.x-2.4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.4.tar.gz";s:4:"date";s:10:"1588078960";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.3";a:11:{s:4:"name";s:18:"smart_date 8.x-2.3";s:7:"version";s:7:"8.x-2.3";s:3:"tag";s:7:"8.x-2.3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.3.tar.gz";s:4:"date";s:10:"1586721085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.2";a:11:{s:4:"name";s:18:"smart_date 8.x-2.2";s:7:"version";s:7:"8.x-2.2";s:3:"tag";s:7:"8.x-2.2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.2.tar.gz";s:4:"date";s:10:"1583947030";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.1";a:11:{s:4:"name";s:18:"smart_date 8.x-2.1";s:7:"version";s:7:"8.x-2.1";s:3:"tag";s:7:"8.x-2.1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.1.tar.gz";s:4:"date";s:10:"1583516850";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-2.0";a:11:{s:4:"name";s:18:"smart_date 8.x-2.0";s:7:"version";s:7:"8.x-2.0";s:3:"tag";s:7:"8.x-2.0";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-2.0";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0.tar.gz";s:4:"date";s:10:"1582448794";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-2.0-rc3";a:11:{s:4:"name";s:22:"smart_date 8.x-2.0-rc3";s:7:"version";s:11:"8.x-2.0-rc3";s:3:"tag";s:11:"8.x-2.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-rc3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-rc3.tar.gz";s:4:"date";s:10:"1581848055";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-2.0-rc2";a:11:{s:4:"name";s:22:"smart_date 8.x-2.0-rc2";s:7:"version";s:11:"8.x-2.0-rc2";s:3:"tag";s:11:"8.x-2.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-rc2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-rc2.tar.gz";s:4:"date";s:10:"1581362561";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-2.0-rc1";a:11:{s:4:"name";s:22:"smart_date 8.x-2.0-rc1";s:7:"version";s:11:"8.x-2.0-rc1";s:3:"tag";s:11:"8.x-2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-rc1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-rc1.tar.gz";s:4:"date";s:10:"1581268941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta3";a:11:{s:4:"name";s:24:"smart_date 8.x-2.0-beta3";s:7:"version";s:13:"8.x-2.0-beta3";s:3:"tag";s:13:"8.x-2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-beta3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-beta3.tar.gz";s:4:"date";s:10:"1580783864";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:13:"8.x-2.0-beta2";a:11:{s:4:"name";s:24:"smart_date 8.x-2.0-beta2";s:7:"version";s:13:"8.x-2.0-beta2";s:3:"tag";s:13:"8.x-2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-beta2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-beta2.tar.gz";s:4:"date";s:10:"1580125385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-2.0-beta1";a:11:{s:4:"name";s:24:"smart_date 8.x-2.0-beta1";s:7:"version";s:13:"8.x-2.0-beta1";s:3:"tag";s:13:"8.x-2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-beta1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-beta1.tar.gz";s:4:"date";s:10:"1579823281";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha5";a:11:{s:4:"name";s:25:"smart_date 8.x-2.0-alpha5";s:7:"version";s:14:"8.x-2.0-alpha5";s:3:"tag";s:14:"8.x-2.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-alpha5";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-alpha5.tar.gz";s:4:"date";s:10:"1579148290";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha4";a:11:{s:4:"name";s:25:"smart_date 8.x-2.0-alpha4";s:7:"version";s:14:"8.x-2.0-alpha4";s:3:"tag";s:14:"8.x-2.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-alpha4";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-alpha4.tar.gz";s:4:"date";s:10:"1578605583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha3";a:11:{s:4:"name";s:25:"smart_date 8.x-2.0-alpha3";s:7:"version";s:14:"8.x-2.0-alpha3";s:3:"tag";s:14:"8.x-2.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-alpha3";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-alpha3.tar.gz";s:4:"date";s:10:"1578180483";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha2";a:11:{s:4:"name";s:25:"smart_date 8.x-2.0-alpha2";s:7:"version";s:14:"8.x-2.0-alpha2";s:3:"tag";s:14:"8.x-2.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-alpha2";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-alpha2.tar.gz";s:4:"date";s:10:"1575886980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha1";a:11:{s:4:"name";s:25:"smart_date 8.x-2.0-alpha1";s:7:"version";s:14:"8.x-2.0-alpha1";s:3:"tag";s:14:"8.x-2.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/smart_date/releases/8.x-2.0-alpha1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.0-alpha1.tar.gz";s:4:"date";s:10:"1575351185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:18:"smart_date 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-1.2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.2.tar.gz";s:4:"date";s:10:"1591099702";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:18:"smart_date 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-1.1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.1.tar.gz";s:4:"date";s:10:"1571713684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:18:"smart_date 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/smart_date/releases/8.x-1.0";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0.tar.gz";s:4:"date";s:10:"1562879284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc3";a:11:{s:4:"name";s:22:"smart_date 8.x-1.0-rc3";s:7:"version";s:11:"8.x-1.0-rc3";s:3:"tag";s:11:"8.x-1.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-rc3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-rc3.tar.gz";s:4:"date";s:10:"1561823289";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc2";a:11:{s:4:"name";s:22:"smart_date 8.x-1.0-rc2";s:7:"version";s:11:"8.x-1.0-rc2";s:3:"tag";s:11:"8.x-1.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-rc2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-rc2.tar.gz";s:4:"date";s:10:"1561741685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:22:"smart_date 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-rc1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1560961384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta6";a:11:{s:4:"name";s:24:"smart_date 8.x-1.0-beta6";s:7:"version";s:13:"8.x-1.0-beta6";s:3:"tag";s:13:"8.x-1.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-beta6";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-beta6.tar.gz";s:4:"date";s:10:"1560256686";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta5";a:11:{s:4:"name";s:24:"smart_date 8.x-1.0-beta5";s:7:"version";s:13:"8.x-1.0-beta5";s:3:"tag";s:13:"8.x-1.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-beta5";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-beta5.tar.gz";s:4:"date";s:10:"1558726385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta4";a:11:{s:4:"name";s:24:"smart_date 8.x-1.0-beta4";s:7:"version";s:13:"8.x-1.0-beta4";s:3:"tag";s:13:"8.x-1.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-beta4";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-beta4.tar.gz";s:4:"date";s:10:"1557593286";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta3";a:11:{s:4:"name";s:24:"smart_date 8.x-1.0-beta3";s:7:"version";s:13:"8.x-1.0-beta3";s:3:"tag";s:13:"8.x-1.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-beta3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-beta3.tar.gz";s:4:"date";s:10:"1557580981";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:24:"smart_date 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-beta2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1557227581";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:24:"smart_date 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-beta1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1557150485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:25:"smart_date 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/smart_date/releases/8.x-1.0-alpha1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1555683184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:9:"4.2.x-dev";a:11:{s:4:"name";s:20:"smart_date 4.2.x-dev";s:7:"version";s:9:"4.2.x-dev";s:3:"tag";s:5:"4.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.2.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.2.x-dev.tar.gz";s:4:"date";s:10:"1740852488";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"4.1.x-dev";a:11:{s:4:"name";s:20:"smart_date 4.1.x-dev";s:7:"version";s:9:"4.1.x-dev";s:3:"tag";s:5:"4.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.1.x-dev.tar.gz";s:4:"date";s:10:"1740757690";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:16:"^9 || ^10 || ^11";}s:9:"4.0.x-dev";a:11:{s:4:"name";s:20:"smart_date 4.0.x-dev";s:7:"version";s:9:"4.0.x-dev";s:3:"tag";s:5:"4.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/4.0.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-4.0.x-dev.tar.gz";s:4:"date";s:10:"1692790859";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.7.x-dev";a:11:{s:4:"name";s:20:"smart_date 3.7.x-dev";s:7:"version";s:9:"3.7.x-dev";s:3:"tag";s:5:"3.7.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.7.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.7.x-dev.tar.gz";s:4:"date";s:10:"1682495430";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.6.x-dev";a:11:{s:4:"name";s:20:"smart_date 3.6.x-dev";s:7:"version";s:9:"3.6.x-dev";s:3:"tag";s:5:"3.6.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.6.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.6.x-dev.tar.gz";s:4:"date";s:10:"1669637379";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"3.5.x-dev";a:11:{s:4:"name";s:20:"smart_date 3.5.x-dev";s:7:"version";s:9:"3.5.x-dev";s:3:"tag";s:5:"3.5.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.5.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.5.x-dev.tar.gz";s:4:"date";s:10:"1658699687";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^9";s:5:"terms";a:0:{}}s:9:"3.4.x-dev";a:11:{s:4:"name";s:20:"smart_date 3.4.x-dev";s:7:"version";s:9:"3.4.x-dev";s:3:"tag";s:5:"3.4.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.4.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.4.x-dev.tar.gz";s:4:"date";s:10:"1639727737";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.3.x-dev";a:11:{s:4:"name";s:20:"smart_date 3.3.x-dev";s:7:"version";s:9:"3.3.x-dev";s:3:"tag";s:5:"3.3.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.3.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.3.x-dev.tar.gz";s:4:"date";s:10:"1622110990";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.2.x-dev";a:11:{s:4:"name";s:20:"smart_date 3.2.x-dev";s:7:"version";s:9:"3.2.x-dev";s:3:"tag";s:5:"3.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.2.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.2.x-dev.tar.gz";s:4:"date";s:10:"1618586871";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:9:"3.1.x-dev";a:11:{s:4:"name";s:20:"smart_date 3.1.x-dev";s:7:"version";s:9:"3.1.x-dev";s:3:"tag";s:5:"3.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.1.x-dev.tar.gz";s:4:"date";s:10:"1634461112";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:9:"3.0.x-dev";a:11:{s:4:"name";s:20:"smart_date 3.0.x-dev";s:7:"version";s:9:"3.0.x-dev";s:3:"tag";s:5:"3.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/smart_date/releases/3.0.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/smart_date-3.0.x-dev.tar.gz";s:4:"date";s:10:"1602186476";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:22:"smart_date 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/8.x-2.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1598349071";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:22:"smart_date 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/smart_date/releases/8.x-1.x-dev";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/smart_date-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1591099521";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'svg_image', 'a:10:{s:5:"title";s:9:"Svg Image";s:10:"short_name";s:9:"svg_image";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"3.0.,3.2.";s:18:"composer_namespace";s:16:"drupal/svg_image";s:14:"project_status";s:9:"published";s:4:"link";s:40:"https://www.drupal.org/project/svg_image";s:5:"terms";s:0:"";s:8:"releases";a:25:{s:5:"3.2.1";a:11:{s:4:"name";s:15:"svg_image 3.2.1";s:7:"version";s:5:"3.2.1";s:3:"tag";s:5:"3.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/svg_image/releases/3.2.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/svg_image-3.2.1.tar.gz";s:4:"date";s:10:"1736865067";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"3.2.0";a:11:{s:4:"name";s:15:"svg_image 3.2.0";s:7:"version";s:5:"3.2.0";s:3:"tag";s:5:"3.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/svg_image/releases/3.2.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/svg_image-3.2.0.tar.gz";s:4:"date";s:10:"1733298091";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"3.1.0";a:11:{s:4:"name";s:15:"svg_image 3.1.0";s:7:"version";s:5:"3.1.0";s:3:"tag";s:5:"3.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/svg_image/releases/3.1.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/svg_image-3.1.0.tar.gz";s:4:"date";s:10:"1727351323";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:5:"3.0.2";a:11:{s:4:"name";s:15:"svg_image 3.0.2";s:7:"version";s:5:"3.0.2";s:3:"tag";s:5:"3.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/svg_image/releases/3.0.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/svg_image-3.0.2.tar.gz";s:4:"date";s:10:"1698471266";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:5:"3.0.1";a:11:{s:4:"name";s:15:"svg_image 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/svg_image/releases/3.0.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/svg_image-3.0.1.tar.gz";s:4:"date";s:10:"1676292042";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:8:"8.x-1.16";a:11:{s:4:"name";s:18:"svg_image 8.x-1.16";s:7:"version";s:8:"8.x-1.16";s:3:"tag";s:8:"8.x-1.16";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/svg_image/releases/8.x-1.16";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.16.tar.gz";s:4:"date";s:10:"1647314248";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.15";a:11:{s:4:"name";s:18:"svg_image 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/svg_image/releases/8.x-1.15";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.15.tar.gz";s:4:"date";s:10:"1629259130";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-1.14";a:11:{s:4:"name";s:18:"svg_image 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/svg_image/releases/8.x-1.14";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.14.tar.gz";s:4:"date";s:10:"1591251834";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:8:"8.x-1.13";a:11:{s:4:"name";s:18:"svg_image 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/svg_image/releases/8.x-1.13";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.13.tar.gz";s:4:"date";s:10:"1585379082";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:8:"8.x-1.12";a:11:{s:4:"name";s:18:"svg_image 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/svg_image/releases/8.x-1.12";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.12.tar.gz";s:4:"date";s:10:"1585212808";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.11";a:11:{s:4:"name";s:18:"svg_image 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/svg_image/releases/8.x-1.11";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.11.tar.gz";s:4:"date";s:10:"1585194882";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:8:"8.x-1.10";a:11:{s:4:"name";s:18:"svg_image 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/svg_image/releases/8.x-1.10";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.10.tar.gz";s:4:"date";s:10:"1585150271";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.9";a:11:{s:4:"name";s:17:"svg_image 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.9";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.9.tar.gz";s:4:"date";s:10:"1548492180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.8";a:11:{s:4:"name";s:17:"svg_image 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.8";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.8.tar.gz";s:4:"date";s:10:"1516678385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.7";a:11:{s:4:"name";s:17:"svg_image 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.7.tar.gz";s:4:"date";s:10:"1508989144";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.6";a:11:{s:4:"name";s:17:"svg_image 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.6.tar.gz";s:4:"date";s:10:"1508940244";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.5";a:11:{s:4:"name";s:17:"svg_image 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.5.tar.gz";s:4:"date";s:10:"1508939044";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:17:"svg_image 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.4.tar.gz";s:4:"date";s:10:"1508930344";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:17:"svg_image 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.3.tar.gz";s:4:"date";s:10:"1505705046";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:17:"svg_image 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.2.tar.gz";s:4:"date";s:10:"1503124445";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:17:"svg_image 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.1.tar.gz";s:4:"date";s:10:"1497798542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:17:"svg_image 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/8.x-1.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.0.tar.gz";s:4:"date";s:10:"1497798242";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"3.x-dev";a:11:{s:4:"name";s:17:"svg_image 3.x-dev";s:7:"version";s:7:"3.x-dev";s:3:"tag";s:3:"3.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/3.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-3.x-dev.tar.gz";s:4:"date";s:10:"1734534945";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.3 || ^11";}s:7:"2.x-dev";a:11:{s:4:"name";s:17:"svg_image 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/svg_image/releases/2.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/svg_image-2.x-dev.tar.gz";s:4:"date";s:10:"1628735183";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:21:"svg_image 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/svg_image/releases/8.x-1.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/svg_image-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1698470956";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'symfony_mailer_lite', 'a:10:{s:5:"title";s:26:"Drupal Symfony Mailer Lite";s:10:"short_name";s:19:"symfony_mailer_lite";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"1.0.,2.0.";s:18:"composer_namespace";s:26:"drupal/symfony_mailer_lite";s:14:"project_status";s:9:"published";s:4:"link";s:50:"https://www.drupal.org/project/symfony_mailer_lite";s:5:"terms";s:0:"";s:8:"releases";a:21:{s:5:"2.0.2";a:11:{s:4:"name";s:25:"symfony_mailer_lite 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/2.0.2";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-2.0.2.tar.gz";s:4:"date";s:10:"1732721047";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"2.0.1";a:11:{s:4:"name";s:25:"symfony_mailer_lite 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/2.0.1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-2.0.1.tar.gz";s:4:"date";s:10:"1732133710";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"2.0.0";a:11:{s:4:"name";s:25:"symfony_mailer_lite 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/2.0.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-2.0.0.tar.gz";s:4:"date";s:10:"1720800822";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^10.1 || ^11";}s:5:"1.0.7";a:11:{s:4:"name";s:25:"symfony_mailer_lite 1.0.7";s:7:"version";s:5:"1.0.7";s:3:"tag";s:5:"1.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.7";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.7.tar.gz";s:4:"date";s:10:"1720800748";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.6";a:11:{s:4:"name";s:25:"symfony_mailer_lite 1.0.6";s:7:"version";s:5:"1.0.6";s:3:"tag";s:5:"1.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.6";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.6.tar.gz";s:4:"date";s:10:"1709127274";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.5";a:11:{s:4:"name";s:25:"symfony_mailer_lite 1.0.5";s:7:"version";s:5:"1.0.5";s:3:"tag";s:5:"1.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.5";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.5.tar.gz";s:4:"date";s:10:"1708097051";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.4";a:11:{s:4:"name";s:25:"symfony_mailer_lite 1.0.4";s:7:"version";s:5:"1.0.4";s:3:"tag";s:5:"1.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.4";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.4.tar.gz";s:4:"date";s:10:"1706390689";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.3";a:11:{s:4:"name";s:25:"symfony_mailer_lite 1.0.3";s:7:"version";s:5:"1.0.3";s:3:"tag";s:5:"1.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.3";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.3.tar.gz";s:4:"date";s:10:"1706298861";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.2";a:11:{s:4:"name";s:25:"symfony_mailer_lite 1.0.2";s:7:"version";s:5:"1.0.2";s:3:"tag";s:5:"1.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.2";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.2.tar.gz";s:4:"date";s:10:"1705613851";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.1";a:11:{s:4:"name";s:25:"symfony_mailer_lite 1.0.1";s:7:"version";s:5:"1.0.1";s:3:"tag";s:5:"1.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.1";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.1.tar.gz";s:4:"date";s:10:"1704464768";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:5:"1.0.0";a:11:{s:4:"name";s:25:"symfony_mailer_lite 1.0.0";s:7:"version";s:5:"1.0.0";s:3:"tag";s:5:"1.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0.tar.gz";s:4:"date";s:10:"1704305500";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc5";a:11:{s:4:"name";s:29:"symfony_mailer_lite 1.0.0-rc5";s:7:"version";s:9:"1.0.0-rc5";s:3:"tag";s:9:"1.0.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0-rc5";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0-rc5.tar.gz";s:4:"date";s:10:"1702486221";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc4";a:11:{s:4:"name";s:29:"symfony_mailer_lite 1.0.0-rc4";s:7:"version";s:9:"1.0.0-rc4";s:3:"tag";s:9:"1.0.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0-rc4";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0-rc4.tar.gz";s:4:"date";s:10:"1701535745";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc3";a:11:{s:4:"name";s:29:"symfony_mailer_lite 1.0.0-rc3";s:7:"version";s:9:"1.0.0-rc3";s:3:"tag";s:9:"1.0.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0-rc3";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0-rc3.tar.gz";s:4:"date";s:10:"1696172856";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc2";a:11:{s:4:"name";s:29:"symfony_mailer_lite 1.0.0-rc2";s:7:"version";s:9:"1.0.0-rc2";s:3:"tag";s:9:"1.0.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0-rc2";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0-rc2.tar.gz";s:4:"date";s:10:"1692362222";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"1.0.0-rc1";a:11:{s:4:"name";s:29:"symfony_mailer_lite 1.0.0-rc1";s:7:"version";s:9:"1.0.0-rc1";s:3:"tag";s:9:"1.0.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0-rc1";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0-rc1.tar.gz";s:4:"date";s:10:"1692206854";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta3";a:11:{s:4:"name";s:31:"symfony_mailer_lite 1.0.0-beta3";s:7:"version";s:11:"1.0.0-beta3";s:3:"tag";s:11:"1.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0-beta3";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0-beta3.tar.gz";s:4:"date";s:10:"1689710372";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta2";a:11:{s:4:"name";s:31:"symfony_mailer_lite 1.0.0-beta2";s:7:"version";s:11:"1.0.0-beta2";s:3:"tag";s:11:"1.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0-beta2";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0-beta2.tar.gz";s:4:"date";s:10:"1687461638";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:31:"symfony_mailer_lite 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:71:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.0-beta1";s:13:"download_link";s:76:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1687448516";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";}s:9:"2.0.x-dev";a:11:{s:4:"name";s:29:"symfony_mailer_lite 2.0.x-dev";s:7:"version";s:9:"2.0.x-dev";s:3:"tag";s:5:"2.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/symfony_mailer_lite/releases/2.0.x-dev";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-2.0.x-dev.tar.gz";s:4:"date";s:10:"1732720545";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^10.1 || ^11";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:29:"symfony_mailer_lite 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:69:"https://www.drupal.org/project/symfony_mailer_lite/releases/1.0.x-dev";s:13:"download_link";s:74:"https://ftp.drupal.org/files/projects/symfony_mailer_lite-1.0.x-dev.tar.gz";s:4:"date";s:10:"1712932000";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:9:"^9 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'tagify', 'a:10:{s:5:"title";s:6:"Tagify";s:10:"short_name";s:6:"tagify";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"1.2.";s:18:"composer_namespace";s:13:"drupal/tagify";s:14:"project_status";s:9:"published";s:4:"link";s:37:"https://www.drupal.org/project/tagify";s:5:"terms";s:0:"";s:8:"releases";a:67:{s:6:"1.2.37";a:11:{s:4:"name";s:13:"tagify 1.2.37";s:7:"version";s:6:"1.2.37";s:3:"tag";s:6:"1.2.37";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.37";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.37.tar.gz";s:4:"date";s:10:"1742287083";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.36";a:11:{s:4:"name";s:13:"tagify 1.2.36";s:7:"version";s:6:"1.2.36";s:3:"tag";s:6:"1.2.36";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.36";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.36.tar.gz";s:4:"date";s:10:"1742201454";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.35";a:11:{s:4:"name";s:13:"tagify 1.2.35";s:7:"version";s:6:"1.2.35";s:3:"tag";s:6:"1.2.35";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.35";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.35.tar.gz";s:4:"date";s:10:"1741343556";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.34";a:11:{s:4:"name";s:13:"tagify 1.2.34";s:7:"version";s:6:"1.2.34";s:3:"tag";s:6:"1.2.34";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.34";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.34.tar.gz";s:4:"date";s:10:"1740754458";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.33";a:11:{s:4:"name";s:13:"tagify 1.2.33";s:7:"version";s:6:"1.2.33";s:3:"tag";s:6:"1.2.33";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.33";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.33.tar.gz";s:4:"date";s:10:"1740501921";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.32";a:11:{s:4:"name";s:13:"tagify 1.2.32";s:7:"version";s:6:"1.2.32";s:3:"tag";s:6:"1.2.32";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.32";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.32.tar.gz";s:4:"date";s:10:"1739895222";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.31";a:11:{s:4:"name";s:13:"tagify 1.2.31";s:7:"version";s:6:"1.2.31";s:3:"tag";s:6:"1.2.31";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.31";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.31.tar.gz";s:4:"date";s:10:"1737913517";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.30";a:11:{s:4:"name";s:13:"tagify 1.2.30";s:7:"version";s:6:"1.2.30";s:3:"tag";s:6:"1.2.30";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.30";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.30.tar.gz";s:4:"date";s:10:"1737380595";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.29";a:11:{s:4:"name";s:13:"tagify 1.2.29";s:7:"version";s:6:"1.2.29";s:3:"tag";s:6:"1.2.29";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.29";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.29.tar.gz";s:4:"date";s:10:"1737054098";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.28";a:11:{s:4:"name";s:13:"tagify 1.2.28";s:7:"version";s:6:"1.2.28";s:3:"tag";s:6:"1.2.28";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.28";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.28.tar.gz";s:4:"date";s:10:"1735901788";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.27";a:11:{s:4:"name";s:13:"tagify 1.2.27";s:7:"version";s:6:"1.2.27";s:3:"tag";s:6:"1.2.27";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.27";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.27.tar.gz";s:4:"date";s:10:"1734359420";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.26";a:11:{s:4:"name";s:13:"tagify 1.2.26";s:7:"version";s:6:"1.2.26";s:3:"tag";s:6:"1.2.26";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.26";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.26.tar.gz";s:4:"date";s:10:"1734023285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.25";a:11:{s:4:"name";s:13:"tagify 1.2.25";s:7:"version";s:6:"1.2.25";s:3:"tag";s:6:"1.2.25";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.25";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.25.tar.gz";s:4:"date";s:10:"1729424141";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.24";a:11:{s:4:"name";s:13:"tagify 1.2.24";s:7:"version";s:6:"1.2.24";s:3:"tag";s:6:"1.2.24";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.24";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.24.tar.gz";s:4:"date";s:10:"1728557590";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.23";a:11:{s:4:"name";s:13:"tagify 1.2.23";s:7:"version";s:6:"1.2.23";s:3:"tag";s:6:"1.2.23";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.23";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.23.tar.gz";s:4:"date";s:10:"1727689751";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.22";a:11:{s:4:"name";s:13:"tagify 1.2.22";s:7:"version";s:6:"1.2.22";s:3:"tag";s:6:"1.2.22";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.22";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.22.tar.gz";s:4:"date";s:10:"1727287274";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.21";a:11:{s:4:"name";s:13:"tagify 1.2.21";s:7:"version";s:6:"1.2.21";s:3:"tag";s:6:"1.2.21";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.21";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.21.tar.gz";s:4:"date";s:10:"1725546816";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.20";a:11:{s:4:"name";s:13:"tagify 1.2.20";s:7:"version";s:6:"1.2.20";s:3:"tag";s:6:"1.2.20";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.20";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.20.tar.gz";s:4:"date";s:10:"1723287476";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.19";a:11:{s:4:"name";s:13:"tagify 1.2.19";s:7:"version";s:6:"1.2.19";s:3:"tag";s:6:"1.2.19";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.19";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.19.tar.gz";s:4:"date";s:10:"1722173121";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.18";a:11:{s:4:"name";s:13:"tagify 1.2.18";s:7:"version";s:6:"1.2.18";s:3:"tag";s:6:"1.2.18";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.18";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.18.tar.gz";s:4:"date";s:10:"1718380539";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.17";a:11:{s:4:"name";s:13:"tagify 1.2.17";s:7:"version";s:6:"1.2.17";s:3:"tag";s:6:"1.2.17";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.17";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.17.tar.gz";s:4:"date";s:10:"1716991232";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";}s:6:"1.2.16";a:11:{s:4:"name";s:13:"tagify 1.2.16";s:7:"version";s:6:"1.2.16";s:3:"tag";s:6:"1.2.16";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.16";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.16.tar.gz";s:4:"date";s:10:"1716309291";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:6:"1.2.15";a:11:{s:4:"name";s:13:"tagify 1.2.15";s:7:"version";s:6:"1.2.15";s:3:"tag";s:6:"1.2.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.15.tar.gz";s:4:"date";s:10:"1716213991";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.2.14";a:11:{s:4:"name";s:13:"tagify 1.2.14";s:7:"version";s:6:"1.2.14";s:3:"tag";s:6:"1.2.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.14.tar.gz";s:4:"date";s:10:"1715097987";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.2.13";a:11:{s:4:"name";s:13:"tagify 1.2.13";s:7:"version";s:6:"1.2.13";s:3:"tag";s:6:"1.2.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.13.tar.gz";s:4:"date";s:10:"1715096887";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.2.12";a:11:{s:4:"name";s:13:"tagify 1.2.12";s:7:"version";s:6:"1.2.12";s:3:"tag";s:6:"1.2.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.12.tar.gz";s:4:"date";s:10:"1714383520";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.2.11";a:11:{s:4:"name";s:13:"tagify 1.2.11";s:7:"version";s:6:"1.2.11";s:3:"tag";s:6:"1.2.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.11.tar.gz";s:4:"date";s:10:"1712740121";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.2.10";a:11:{s:4:"name";s:13:"tagify 1.2.10";s:7:"version";s:6:"1.2.10";s:3:"tag";s:6:"1.2.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.2.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.2.10.tar.gz";s:4:"date";s:10:"1712076167";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.9";a:11:{s:4:"name";s:12:"tagify 1.2.9";s:7:"version";s:5:"1.2.9";s:3:"tag";s:5:"1.2.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.9.tar.gz";s:4:"date";s:10:"1710260562";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.8";a:11:{s:4:"name";s:12:"tagify 1.2.8";s:7:"version";s:5:"1.2.8";s:3:"tag";s:5:"1.2.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.8.tar.gz";s:4:"date";s:10:"1709811397";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.7";a:11:{s:4:"name";s:12:"tagify 1.2.7";s:7:"version";s:5:"1.2.7";s:3:"tag";s:5:"1.2.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.7.tar.gz";s:4:"date";s:10:"1709576876";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.6";a:11:{s:4:"name";s:12:"tagify 1.2.6";s:7:"version";s:5:"1.2.6";s:3:"tag";s:5:"1.2.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.6.tar.gz";s:4:"date";s:10:"1709153151";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.5";a:11:{s:4:"name";s:12:"tagify 1.2.5";s:7:"version";s:5:"1.2.5";s:3:"tag";s:5:"1.2.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.5.tar.gz";s:4:"date";s:10:"1708848329";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.4";a:11:{s:4:"name";s:12:"tagify 1.2.4";s:7:"version";s:5:"1.2.4";s:3:"tag";s:5:"1.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.4.tar.gz";s:4:"date";s:10:"1705752136";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.3";a:11:{s:4:"name";s:12:"tagify 1.2.3";s:7:"version";s:5:"1.2.3";s:3:"tag";s:5:"1.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.3.tar.gz";s:4:"date";s:10:"1705259615";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.2";a:11:{s:4:"name";s:12:"tagify 1.2.2";s:7:"version";s:5:"1.2.2";s:3:"tag";s:5:"1.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.2";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.2.tar.gz";s:4:"date";s:10:"1701949652";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.1";a:11:{s:4:"name";s:12:"tagify 1.2.1";s:7:"version";s:5:"1.2.1";s:3:"tag";s:5:"1.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.1";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.1.tar.gz";s:4:"date";s:10:"1701872611";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.2.0";a:11:{s:4:"name";s:12:"tagify 1.2.0";s:7:"version";s:5:"1.2.0";s:3:"tag";s:5:"1.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.2.0";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.2.0.tar.gz";s:4:"date";s:10:"1700554555";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.1.24";a:11:{s:4:"name";s:13:"tagify 1.1.24";s:7:"version";s:6:"1.1.24";s:3:"tag";s:6:"1.1.24";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.1.24";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.1.24.tar.gz";s:4:"date";s:10:"1700161772";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.1.23";a:11:{s:4:"name";s:13:"tagify 1.1.23";s:7:"version";s:6:"1.1.23";s:3:"tag";s:6:"1.1.23";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.1.23";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.1.23.tar.gz";s:4:"date";s:10:"1700080643";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.1.21";a:11:{s:4:"name";s:13:"tagify 1.1.21";s:7:"version";s:6:"1.1.21";s:3:"tag";s:6:"1.1.21";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.1.21";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.1.21.tar.gz";s:4:"date";s:10:"1699621995";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.22";a:11:{s:4:"name";s:13:"tagify 1.0.22";s:7:"version";s:6:"1.0.22";s:3:"tag";s:6:"1.0.22";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.22";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.22.tar.gz";s:4:"date";s:10:"1699893227";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.21";a:11:{s:4:"name";s:13:"tagify 1.0.21";s:7:"version";s:6:"1.0.21";s:3:"tag";s:6:"1.0.21";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.21";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.21.tar.gz";s:4:"date";s:10:"1699622264";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.20";a:11:{s:4:"name";s:13:"tagify 1.0.20";s:7:"version";s:6:"1.0.20";s:3:"tag";s:6:"1.0.20";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.20";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.20.tar.gz";s:4:"date";s:10:"1699522267";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.19";a:11:{s:4:"name";s:13:"tagify 1.0.19";s:7:"version";s:6:"1.0.19";s:3:"tag";s:6:"1.0.19";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.19";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.19.tar.gz";s:4:"date";s:10:"1690027834";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.18";a:11:{s:4:"name";s:13:"tagify 1.0.18";s:7:"version";s:6:"1.0.18";s:3:"tag";s:6:"1.0.18";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.18";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.18.tar.gz";s:4:"date";s:10:"1687851669";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.17";a:11:{s:4:"name";s:13:"tagify 1.0.17";s:7:"version";s:6:"1.0.17";s:3:"tag";s:6:"1.0.17";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.17";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.17.tar.gz";s:4:"date";s:10:"1685783098";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.16";a:11:{s:4:"name";s:13:"tagify 1.0.16";s:7:"version";s:6:"1.0.16";s:3:"tag";s:6:"1.0.16";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.16";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.16.tar.gz";s:4:"date";s:10:"1681634279";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.15";a:11:{s:4:"name";s:13:"tagify 1.0.15";s:7:"version";s:6:"1.0.15";s:3:"tag";s:6:"1.0.15";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.15";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.15.tar.gz";s:4:"date";s:10:"1681629583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.14";a:11:{s:4:"name";s:13:"tagify 1.0.14";s:7:"version";s:6:"1.0.14";s:3:"tag";s:6:"1.0.14";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.14";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.14.tar.gz";s:4:"date";s:10:"1675431331";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.13";a:11:{s:4:"name";s:13:"tagify 1.0.13";s:7:"version";s:6:"1.0.13";s:3:"tag";s:6:"1.0.13";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.13";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.13.tar.gz";s:4:"date";s:10:"1675429175";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.12";a:11:{s:4:"name";s:13:"tagify 1.0.12";s:7:"version";s:6:"1.0.12";s:3:"tag";s:6:"1.0.12";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.12";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.12.tar.gz";s:4:"date";s:10:"1675424499";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.11";a:11:{s:4:"name";s:13:"tagify 1.0.11";s:7:"version";s:6:"1.0.11";s:3:"tag";s:6:"1.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.11";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.11.tar.gz";s:4:"date";s:10:"1673954467";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:6:"1.0.10";a:11:{s:4:"name";s:13:"tagify 1.0.10";s:7:"version";s:6:"1.0.10";s:3:"tag";s:6:"1.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/tagify/releases/1.0.10";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/tagify-1.0.10.tar.gz";s:4:"date";s:10:"1673697007";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.0.9";a:11:{s:4:"name";s:12:"tagify 1.0.9";s:7:"version";s:5:"1.0.9";s:3:"tag";s:5:"1.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.0.9";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.0.9.tar.gz";s:4:"date";s:10:"1665521753";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.0.8";a:11:{s:4:"name";s:12:"tagify 1.0.8";s:7:"version";s:5:"1.0.8";s:3:"tag";s:5:"1.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.0.8";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.0.8.tar.gz";s:4:"date";s:10:"1662063474";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.0.7";a:11:{s:4:"name";s:12:"tagify 1.0.7";s:7:"version";s:5:"1.0.7";s:3:"tag";s:5:"1.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.0.7";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.0.7.tar.gz";s:4:"date";s:10:"1661253210";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.0.6";a:11:{s:4:"name";s:12:"tagify 1.0.6";s:7:"version";s:5:"1.0.6";s:3:"tag";s:5:"1.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.0.6";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.0.6.tar.gz";s:4:"date";s:10:"1661233677";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"1.0.5";a:11:{s:4:"name";s:12:"tagify 1.0.5";s:7:"version";s:5:"1.0.5";s:3:"tag";s:5:"1.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.0.5";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.0.5.tar.gz";s:4:"date";s:10:"1658908500";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"1.0.4";a:11:{s:4:"name";s:12:"tagify 1.0.4";s:7:"version";s:5:"1.0.4";s:3:"tag";s:5:"1.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.0.4";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.0.4.tar.gz";s:4:"date";s:10:"1657314531";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"1.0.3";a:11:{s:4:"name";s:12:"tagify 1.0.3";s:7:"version";s:5:"1.0.3";s:3:"tag";s:5:"1.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/tagify/releases/1.0.3";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/tagify-1.0.3.tar.gz";s:4:"date";s:10:"1655237152";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"1.0.2-beta1";a:11:{s:4:"name";s:18:"tagify 1.0.2-beta1";s:7:"version";s:11:"1.0.2-beta1";s:3:"tag";s:11:"1.0.2-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/tagify/releases/1.0.2-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/tagify-1.0.2-beta1.tar.gz";s:4:"date";s:10:"1655116754";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:12:"New features";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"1.0.1-beta1";a:11:{s:4:"name";s:18:"tagify 1.0.1-beta1";s:7:"version";s:11:"1.0.1-beta1";s:3:"tag";s:11:"1.0.1-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/tagify/releases/1.0.1-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/tagify-1.0.1-beta1.tar.gz";s:4:"date";s:10:"1648841269";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"1.0.0-beta1";a:11:{s:4:"name";s:18:"tagify 1.0.0-beta1";s:7:"version";s:11:"1.0.0-beta1";s:3:"tag";s:11:"1.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/tagify/releases/1.0.0-beta1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/tagify-1.0.0-beta1.tar.gz";s:4:"date";s:10:"1648802908";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:9:"1.2.x-dev";a:11:{s:4:"name";s:16:"tagify 1.2.x-dev";s:7:"version";s:9:"1.2.x-dev";s:3:"tag";s:5:"1.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/tagify/releases/1.2.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/tagify-1.2.x-dev.tar.gz";s:4:"date";s:10:"1742286951";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:24:"^8.8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:9:"1.1.x-dev";a:11:{s:4:"name";s:16:"tagify 1.1.x-dev";s:7:"version";s:9:"1.1.x-dev";s:3:"tag";s:5:"1.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/tagify/releases/1.1.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/tagify-1.1.x-dev.tar.gz";s:4:"date";s:10:"1700554319";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";s:5:"terms";a:0:{}}s:9:"1.0.x-dev";a:11:{s:4:"name";s:16:"tagify 1.0.x-dev";s:7:"version";s:9:"1.0.x-dev";s:3:"tag";s:5:"1.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/tagify/releases/1.0.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/tagify-1.0.x-dev.tar.gz";s:4:"date";s:10:"1699892795";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'token', 'a:10:{s:5:"title";s:5:"Token";s:10:"short_name";s:5:"token";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:6:"8.x-1.";s:18:"composer_namespace";s:12:"drupal/token";s:14:"project_status";s:9:"published";s:4:"link";s:36:"https://www.drupal.org/project/token";s:5:"terms";s:0:"";s:8:"releases";a:22:{s:8:"8.x-1.15";a:11:{s:4:"name";s:14:"token 8.x-1.15";s:7:"version";s:8:"8.x-1.15";s:3:"tag";s:8:"8.x-1.15";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token/releases/8.x-1.15";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token-8.x-1.15.tar.gz";s:4:"date";s:10:"1722206211";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:8:"8.x-1.14";a:11:{s:4:"name";s:14:"token 8.x-1.14";s:7:"version";s:8:"8.x-1.14";s:3:"tag";s:8:"8.x-1.14";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token/releases/8.x-1.14";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token-8.x-1.14.tar.gz";s:4:"date";s:10:"1713009399";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:8:"8.x-1.13";a:11:{s:4:"name";s:14:"token 8.x-1.13";s:7:"version";s:8:"8.x-1.13";s:3:"tag";s:8:"8.x-1.13";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token/releases/8.x-1.13";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token-8.x-1.13.tar.gz";s:4:"date";s:10:"1697885927";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:8:"8.x-1.12";a:11:{s:4:"name";s:14:"token 8.x-1.12";s:7:"version";s:8:"8.x-1.12";s:3:"tag";s:8:"8.x-1.12";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token/releases/8.x-1.12";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token-8.x-1.12.tar.gz";s:4:"date";s:10:"1688015262";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:8:"8.x-1.11";a:11:{s:4:"name";s:14:"token 8.x-1.11";s:7:"version";s:8:"8.x-1.11";s:3:"tag";s:8:"8.x-1.11";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token/releases/8.x-1.11";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token-8.x-1.11.tar.gz";s:4:"date";s:10:"1659471813";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.2 || ^10";}s:8:"8.x-1.10";a:11:{s:4:"name";s:14:"token 8.x-1.10";s:7:"version";s:8:"8.x-1.10";s:3:"tag";s:8:"8.x-1.10";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token/releases/8.x-1.10";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token-8.x-1.10.tar.gz";s:4:"date";s:10:"1638619775";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.9";a:11:{s:4:"name";s:13:"token 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.9.tar.gz";s:4:"date";s:10:"1608284866";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.8";a:11:{s:4:"name";s:13:"token 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.8.tar.gz";s:4:"date";s:10:"1607552423";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.7";a:11:{s:4:"name";s:13:"token 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.7.tar.gz";s:4:"date";s:10:"1587893588";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:7:"8.x-1.6";a:11:{s:4:"name";s:13:"token 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.6.tar.gz";s:4:"date";s:10:"1577708583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"8.x-1.5";a:11:{s:4:"name";s:13:"token 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.5.tar.gz";s:4:"date";s:10:"1537557481";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:13:"token 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.4.tar.gz";s:4:"date";s:10:"1536408480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:13:"token 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.3.tar.gz";s:4:"date";s:10:"1527232684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:13:"token 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.2.tar.gz";s:4:"date";s:10:"1527112080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:13:"token 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.1.tar.gz";s:4:"date";s:10:"1513810384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:13:"token 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/token/releases/8.x-1.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/token-8.x-1.0.tar.gz";s:4:"date";s:10:"1493466843";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.0-rc1";a:11:{s:4:"name";s:17:"token 8.x-1.0-rc1";s:7:"version";s:11:"8.x-1.0-rc1";s:3:"tag";s:11:"8.x-1.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/token/releases/8.x-1.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/token-8.x-1.0-rc1.tar.gz";s:4:"date";s:10:"1483290542";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta2";a:11:{s:4:"name";s:19:"token 8.x-1.0-beta2";s:7:"version";s:13:"8.x-1.0-beta2";s:3:"tag";s:13:"8.x-1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/token/releases/8.x-1.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/token-8.x-1.0-beta2.tar.gz";s:4:"date";s:10:"1474367039";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-1.0-beta1";a:11:{s:4:"name";s:19:"token 8.x-1.0-beta1";s:7:"version";s:13:"8.x-1.0-beta1";s:3:"tag";s:13:"8.x-1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/token/releases/8.x-1.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/token-8.x-1.0-beta1.tar.gz";s:4:"date";s:10:"1470864453";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:20:"token 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/token/releases/8.x-1.0-alpha2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/token-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1453363739";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:20:"token 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/token/releases/8.x-1.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/token-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1450961339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:17:"token 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/token/releases/8.x-1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/token-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1734904588";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'token_or', 'a:10:{s:5:"title";s:8:"Token OR";s:10:"short_name";s:8:"token_or";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"2.3.";s:18:"composer_namespace";s:15:"drupal/token_or";s:14:"project_status";s:9:"published";s:4:"link";s:39:"https://www.drupal.org/project/token_or";s:5:"terms";s:0:"";s:8:"releases";a:12:{s:5:"2.3.0";a:11:{s:4:"name";s:14:"token_or 2.3.0";s:7:"version";s:5:"2.3.0";s:3:"tag";s:5:"2.3.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.3.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.3.0.tar.gz";s:4:"date";s:10:"1730828436";s:5:"files";s:0:"";s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";s:5:"terms";a:0:{}}s:5:"2.2.1";a:11:{s:4:"name";s:14:"token_or 2.2.1";s:7:"version";s:5:"2.2.1";s:3:"tag";s:5:"2.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.2.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.2.1.tar.gz";s:4:"date";s:10:"1728498783";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.2.0";a:11:{s:4:"name";s:14:"token_or 2.2.0";s:7:"version";s:5:"2.2.0";s:3:"tag";s:5:"2.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.2.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.2.0.tar.gz";s:4:"date";s:10:"1702402756";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.1.1";a:11:{s:4:"name";s:14:"token_or 2.1.1";s:7:"version";s:5:"2.1.1";s:3:"tag";s:5:"2.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.1.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.1.1.tar.gz";s:4:"date";s:10:"1690298004";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^8.8 || ^9 || ^10";}s:5:"2.1.0";a:11:{s:4:"name";s:14:"token_or 2.1.0";s:7:"version";s:5:"2.1.0";s:3:"tag";s:5:"2.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.1.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.1.0.tar.gz";s:4:"date";s:10:"1673019099";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:5:"2.0.3";a:11:{s:4:"name";s:14:"token_or 2.0.3";s:7:"version";s:5:"2.0.3";s:3:"tag";s:5:"2.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.0.3";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.0.3.tar.gz";s:4:"date";s:10:"1663862120";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"2.0.2";a:11:{s:4:"name";s:14:"token_or 2.0.2";s:7:"version";s:5:"2.0.2";s:3:"tag";s:5:"2.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.0.2";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.0.2.tar.gz";s:4:"date";s:10:"1657307898";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"2.0.1";a:11:{s:4:"name";s:14:"token_or 2.0.1";s:7:"version";s:5:"2.0.1";s:3:"tag";s:5:"2.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.0.1";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.0.1.tar.gz";s:4:"date";s:10:"1657304705";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:5:"2.0.0";a:11:{s:4:"name";s:14:"token_or 2.0.0";s:7:"version";s:5:"2.0.0";s:3:"tag";s:5:"2.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:54:"https://www.drupal.org/project/token_or/releases/2.0.0";s:13:"download_link";s:59:"https://ftp.drupal.org/files/projects/token_or-2.0.0.tar.gz";s:4:"date";s:10:"1657125059";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"2.0.0-alpha1";a:11:{s:4:"name";s:21:"token_or 2.0.0-alpha1";s:7:"version";s:12:"2.0.0-alpha1";s:3:"tag";s:12:"2.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/token_or/releases/2.0.0-alpha1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/token_or-2.0.0-alpha1.tar.gz";s:4:"date";s:10:"1656595776";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";s:5:"terms";a:0:{}}s:7:"2.x-dev";a:11:{s:4:"name";s:16:"token_or 2.x-dev";s:7:"version";s:7:"2.x-dev";s:3:"tag";s:3:"2.x";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/token_or/releases/2.x-dev";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/token_or-2.x-dev.tar.gz";s:4:"date";s:10:"1729875372";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:18:"^9.2 || ^10 || ^11";}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:20:"token_or 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/token_or/releases/8.x-1.x-dev";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/token_or-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1525705985";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]), ('update_available_releases', 'trash', 'a:10:{s:5:"title";s:5:"Trash";s:10:"short_name";s:5:"trash";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:4:"3.0.";s:18:"composer_namespace";s:12:"drupal/trash";s:14:"project_status";s:9:"published";s:4:"link";s:36:"https://www.drupal.org/project/trash";s:5:"terms";s:0:"";s:8:"releases";a:34:{s:6:"3.0.15";a:11:{s:4:"name";s:12:"trash 3.0.15";s:7:"version";s:6:"3.0.15";s:3:"tag";s:6:"3.0.15";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/trash/releases/3.0.15";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/trash-3.0.15.tar.gz";s:4:"date";s:10:"1742464821";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^10.3 | ^11";}s:6:"3.0.14";a:11:{s:4:"name";s:12:"trash 3.0.14";s:7:"version";s:6:"3.0.14";s:3:"tag";s:6:"3.0.14";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/trash/releases/3.0.14";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/trash-3.0.14.tar.gz";s:4:"date";s:10:"1741731355";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^10.3 | ^11";}s:6:"3.0.13";a:11:{s:4:"name";s:12:"trash 3.0.13";s:7:"version";s:6:"3.0.13";s:3:"tag";s:6:"3.0.13";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/trash/releases/3.0.13";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/trash-3.0.13.tar.gz";s:4:"date";s:10:"1740489696";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^10.3 | ^11";}s:6:"3.0.12";a:11:{s:4:"name";s:12:"trash 3.0.12";s:7:"version";s:6:"3.0.12";s:3:"tag";s:6:"3.0.12";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/trash/releases/3.0.12";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/trash-3.0.12.tar.gz";s:4:"date";s:10:"1739395398";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^10.3 | ^11";}s:6:"3.0.11";a:11:{s:4:"name";s:12:"trash 3.0.11";s:7:"version";s:6:"3.0.11";s:3:"tag";s:6:"3.0.11";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/trash/releases/3.0.11";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/trash-3.0.11.tar.gz";s:4:"date";s:10:"1739374141";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^10.3 | ^11";}s:6:"3.0.10";a:11:{s:4:"name";s:12:"trash 3.0.10";s:7:"version";s:6:"3.0.10";s:3:"tag";s:6:"3.0.10";s:6:"status";s:9:"published";s:12:"release_link";s:52:"https://www.drupal.org/project/trash/releases/3.0.10";s:13:"download_link";s:57:"https://ftp.drupal.org/files/projects/trash-3.0.10.tar.gz";s:4:"date";s:10:"1734464327";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^10.3 | ^11";}s:5:"3.0.9";a:11:{s:4:"name";s:11:"trash 3.0.9";s:7:"version";s:5:"3.0.9";s:3:"tag";s:5:"3.0.9";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.9";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.9.tar.gz";s:4:"date";s:10:"1732571559";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^10.3 | ^11";}s:5:"3.0.8";a:11:{s:4:"name";s:11:"trash 3.0.8";s:7:"version";s:5:"3.0.8";s:3:"tag";s:5:"3.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.8";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.8.tar.gz";s:4:"date";s:10:"1730124759";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^9.5 || ^10 | ^11";}s:5:"3.0.7";a:11:{s:4:"name";s:11:"trash 3.0.7";s:7:"version";s:5:"3.0.7";s:3:"tag";s:5:"3.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.7";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.7.tar.gz";s:4:"date";s:10:"1723563625";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^9.5 || ^10 | ^11";}s:5:"3.0.6";a:11:{s:4:"name";s:11:"trash 3.0.6";s:7:"version";s:5:"3.0.6";s:3:"tag";s:5:"3.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.6";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.6.tar.gz";s:4:"date";s:10:"1722413938";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^9.5 || ^10 | ^11";}s:5:"3.0.5";a:11:{s:4:"name";s:11:"trash 3.0.5";s:7:"version";s:5:"3.0.5";s:3:"tag";s:5:"3.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.5";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.5.tar.gz";s:4:"date";s:10:"1720776211";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^9.5 || ^10 | ^11";}s:5:"3.0.4";a:11:{s:4:"name";s:11:"trash 3.0.4";s:7:"version";s:5:"3.0.4";s:3:"tag";s:5:"3.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.4";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.4.tar.gz";s:4:"date";s:10:"1717505916";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^9.5 || ^10 | ^11";}s:5:"3.0.3";a:11:{s:4:"name";s:11:"trash 3.0.3";s:7:"version";s:5:"3.0.3";s:3:"tag";s:5:"3.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.3";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.3.tar.gz";s:4:"date";s:10:"1711368684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:17:"^9.5 || ^10 | ^11";}s:5:"3.0.2";a:11:{s:4:"name";s:11:"trash 3.0.2";s:7:"version";s:5:"3.0.2";s:3:"tag";s:5:"3.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.2";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.2.tar.gz";s:4:"date";s:10:"1706872589";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"3.0.1";a:11:{s:4:"name";s:11:"trash 3.0.1";s:7:"version";s:5:"3.0.1";s:3:"tag";s:5:"3.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.1";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.1.tar.gz";s:4:"date";s:10:"1706092069";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:5:"3.0.0";a:11:{s:4:"name";s:11:"trash 3.0.0";s:7:"version";s:5:"3.0.0";s:3:"tag";s:5:"3.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:51:"https://www.drupal.org/project/trash/releases/3.0.0";s:13:"download_link";s:56:"https://ftp.drupal.org/files/projects/trash-3.0.0.tar.gz";s:4:"date";s:10:"1700594680";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:11:"3.0.0-beta7";a:11:{s:4:"name";s:17:"trash 3.0.0-beta7";s:7:"version";s:11:"3.0.0-beta7";s:3:"tag";s:11:"3.0.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/3.0.0-beta7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-3.0.0-beta7.tar.gz";s:4:"date";s:10:"1698911445";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:11:"3.0.0-beta6";a:11:{s:4:"name";s:17:"trash 3.0.0-beta6";s:7:"version";s:11:"3.0.0-beta6";s:3:"tag";s:11:"3.0.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/3.0.0-beta6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-3.0.0-beta6.tar.gz";s:4:"date";s:10:"1696362436";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:11:"3.0.0-beta5";a:11:{s:4:"name";s:17:"trash 3.0.0-beta5";s:7:"version";s:11:"3.0.0-beta5";s:3:"tag";s:11:"3.0.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/3.0.0-beta5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-3.0.0-beta5.tar.gz";s:4:"date";s:10:"1693245405";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.5 || ^10";}s:11:"3.0.0-beta4";a:11:{s:4:"name";s:17:"trash 3.0.0-beta4";s:7:"version";s:11:"3.0.0-beta4";s:3:"tag";s:11:"3.0.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/3.0.0-beta4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-3.0.0-beta4.tar.gz";s:4:"date";s:10:"1687332704";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:11:"3.0.0-beta3";a:11:{s:4:"name";s:17:"trash 3.0.0-beta3";s:7:"version";s:11:"3.0.0-beta3";s:3:"tag";s:11:"3.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/3.0.0-beta3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-3.0.0-beta3.tar.gz";s:4:"date";s:10:"1677608671";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:11:"3.0.0-beta2";a:11:{s:4:"name";s:17:"trash 3.0.0-beta2";s:7:"version";s:11:"3.0.0-beta2";s:3:"tag";s:11:"3.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/3.0.0-beta2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-3.0.0-beta2.tar.gz";s:4:"date";s:10:"1674144336";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:11:"3.0.0-beta1";a:11:{s:4:"name";s:17:"trash 3.0.0-beta1";s:7:"version";s:11:"3.0.0-beta1";s:3:"tag";s:11:"3.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/3.0.0-beta1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-3.0.0-beta1.tar.gz";s:4:"date";s:10:"1673447672";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"3.0.0-alpha7";a:11:{s:4:"name";s:18:"trash 3.0.0-alpha7";s:7:"version";s:12:"3.0.0-alpha7";s:3:"tag";s:12:"3.0.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/trash/releases/3.0.0-alpha7";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/trash-3.0.0-alpha7.tar.gz";s:4:"date";s:10:"1673383946";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"3.0.0-alpha6";a:11:{s:4:"name";s:18:"trash 3.0.0-alpha6";s:7:"version";s:12:"3.0.0-alpha6";s:3:"tag";s:12:"3.0.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/trash/releases/3.0.0-alpha6";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/trash-3.0.0-alpha6.tar.gz";s:4:"date";s:10:"1670959732";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"3.0.0-alpha5";a:11:{s:4:"name";s:18:"trash 3.0.0-alpha5";s:7:"version";s:12:"3.0.0-alpha5";s:3:"tag";s:12:"3.0.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/trash/releases/3.0.0-alpha5";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/trash-3.0.0-alpha5.tar.gz";s:4:"date";s:10:"1667934563";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"3.0.0-alpha4";a:11:{s:4:"name";s:18:"trash 3.0.0-alpha4";s:7:"version";s:12:"3.0.0-alpha4";s:3:"tag";s:12:"3.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/trash/releases/3.0.0-alpha4";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/trash-3.0.0-alpha4.tar.gz";s:4:"date";s:10:"1666713377";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"3.0.0-alpha3";a:11:{s:4:"name";s:18:"trash 3.0.0-alpha3";s:7:"version";s:12:"3.0.0-alpha3";s:3:"tag";s:12:"3.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/trash/releases/3.0.0-alpha3";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/trash-3.0.0-alpha3.tar.gz";s:4:"date";s:10:"1663092795";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"3.0.0-alpha2";a:11:{s:4:"name";s:18:"trash 3.0.0-alpha2";s:7:"version";s:12:"3.0.0-alpha2";s:3:"tag";s:12:"3.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/trash/releases/3.0.0-alpha2";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/trash-3.0.0-alpha2.tar.gz";s:4:"date";s:10:"1660070825";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:12:"3.0.0-alpha1";a:11:{s:4:"name";s:18:"trash 3.0.0-alpha1";s:7:"version";s:12:"3.0.0-alpha1";s:3:"tag";s:12:"3.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:58:"https://www.drupal.org/project/trash/releases/3.0.0-alpha1";s:13:"download_link";s:63:"https://ftp.drupal.org/files/projects/trash-3.0.0-alpha1.tar.gz";s:4:"date";s:10:"1659102886";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.3 || ^10";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:20:"trash 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/trash/releases/8.x-1.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/trash-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1449770639";s:5:"files";s:0:"";s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:7:"3.x-dev";a:11:{s:4:"name";s:13:"trash 3.x-dev";s:7:"version";s:7:"3.x-dev";s:3:"tag";s:3:"3.x";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/trash/releases/3.x-dev";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/trash-3.x-dev.tar.gz";s:4:"date";s:10:"1742464447";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^10.3 | ^11";}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:17:"trash 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/8.x-2.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1474615439";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:17:"trash 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/trash/releases/8.x-1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/trash-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1473404639";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'webform', 'a:10:{s:5:"title";s:7:"Webform";s:10:"short_name";s:7:"webform";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:9:"6.2.,6.3.";s:18:"composer_namespace";s:14:"drupal/webform";s:14:"project_status";s:9:"published";s:4:"link";s:38:"https://www.drupal.org/project/webform";s:5:"terms";s:0:"";s:8:"releases";a:201:{s:11:"6.3.0-beta1";a:11:{s:4:"name";s:19:"webform 6.3.0-beta1";s:7:"version";s:11:"6.3.0-beta1";s:3:"tag";s:11:"6.3.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.3.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.3.0-beta1.tar.gz";s:4:"date";s:10:"1736275819";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";}s:12:"6.3.0-alpha3";a:11:{s:4:"name";s:20:"webform 6.3.0-alpha3";s:7:"version";s:12:"6.3.0-alpha3";s:3:"tag";s:12:"6.3.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.3.0-alpha3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.3.0-alpha3.tar.gz";s:4:"date";s:10:"1733851306";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";}s:12:"6.3.0-alpha2";a:11:{s:4:"name";s:20:"webform 6.3.0-alpha2";s:7:"version";s:12:"6.3.0-alpha2";s:3:"tag";s:12:"6.3.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.3.0-alpha2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.3.0-alpha2.tar.gz";s:4:"date";s:10:"1732628316";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";}s:12:"6.3.0-alpha1";a:11:{s:4:"name";s:20:"webform 6.3.0-alpha1";s:7:"version";s:12:"6.3.0-alpha1";s:3:"tag";s:12:"6.3.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.3.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.3.0-alpha1.tar.gz";s:4:"date";s:10:"1732305102";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";}s:5:"6.2.9";a:11:{s:4:"name";s:13:"webform 6.2.9";s:7:"version";s:5:"6.2.9";s:3:"tag";s:5:"6.2.9";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.9";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.9.tar.gz";s:4:"date";s:10:"1733851063";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.2";}s:5:"6.2.8";a:11:{s:4:"name";s:13:"webform 6.2.8";s:7:"version";s:5:"6.2.8";s:3:"tag";s:5:"6.2.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.8.tar.gz";s:4:"date";s:10:"1732627900";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.2";}s:5:"6.2.7";a:11:{s:4:"name";s:13:"webform 6.2.7";s:7:"version";s:5:"6.2.7";s:3:"tag";s:5:"6.2.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.7.tar.gz";s:4:"date";s:10:"1721425228";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.2.6";a:11:{s:4:"name";s:13:"webform 6.2.6";s:7:"version";s:5:"6.2.6";s:3:"tag";s:5:"6.2.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.6.tar.gz";s:4:"date";s:10:"1721424721";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:5:"6.2.5";a:11:{s:4:"name";s:13:"webform 6.2.5";s:7:"version";s:5:"6.2.5";s:3:"tag";s:5:"6.2.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.5.tar.gz";s:4:"date";s:10:"1721065379";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.2.4";a:11:{s:4:"name";s:13:"webform 6.2.4";s:7:"version";s:5:"6.2.4";s:3:"tag";s:5:"6.2.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.4.tar.gz";s:4:"date";s:10:"1721054262";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:5:"^10.1";}s:9:"6.2.4-rc1";a:11:{s:4:"name";s:17:"webform 6.2.4-rc1";s:7:"version";s:9:"6.2.4-rc1";s:3:"tag";s:9:"6.2.4-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.2.4-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.2.4-rc1.tar.gz";s:4:"date";s:10:"1719495514";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^10.1";}s:5:"6.2.3";a:11:{s:4:"name";s:13:"webform 6.2.3";s:7:"version";s:5:"6.2.3";s:3:"tag";s:5:"6.2.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.3.tar.gz";s:4:"date";s:10:"1719330022";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:5:"6.2.2";a:11:{s:4:"name";s:13:"webform 6.2.2";s:7:"version";s:5:"6.2.2";s:3:"tag";s:5:"6.2.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.2.tar.gz";s:4:"date";s:10:"1701948363";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:5:"6.2.1";a:11:{s:4:"name";s:13:"webform 6.2.1";s:7:"version";s:5:"6.2.1";s:3:"tag";s:5:"6.2.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.1.tar.gz";s:4:"date";s:10:"1701862848";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:5:"6.2.0";a:11:{s:4:"name";s:13:"webform 6.2.0";s:7:"version";s:5:"6.2.0";s:3:"tag";s:5:"6.2.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.2.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.2.0.tar.gz";s:4:"date";s:10:"1698674300";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:9:"6.2.0-rc4";a:11:{s:4:"name";s:17:"webform 6.2.0-rc4";s:7:"version";s:9:"6.2.0-rc4";s:3:"tag";s:9:"6.2.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.2.0-rc4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.2.0-rc4.tar.gz";s:4:"date";s:10:"1698417151";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:9:"6.2.0-rc3";a:11:{s:4:"name";s:17:"webform 6.2.0-rc3";s:7:"version";s:9:"6.2.0-rc3";s:3:"tag";s:9:"6.2.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.2.0-rc3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.2.0-rc3.tar.gz";s:4:"date";s:10:"1698075159";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:9:"6.2.0-rc2";a:11:{s:4:"name";s:17:"webform 6.2.0-rc2";s:7:"version";s:9:"6.2.0-rc2";s:3:"tag";s:9:"6.2.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.2.0-rc2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.2.0-rc2.tar.gz";s:4:"date";s:10:"1697463934";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:9:"6.2.0-rc1";a:11:{s:4:"name";s:17:"webform 6.2.0-rc1";s:7:"version";s:9:"6.2.0-rc1";s:3:"tag";s:9:"6.2.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.2.0-rc1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.2.0-rc1.tar.gz";s:4:"date";s:10:"1696976940";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:11:"6.2.0-beta7";a:11:{s:4:"name";s:19:"webform 6.2.0-beta7";s:7:"version";s:11:"6.2.0-beta7";s:3:"tag";s:11:"6.2.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.2.0-beta7";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.2.0-beta7.tar.gz";s:4:"date";s:10:"1696543693";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:11:"6.2.0-beta6";a:11:{s:4:"name";s:19:"webform 6.2.0-beta6";s:7:"version";s:11:"6.2.0-beta6";s:3:"tag";s:11:"6.2.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.2.0-beta6";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.2.0-beta6.tar.gz";s:4:"date";s:10:"1686598812";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:11:"6.2.0-beta5";a:11:{s:4:"name";s:19:"webform 6.2.0-beta5";s:7:"version";s:11:"6.2.0-beta5";s:3:"tag";s:11:"6.2.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.2.0-beta5";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.2.0-beta5.tar.gz";s:4:"date";s:10:"1673535773";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";}s:11:"6.2.0-beta4";a:11:{s:4:"name";s:19:"webform 6.2.0-beta4";s:7:"version";s:11:"6.2.0-beta4";s:3:"tag";s:11:"6.2.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.2.0-beta4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.2.0-beta4.tar.gz";s:4:"date";s:10:"1672758935";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:11:"^9.4 || ^10";s:5:"terms";a:0:{}}s:11:"6.2.0-beta3";a:11:{s:4:"name";s:19:"webform 6.2.0-beta3";s:7:"version";s:11:"6.2.0-beta3";s:3:"tag";s:11:"6.2.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.2.0-beta3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.2.0-beta3.tar.gz";s:4:"date";s:10:"1663937872";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.4";}s:11:"6.2.0-beta2";a:11:{s:4:"name";s:19:"webform 6.2.0-beta2";s:7:"version";s:11:"6.2.0-beta2";s:3:"tag";s:11:"6.2.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.2.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.2.0-beta2.tar.gz";s:4:"date";s:10:"1644940970";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";}s:11:"6.2.0-beta1";a:11:{s:4:"name";s:19:"webform 6.2.0-beta1";s:7:"version";s:11:"6.2.0-beta1";s:3:"tag";s:11:"6.2.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.2.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.2.0-beta1.tar.gz";s:4:"date";s:10:"1640795829";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.2";}s:5:"6.1.8";a:11:{s:4:"name";s:13:"webform 6.1.8";s:7:"version";s:5:"6.1.8";s:3:"tag";s:5:"6.1.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.8.tar.gz";s:4:"date";s:10:"1698673929";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:5:"6.1.7";a:11:{s:4:"name";s:13:"webform 6.1.7";s:7:"version";s:5:"6.1.7";s:3:"tag";s:5:"6.1.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.7.tar.gz";s:4:"date";s:10:"1696976671";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:5:"6.1.6";a:11:{s:4:"name";s:13:"webform 6.1.6";s:7:"version";s:5:"6.1.6";s:3:"tag";s:5:"6.1.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.6.tar.gz";s:4:"date";s:10:"1696543413";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:5:"6.1.5";a:11:{s:4:"name";s:13:"webform 6.1.5";s:7:"version";s:5:"6.1.5";s:3:"tag";s:5:"6.1.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.5.tar.gz";s:4:"date";s:10:"1686599078";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^9.3";}s:5:"6.1.4";a:11:{s:4:"name";s:13:"webform 6.1.4";s:7:"version";s:5:"6.1.4";s:3:"tag";s:5:"6.1.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.4.tar.gz";s:4:"date";s:10:"1673535467";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.1.4-beta2";a:11:{s:4:"name";s:19:"webform 6.1.4-beta2";s:7:"version";s:11:"6.1.4-beta2";s:3:"tag";s:11:"6.1.4-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.1.4-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.1.4-beta2.tar.gz";s:4:"date";s:10:"1672758568";s:5:"files";s:0:"";s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:11:"6.1.4-beta1";a:11:{s:4:"name";s:19:"webform 6.1.4-beta1";s:7:"version";s:11:"6.1.4-beta1";s:3:"tag";s:11:"6.1.4-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.1.4-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.1.4-beta1.tar.gz";s:4:"date";s:10:"1663937578";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.1.3";a:11:{s:4:"name";s:13:"webform 6.1.3";s:7:"version";s:5:"6.1.3";s:3:"tag";s:5:"6.1.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.3.tar.gz";s:4:"date";s:10:"1644940723";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.1.3-beta1";a:11:{s:4:"name";s:19:"webform 6.1.3-beta1";s:7:"version";s:11:"6.1.3-beta1";s:3:"tag";s:11:"6.1.3-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.1.3-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.1.3-beta1.tar.gz";s:4:"date";s:10:"1640795631";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.1.2";a:11:{s:4:"name";s:13:"webform 6.1.2";s:7:"version";s:5:"6.1.2";s:3:"tag";s:5:"6.1.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.2.tar.gz";s:4:"date";s:10:"1638917151";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.1.1";a:11:{s:4:"name";s:13:"webform 6.1.1";s:7:"version";s:5:"6.1.1";s:3:"tag";s:5:"6.1.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.1.tar.gz";s:4:"date";s:10:"1638398898";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.1.0";a:11:{s:4:"name";s:13:"webform 6.1.0";s:7:"version";s:5:"6.1.0";s:3:"tag";s:5:"6.1.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.1.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.1.0.tar.gz";s:4:"date";s:10:"1635676666";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.1.0-beta2";a:11:{s:4:"name";s:19:"webform 6.1.0-beta2";s:7:"version";s:11:"6.1.0-beta2";s:3:"tag";s:11:"6.1.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.1.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.1.0-beta2.tar.gz";s:4:"date";s:10:"1629904016";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:4:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:12:"New features";i:3;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.1.0-beta1";a:11:{s:4:"name";s:19:"webform 6.1.0-beta1";s:7:"version";s:11:"6.1.0-beta1";s:3:"tag";s:11:"6.1.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.1.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.1.0-beta1.tar.gz";s:4:"date";s:10:"1626269425";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.8";a:11:{s:4:"name";s:13:"webform 6.0.8";s:7:"version";s:5:"6.0.8";s:3:"tag";s:5:"6.0.8";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.8";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.8.tar.gz";s:4:"date";s:10:"1673535119";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.7";a:11:{s:4:"name";s:13:"webform 6.0.7";s:7:"version";s:5:"6.0.7";s:3:"tag";s:5:"6.0.7";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.7";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.7.tar.gz";s:4:"date";s:10:"1644940479";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.6";a:11:{s:4:"name";s:13:"webform 6.0.6";s:7:"version";s:5:"6.0.6";s:3:"tag";s:5:"6.0.6";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.6";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.6.tar.gz";s:4:"date";s:10:"1638916646";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.5";a:11:{s:4:"name";s:13:"webform 6.0.5";s:7:"version";s:5:"6.0.5";s:3:"tag";s:5:"6.0.5";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.5";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.5.tar.gz";s:4:"date";s:10:"1629903941";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.4";a:11:{s:4:"name";s:13:"webform 6.0.4";s:7:"version";s:5:"6.0.4";s:3:"tag";s:5:"6.0.4";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.4";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.4.tar.gz";s:4:"date";s:10:"1624461046";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.3";a:11:{s:4:"name";s:13:"webform 6.0.3";s:7:"version";s:5:"6.0.3";s:3:"tag";s:5:"6.0.3";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.3";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.3.tar.gz";s:4:"date";s:10:"1620250254";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.2";a:11:{s:4:"name";s:13:"webform 6.0.2";s:7:"version";s:5:"6.0.2";s:3:"tag";s:5:"6.0.2";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.2";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.2.tar.gz";s:4:"date";s:10:"1614711149";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.1";a:11:{s:4:"name";s:13:"webform 6.0.1";s:7:"version";s:5:"6.0.1";s:3:"tag";s:5:"6.0.1";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.1";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.1.tar.gz";s:4:"date";s:10:"1612453373";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:5:"6.0.0";a:11:{s:4:"name";s:13:"webform 6.0.0";s:7:"version";s:5:"6.0.0";s:3:"tag";s:5:"6.0.0";s:6:"status";s:9:"published";s:12:"release_link";s:53:"https://www.drupal.org/project/webform/releases/6.0.0";s:13:"download_link";s:58:"https://ftp.drupal.org/files/projects/webform-6.0.0.tar.gz";s:4:"date";s:10:"1608855845";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.0.0-beta3";a:11:{s:4:"name";s:19:"webform 6.0.0-beta3";s:7:"version";s:11:"6.0.0-beta3";s:3:"tag";s:11:"6.0.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.0.0-beta3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.0.0-beta3.tar.gz";s:4:"date";s:10:"1608425493";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.0.0-beta2";a:11:{s:4:"name";s:19:"webform 6.0.0-beta2";s:7:"version";s:11:"6.0.0-beta2";s:3:"tag";s:11:"6.0.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.0.0-beta2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.0.0-beta2.tar.gz";s:4:"date";s:10:"1606687841";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:11:"6.0.0-beta1";a:11:{s:4:"name";s:19:"webform 6.0.0-beta1";s:7:"version";s:11:"6.0.0-beta1";s:3:"tag";s:11:"6.0.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/6.0.0-beta1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-6.0.0-beta1.tar.gz";s:4:"date";s:10:"1606179568";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha21";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha21";s:7:"version";s:13:"6.0.0-alpha21";s:3:"tag";s:13:"6.0.0-alpha21";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha21";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha21.tar.gz";s:4:"date";s:10:"1604531929";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha20";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha20";s:7:"version";s:13:"6.0.0-alpha20";s:3:"tag";s:13:"6.0.0-alpha20";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha20";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha20.tar.gz";s:4:"date";s:10:"1601919730";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha19";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha19";s:7:"version";s:13:"6.0.0-alpha19";s:3:"tag";s:13:"6.0.0-alpha19";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha19";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha19.tar.gz";s:4:"date";s:10:"1601647879";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha18";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha18";s:7:"version";s:13:"6.0.0-alpha18";s:3:"tag";s:13:"6.0.0-alpha18";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha18";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha18.tar.gz";s:4:"date";s:10:"1601385862";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha17";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha17";s:7:"version";s:13:"6.0.0-alpha17";s:3:"tag";s:13:"6.0.0-alpha17";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha17";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha17.tar.gz";s:4:"date";s:10:"1600376449";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha16";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha16";s:7:"version";s:13:"6.0.0-alpha16";s:3:"tag";s:13:"6.0.0-alpha16";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha16";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha16.tar.gz";s:4:"date";s:10:"1599851828";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha15";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha15";s:7:"version";s:13:"6.0.0-alpha15";s:3:"tag";s:13:"6.0.0-alpha15";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha15";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha15.tar.gz";s:4:"date";s:10:"1599240333";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha14";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha14";s:7:"version";s:13:"6.0.0-alpha14";s:3:"tag";s:13:"6.0.0-alpha14";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha14";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha14.tar.gz";s:4:"date";s:10:"1597828848";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha13";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha13";s:7:"version";s:13:"6.0.0-alpha13";s:3:"tag";s:13:"6.0.0-alpha13";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha13";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha13.tar.gz";s:4:"date";s:10:"1597166474";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha12";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha12";s:7:"version";s:13:"6.0.0-alpha12";s:3:"tag";s:13:"6.0.0-alpha12";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha12";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha12.tar.gz";s:4:"date";s:10:"1595283358";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha11";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha11";s:7:"version";s:13:"6.0.0-alpha11";s:3:"tag";s:13:"6.0.0-alpha11";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha11";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha11.tar.gz";s:4:"date";s:10:"1594713947";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:13:"6.0.0-alpha10";a:11:{s:4:"name";s:21:"webform 6.0.0-alpha10";s:7:"version";s:13:"6.0.0-alpha10";s:3:"tag";s:13:"6.0.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/6.0.0-alpha10";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha10.tar.gz";s:4:"date";s:10:"1594241841";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:12:"6.0.0-alpha9";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha9";s:7:"version";s:12:"6.0.0-alpha9";s:3:"tag";s:12:"6.0.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha9";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha9.tar.gz";s:4:"date";s:10:"1593681225";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:12:"6.0.0-alpha8";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha8";s:7:"version";s:12:"6.0.0-alpha8";s:3:"tag";s:12:"6.0.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha8";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha8.tar.gz";s:4:"date";s:10:"1593034684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:12:"6.0.0-alpha7";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha7";s:7:"version";s:12:"6.0.0-alpha7";s:3:"tag";s:12:"6.0.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha7";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha7.tar.gz";s:4:"date";s:10:"1592841350";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:12:"6.0.0-alpha6";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha6";s:7:"version";s:12:"6.0.0-alpha6";s:3:"tag";s:12:"6.0.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha6";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha6.tar.gz";s:4:"date";s:10:"1592616296";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:12:"6.0.0-alpha5";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha5";s:7:"version";s:12:"6.0.0-alpha5";s:3:"tag";s:12:"6.0.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha5";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha5.tar.gz";s:4:"date";s:10:"1592495851";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:12:"6.0.0-alpha4";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha4";s:7:"version";s:12:"6.0.0-alpha4";s:3:"tag";s:12:"6.0.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha4";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha4.tar.gz";s:4:"date";s:10:"1591273787";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:12:"6.0.0-alpha3";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha3";s:7:"version";s:12:"6.0.0-alpha3";s:3:"tag";s:12:"6.0.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha3";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha3.tar.gz";s:4:"date";s:10:"1591199141";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:12:"6.0.0-alpha2";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha2";s:7:"version";s:12:"6.0.0-alpha2";s:3:"tag";s:12:"6.0.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha2";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha2.tar.gz";s:4:"date";s:10:"1590971769";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:12:"6.0.0-alpha1";a:11:{s:4:"name";s:20:"webform 6.0.0-alpha1";s:7:"version";s:12:"6.0.0-alpha1";s:3:"tag";s:12:"6.0.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/6.0.0-alpha1";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-6.0.0-alpha1.tar.gz";s:4:"date";s:10:"1590950600";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:8:"8.x-5.31";a:11:{s:4:"name";s:16:"webform 8.x-5.31";s:7:"version";s:8:"8.x-5.31";s:3:"tag";s:8:"8.x-5.31";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.31";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.31.tar.gz";s:4:"date";s:10:"1638915771";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.30";a:11:{s:4:"name";s:16:"webform 8.x-5.30";s:7:"version";s:8:"8.x-5.30";s:3:"tag";s:8:"8.x-5.30";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.30";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.30.tar.gz";s:4:"date";s:10:"1638915163";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:15:"Security update";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.29";a:11:{s:4:"name";s:16:"webform 8.x-5.29";s:7:"version";s:8:"8.x-5.29";s:3:"tag";s:8:"8.x-5.29";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.29";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.29.tar.gz";s:4:"date";s:10:"1635676451";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.28";a:11:{s:4:"name";s:16:"webform 8.x-5.28";s:7:"version";s:8:"8.x-5.28";s:3:"tag";s:8:"8.x-5.28";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.28";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.28.tar.gz";s:4:"date";s:10:"1629903873";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:4:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:12:"New features";i:3;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.28-beta1";a:11:{s:4:"name";s:22:"webform 8.x-5.28-beta1";s:7:"version";s:14:"8.x-5.28-beta1";s:3:"tag";s:14:"8.x-5.28-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.28-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.28-beta1.tar.gz";s:4:"date";s:10:"1626269167";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.27";a:11:{s:4:"name";s:16:"webform 8.x-5.27";s:7:"version";s:8:"8.x-5.27";s:3:"tag";s:8:"8.x-5.27";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.27";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.27.tar.gz";s:4:"date";s:10:"1624460854";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.26";a:11:{s:4:"name";s:16:"webform 8.x-5.26";s:7:"version";s:8:"8.x-5.26";s:3:"tag";s:8:"8.x-5.26";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.26";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.26.tar.gz";s:4:"date";s:10:"1620250064";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.25";a:11:{s:4:"name";s:16:"webform 8.x-5.25";s:7:"version";s:8:"8.x-5.25";s:3:"tag";s:8:"8.x-5.25";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.25";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.25.tar.gz";s:4:"date";s:10:"1614711099";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.24";a:11:{s:4:"name";s:16:"webform 8.x-5.24";s:7:"version";s:8:"8.x-5.24";s:3:"tag";s:8:"8.x-5.24";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.24";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.24.tar.gz";s:4:"date";s:10:"1612453175";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.23";a:11:{s:4:"name";s:16:"webform 8.x-5.23";s:7:"version";s:8:"8.x-5.23";s:3:"tag";s:8:"8.x-5.23";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.23";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.23.tar.gz";s:4:"date";s:10:"1608855643";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.23-beta4";a:11:{s:4:"name";s:22:"webform 8.x-5.23-beta4";s:7:"version";s:14:"8.x-5.23-beta4";s:3:"tag";s:14:"8.x-5.23-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.23-beta4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.23-beta4.tar.gz";s:4:"date";s:10:"1608425252";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.23-beta3";a:11:{s:4:"name";s:22:"webform 8.x-5.23-beta3";s:7:"version";s:14:"8.x-5.23-beta3";s:3:"tag";s:14:"8.x-5.23-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.23-beta3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.23-beta3.tar.gz";s:4:"date";s:10:"1606687658";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.23-beta2";a:11:{s:4:"name";s:22:"webform 8.x-5.23-beta2";s:7:"version";s:14:"8.x-5.23-beta2";s:3:"tag";s:14:"8.x-5.23-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.23-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.23-beta2.tar.gz";s:4:"date";s:10:"1606179294";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.23-beta1";a:11:{s:4:"name";s:22:"webform 8.x-5.23-beta1";s:7:"version";s:14:"8.x-5.23-beta1";s:3:"tag";s:14:"8.x-5.23-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.23-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.23-beta1.tar.gz";s:4:"date";s:10:"1604531721";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.22";a:11:{s:4:"name";s:16:"webform 8.x-5.22";s:7:"version";s:8:"8.x-5.22";s:3:"tag";s:8:"8.x-5.22";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.22";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.22.tar.gz";s:4:"date";s:10:"1601919522";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.21";a:11:{s:4:"name";s:16:"webform 8.x-5.21";s:7:"version";s:8:"8.x-5.21";s:3:"tag";s:8:"8.x-5.21";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.21";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.21.tar.gz";s:4:"date";s:10:"1601385690";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.20";a:11:{s:4:"name";s:16:"webform 8.x-5.20";s:7:"version";s:8:"8.x-5.20";s:3:"tag";s:8:"8.x-5.20";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.20";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.20.tar.gz";s:4:"date";s:10:"1599851752";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.20-beta6";a:11:{s:4:"name";s:22:"webform 8.x-5.20-beta6";s:7:"version";s:14:"8.x-5.20-beta6";s:3:"tag";s:14:"8.x-5.20-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.20-beta6";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.20-beta6.tar.gz";s:4:"date";s:10:"1599240197";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.20-beta5";a:11:{s:4:"name";s:22:"webform 8.x-5.20-beta5";s:7:"version";s:14:"8.x-5.20-beta5";s:3:"tag";s:14:"8.x-5.20-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.20-beta5";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.20-beta5.tar.gz";s:4:"date";s:10:"1597828670";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.20-beta4";a:11:{s:4:"name";s:22:"webform 8.x-5.20-beta4";s:7:"version";s:14:"8.x-5.20-beta4";s:3:"tag";s:14:"8.x-5.20-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.20-beta4";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.20-beta4.tar.gz";s:4:"date";s:10:"1597166399";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.20-beta3";a:11:{s:4:"name";s:22:"webform 8.x-5.20-beta3";s:7:"version";s:14:"8.x-5.20-beta3";s:3:"tag";s:14:"8.x-5.20-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.20-beta3";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.20-beta3.tar.gz";s:4:"date";s:10:"1595283192";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.20-beta2";a:11:{s:4:"name";s:22:"webform 8.x-5.20-beta2";s:7:"version";s:14:"8.x-5.20-beta2";s:3:"tag";s:14:"8.x-5.20-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.20-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.20-beta2.tar.gz";s:4:"date";s:10:"1594713787";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.20-beta1";a:11:{s:4:"name";s:22:"webform 8.x-5.20-beta1";s:7:"version";s:14:"8.x-5.20-beta1";s:3:"tag";s:14:"8.x-5.20-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.20-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.20-beta1.tar.gz";s:4:"date";s:10:"1594241756";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.19";a:11:{s:4:"name";s:16:"webform 8.x-5.19";s:7:"version";s:8:"8.x-5.19";s:3:"tag";s:8:"8.x-5.19";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.19";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.19.tar.gz";s:4:"date";s:10:"1593681136";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.18";a:11:{s:4:"name";s:16:"webform 8.x-5.18";s:7:"version";s:8:"8.x-5.18";s:3:"tag";s:8:"8.x-5.18";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.18";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.18.tar.gz";s:4:"date";s:10:"1593034084";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.17";a:11:{s:4:"name";s:16:"webform 8.x-5.17";s:7:"version";s:8:"8.x-5.17";s:3:"tag";s:8:"8.x-5.17";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.17";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.17.tar.gz";s:4:"date";s:10:"1592841189";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:14:"8.x-5.17-beta1";a:11:{s:4:"name";s:22:"webform 8.x-5.17-beta1";s:7:"version";s:14:"8.x-5.17-beta1";s:3:"tag";s:14:"8.x-5.17-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.17-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.17-beta1.tar.gz";s:4:"date";s:10:"1592495751";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.16";a:11:{s:4:"name";s:16:"webform 8.x-5.16";s:7:"version";s:8:"8.x-5.16";s:3:"tag";s:8:"8.x-5.16";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.16";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.16.tar.gz";s:4:"date";s:10:"1591198998";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:4:"^8.8";}s:8:"8.x-5.15";a:11:{s:4:"name";s:16:"webform 8.x-5.15";s:7:"version";s:8:"8.x-5.15";s:3:"tag";s:8:"8.x-5.15";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.15";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.15.tar.gz";s:4:"date";s:10:"1590971702";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:8:"8.x-5.14";a:11:{s:4:"name";s:16:"webform 8.x-5.14";s:7:"version";s:8:"8.x-5.14";s:3:"tag";s:8:"8.x-5.14";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.14";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.14.tar.gz";s:4:"date";s:10:"1590950034";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:14:"8.x-5.14-beta2";a:11:{s:4:"name";s:22:"webform 8.x-5.14-beta2";s:7:"version";s:14:"8.x-5.14-beta2";s:3:"tag";s:14:"8.x-5.14-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.14-beta2";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.14-beta2.tar.gz";s:4:"date";s:10:"1590499309";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:14:"8.x-5.14-beta1";a:11:{s:4:"name";s:22:"webform 8.x-5.14-beta1";s:7:"version";s:14:"8.x-5.14-beta1";s:3:"tag";s:14:"8.x-5.14-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.14-beta1";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.14-beta1.tar.gz";s:4:"date";s:10:"1590275692";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";}s:8:"8.x-5.13";a:11:{s:4:"name";s:16:"webform 8.x-5.13";s:7:"version";s:8:"8.x-5.13";s:3:"tag";s:8:"8.x-5.13";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.13";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.13.tar.gz";s:4:"date";s:10:"1589661354";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-5.12";a:11:{s:4:"name";s:16:"webform 8.x-5.12";s:7:"version";s:8:"8.x-5.12";s:3:"tag";s:8:"8.x-5.12";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.12";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.12.tar.gz";s:4:"date";s:10:"1589372278";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:15:"Security update";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-5.11";a:11:{s:4:"name";s:16:"webform 8.x-5.11";s:7:"version";s:8:"8.x-5.11";s:3:"tag";s:8:"8.x-5.11";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.11";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.11.tar.gz";s:4:"date";s:10:"1588690387";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:15:"Security update";i:1;s:9:"Bug fixes";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:8:"8.x-5.10";a:11:{s:4:"name";s:16:"webform 8.x-5.10";s:7:"version";s:8:"8.x-5.10";s:3:"tag";s:8:"8.x-5.10";s:6:"status";s:9:"published";s:12:"release_link";s:56:"https://www.drupal.org/project/webform/releases/8.x-5.10";s:13:"download_link";s:61:"https://ftp.drupal.org/files/projects/webform-8.x-5.10.tar.gz";s:4:"date";s:10:"1588090448";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"8.x-5.9";a:11:{s:4:"name";s:15:"webform 8.x-5.9";s:7:"version";s:7:"8.x-5.9";s:3:"tag";s:7:"8.x-5.9";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.9";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.9.tar.gz";s:4:"date";s:10:"1584560013";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:13:"8.x-5.9-beta2";a:11:{s:4:"name";s:21:"webform 8.x-5.9-beta2";s:7:"version";s:13:"8.x-5.9-beta2";s:3:"tag";s:13:"8.x-5.9-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.9-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.9-beta2.tar.gz";s:4:"date";s:10:"1582899185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:13:"8.x-5.9-beta1";a:11:{s:4:"name";s:21:"webform 8.x-5.9-beta1";s:7:"version";s:13:"8.x-5.9-beta1";s:3:"tag";s:13:"8.x-5.9-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.9-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.9-beta1.tar.gz";s:4:"date";s:10:"1581626310";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:12:"^8.7.7 || ^9";}s:7:"8.x-5.8";a:11:{s:4:"name";s:15:"webform 8.x-5.8";s:7:"version";s:7:"8.x-5.8";s:3:"tag";s:7:"8.x-5.8";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.8";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.8.tar.gz";s:4:"date";s:10:"1579637587";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:7:"8.x-5.7";a:11:{s:4:"name";s:15:"webform 8.x-5.7";s:7:"version";s:7:"8.x-5.7";s:3:"tag";s:7:"8.x-5.7";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.7";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.7.tar.gz";s:4:"date";s:10:"1579208583";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:2:"^8";}s:13:"8.x-5.7-beta1";a:11:{s:4:"name";s:21:"webform 8.x-5.7-beta1";s:7:"version";s:13:"8.x-5.7-beta1";s:3:"tag";s:13:"8.x-5.7-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.7-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.7-beta1.tar.gz";s:4:"date";s:10:"1578341283";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:2:"^8";}s:7:"8.x-5.6";a:11:{s:4:"name";s:15:"webform 8.x-5.6";s:7:"version";s:7:"8.x-5.6";s:3:"tag";s:7:"8.x-5.6";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.6";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.6.tar.gz";s:4:"date";s:10:"1575331086";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.6-beta1";a:11:{s:4:"name";s:21:"webform 8.x-5.6-beta1";s:7:"version";s:13:"8.x-5.6-beta1";s:3:"tag";s:13:"8.x-5.6-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.6-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.6-beta1.tar.gz";s:4:"date";s:10:"1574077985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-5.5";a:11:{s:4:"name";s:15:"webform 8.x-5.5";s:7:"version";s:7:"8.x-5.5";s:3:"tag";s:7:"8.x-5.5";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.5";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.5.tar.gz";s:4:"date";s:10:"1572377284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.5-rc2";a:11:{s:4:"name";s:19:"webform 8.x-5.5-rc2";s:7:"version";s:11:"8.x-5.5-rc2";s:3:"tag";s:11:"8.x-5.5-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.5-rc2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.5-rc2.tar.gz";s:4:"date";s:10:"1570176784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.5-rc1";a:11:{s:4:"name";s:19:"webform 8.x-5.5-rc1";s:7:"version";s:11:"8.x-5.5-rc1";s:3:"tag";s:11:"8.x-5.5-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.5-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.5-rc1.tar.gz";s:4:"date";s:10:"1569445386";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.5-beta2";a:11:{s:4:"name";s:21:"webform 8.x-5.5-beta2";s:7:"version";s:13:"8.x-5.5-beta2";s:3:"tag";s:13:"8.x-5.5-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.5-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.5-beta2.tar.gz";s:4:"date";s:10:"1568992985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.5-beta1";a:11:{s:4:"name";s:21:"webform 8.x-5.5-beta1";s:7:"version";s:13:"8.x-5.5-beta1";s:3:"tag";s:13:"8.x-5.5-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.5-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.5-beta1.tar.gz";s:4:"date";s:10:"1567698485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-5.4";a:11:{s:4:"name";s:15:"webform 8.x-5.4";s:7:"version";s:7:"8.x-5.4";s:3:"tag";s:7:"8.x-5.4";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.4";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.4.tar.gz";s:4:"date";s:10:"1566209286";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.4-beta1";a:11:{s:4:"name";s:21:"webform 8.x-5.4-beta1";s:7:"version";s:13:"8.x-5.4-beta1";s:3:"tag";s:13:"8.x-5.4-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.4-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.4-beta1.tar.gz";s:4:"date";s:10:"1565332985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-5.3";a:11:{s:4:"name";s:15:"webform 8.x-5.3";s:7:"version";s:7:"8.x-5.3";s:3:"tag";s:7:"8.x-5.3";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.3";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.3.tar.gz";s:4:"date";s:10:"1563460085";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.3-rc3";a:11:{s:4:"name";s:19:"webform 8.x-5.3-rc3";s:7:"version";s:11:"8.x-5.3-rc3";s:3:"tag";s:11:"8.x-5.3-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.3-rc3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.3-rc3.tar.gz";s:4:"date";s:10:"1562013184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.3-rc2";a:11:{s:4:"name";s:19:"webform 8.x-5.3-rc2";s:7:"version";s:11:"8.x-5.3-rc2";s:3:"tag";s:11:"8.x-5.3-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.3-rc2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.3-rc2.tar.gz";s:4:"date";s:10:"1561474385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.3-rc1";a:11:{s:4:"name";s:19:"webform 8.x-5.3-rc1";s:7:"version";s:11:"8.x-5.3-rc1";s:3:"tag";s:11:"8.x-5.3-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.3-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.3-rc1.tar.gz";s:4:"date";s:10:"1559676185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.3-beta3";a:11:{s:4:"name";s:21:"webform 8.x-5.3-beta3";s:7:"version";s:13:"8.x-5.3-beta3";s:3:"tag";s:13:"8.x-5.3-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.3-beta3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.3-beta3.tar.gz";s:4:"date";s:10:"1558032481";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.3-beta2";a:11:{s:4:"name";s:21:"webform 8.x-5.3-beta2";s:7:"version";s:13:"8.x-5.3-beta2";s:3:"tag";s:13:"8.x-5.3-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.3-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.3-beta2.tar.gz";s:4:"date";s:10:"1557417193";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.3-beta1";a:11:{s:4:"name";s:21:"webform 8.x-5.3-beta1";s:7:"version";s:13:"8.x-5.3-beta1";s:3:"tag";s:13:"8.x-5.3-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.3-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.3-beta1.tar.gz";s:4:"date";s:10:"1556736481";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-5.2";a:11:{s:4:"name";s:15:"webform 8.x-5.2";s:7:"version";s:7:"8.x-5.2";s:3:"tag";s:7:"8.x-5.2";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.2";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.2.tar.gz";s:4:"date";s:10:"1553768585";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.2-rc3";a:11:{s:4:"name";s:19:"webform 8.x-5.2-rc3";s:7:"version";s:11:"8.x-5.2-rc3";s:3:"tag";s:11:"8.x-5.2-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.2-rc3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.2-rc3.tar.gz";s:4:"date";s:10:"1552733285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.2-rc2";a:11:{s:4:"name";s:19:"webform 8.x-5.2-rc2";s:7:"version";s:11:"8.x-5.2-rc2";s:3:"tag";s:11:"8.x-5.2-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.2-rc2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.2-rc2.tar.gz";s:4:"date";s:10:"1551880385";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.2-rc1";a:11:{s:4:"name";s:19:"webform 8.x-5.2-rc1";s:7:"version";s:11:"8.x-5.2-rc1";s:3:"tag";s:11:"8.x-5.2-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.2-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.2-rc1.tar.gz";s:4:"date";s:10:"1551829980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.2-beta1";a:11:{s:4:"name";s:21:"webform 8.x-5.2-beta1";s:7:"version";s:13:"8.x-5.2-beta1";s:3:"tag";s:13:"8.x-5.2-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.2-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.2-beta1.tar.gz";s:4:"date";s:10:"1548435780";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-5.1";a:11:{s:4:"name";s:15:"webform 8.x-5.1";s:7:"version";s:7:"8.x-5.1";s:3:"tag";s:7:"8.x-5.1";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.1";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.1.tar.gz";s:4:"date";s:10:"1546458480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-5.0";a:11:{s:4:"name";s:15:"webform 8.x-5.0";s:7:"version";s:7:"8.x-5.0";s:3:"tag";s:7:"8.x-5.0";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/8.x-5.0";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-8.x-5.0.tar.gz";s:4:"date";s:10:"1545656285";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc31";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc31";s:7:"version";s:12:"8.x-5.0-rc31";s:3:"tag";s:12:"8.x-5.0-rc31";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc31";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc31.tar.gz";s:4:"date";s:10:"1545138180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc30";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc30";s:7:"version";s:12:"8.x-5.0-rc30";s:3:"tag";s:12:"8.x-5.0-rc30";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc30";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc30.tar.gz";s:4:"date";s:10:"1544990880";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc29";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc29";s:7:"version";s:12:"8.x-5.0-rc29";s:3:"tag";s:12:"8.x-5.0-rc29";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc29";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc29.tar.gz";s:4:"date";s:10:"1544223180";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc28";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc28";s:7:"version";s:12:"8.x-5.0-rc28";s:3:"tag";s:12:"8.x-5.0-rc28";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc28";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc28.tar.gz";s:4:"date";s:10:"1544218081";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc27";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc27";s:7:"version";s:12:"8.x-5.0-rc27";s:3:"tag";s:12:"8.x-5.0-rc27";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc27";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc27.tar.gz";s:4:"date";s:10:"1543520280";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc26";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc26";s:7:"version";s:12:"8.x-5.0-rc26";s:3:"tag";s:12:"8.x-5.0-rc26";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc26";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc26.tar.gz";s:4:"date";s:10:"1541466481";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc25";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc25";s:7:"version";s:12:"8.x-5.0-rc25";s:3:"tag";s:12:"8.x-5.0-rc25";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc25";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc25.tar.gz";s:4:"date";s:10:"1541452980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc24";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc24";s:7:"version";s:12:"8.x-5.0-rc24";s:3:"tag";s:12:"8.x-5.0-rc24";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc24";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc24.tar.gz";s:4:"date";s:10:"1540255380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc23";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc23";s:7:"version";s:12:"8.x-5.0-rc23";s:3:"tag";s:12:"8.x-5.0-rc23";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc23";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc23.tar.gz";s:4:"date";s:10:"1540052580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc22";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc22";s:7:"version";s:12:"8.x-5.0-rc22";s:3:"tag";s:12:"8.x-5.0-rc22";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc22";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc22.tar.gz";s:4:"date";s:10:"1538482685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc21";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc21";s:7:"version";s:12:"8.x-5.0-rc21";s:3:"tag";s:12:"8.x-5.0-rc21";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc21";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc21.tar.gz";s:4:"date";s:10:"1536405484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc20";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc20";s:7:"version";s:12:"8.x-5.0-rc20";s:3:"tag";s:12:"8.x-5.0-rc20";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc20";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc20.tar.gz";s:4:"date";s:10:"1536336480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc19";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc19";s:7:"version";s:12:"8.x-5.0-rc19";s:3:"tag";s:12:"8.x-5.0-rc19";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc19";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc19.tar.gz";s:4:"date";s:10:"1536257580";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc18";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc18";s:7:"version";s:12:"8.x-5.0-rc18";s:3:"tag";s:12:"8.x-5.0-rc18";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc18";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc18.tar.gz";s:4:"date";s:10:"1533682980";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc17";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc17";s:7:"version";s:12:"8.x-5.0-rc17";s:3:"tag";s:12:"8.x-5.0-rc17";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc17";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc17.tar.gz";s:4:"date";s:10:"1533563280";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc16";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc16";s:7:"version";s:12:"8.x-5.0-rc16";s:3:"tag";s:12:"8.x-5.0-rc16";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc16";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc16.tar.gz";s:4:"date";s:10:"1530298420";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc15";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc15";s:7:"version";s:12:"8.x-5.0-rc15";s:3:"tag";s:12:"8.x-5.0-rc15";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc15";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc15.tar.gz";s:4:"date";s:10:"1528795685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc14";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc14";s:7:"version";s:12:"8.x-5.0-rc14";s:3:"tag";s:12:"8.x-5.0-rc14";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc14";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc14.tar.gz";s:4:"date";s:10:"1528277284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc13";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc13";s:7:"version";s:12:"8.x-5.0-rc13";s:3:"tag";s:12:"8.x-5.0-rc13";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc13";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc13.tar.gz";s:4:"date";s:10:"1528137480";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc12";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc12";s:7:"version";s:12:"8.x-5.0-rc12";s:3:"tag";s:12:"8.x-5.0-rc12";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc12";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc12.tar.gz";s:4:"date";s:10:"1524706684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc11";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc11";s:7:"version";s:12:"8.x-5.0-rc11";s:3:"tag";s:12:"8.x-5.0-rc11";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc11";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc11.tar.gz";s:4:"date";s:10:"1524229380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:12:"8.x-5.0-rc10";a:11:{s:4:"name";s:20:"webform 8.x-5.0-rc10";s:7:"version";s:12:"8.x-5.0-rc10";s:3:"tag";s:12:"8.x-5.0-rc10";s:6:"status";s:9:"published";s:12:"release_link";s:60:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc10";s:13:"download_link";s:65:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc10.tar.gz";s:4:"date";s:10:"1523291284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc9";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc9";s:7:"version";s:11:"8.x-5.0-rc9";s:3:"tag";s:11:"8.x-5.0-rc9";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc9";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc9.tar.gz";s:4:"date";s:10:"1523115484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc8";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc8";s:7:"version";s:11:"8.x-5.0-rc8";s:3:"tag";s:11:"8.x-5.0-rc8";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc8";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc8.tar.gz";s:4:"date";s:10:"1522698184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc7";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc7";s:7:"version";s:11:"8.x-5.0-rc7";s:3:"tag";s:11:"8.x-5.0-rc7";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc7";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc7.tar.gz";s:4:"date";s:10:"1521829380";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc6";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc6";s:7:"version";s:11:"8.x-5.0-rc6";s:3:"tag";s:11:"8.x-5.0-rc6";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc6";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc6.tar.gz";s:4:"date";s:10:"1521230880";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc5";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc5";s:7:"version";s:11:"8.x-5.0-rc5";s:3:"tag";s:11:"8.x-5.0-rc5";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc5";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc5.tar.gz";s:4:"date";s:10:"1521041284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc4";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc4";s:7:"version";s:11:"8.x-5.0-rc4";s:3:"tag";s:11:"8.x-5.0-rc4";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc4";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc4.tar.gz";s:4:"date";s:10:"1520964784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc3";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc3";s:7:"version";s:11:"8.x-5.0-rc3";s:3:"tag";s:11:"8.x-5.0-rc3";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc3";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc3.tar.gz";s:4:"date";s:10:"1517746080";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc2";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc2";s:7:"version";s:11:"8.x-5.0-rc2";s:3:"tag";s:11:"8.x-5.0-rc2";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc2";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc2.tar.gz";s:4:"date";s:10:"1517359384";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-5.0-rc1";a:11:{s:4:"name";s:19:"webform 8.x-5.0-rc1";s:7:"version";s:11:"8.x-5.0-rc1";s:3:"tag";s:11:"8.x-5.0-rc1";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.0-rc1";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc1.tar.gz";s:4:"date";s:10:"1514196484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:58:"RC releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta25";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta25";s:7:"version";s:14:"8.x-5.0-beta25";s:3:"tag";s:14:"8.x-5.0-beta25";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta25";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta25.tar.gz";s:4:"date";s:10:"1513003985";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta24";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta24";s:7:"version";s:14:"8.x-5.0-beta24";s:3:"tag";s:14:"8.x-5.0-beta24";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta24";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta24.tar.gz";s:4:"date";s:10:"1510867685";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta23";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta23";s:7:"version";s:14:"8.x-5.0-beta23";s:3:"tag";s:14:"8.x-5.0-beta23";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta23";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta23.tar.gz";s:4:"date";s:10:"1509673984";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta22";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta22";s:7:"version";s:14:"8.x-5.0-beta22";s:3:"tag";s:14:"8.x-5.0-beta22";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta22";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta22.tar.gz";s:4:"date";s:10:"1509576185";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta21";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta21";s:7:"version";s:14:"8.x-5.0-beta21";s:3:"tag";s:14:"8.x-5.0-beta21";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta21";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta21.tar.gz";s:4:"date";s:10:"1509363484";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta20";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta20";s:7:"version";s:14:"8.x-5.0-beta20";s:3:"tag";s:14:"8.x-5.0-beta20";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta20";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta20.tar.gz";s:4:"date";s:10:"1509357785";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta19";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta19";s:7:"version";s:14:"8.x-5.0-beta19";s:3:"tag";s:14:"8.x-5.0-beta19";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta19";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta19.tar.gz";s:4:"date";s:10:"1506634743";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta18";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta18";s:7:"version";s:14:"8.x-5.0-beta18";s:3:"tag";s:14:"8.x-5.0-beta18";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta18";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta18.tar.gz";s:4:"date";s:10:"1505244243";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta17";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta17";s:7:"version";s:14:"8.x-5.0-beta17";s:3:"tag";s:14:"8.x-5.0-beta17";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta17";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta17.tar.gz";s:4:"date";s:10:"1505089745";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta16";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta16";s:7:"version";s:14:"8.x-5.0-beta16";s:3:"tag";s:14:"8.x-5.0-beta16";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta16";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta16.tar.gz";s:4:"date";s:10:"1502154844";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta15";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta15";s:7:"version";s:14:"8.x-5.0-beta15";s:3:"tag";s:14:"8.x-5.0-beta15";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta15";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta15.tar.gz";s:4:"date";s:10:"1498873444";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta14";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta14";s:7:"version";s:14:"8.x-5.0-beta14";s:3:"tag";s:14:"8.x-5.0-beta14";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta14";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta14.tar.gz";s:4:"date";s:10:"1498698843";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta13";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta13";s:7:"version";s:14:"8.x-5.0-beta13";s:3:"tag";s:14:"8.x-5.0-beta13";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta13";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta13.tar.gz";s:4:"date";s:10:"1496265842";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta12";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta12";s:7:"version";s:14:"8.x-5.0-beta12";s:3:"tag";s:14:"8.x-5.0-beta12";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta12";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta12.tar.gz";s:4:"date";s:10:"1492798443";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta11";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta11";s:7:"version";s:14:"8.x-5.0-beta11";s:3:"tag";s:14:"8.x-5.0-beta11";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta11";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta11.tar.gz";s:4:"date";s:10:"1491471183";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-5.0-beta10";a:11:{s:4:"name";s:22:"webform 8.x-5.0-beta10";s:7:"version";s:14:"8.x-5.0-beta10";s:3:"tag";s:14:"8.x-5.0-beta10";s:6:"status";s:9:"published";s:12:"release_link";s:62:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta10";s:13:"download_link";s:67:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta10.tar.gz";s:4:"date";s:10:"1491362286";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta9";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta9";s:7:"version";s:13:"8.x-5.0-beta9";s:3:"tag";s:13:"8.x-5.0-beta9";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta9";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta9.tar.gz";s:4:"date";s:10:"1488753784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta8";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta8";s:7:"version";s:13:"8.x-5.0-beta8";s:3:"tag";s:13:"8.x-5.0-beta8";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta8";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta8.tar.gz";s:4:"date";s:10:"1488739683";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta7";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta7";s:7:"version";s:13:"8.x-5.0-beta7";s:3:"tag";s:13:"8.x-5.0-beta7";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta7";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta7.tar.gz";s:4:"date";s:10:"1487143684";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta6";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta6";s:7:"version";s:13:"8.x-5.0-beta6";s:3:"tag";s:13:"8.x-5.0-beta6";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta6";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta6.tar.gz";s:4:"date";s:10:"1487025483";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta5";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta5";s:7:"version";s:13:"8.x-5.0-beta5";s:3:"tag";s:13:"8.x-5.0-beta5";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta5";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta5.tar.gz";s:4:"date";s:10:"1485776283";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta4";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta4";s:7:"version";s:13:"8.x-5.0-beta4";s:3:"tag";s:13:"8.x-5.0-beta4";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta4";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta4.tar.gz";s:4:"date";s:10:"1482752282";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta3";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta3";s:7:"version";s:13:"8.x-5.0-beta3";s:3:"tag";s:13:"8.x-5.0-beta3";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta3";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta3.tar.gz";s:4:"date";s:10:"1482316383";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:3:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";i:2;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta2";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta2";s:7:"version";s:13:"8.x-5.0-beta2";s:3:"tag";s:13:"8.x-5.0-beta2";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta2";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta2.tar.gz";s:4:"date";s:10:"1481192283";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:13:"8.x-5.0-beta1";a:11:{s:4:"name";s:21:"webform 8.x-5.0-beta1";s:7:"version";s:13:"8.x-5.0-beta1";s:3:"tag";s:13:"8.x-5.0-beta1";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/webform/releases/8.x-5.0-beta1";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta1.tar.gz";s:4:"date";s:10:"1481140089";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:8:"Insecure";}}s:8:"security";s:60:"Beta releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:9:"6.3.x-dev";a:11:{s:4:"name";s:17:"webform 6.3.x-dev";s:7:"version";s:9:"6.3.x-dev";s:3:"tag";s:5:"6.3.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.3.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.3.x-dev.tar.gz";s:4:"date";s:10:"1742235810";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";}s:9:"6.2.x-dev";a:11:{s:4:"name";s:17:"webform 6.2.x-dev";s:7:"version";s:9:"6.2.x-dev";s:3:"tag";s:5:"6.2.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.2.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.2.x-dev.tar.gz";s:4:"date";s:10:"1742236234";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:5:"^10.2";}s:9:"6.1.x-dev";a:11:{s:4:"name";s:17:"webform 6.1.x-dev";s:7:"version";s:9:"6.1.x-dev";s:3:"tag";s:5:"6.1.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.1.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.1.x-dev.tar.gz";s:4:"date";s:10:"1698357330";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^9.3";s:5:"terms";a:0:{}}s:9:"6.0.x-dev";a:11:{s:4:"name";s:17:"webform 6.0.x-dev";s:7:"version";s:9:"6.0.x-dev";s:3:"tag";s:5:"6.0.x";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/webform/releases/6.0.x-dev";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/webform-6.0.x-dev.tar.gz";s:4:"date";s:10:"1644873671";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:10:"^8.8 || ^9";s:5:"terms";a:0:{}}s:7:"6.x-dev";a:11:{s:4:"name";s:15:"webform 6.x-dev";s:7:"version";s:7:"6.x-dev";s:3:"tag";s:3:"6.x";s:6:"status";s:9:"published";s:12:"release_link";s:55:"https://www.drupal.org/project/webform/releases/6.x-dev";s:13:"download_link";s:60:"https://ftp.drupal.org/files/projects/webform-6.x-dev.tar.gz";s:4:"date";s:10:"1742236033";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:14:"^10.3 || ^11.0";s:5:"terms";a:0:{}}s:11:"8.x-5.x-dev";a:11:{s:4:"name";s:19:"webform 8.x-5.x-dev";s:7:"version";s:11:"8.x-5.x-dev";s:3:"tag";s:7:"8.x-5.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-5.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-5.x-dev.tar.gz";s:4:"date";s:10:"1638915617";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:4:"^8.8";s:5:"terms";a:0:{}}s:11:"8.x-4.x-dev";a:10:{s:4:"name";s:19:"webform 8.x-4.x-dev";s:7:"version";s:11:"8.x-4.x-dev";s:3:"tag";s:7:"8.x-4.x";s:6:"status";s:9:"published";s:12:"release_link";s:59:"https://www.drupal.org/project/webform/releases/8.x-4.x-dev";s:13:"download_link";s:64:"https://ftp.drupal.org/files/projects/webform-8.x-4.x-dev.tar.gz";s:4:"date";s:10:"1480317483";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]); INSERT INTO `[[dbprefix]]key_value_expire` VALUES ('update_available_releases', 'yoast_seo', 'a:10:{s:5:"title";s:24:"Real-time SEO for Drupal";s:10:"short_name";s:9:"yoast_seo";s:4:"type";s:14:"project_module";s:18:"supported_branches";s:13:"8.x-1.,8.x-2.";s:18:"composer_namespace";s:16:"drupal/yoast_seo";s:14:"project_status";s:9:"published";s:4:"link";s:40:"https://www.drupal.org/project/yoast_seo";s:5:"terms";s:0:"";s:8:"releases";a:28:{s:7:"8.x-2.1";a:11:{s:4:"name";s:17:"yoast_seo 8.x-2.1";s:7:"version";s:7:"8.x-2.1";s:3:"tag";s:7:"8.x-2.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.1.tar.gz";s:4:"date";s:10:"1736565427";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:7:"8.x-2.0";a:11:{s:4:"name";s:17:"yoast_seo 8.x-2.0";s:7:"version";s:7:"8.x-2.0";s:3:"tag";s:7:"8.x-2.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0.tar.gz";s:4:"date";s:10:"1736455920";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:15:"8.x-2.0-alpha11";a:11:{s:4:"name";s:25:"yoast_seo 8.x-2.0-alpha11";s:7:"version";s:15:"8.x-2.0-alpha11";s:3:"tag";s:15:"8.x-2.0-alpha11";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha11";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha11.tar.gz";s:4:"date";s:10:"1724705389";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:15:"8.x-2.0-alpha10";a:11:{s:4:"name";s:25:"yoast_seo 8.x-2.0-alpha10";s:7:"version";s:15:"8.x-2.0-alpha10";s:3:"tag";s:15:"8.x-2.0-alpha10";s:6:"status";s:9:"published";s:12:"release_link";s:65:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha10";s:13:"download_link";s:70:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha10.tar.gz";s:4:"date";s:10:"1695378976";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:14:"8.x-2.0-alpha9";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha9";s:7:"version";s:14:"8.x-2.0-alpha9";s:3:"tag";s:14:"8.x-2.0-alpha9";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha9";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha9.tar.gz";s:4:"date";s:10:"1686928294";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:14:"8.x-2.0-alpha8";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha8";s:7:"version";s:14:"8.x-2.0-alpha8";s:3:"tag";s:14:"8.x-2.0-alpha8";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha8";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha8.tar.gz";s:4:"date";s:10:"1671283494";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:14:"8.x-2.0-alpha7";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha7";s:7:"version";s:14:"8.x-2.0-alpha7";s:3:"tag";s:14:"8.x-2.0-alpha7";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha7";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha7.tar.gz";s:4:"date";s:10:"1671188578";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:14:"8.x-2.0-alpha6";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha6";s:7:"version";s:14:"8.x-2.0-alpha6";s:3:"tag";s:14:"8.x-2.0-alpha6";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha6";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha6.tar.gz";s:4:"date";s:10:"1613318373";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-2.0-alpha5";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha5";s:7:"version";s:14:"8.x-2.0-alpha5";s:3:"tag";s:14:"8.x-2.0-alpha5";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha5";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha5.tar.gz";s:4:"date";s:10:"1608672377";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-2.0-alpha4";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha4";s:7:"version";s:14:"8.x-2.0-alpha4";s:3:"tag";s:14:"8.x-2.0-alpha4";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha4";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha4.tar.gz";s:4:"date";s:10:"1601970880";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:8:"^8 || ^9";}s:14:"8.x-2.0-alpha3";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha3";s:7:"version";s:14:"8.x-2.0-alpha3";s:3:"tag";s:14:"8.x-2.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha3.tar.gz";s:4:"date";s:10:"1528107184";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha2";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha2";s:7:"version";s:14:"8.x-2.0-alpha2";s:3:"tag";s:14:"8.x-2.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha2.tar.gz";s:4:"date";s:10:"1521471485";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-2.0-alpha1";a:11:{s:4:"name";s:24:"yoast_seo 8.x-2.0-alpha1";s:7:"version";s:14:"8.x-2.0-alpha1";s:3:"tag";s:14:"8.x-2.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.0-alpha1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.0-alpha1.tar.gz";s:4:"date";s:10:"1519030081";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.9";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.9";s:7:"version";s:7:"8.x-1.9";s:3:"tag";s:7:"8.x-1.9";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.9";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.9.tar.gz";s:4:"date";s:10:"1724705302";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";}s:7:"8.x-1.8";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.8";s:7:"version";s:7:"8.x-1.8";s:3:"tag";s:7:"8.x-1.8";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.8";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.8.tar.gz";s:4:"date";s:10:"1671186804";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:15:"^8 || ^9 || ^10";}s:7:"8.x-1.7";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.7";s:7:"version";s:7:"8.x-1.7";s:3:"tag";s:7:"8.x-1.7";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.7";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.7.tar.gz";s:4:"date";s:10:"1604304795";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.6";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.6";s:7:"version";s:7:"8.x-1.6";s:3:"tag";s:7:"8.x-1.6";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.6";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.6.tar.gz";s:4:"date";s:10:"1601971765";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:8:"^8 || ^9";}s:7:"8.x-1.5";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.5";s:7:"version";s:7:"8.x-1.5";s:3:"tag";s:7:"8.x-1.5";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.5";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.5.tar.gz";s:4:"date";s:10:"1544198284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.4";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.4";s:7:"version";s:7:"8.x-1.4";s:3:"tag";s:7:"8.x-1.4";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.4";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.4.tar.gz";s:4:"date";s:10:"1540886284";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.3";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.3";s:7:"version";s:7:"8.x-1.3";s:3:"tag";s:7:"8.x-1.3";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.3";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.3.tar.gz";s:4:"date";s:10:"1499849343";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:2:{i:0;s:9:"Bug fixes";i:1;s:12:"New features";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.2";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.2";s:7:"version";s:7:"8.x-1.2";s:3:"tag";s:7:"8.x-1.2";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.2";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.2.tar.gz";s:4:"date";s:10:"1491408784";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.1";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.1";s:7:"version";s:7:"8.x-1.1";s:3:"tag";s:7:"8.x-1.1";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.1";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.1.tar.gz";s:4:"date";s:10:"1480952282";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:7:"8.x-1.0";a:11:{s:4:"name";s:17:"yoast_seo 8.x-1.0";s:7:"version";s:7:"8.x-1.0";s:3:"tag";s:7:"8.x-1.0";s:6:"status";s:9:"published";s:12:"release_link";s:57:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.0";s:13:"download_link";s:62:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.0.tar.gz";s:4:"date";s:10:"1475504939";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:44:"Covered by Drupal''s security advisory policy";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha3";a:11:{s:4:"name";s:24:"yoast_seo 8.x-1.0-alpha3";s:7:"version";s:14:"8.x-1.0-alpha3";s:3:"tag";s:14:"8.x-1.0-alpha3";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.0-alpha3";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.0-alpha3.tar.gz";s:4:"date";s:10:"1468409339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha2";a:11:{s:4:"name";s:24:"yoast_seo 8.x-1.0-alpha2";s:7:"version";s:14:"8.x-1.0-alpha2";s:3:"tag";s:14:"8.x-1.0-alpha2";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.0-alpha2";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.0-alpha2.tar.gz";s:4:"date";s:10:"1459268339";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:9:"Bug fixes";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:14:"8.x-1.0-alpha1";a:11:{s:4:"name";s:24:"yoast_seo 8.x-1.0-alpha1";s:7:"version";s:14:"8.x-1.0-alpha1";s:3:"tag";s:14:"8.x-1.0-alpha1";s:6:"status";s:9:"published";s:12:"release_link";s:64:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.0-alpha1";s:13:"download_link";s:69:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.0-alpha1.tar.gz";s:4:"date";s:10:"1456815839";s:5:"files";s:0:"";s:5:"terms";a:1:{s:12:"Release type";a:1:{i:0;s:12:"New features";}}s:8:"security";s:61:"Alpha releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:3:"8.x";}s:11:"8.x-2.x-dev";a:11:{s:4:"name";s:21:"yoast_seo 8.x-2.x-dev";s:7:"version";s:11:"8.x-2.x-dev";s:3:"tag";s:7:"8.x-2.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/yoast_seo/releases/8.x-2.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-2.x-dev.tar.gz";s:4:"date";s:10:"1736565243";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}s:11:"8.x-1.x-dev";a:11:{s:4:"name";s:21:"yoast_seo 8.x-1.x-dev";s:7:"version";s:11:"8.x-1.x-dev";s:3:"tag";s:7:"8.x-1.x";s:6:"status";s:9:"published";s:12:"release_link";s:61:"https://www.drupal.org/project/yoast_seo/releases/8.x-1.x-dev";s:13:"download_link";s:66:"https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.x-dev.tar.gz";s:4:"date";s:10:"1724705259";s:5:"files";s:0:"";s:8:"security";s:59:"Dev releases are not covered by Drupal security advisories.";s:18:"core_compatibility";s:22:"^8 || ^9 || ^10 || ^11";s:5:"terms";a:0:{}}}s:10:"last_fetch";i:[[timestamp]];}', [[timestamp_nextday]]);
-- -- Table structure for table `[[dbprefix]]media` --
CREATE TABLE `[[dbprefix]]media` ( `mid` int unsigned NOT NULL AUTO_INCREMENT, `vid` int unsigned DEFAULT NULL, `bundle` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, PRIMARY KEY (`mid`), UNIQUE KEY `media_field__uuid__value` (`uuid`), UNIQUE KEY `media__vid` (`vid`), KEY `media_field__bundle__target_id` (`bundle`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for media entities.' AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]media` --
INSERT INTO `[[dbprefix]]media` VALUES (1, 1, 'image', 'e593b567-2ff6-483e-9d80-ccbd49230c2c', 'en');
-- -- Table structure for table `[[dbprefix]]media_field_data` --
CREATE TABLE `[[dbprefix]]media_field_data` ( `mid` int unsigned NOT NULL, `vid` int unsigned NOT NULL, `bundle` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `status` tinyint NOT NULL, `uid` int unsigned NOT NULL COMMENT 'The ID of the target entity.', `name` varchar(255) DEFAULT NULL, `thumbnail__target_id` int unsigned DEFAULT NULL COMMENT 'The ID of the file entity.', `thumbnail__alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.', `thumbnail__title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.', `thumbnail__width` int unsigned DEFAULT NULL COMMENT 'The width of the image in pixels.', `thumbnail__height` int unsigned DEFAULT NULL COMMENT 'The height of the image in pixels.', `created` int DEFAULT NULL, `changed` int DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, `publish_on` int DEFAULT NULL, `unpublish_on` int DEFAULT NULL, `publish_state` varchar(255) DEFAULT NULL, `unpublish_state` varchar(255) DEFAULT NULL, PRIMARY KEY (`mid`,`langcode`), KEY `media__id__default_langcode__langcode` (`mid`,`default_langcode`,`langcode`), KEY `media__vid` (`vid`), KEY `media_field__bundle__target_id` (`bundle`), KEY `media_field__uid__target_id` (`uid`), KEY `media_field__thumbnail__target_id` (`thumbnail__target_id`), KEY `media__status_bundle` (`status`,`bundle`,`mid`), KEY `media_field__publish_state__value` (`publish_state`(191)), KEY `media_field__unpublish_state__value` (`unpublish_state`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The data table for media entities.';
-- -- Dumping data for table `[[dbprefix]]media_field_data` --
INSERT INTO `[[dbprefix]]media_field_data` VALUES (1, 1, 'image', 'en', 1, 1, 'drupal-cms-hero.webp', 1, 'A bunch of laptops on a table from above', NULL, 1200, 480, 1733288974, [[timestamp]], 1, 1, NULL, NULL, NULL, NULL);
-- -- Table structure for table `[[dbprefix]]media_field_revision` --
CREATE TABLE `[[dbprefix]]media_field_revision` ( `mid` int unsigned NOT NULL, `vid` int unsigned NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `status` tinyint NOT NULL, `uid` int unsigned NOT NULL COMMENT 'The ID of the target entity.', `name` varchar(255) DEFAULT NULL, `thumbnail__target_id` int unsigned DEFAULT NULL COMMENT 'The ID of the file entity.', `thumbnail__alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.', `thumbnail__title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.', `thumbnail__width` int unsigned DEFAULT NULL COMMENT 'The width of the image in pixels.', `thumbnail__height` int unsigned DEFAULT NULL COMMENT 'The height of the image in pixels.', `created` int DEFAULT NULL, `changed` int DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, `publish_on` int DEFAULT NULL, `unpublish_on` int DEFAULT NULL, `publish_state` varchar(255) DEFAULT NULL, `unpublish_state` varchar(255) DEFAULT NULL, PRIMARY KEY (`vid`,`langcode`), KEY `media__id__default_langcode__langcode` (`mid`,`default_langcode`,`langcode`), KEY `media_field__uid__target_id` (`uid`), KEY `media_field__thumbnail__target_id` (`thumbnail__target_id`), KEY `media_field__publish_state__value` (`publish_state`(191)), KEY `media_field__unpublish_state__value` (`unpublish_state`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision data table for media entities.';
-- -- Dumping data for table `[[dbprefix]]media_field_revision` --
INSERT INTO `[[dbprefix]]media_field_revision` VALUES (1, 1, 'en', 1, 1, 'drupal-cms-hero.webp', 1, 'A bunch of laptops on a table from above', NULL, 1200, 480, 1733288974, [[timestamp]], 1, 1, NULL, NULL, NULL, NULL);
-- -- Table structure for table `[[dbprefix]]media_revision` --
CREATE TABLE `[[dbprefix]]media_revision` ( `mid` int unsigned NOT NULL, `vid` int unsigned NOT NULL AUTO_INCREMENT, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `revision_user` int unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `revision_created` int DEFAULT NULL, `revision_log_message` longtext, `revision_default` tinyint DEFAULT NULL, PRIMARY KEY (`vid`), KEY `media__mid` (`mid`), KEY `media_field__revision_user__target_id` (`revision_user`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision table for media entities.' AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]media_revision` --
-- -- Table structure for table `[[dbprefix]]media_revision__field_media_document` --
CREATE TABLE `[[dbprefix]]media_revision__field_media_document` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_media_document_target_id` int unsigned NOT NULL COMMENT 'The ID of the file entity.', `field_media_document_display` tinyint unsigned DEFAULT '1' COMMENT 'Flag to control whether this file should be displayed when viewing content.', `field_media_document_description` text COMMENT 'A description of the file.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_media_document_target_id` (`field_media_document_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for media field field_media…';
-- -- Table structure for table `[[dbprefix]]media_revision__field_media_image` --
CREATE TABLE `[[dbprefix]]media_revision__field_media_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_media_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the file entity.', `field_media_image_alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.', `field_media_image_title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.', `field_media_image_width` int unsigned DEFAULT NULL COMMENT 'The width of the image in pixels.', `field_media_image_height` int unsigned DEFAULT NULL COMMENT 'The height of the image in pixels.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_media_image_target_id` (`field_media_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for media field field_media_image.';
-- -- Dumping data for table `[[dbprefix]]media_revision__field_media_image` --
INSERT INTO `[[dbprefix]]media_revision__field_media_image` VALUES ('image', 0, 1, 1, 'en', 0, 1, 'A bunch of laptops on a table from above', '', 2700, 1080);
-- -- Table structure for table `[[dbprefix]]media_revision__field_media_oembed_video` --
CREATE TABLE `[[dbprefix]]media_revision__field_media_oembed_video` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_media_oembed_video_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for media field field_media_oembed…';
-- -- Table structure for table `[[dbprefix]]media_revision__field_media_svg_image` --
CREATE TABLE `[[dbprefix]]media_revision__field_media_svg_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_media_svg_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the file entity.', `field_media_svg_image_alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.', `field_media_svg_image_title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.', `field_media_svg_image_width` int unsigned DEFAULT NULL COMMENT 'The width of the image in pixels.', `field_media_svg_image_height` int unsigned DEFAULT NULL COMMENT 'The height of the image in pixels.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_media_svg_image_target_id` (`field_media_svg_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for media field field_media_svg…';
-- -- Table structure for table `[[dbprefix]]media__field_media_document` --
CREATE TABLE `[[dbprefix]]media__field_media_document` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_media_document_target_id` int unsigned NOT NULL COMMENT 'The ID of the file entity.', `field_media_document_display` tinyint unsigned DEFAULT '1' COMMENT 'Flag to control whether this file should be displayed when viewing content.', `field_media_document_description` text COMMENT 'A description of the file.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_media_document_target_id` (`field_media_document_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for media field field_media_document.';
-- -- Table structure for table `[[dbprefix]]media__field_media_image` --
CREATE TABLE `[[dbprefix]]media__field_media_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_media_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the file entity.', `field_media_image_alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.', `field_media_image_title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.', `field_media_image_width` int unsigned DEFAULT NULL COMMENT 'The width of the image in pixels.', `field_media_image_height` int unsigned DEFAULT NULL COMMENT 'The height of the image in pixels.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_media_image_target_id` (`field_media_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for media field field_media_image.';
-- -- Dumping data for table `[[dbprefix]]media__field_media_image` --
INSERT INTO `[[dbprefix]]media__field_media_image` VALUES ('image', 0, 1, 1, 'en', 0, 1, 'A bunch of laptops on a table from above', '', 2700, 1080);
-- -- Table structure for table `[[dbprefix]]media__field_media_oembed_video` --
CREATE TABLE `[[dbprefix]]media__field_media_oembed_video` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_media_oembed_video_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for media field field_media_oembed_video.';
-- -- Table structure for table `[[dbprefix]]media__field_media_svg_image` --
CREATE TABLE `[[dbprefix]]media__field_media_svg_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_media_svg_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the file entity.', `field_media_svg_image_alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.', `field_media_svg_image_title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.', `field_media_svg_image_width` int unsigned DEFAULT NULL COMMENT 'The width of the image in pixels.', `field_media_svg_image_height` int unsigned DEFAULT NULL COMMENT 'The height of the image in pixels.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_media_svg_image_target_id` (`field_media_svg_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for media field field_media_svg_image.';
-- -- Table structure for table `[[dbprefix]]menu_link_content` --
CREATE TABLE `[[dbprefix]]menu_link_content` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `revision_id` int unsigned DEFAULT NULL, `bundle` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `menu_link_content_field__uuid__value` (`uuid`), UNIQUE KEY `menu_link_content__revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for menu_link_content entities.' AUTO_INCREMENT=11 ;
-- -- Dumping data for table `[[dbprefix]]menu_link_content` --
-- -- Table structure for table `[[dbprefix]]menu_link_content_field_revision` --
CREATE TABLE `[[dbprefix]]menu_link_content_field_revision` ( `id` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `enabled` tinyint NOT NULL, `title` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `link__uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.', `link__title` varchar(255) DEFAULT NULL COMMENT 'The link text.', `link__options` longblob COMMENT 'Serialized array of options for the link.', `external` tinyint DEFAULT NULL, `changed` int DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, PRIMARY KEY (`revision_id`,`langcode`), KEY `menu_link_content__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`), KEY `menu_link_content_field__link__uri` (`link__uri`(30)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision data table for menu_link_content entities.';
-- -- Dumping data for table `[[dbprefix]]menu_link_content_field_revision` --
-- -- Table structure for table `[[dbprefix]]menu_link_content_revision` --
CREATE TABLE `[[dbprefix]]menu_link_content_revision` ( `id` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL AUTO_INCREMENT, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `revision_user` int unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `revision_created` int DEFAULT NULL, `revision_log_message` longtext, `revision_default` tinyint DEFAULT NULL, PRIMARY KEY (`revision_id`), KEY `menu_link_content__id` (`id`), KEY `menu_link_content__ef029a1897` (`revision_user`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision table for menu_link_content entities.' AUTO_INCREMENT=11 ;
-- -- Dumping data for table `[[dbprefix]]menu_link_content_revision` --
-- -- Table structure for table `[[dbprefix]]menu_tree` --
CREATE TABLE `[[dbprefix]]menu_tree` ( `menu_name` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The menu name. All links with the same menu name (such as ''tools'') are part of the same menu.', `mlid` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'The menu link ID (mlid) is the integer primary key.', `id` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'Unique machine name: the plugin ID.', `parent` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The plugin ID for the parent of this link.', `route_name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL COMMENT 'The machine name of a defined Symfony Route this menu link represents.', `route_param_key` varchar(2048) DEFAULT NULL COMMENT 'An encoded string of route parameters for loading by route.', `route_parameters` longblob COMMENT 'Serialized array of route parameters of this menu link.', `url` varchar(2048) NOT NULL DEFAULT '' COMMENT 'The external path this link points to (when not using a route).', `title` longblob COMMENT 'The serialized title for the link. May be a TranslatableMarkup.', `description` longblob COMMENT 'The serialized description of this link - used for admin pages and title attribute. May be a TranslatableMarkup.', `class` text COMMENT 'The class for this link plugin.', `options` longblob COMMENT 'A serialized array of URL options, such as a query string or HTML attributes.', `provider` varchar(50) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT 'system' COMMENT 'The name of the module that generated this link.', `enabled` smallint NOT NULL DEFAULT '1' COMMENT 'A flag for whether the link should be rendered in menus. (0 = a disabled menu link that may be shown on admin screens, 1 = a normal, visible link)', `discovered` smallint NOT NULL DEFAULT '0' COMMENT 'A flag for whether the link was discovered, so can be purged on rebuild', `expanded` smallint NOT NULL DEFAULT '0' COMMENT 'Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded)', `weight` int NOT NULL DEFAULT '0' COMMENT 'Link weight among links in the same menu at the same depth.', `metadata` longblob COMMENT 'A serialized array of data that may be used by the plugin instance.', `has_children` smallint NOT NULL DEFAULT '0' COMMENT 'Flag indicating whether any enabled links have this link as a parent (1 = enabled children exist, 0 = no enabled children).', `depth` smallint NOT NULL DEFAULT '0' COMMENT 'The depth relative to the top level. A link with empty parent will have depth == 1.', `p1` int unsigned NOT NULL DEFAULT '0' COMMENT 'The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the parent link mlid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.', `p2` int unsigned NOT NULL DEFAULT '0' COMMENT 'The second mlid in the materialized path. See p1.', `p3` int unsigned NOT NULL DEFAULT '0' COMMENT 'The third mlid in the materialized path. See p1.', `p4` int unsigned NOT NULL DEFAULT '0' COMMENT 'The fourth mlid in the materialized path. See p1.', `p5` int unsigned NOT NULL DEFAULT '0' COMMENT 'The fifth mlid in the materialized path. See p1.', `p6` int unsigned NOT NULL DEFAULT '0' COMMENT 'The sixth mlid in the materialized path. See p1.', `p7` int unsigned NOT NULL DEFAULT '0' COMMENT 'The seventh mlid in the materialized path. See p1.', `p8` int unsigned NOT NULL DEFAULT '0' COMMENT 'The eighth mlid in the materialized path. See p1.', `p9` int unsigned NOT NULL DEFAULT '0' COMMENT 'The ninth mlid in the materialized path. See p1.', `form_class` varchar(255) DEFAULT NULL COMMENT 'meh', PRIMARY KEY (`mlid`), UNIQUE KEY `id` (`id`), KEY `menu_parents` (`menu_name`,`p1`,`p2`,`p3`,`p4`,`p5`,`p6`,`p7`,`p8`,`p9`), KEY `menu_parent_expand_child` (`menu_name`,`expanded`,`has_children`,`parent`(16)), KEY `route_values` (`route_name`(32),`route_param_key`(16)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Contains the menu tree hierarchy.' AUTO_INCREMENT=115 ;
-- -- Dumping data for table `[[dbprefix]]menu_tree` --
-- -- Table structure for table `[[dbprefix]]node` --
CREATE TABLE `[[dbprefix]]node` ( `nid` int unsigned NOT NULL AUTO_INCREMENT, `vid` int unsigned DEFAULT NULL, `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, PRIMARY KEY (`nid`), UNIQUE KEY `node_field__uuid__value` (`uuid`), UNIQUE KEY `node__vid` (`vid`), KEY `node_field__type__target_id` (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for node entities.' AUTO_INCREMENT=3 ;
-- -- Dumping data for table `[[dbprefix]]node` --
-- -- Table structure for table `[[dbprefix]]node_access` --
CREATE TABLE `[[dbprefix]]node_access` ( `nid` int unsigned NOT NULL DEFAULT '0' COMMENT 'The "[[dbprefix]]node".nid this record affects.', `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The "[[dbprefix]]language".langcode of this node.', `fallback` tinyint unsigned NOT NULL DEFAULT '1' COMMENT 'Boolean indicating whether this record should be used as a fallback if a language condition is not provided.', `gid` int unsigned NOT NULL DEFAULT '0' COMMENT 'The grant ID a user must possess in the specified realm to gain this row''s privileges on the node.', `realm` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The realm in which the user must possess the grant ID. Modules can define one or more realms by implementing hook_node_grants().', `grant_view` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Boolean indicating whether a user with the realm/grant pair can view this node.', `grant_update` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Boolean indicating whether a user with the realm/grant pair can edit this node.', `grant_delete` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Boolean indicating whether a user with the realm/grant pair can delete this node.', PRIMARY KEY (`nid`,`gid`,`realm`,`langcode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Identifies which realm/grant pairs a user must possess in…';
-- -- Dumping data for table `[[dbprefix]]node_access` --
-- -- Table structure for table `[[dbprefix]]node_field_data` --
CREATE TABLE `[[dbprefix]]node_field_data` ( `nid` int unsigned NOT NULL, `vid` int unsigned NOT NULL, `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `status` tinyint NOT NULL, `uid` int unsigned NOT NULL COMMENT 'The ID of the target entity.', `title` varchar(255) NOT NULL, `created` int NOT NULL, `changed` int NOT NULL, `promote` tinyint NOT NULL, `sticky` tinyint NOT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, `publish_on` int DEFAULT NULL, `unpublish_on` int DEFAULT NULL, `publish_state` varchar(255) DEFAULT NULL, `unpublish_state` varchar(255) DEFAULT NULL, `deleted` int DEFAULT NULL, PRIMARY KEY (`nid`,`langcode`), KEY `node__id__default_langcode__langcode` (`nid`,`default_langcode`,`langcode`), KEY `node__vid` (`vid`), KEY `node_field__type__target_id` (`type`), KEY `node_field__uid__target_id` (`uid`), KEY `node_field__created` (`created`), KEY `node_field__changed` (`changed`), KEY `node__status_type` (`status`,`type`,`nid`), KEY `node__frontpage` (`promote`,`status`,`sticky`,`created`), KEY `node__title_type` (`title`(191),`type`(4)), KEY `node_field__publish_state__value` (`publish_state`(191)), KEY `node_field__unpublish_state__value` (`unpublish_state`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The data table for node entities.';
-- -- Dumping data for table `[[dbprefix]]node_field_data` --
-- -- Table structure for table `[[dbprefix]]node_revision` --
CREATE TABLE `[[dbprefix]]node_revision` ( `nid` int unsigned NOT NULL, `vid` int unsigned NOT NULL AUTO_INCREMENT, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `revision_uid` int unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `revision_timestamp` int DEFAULT NULL, `revision_log` longtext, `revision_default` tinyint DEFAULT NULL, PRIMARY KEY (`vid`), KEY `node__nid` (`nid`), KEY `node_field__langcode` (`langcode`), KEY `node_field__revision_uid__target_id` (`revision_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision table for node entities.' AUTO_INCREMENT=3 ;
-- -- Dumping data for table `[[dbprefix]]node_revision` --
-- -- Table structure for table `[[dbprefix]]node_revision__field_content` --
CREATE TABLE `[[dbprefix]]node_revision__field_content` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_content_value` longtext NOT NULL, `field_content_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_content_format` (`field_content_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for node field field_content.';
-- -- Dumping data for table `[[dbprefix]]node_revision__field_content` --
INSERT INTO `[[dbprefix]]node_revision__field_content` VALUES ('page', 0, 1, 1, 'en', 0, '<h2>This content needs to be edited before publishing</h2><p>Please note that your site requires a privacy statement.</p>', 'content_format'), ('page', 0, 2, 2, 'en', 0, '<p><strong>This is the home page of your new site.</strong> Start by editing this page, or creating new pages. Once you’ve added other pages, you can add them to the main menu, or even make one of them your home page.</p>', 'content_format');
-- -- Table structure for table `[[dbprefix]]node_revision__field_description` --
CREATE TABLE `[[dbprefix]]node_revision__field_description` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_description_value` longtext NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for node field field_description.';
-- -- Dumping data for table `[[dbprefix]]node_revision__field_description` --
INSERT INTO `[[dbprefix]]node_revision__field_description` VALUES ('page', 0, 1, 1, 'en', 0, 'Nothing here yet.'), ('page', 0, 2, 2, 'en', 0, 'This is the home page of your new site. Start by editing this page, or creating new pages.');
-- -- Table structure for table `[[dbprefix]]node_revision__field_featured_image` --
CREATE TABLE `[[dbprefix]]node_revision__field_featured_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_featured_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_featured_image_target_id` (`field_featured_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for node field field_featured…';
-- -- Dumping data for table `[[dbprefix]]node_revision__field_featured_image` --
-- -- Table structure for table `[[dbprefix]]node_revision__field_tags` --
CREATE TABLE `[[dbprefix]]node_revision__field_tags` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_tags_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_tags_target_id` (`field_tags_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for node field field_tags.';
-- -- Table structure for table `[[dbprefix]]node_revision__layout_builder__layout` --
CREATE TABLE `[[dbprefix]]node_revision__layout_builder__layout` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `layout_builder__layout_section` blob, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for node field layout_builder_…';
-- -- Dumping data for table `[[dbprefix]]node_revision__layout_builder__layout` --
-- -- Table structure for table `[[dbprefix]]node__field_content` --
CREATE TABLE `[[dbprefix]]node__field_content` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_content_value` longtext NOT NULL, `field_content_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_content_format` (`field_content_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for node field field_content.';
-- -- Dumping data for table `[[dbprefix]]node__field_content` --
INSERT INTO `[[dbprefix]]node__field_content` VALUES ('page', 0, 1, 1, 'en', 0, '<h2>This content needs to be edited before publishing</h2><p>Please note that your site requires a privacy statement.</p>', 'content_format'), ('page', 0, 2, 2, 'en', 0, '<p><strong>This is the home page of your new site.</strong> Start by editing this page, or creating new pages. Once you’ve added other pages, you can add them to the main menu, or even make one of them your home page.</p>', 'content_format');
-- -- Table structure for table `[[dbprefix]]node__field_description` --
CREATE TABLE `[[dbprefix]]node__field_description` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_description_value` longtext NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for node field field_description.';
-- -- Dumping data for table `[[dbprefix]]node__field_description` --
INSERT INTO `[[dbprefix]]node__field_description` VALUES ('page', 0, 1, 1, 'en', 0, 'Nothing here yet.'), ('page', 0, 2, 2, 'en', 0, 'This is the home page of your new site. Start by editing this page, or creating new pages.');
-- -- Table structure for table `[[dbprefix]]node__field_featured_image` --
CREATE TABLE `[[dbprefix]]node__field_featured_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_featured_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_featured_image_target_id` (`field_featured_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for node field field_featured_image.';
-- -- Dumping data for table `[[dbprefix]]node__field_featured_image` --
-- -- Table structure for table `[[dbprefix]]node__field_tags` --
CREATE TABLE `[[dbprefix]]node__field_tags` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_tags_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_tags_target_id` (`field_tags_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for node field field_tags.';
-- -- Table structure for table `[[dbprefix]]node__layout_builder__layout` --
CREATE TABLE `[[dbprefix]]node__layout_builder__layout` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `layout_builder__layout_section` blob, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for node field layout_builder__layout.';
-- -- Dumping data for table `[[dbprefix]]node__layout_builder__layout` --
-- -- Table structure for table `[[dbprefix]]queue` --
CREATE TABLE `[[dbprefix]]queue` ( `item_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique item ID.', `name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The queue name.', `data` longblob COMMENT 'The arbitrary data for the item.', `expire` bigint NOT NULL DEFAULT '0' COMMENT 'Timestamp when the claim lease expires on the item.', `created` bigint NOT NULL DEFAULT '0' COMMENT 'Timestamp when the item was created.', PRIMARY KEY (`item_id`), KEY `name_created` (`name`,`created`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores items in queues.' AUTO_INCREMENT=208 ;
-- -- Table structure for table `[[dbprefix]]redirect` --
CREATE TABLE `[[dbprefix]]redirect` ( `rid` int NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `language` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `hash` varchar(64) DEFAULT NULL, `uid` int unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `redirect_source__path` varchar(2048) DEFAULT NULL COMMENT 'The source path', `redirect_source__query` longblob COMMENT 'Serialized array of path queries', `redirect_redirect__uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.', `redirect_redirect__title` varchar(255) DEFAULT NULL COMMENT 'The link text.', `redirect_redirect__options` longblob COMMENT 'Serialized array of options for the link.', `status_code` int DEFAULT NULL, `created` int DEFAULT NULL, PRIMARY KEY (`rid`), UNIQUE KEY `redirect_field__uuid__value` (`uuid`), UNIQUE KEY `hash` (`hash`), KEY `redirect_field__uid__target_id` (`uid`), KEY `redirect_field__redirect_source__path` (`redirect_source__path`(50)), KEY `redirect_field__redirect_redirect__uri` (`redirect_redirect__uri`(30)), KEY `source_language` (`redirect_source__path`(191),`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for redirect entities.' AUTO_INCREMENT=1 ;
-- -- Table structure for table `[[dbprefix]]redirect_404` --
CREATE TABLE `[[dbprefix]]redirect_404` ( `path` varchar(191) NOT NULL COMMENT 'The path of the request.', `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT 'und' COMMENT 'The language of this request.', `count` int unsigned NOT NULL DEFAULT '0' COMMENT 'The number of requests with that path and language.', `daily_count` int unsigned NOT NULL DEFAULT '0' COMMENT 'The number of requests with that path and language in a day.', `timestamp` int unsigned NOT NULL DEFAULT '0' COMMENT 'The timestamp of the last request with that path and language.', `resolved` int NOT NULL DEFAULT '0' COMMENT 'Boolean indicating whether or not this path has a redirect assigned.', PRIMARY KEY (`path`,`langcode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores 404 requests.';
-- -- Table structure for table `[[dbprefix]]router` --
CREATE TABLE `[[dbprefix]]router` ( `name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Primary Key: Machine name of this route', `path` varchar(255) NOT NULL DEFAULT '' COMMENT 'The path for this URI', `pattern_outline` varchar(255) NOT NULL DEFAULT '' COMMENT 'The pattern', `fit` int NOT NULL DEFAULT '0' COMMENT 'A numeric representation of how specific the path is.', `route` longblob COMMENT 'A serialized Route object', `number_parts` smallint NOT NULL DEFAULT '0' COMMENT 'Number of parts in this router path.', PRIMARY KEY (`name`), KEY `pattern_outline_parts` (`pattern_outline`(191),`number_parts`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Maps paths to various callbacks (access, page and title)';
-- -- Dumping data for table `[[dbprefix]]router` --
-- -- Table structure for table `[[dbprefix]]semaphore` --
CREATE TABLE `[[dbprefix]]semaphore` ( `name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique name.', `value` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'A value for the semaphore.', `expire` double NOT NULL COMMENT 'A Unix timestamp with microseconds indicating when the semaphore should expire.', PRIMARY KEY (`name`), KEY `value` (`value`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table for holding semaphores, locks, flags, etc. that…';
-- -- Table structure for table `[[dbprefix]]sequences` --
CREATE TABLE `[[dbprefix]]sequences` ( `value` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'The value of the sequence.', PRIMARY KEY (`value`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores IDs.';
-- -- Table structure for table `[[dbprefix]]sessions` --
CREATE TABLE `[[dbprefix]]sessions` ( `uid` int unsigned NOT NULL COMMENT 'The "[[dbprefix]]users".uid corresponding to a session, or 0 for anonymous user.', `sid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'A session ID (hashed). The value is generated by Drupal''s session handlers.', `hostname` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The IP address that last used this session ID (sid).', `timestamp` bigint NOT NULL DEFAULT '0' COMMENT 'The Unix timestamp when this session last requested a page. Old records are purged by PHP automatically.', `session` longblob COMMENT 'The serialized contents of the user''s session, an array of name/value pairs that persists across page requests by this session ID. Drupal loads the user''s session from here at the start of each request and saves it at the end.', PRIMARY KEY (`sid`), KEY `timestamp` (`timestamp`), KEY `uid` (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Drupal''s session handlers read and write into the sessions…';
-- -- Dumping data for table `[[dbprefix]]sessions` --
-- -- Table structure for table `[[dbprefix]]taxonomy_index` --
CREATE TABLE `[[dbprefix]]taxonomy_index` ( `nid` int unsigned NOT NULL DEFAULT '0' COMMENT 'The "[[dbprefix]]node".nid this record tracks.', `tid` int unsigned NOT NULL DEFAULT '0' COMMENT 'The term ID.', `status` int NOT NULL DEFAULT '1' COMMENT 'Boolean indicating whether the node is published (visible to non-administrators).', `sticky` tinyint DEFAULT '0' COMMENT 'Boolean indicating whether the node is sticky.', `created` int NOT NULL DEFAULT '0' COMMENT 'The Unix timestamp when the node was created.', PRIMARY KEY (`nid`,`tid`), KEY `term_node` (`tid`,`status`,`sticky`,`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Maintains denormalized information about node/term…';
-- -- Table structure for table `[[dbprefix]]taxonomy_term_data` --
CREATE TABLE `[[dbprefix]]taxonomy_term_data` ( `tid` int unsigned NOT NULL AUTO_INCREMENT, `revision_id` int unsigned DEFAULT NULL, `vid` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, PRIMARY KEY (`tid`), UNIQUE KEY `taxonomy_term_field__uuid__value` (`uuid`), UNIQUE KEY `taxonomy_term__revision_id` (`revision_id`), KEY `taxonomy_term_field__vid__target_id` (`vid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for taxonomy_term entities.';
-- -- Table structure for table `[[dbprefix]]taxonomy_term_field_data` --
CREATE TABLE `[[dbprefix]]taxonomy_term_field_data` ( `tid` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL, `vid` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `status` tinyint NOT NULL, `name` varchar(255) NOT NULL, `description__value` longtext, `description__format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, `weight` int NOT NULL, `changed` int DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, `publish_on` int DEFAULT NULL, `unpublish_on` int DEFAULT NULL, `publish_state` varchar(255) DEFAULT NULL, `unpublish_state` varchar(255) DEFAULT NULL, PRIMARY KEY (`tid`,`langcode`), KEY `taxonomy_term__id__default_langcode__langcode` (`tid`,`default_langcode`,`langcode`), KEY `taxonomy_term__revision_id` (`revision_id`), KEY `taxonomy_term_field__name` (`name`(191)), KEY `taxonomy_term__status_vid` (`status`,`vid`,`tid`), KEY `taxonomy_term__tree` (`vid`,`weight`,`name`(191)), KEY `taxonomy_term__vid_name` (`vid`,`name`(191)), KEY `taxonomy_term_field__publish_state__value` (`publish_state`(191)), KEY `taxonomy_term_field__unpublish_state__value` (`unpublish_state`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The data table for taxonomy_term entities.';
-- -- Table structure for table `[[dbprefix]]taxonomy_term_revision` --
CREATE TABLE `[[dbprefix]]taxonomy_term_revision` ( `tid` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL AUTO_INCREMENT, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `revision_user` int unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `revision_created` int DEFAULT NULL, `revision_log_message` longtext, `revision_default` tinyint DEFAULT NULL, PRIMARY KEY (`revision_id`), KEY `taxonomy_term__tid` (`tid`), KEY `taxonomy_term_field__revision_user__target_id` (`revision_user`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision table for taxonomy_term entities.';
-- -- Table structure for table `[[dbprefix]]taxonomy_term_revision__parent` --
CREATE TABLE `[[dbprefix]]taxonomy_term_revision__parent` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `parent_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `parent_target_id` (`parent_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for taxonomy_term field parent.';
-- -- Table structure for table `[[dbprefix]]taxonomy_term__parent` --
CREATE TABLE `[[dbprefix]]taxonomy_term__parent` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `parent_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `revision_id` (`revision_id`), KEY `parent_target_id` (`parent_target_id`), KEY `bundle_delta_target_id` (`bundle`,`delta`,`parent_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for taxonomy_term field parent.';
-- -- Table structure for table `[[dbprefix]]users` --
CREATE TABLE `[[dbprefix]]users` ( `uid` int unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, PRIMARY KEY (`uid`), UNIQUE KEY `user_field__uuid__value` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The base table for user entities.' AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]users` --
INSERT INTO `[[dbprefix]]users` VALUES (0, '50d29e67-ed40-4024-936d-c3a56d91d3c3', 'en'), (1, '12e4a79c-14a2-4b95-9dd6-395833030a36', 'en');
-- -- Table structure for table `[[dbprefix]]users_data` --
CREATE TABLE `[[dbprefix]]users_data` ( `uid` int unsigned NOT NULL DEFAULT '0' COMMENT 'The "[[dbprefix]]users".uid this record affects.', `module` varchar(50) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The name of the module declaring the variable.', `name` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The identifier of the data.', `value` longblob COMMENT 'The value.', `serialized` tinyint unsigned DEFAULT '0' COMMENT 'Whether value is serialized.', PRIMARY KEY (`uid`,`module`,`name`), KEY `module` (`module`), KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores module data as key/value pairs per user.';
-- -- Table structure for table `[[dbprefix]]user__roles` --
CREATE TABLE `[[dbprefix]]user__roles` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `roles_target_id` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `roles_target_id` (`roles_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for user field roles.';
-- -- Dumping data for table `[[dbprefix]]user__roles` --
-- -- Table structure for table `[[dbprefix]]watchdog` --
CREATE TABLE `[[dbprefix]]watchdog` ( `wid` bigint NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique watchdog event ID.', `uid` int unsigned NOT NULL DEFAULT '0' COMMENT 'The "[[dbprefix]]users".uid of the user who triggered the event.', `type` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Type of log message, for example "user" or "page not found."', `message` longtext NOT NULL COMMENT 'Text of log message to be passed into the t() function.', `variables` longblob NOT NULL COMMENT 'Serialized array of variables that match the message string and that is passed into the t() function.', `severity` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'The severity level of the event. ranges from 0 (Emergency) to 7 (Debug)', `link` text COMMENT 'Link to view the result of the event.', `location` text NOT NULL COMMENT 'URL of the origin of the event.', `referer` text COMMENT 'URL of referring page.', `hostname` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Hostname of the user who triggered the event.', `timestamp` bigint NOT NULL DEFAULT '0' COMMENT 'Unix timestamp of when event occurred.', PRIMARY KEY (`wid`), KEY `type` (`type`), KEY `uid` (`uid`), KEY `severity` (`severity`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table that contains logs of all system events.' AUTO_INCREMENT=1 ;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;