From 13a1f4f1ce2666de00924aa33edeae9c7937d2f4 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 12 Jul 2022 11:28:29 -0300 Subject: [PATCH 1/3] Update versions. --- roles/internal/webserver-app/tasks/drupal.yml | 22 +--------------- vars/standard.yml | 25 +++++++------------ 2 files changed, 10 insertions(+), 37 deletions(-) diff --git a/roles/internal/webserver-app/tasks/drupal.yml b/roles/internal/webserver-app/tasks/drupal.yml index b54da308..910c55ef 100644 --- a/roles/internal/webserver-app/tasks/drupal.yml +++ b/roles/internal/webserver-app/tasks/drupal.yml @@ -56,26 +56,6 @@ command: "{{ drush_path }} --root {{ drupal_core_path }} -y fim islandora_search" when: islandora_profile == "standard" -# masonry library is required by content_browser and not installed by composer due to issue 2971165. -- name: Create drupal library directory. - file: - state: directory - path: "{{ drupal_external_libraries_directory }}" - owner: "{{ webserver_app_user }}" - group: "{{ webserver_app_user }}" - -- name: Unarchive masonry library. - unarchive: - src: "https://github.com/desandro/masonry/archive/v3.3.2.zip" - dest: "{{ drupal_external_libraries_directory }}" - creates: "{{ drupal_external_libraries_directory }}/masonry" - remote_src: yes - -- name: Rename masonry directory. - command: mv "{{ drupal_external_libraries_directory }}/masonry-3.3.2" "{{ drupal_external_libraries_directory }}/masonry" - args: - creates: "{{ drupal_external_libraries_directory }}/masonry" - # Set Matomo Settings - name: Set Matomo site id. command: "{{ drush_path }} --root {{ drupal_core_path }} -y config-set matomo.settings site_id 1" @@ -95,7 +75,7 @@ - name: Unarchive pdf.js library unarchive: - src: "https://github.com/mozilla/pdf.js/releases/download/v2.0.943/pdfjs-2.0.943-dist.zip" + src: "https://github.com/mozilla/pdf.js/releases/download/v2.14.305/pdfjs-2.14.305-dist.zip" dest: "{{ drupal_external_libraries_directory }}/pdf.js" creates: "{{ drupal_external_libraries_directory }}/pdf.js/build" remote_src: yes diff --git a/vars/standard.yml b/vars/standard.yml index 803a76bc..80554f5e 100644 --- a/vars/standard.yml +++ b/vars/standard.yml @@ -4,23 +4,17 @@ drupal_build_composer_project: true drupal_composer_dependencies: - - "zaporylie/composer-drupal-optimizations:^1.1" - "drupal/devel:^4.0" - "drush/drush:^10.3" - - "drupal/rdfui:^1.0-beta1" - - "drupal/restui:^1.16" - - "drupal/search_api_solr:^4.1" - - "drupal/facets:^1.6" - - "drupal/content_browser:^1.0@alpha" - - "drupal/matomo:^1.7" - - "drupal/pdf:1.x-dev" - - "drupal/admin_toolbar:^2.0" - - "drupal/rest_oai_pmh:^1.0@beta" - - "drupal/transliterate_filenames:^1.3" - - "easyrdf/easyrdf:^1.1" - - "drupal/context:^4.0@beta" - - "drupal/flysystem:^2@beta" - - "islandora/islandora:^2.3" + - "drupal/restui:^1.20" + - "drupal/search_api_solr:^4.2" + - "drupal/facets:^2" + - "drupal/matomo:^1.19" + - "drupal/pdf:^1.1" + - "drupal/admin_toolbar:^3.1" + - "drupal/rest_oai_pmh:^2.0@beta" + - "drupal/transliterate_filenames:^2.0" + - "islandora/islandora:^2.4" - "islandora/islandora_defaults:^2.1" - "islandora-rdm/islandora_fits:dev-8.x-1.x" drupal_composer_project_package: "drupal/recommended-project:^9@stable" @@ -37,7 +31,6 @@ drupal_enable_modules: - devel - search_api_solr - facets - - content_browser - matomo - pdf - admin_toolbar From eba26cd5ddc1fed92da4d142e618730572effe24 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 12 Jul 2022 10:36:08 -0300 Subject: [PATCH 2/3] Update matomo. --- .../Islandora-Devops.matomo/defaults/main.yml | 4 +- .../templates/matomo.sql.j2 | 745 ++++++++++++++---- 2 files changed, 577 insertions(+), 172 deletions(-) diff --git a/roles/internal/Islandora-Devops.matomo/defaults/main.yml b/roles/internal/Islandora-Devops.matomo/defaults/main.yml index 88219b52..4e3c4d77 100644 --- a/roles/internal/Islandora-Devops.matomo/defaults/main.yml +++ b/roles/internal/Islandora-Devops.matomo/defaults/main.yml @@ -1,6 +1,6 @@ # Install location -matomo_version: "4.4.1" +matomo_version: "4.10.1" matomo_host: localhost webserver_document_root: /var/www/html matomo_install_dir: /var/www/html/matomo @@ -31,7 +31,7 @@ matomo_admin_user: admin ## More info about pwd: https://matomo.org/faq/how-to/faq_191/ matomo_admin_user_password: $2y$10$vMQuIJ8tgqswNDd3hzBksuOnPPJ/EDcYCBGdPb8pKdnyWXVhf.qB2 matomo_admin_user_email: admin@islandora.ca -matomo_site_name: "Islandora CLAW" +matomo_site_name: "Islandora" matomo_site_url: http://localhost:8000 matomo_site_timezone: "America/Toronto" diff --git a/roles/internal/Islandora-Devops.matomo/templates/matomo.sql.j2 b/roles/internal/Islandora-Devops.matomo/templates/matomo.sql.j2 index 22d222f5..9321f30e 100644 --- a/roles/internal/Islandora-Devops.matomo/templates/matomo.sql.j2 +++ b/roles/internal/Islandora-Devops.matomo/templates/matomo.sql.j2 @@ -1,13 +1,13 @@ --- MySQL dump 10.13 Distrib 5.7.23, for Linux (x86_64) +-- MySQL dump 10.13 Distrib 8.0.29, for Linux (x86_64) -- -- Host: localhost Database: matomo -- ------------------------------------------------------ --- Server version 5.7.23-0ubuntu0.16.04.1 +-- Server version 8.0.29-0ubuntu0.20.04.3 /*!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 */; +/*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; @@ -15,21 +15,29 @@ /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; +-- +-- Current Database: `matomo` +-- + +CREATE DATABASE /*!32312 IF NOT EXISTS*/ `matomo` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */; + +USE `matomo`; + -- -- Table structure for table `matomo_access` -- DROP TABLE IF EXISTS `matomo_access`; /*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; +/*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `matomo_access` ( - `idaccess` int(10) unsigned NOT NULL AUTO_INCREMENT, + `idaccess` int unsigned NOT NULL AUTO_INCREMENT, `login` varchar(100) NOT NULL, - `idsite` int(10) unsigned NOT NULL, + `idsite` int unsigned NOT NULL, `access` varchar(50) DEFAULT NULL, PRIMARY KEY (`idaccess`), KEY `index_loginidsite` (`login`,`idsite`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -41,27 +49,273 @@ LOCK TABLES `matomo_access` WRITE; /*!40000 ALTER TABLE `matomo_access` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `matomo_archive_blob_2022_07` +-- + +DROP TABLE IF EXISTS `matomo_archive_blob_2022_07`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `matomo_archive_blob_2022_07` ( + `idarchive` int unsigned NOT NULL, + `name` varchar(190) NOT NULL, + `idsite` int unsigned DEFAULT NULL, + `date1` date DEFAULT NULL, + `date2` date DEFAULT NULL, + `period` tinyint unsigned DEFAULT NULL, + `ts_archived` datetime DEFAULT NULL, + `value` mediumblob, + PRIMARY KEY (`idarchive`,`name`), + KEY `index_period_archived` (`period`,`ts_archived`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `matomo_archive_blob_2022_07` +-- + +LOCK TABLES `matomo_archive_blob_2022_07` WRITE; +/*!40000 ALTER TABLE `matomo_archive_blob_2022_07` DISABLE KEYS */; +INSERT INTO `matomo_archive_blob_2022_07` VALUES (25,'Actions_actions',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú\Ìî\·nÉ Ö_•\·Å\⁄*æ¿\ˆßØ`he-ôÇ∂.\È˙\Ó\'JÆM∂[≤&\÷k\Ó\Ò\%\fi{(A\‰\ƒIRPÇ\«\"%\'ERj∫e5(AàÄ\Ì4\fl\’l\Ò∂xP5ï\Ï\Ë\"\'\»\\\–^cÅ \Î\ƒ N\\]ÅäçΩ\·bkûÅ+\‘sSjfi∞R0}î\›(™æá ÇÿñÆUy\‰˙à\ÏY\rQÉæG_\„Ω\‘;X±\ÓÖu}\Îß8\˜ô%Y\∆H\‹[H\ÍÅ\\3\Ï≈é\Ï™x\Ì°\Íé\n\ı8\»-\⁄*Ü6©∏µZ\ÙM\Û\…{áW≤)\€N\ÓòR\\\Ïù£B®\£\›J6N\‡`\Ê@;Ÿ¥5\”\\ä\Î@æv»óDÅB¡\≈KQ÷íV_è\(\‚”ò:ѱ∑ \ÿÎòèö∫]ÉÆX\ı\≈\Ÿ˛Q\Ì\n\€)k\È\fi|TÆkV∂T˙mÜ\Ã,≥yˇ¡dJÑ,LòõD∏ó\Õ\Õqêß4í`#\Û¸ªÅuúMÑ∏z6\Óí%∫îØ %\‚Æ\Û¡1C\Òü%ø2K\ÚaQQ2¨/≤Oπ\rÑÜEùr&ª5g`F@,\"\\»ú\flkü\»\÷'),(25,'Actions_actions_url',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú\Ìî\ÒnÉ \∆\fl\≈Xj´¯}B+ùd\n\r–µI\”wP±\Ë∞]≤˝±%k\"ûπè\„gΩ˚\Ë\¬PZá†@Örî¥dK€§RhÖí\„5=\'C¿\\ôΩÜ\0ö•\Ã\Õ\” ñ0A\ÊPm\Ï\rV[\Û¨PfJ©cá5\Î(\ÊTüÑ|K™\⁄\ÂÄ9íoq√¥\¬\'¶õâ\»v+\–1-\‡r\‰\œ\¡¡ä\ w*]\Í%\Õa9˛Yîe \≈o\ÎI\ÚÄ\‰iEß\ˆl\œ\’\ÎÄVK\¬\’~\–/¡Xæ∂º´\Ô}cOºàøP\’\È=\ÛW(`@]ã§\ÿQ•\ıüÇ\ËT\Àn˝\0‹©d\„ûoN0⁄â\Ó\–R\ÕjgÄBIh*µø\‡∏§~\‹˛Éà\›[\‹# πÕ¥˘Éå˘\Ùe?® \Ì\«ÿßre#\–jñ˘i.\\pµ Aôµ\ÛVG\Èå\0ò´\—˙ÄãV\ÏH\€•Që¶\È\"±;†9Ø\flxw8u;[¢¶\Û^í˛Q+ÅìQ.æ\Î$±Ç≥F\œ˙\»ò\∆Cá¯∑É_k˘ß∑\‚Ωhk*±t¨4ë:\È;$>\Ó∑v#\Ôä]?\0ñ)∏4'),(25,'Actions_actions_url_chunk_0_99',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúÖìÅnÉ ÜflÖò\"\’v\«;¯\nÜV6\… \–uI\„ª®X\Í\Ïj¢û˛ˇ\›}\—;Æ05Ä\Ûb∑9e@ñ†Ñ´ÅPœéºG\Œ[\0\ 0¢\n\Íì›πÑ˙$$èéAAk#\Ù\Ëû]\√\nê9ço$∑•ømÉV∏n\Ú\ÿt¬ö\Ê\"l∑2\Ճƿ \‰fņ±üm≠L\ZÆøπ\“)\…{z<\…nã$f\Õ e\Ú™`0G≤ó\Ê}Çj5ì\Êc∂{¥j \Ì\Óö\·\ˆ ‹∫D#Ãü˙$ifi™°µ:qcѸåRl!¨Ωb)∑Ĩ-u4Dòg܆ì\Z∆û[°\‰k†\‘˚(µl≠\r#¨d\”+\÷˛?¬ãI\‹\«4\",ZΩ\‡Dq?µåªÜcPÖ`\Úó∞¿\Ó;\0:\΀Æ\0u÷éêeΩ:±æS\∆\¬!\œ\ÛL™ñ˚5vy\ƒUû&˛[V¸'),(25,'Actions_downloads',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(25,'Actions_outlink',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(25,'Actions_sitesearch',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(25,'Actions_SiteSearchCategories',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(25,'Contents_name_piece',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(25,'Contents_piece_name',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(25,'DevicePlugins_plugin',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú}\–AÇ0 –ª\‰Ö\"\Í\ÔºCÑ\"ë\"H\∆a∏ª∏`ßY$\Û\'ã7I\',\„v)ñà(\\’r9®\Ë∫F<9A∫U\‚\÷oc,[≤\Ó≤˛#[Æ\«z7\ÃO#Uç t\Áâu¬™Ñ\ıe•í©\¬\Ù|I—å\“z}ìÉ\Í$4x}\‡∑t)◊•%L~r´Gù:\ÍT\nö\ÂQvsl})\Í´\◊\\¨n'),(25,'DevicesDetection_brands',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú5åª\r¿ Dwa\ÛKƒπ\ QV J\n$:J\‰\›c)\fi},˘2,zqܡCBoà05\flo5\‹\‡`é\ÀpÅS¨\‚W¸LèJ\⁄T§\ÏÀ≠]Å\ÊEF\À t+\'ã|7?$,'),(25,'DevicesDetection_browserEngines',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2¥™Œ¥2∞N¥2Ü1,≠™ã≠L≠îrìRsl\˜\‘\‰\Ï|%\ÎL+# 6bc(\€\ƒ:Lõ±•ê\0a 6á“ÜÜP&`ëZ/\—\ ¿™∫däüum-\0’≤%á'),(25,'DevicesDetection_browsers',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú5åª\r¿ Dw\ÒòO\"\Œ=ev J\n$:J\ƒ\Ó1à\Ô>ñ|å^`$\√˝!¢7P\Õ\˜[I\Z,(%í´∞\‚v\ˆ\Ú,Jw\ \‰U*§ Õô\€GOfl•\‘A»•ÆlR\  >4\'∞'),(25,'Resolution_resolution',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú5å\À\r¿ Cwaǧ|Zú∫U{@\‚∆•b\˜D\œv,9 åñAí`ˇ\—*æú\“˚Ø%Ø'),(25,'UserCountry_city',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú5å¡\r¿ waǧ\–V8;táT\ÌâOî\›}\\\ÏX≤å^@¢àø\…\Ë\r;B\’˚≠A\Z!H¡\Ê∞óO\ÚL›ù|¯ês.e^çD3±\Ò©\œu+óò}\Ï\–#ô'),(25,'UserCountry_country',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú5åKÄ D\Ô\¬ \ G\r\”;xá\Z]ê∞#ÆH\Ôn!∏x\Ûi\“x\ÙbA¸CFo\ÿ\‡™\\Ou\‹\‡\fi\Ê∏ fià+\'æßoF\fiMdÀΩ_â\ÊEG∫éïìU?U≤$É'),(25,'UserCountry_region',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xú5å¡\r¿ waǧ\–V8;táT\ÌâOî\›}\\\ÏX≤å^@¢àø\…\Ë\r;B\’˚≠A\Z!H¡\Ê∞óO\ÚL›ù|¯ês.e^çD3±\Ò©\œu+óò}\Ï\–#ô'),(25,'UserId_users',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(25,'UserLanguage_language',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúK¥2¥™Œ¥2∞N¥2Ü1,≠™ã≠L≠îrìRs\Ï\‘<\›\“b%\ÎL+# 6bc(\€\ƒ:Lõ±•ê\0a 6á“ÜÜP&`ëZ/\—\ ¿™∫däüum-\0’ä%Ü'),(25,'VisitorInterest_daysSinceLastVisit',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúÖ\”= 1 \‡ˇRp 4M?4\›\\\‹ntï\n\náÉ\'8\˜flç\√mö -/Jx\€ØÉ}mL{º.ú\ÿ\Õ\Ì\figW\∆\¬\Ó\“˝\Ÿ\Ê\€\‘\fl◊±å\◊\‚\Í\‡ \Î\ˆΩ\Z{^%Qù\ˆ¡ê\ÿy\ª\‡\n¡P\»]àñ@@∫ê,!B‘Öl í.K»êu\·h ä.úT!≤;\Zã@Ω§í1≠BΩòí ![à\fi\Õ,ïrK\—˚)ek-zI\Â1î\”!ú5e˚\0\÷\–$≠'),(25,'VisitorInterest_pageGap',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúÖ\—1\√0–ª uD2\ÿ$)l9@\Ô\‡J,e\À\ÂÓ•É∑\n∂/¿Ow•¢\◊\–b]\Î ¨◊©¢p\Ù\˜\Á\0;ΩÑ6î\Ì7r%üÛóû™Ωf!y\n\ÙW\‡L®X\„j&4l±\–2APbA2a¡5ñPh\nRââ5$<ìˇgrä-59\Ÿ\„ôL\fi#\„˛\”\ÓæF'),(25,'VisitorInterest_timeGap',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúÖ\–1\√0–ª uD\Ï8\Œ\˜\÷\ÙÆ\‘!R∂åQ\Ó^:§Sk∂/O@á\né\“:\“ «é ¥\ı\Ák£∂#ÉÑU®≠∞\ˆ\È9W®7˙®ß\‘W\·?\·YïS`Xd$\ÂihP\Ò[\Ïã\ËO$ëŸè1a\À¡*S§∏¿\Ÿ•Dä ˛ï@ô#\≈^\"•ï\nrŵF\Ãæ∑ä\fi\Ï>R\Œ7ú\√_'),(25,'VisitorInterest_visitsByVisitCount',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúÖ\“=\n\√0 \‡ª:\n$˘/ë∑†wp°C [∆êªW≤ïß¡\Êa√á\fi4)vn\∆cZæÉ\⁄yXµ¥\œ\˜gO\„\ù$$il¶>d\\øi\Z\€\È)è◊Ω\0%Ω˛+h$d\ X»ëP®`°DB•äÖ\Z ç\ZZ$t\ÍXËë∞–ÇÖ\n\≈\“J<\Â\n \œRIÉ\«\‹K\œ⁄®rÄ\‡j6ˇTo7G\nÆg\˜˚∞êÜ \Ó®FY˙D\ \ı\˜@ c'),(25,'VisitTime_localTime',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúµ\÷;É0D—Ω∞œ≥\r¯±á\ÏîHt){F¶K&\’˛!\‡ä\Êà\Ÿ-˘æzòfè\˜¶¯˛\ˆ\Ï\›6/Ø≠õVG8\'´õsƒ∂O\”\ÛZ\Û9JNu\‘á∂\ÌâÆ+G=\Õ|?\Í[\˜Ö\fl\›;Z6\\\Ÿ\ÂZs;≠^5˛µ¢j§UU≠FQ5\”jU{ZÕ¢\Í@´Ω®:\“\Í ™ZEUpûä*\ÀuÇ\n\n¸\ÒIE∏PPanT\\Ä+\‡NAE∏TP°ndlp≠†r\√8WT]Ó喙2Ó喙≤?T\ZØé%\‘'),(25,'VisitTime_serverTime',1,'2022-07-01','2022-07-31',3,'2022-07-12 13:29:57',_binary 'xúµ\÷;É0Ñ\·ªp\œb\ÛX\Óê;Äíâ.%\‚\Ó±-\”%ìjä\≈6˛\Ó´[\Ùs\˜∞¨\fiflõ\Ÿœ∑\'\Ôéu{›≤˚ú\«\Ú O\fl\ˆqy\÷5ï\ÁCæî y∆∂\ÌçÍù´úV~^\Â+è˚\∆\Ôlh©–≤°f∑∫¶v˛Z\rºj¥\nQµßUU#≠\ˆ¢j¢\’(™¥öD’ëVQu¢\’QTùiuU¡uÇ\  pû†íÄRYNTZÄ#ï\‡LA%8TPôNTjÄcôú+âÆqØL\ÂïqØL\ÂïqØL\Âï˝˘•\“xu}\0µ$\‘'),(26,'Actions_actions',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú\Ìî\·nÉ Ö_•\·Å\⁄*æ¿\ˆßØ`he-ôÇ∂.\È˙\Ó\'JÆM∂[≤&\÷k\Ó\Ò\%\fi{(A\‰\ƒIRPÇ\«\"%\'ERj∫e5(AàÄ\Ì4\fl\’l\Ò∂xP5ï\Ï\Ë\"\'\»\\\–^cÅ \Î\ƒ N\\]ÅäçΩ\·bkûÅ+\‘sSjfi∞R0}î\›(™æá ÇÿñÆUy\‰˙à\ÏY\rQÉæG_\„Ω\‘;X±\ÓÖu}\Îß8\˜ô%Y\∆H\‹[H\ÍÅ\\3\Ï≈é\Ï™x\Ì°\Íé\n\ı8\»-\⁄*Ü6©∏µZ\ÙM\Û\…{áW≤)\€N\ÓòR\\\Ïù£B®\£\›J6N\‡`\Ê@;Ÿ¥5\”\\ä\Î@æv»óDÅB¡\≈KQ÷íV_è\(\‚”ò:ѱ∑ \ÿÎòèö∫]ÉÆX\ı\≈\Ÿ˛Q\Ì\n\€)k\È\fi|TÆkV∂T˙mÜ\Ã,≥yˇ¡dJÑ,LòõD∏ó\Õ\Õqêß4í`#\Û¸ªÅuúMÑ∏z6\Óí%∫îØ %\‚Æ\Û¡1C\Òü%ø2K\ÚaQQ2¨/≤Oπ\rÑÜEùr&ª5g`F@,\"\\»ú\flkü\»\÷'),(26,'Actions_actions_url',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú\Ìî\ÒnÉ \∆\fl\≈Xj´¯}B+ùd\n\r–µI\”wP±\Ë∞]≤˝±%k\"ûπè\„gΩ˚\Ë\¬PZá†@Örî¥dK€§RhÖí\„5=\'C¿\\ôΩÜ\0ö•\Ã\Õ\” ñ0A\ÊPm\Ï\rV[\Û¨PfJ©cá5\Î(\ÊTüÑ|K™\⁄\ÂÄ9íoq√¥\¬\'¶õâ\»v+\–1-\‡r\‰\œ\¡¡ä\ w*]\Í%\Õa9˛Yîe \≈o\ÎI\ÚÄ\‰iEß\ˆl\œ\’\ÎÄVK\¬\’~\–/¡Xæ∂º´\Ô}cOºàøP\’\È=\ÛW(`@]ã§\ÿQ•\ıüÇ\ËT\Àn˝\0‹©d\„ûoN0⁄â\Ó\–R\ÕjgÄBIh*µø\‡∏§~\‹˛Éà\›[\‹# πÕ¥˘Éå˘\Ùe?® \Ì\«ÿßre#\–jñ˘i.\\pµ Aôµ\ÛVG\Èå\0ò´\—˙ÄãV\ÏH\€•Që¶\È\"±;†9Ø\flxw8u;[¢¶\Û^í˛Q+ÅìQ.æ\Î$±Ç≥F\œ˙\»ò\∆Cá¯∑É_k˘ß∑\‚Ωhk*±t¨4ë:\È;$>\Ó∑v#\Ôä]?\0ñ)∏4'),(26,'Actions_actions_url_chunk_0_99',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúÖìÅnÉ ÜflÖò\"\’v\«;¯\nÜV6\… \–uI\„ª®X\Í\Ïj¢û˛ˇ\›}\—;Æ05Ä\Ûb∑9e@ñ†Ñ´ÅPœéºG\Œ[\0\ 0¢\n\Íì›πÑ˙$$èéAAk#\Ù\Ëû]\√\nê9ço$∑•ømÉV∏n\Ú\ÿt¬ö\Ê\"l∑2\Ճƿ \‰fņ±üm≠L\ZÆøπ\“)\…{z<\…nã$f\Õ e\Ú™`0G≤ó\Ê}Çj5ì\Êc∂{¥j \Ì\Óö\·\ˆ ‹∫D#Ãü˙$ifi™°µ:qcѸåRl!¨Ωb)∑Ĩ-u4Dòg܆ì\Z∆û[°\‰k†\‘˚(µl≠\r#¨d\”+\÷˛?¬ãI\‹\«4\",ZΩ\‡Dq?µåªÜcPÖ`\Úó∞¿\Ó;\0:\΀Æ\0u÷éêeΩ:±æS\∆\¬!\œ\ÛL™ñ˚5vy\ƒUû&˛[V¸'),(26,'Actions_downloads',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(26,'Actions_outlink',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(26,'Actions_sitesearch',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(26,'Actions_SiteSearchCategories',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(26,'Contents_name_piece',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(26,'Contents_piece_name',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(26,'DevicePlugins_plugin',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú}\–AÇ0 –ª\‰Ö\"\Í\ÔºCÑ\"ë\"H\∆a∏ª∏`ßY$\Û\'ã7I\',\„v)ñà(\\’r9®\Ë∫F<9A∫U\‚\÷oc,[≤\Ó≤˛#[Æ\«z7\ÃO#Uç t\Áâu¬™Ñ\ıe•í©\¬\Ù|I—å\“z}ìÉ\Í$4x}\‡∑t)◊•%L~r´Gù:\ÍT\nö\ÂQvsl})\Í´\◊\\¨n'),(26,'DevicesDetection_brands',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú5åª\r¿ Dwa\ÛKƒπ\ QV J\n$:J\‰\›c)\fi},˘2,zqܡCBoà05\flo5\‹\‡`é\ÀpÅS¨\‚W¸LèJ\⁄T§\ÏÀ≠]Å\ÊEF\À t+\'ã|7?$,'),(26,'DevicesDetection_browserEngines',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2¥™Œ¥2∞N¥2Ü1,≠™ã≠L≠îrìRsl\˜\‘\‰\Ï|%\ÎL+# 6bc(\€\ƒ:Lõ±•ê\0a 6á“ÜÜP&`ëZ/\—\ ¿™∫däüum-\0’≤%á'),(26,'DevicesDetection_browsers',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú5åª\r¿ Dw\ÒòO\"\Œ=ev J\n$:J\ƒ\Ó1à\Ô>ñ|å^`$\√˝!¢7P\Õ\˜[I\Z,(%í´∞\‚v\ˆ\Ú,Jw\ \‰U*§ Õô\€GOfl•\‘A»•ÆlR\  >4\'∞'),(26,'Resolution_resolution',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú5å\À\r¿ Cwaǧ|Zú∫U{@\‚∆•b\˜D\œv,9 åñAí`ˇ\—*æú\“˚Ø%Ø'),(26,'UserCountry_city',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú5å¡\r¿ waǧ\–V8;táT\ÌâOî\›}\\\ÏX≤å^@¢àø\…\Ë\r;B\’˚≠A\Z!H¡\Ê∞óO\ÚL›ù|¯ês.e^çD3±\Ò©\œu+óò}\Ï\–#ô'),(26,'UserCountry_country',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú5åKÄ D\Ô\¬ \ G\r\”;xá\Z]ê∞#ÆH\Ôn!∏x\Ûi\“x\ÙbA¸CFo\ÿ\‡™\\Ou\‹\‡\fi\Ê∏ fià+\'æßoF\fiMdÀΩ_â\ÊEG∫éïìU?U≤$É'),(26,'UserCountry_region',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xú5å¡\r¿ waǧ\–V8;táT\ÌâOî\›}\\\ÏX≤å^@¢àø\…\Ë\r;B\’˚≠A\Z!H¡\Ê∞óO\ÚL›ù|¯ês.e^çD3±\Ò©\œu+óò}\Ï\–#ô'),(26,'UserId_users',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(26,'UserLanguage_language',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúK¥2¥™Œ¥2∞N¥2Ü1,≠™ã≠L≠îrìRs\Ï\‘<\›\“b%\ÎL+# 6bc(\€\ƒ:Lõ±•ê\0a 6á“ÜÜP&`ëZ/\—\ ¿™∫däüum-\0’ä%Ü'),(26,'VisitorInterest_daysSinceLastVisit',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúÖ\”= 1 \‡ˇRp 4M?4\›\\\‹ntï\n\náÉ\'8\˜flç\√mö -/Jx\€ØÉ}mL{º.ú\ÿ\Õ\Ì\figW\∆\¬\Ó\“˝\Ÿ\Ê\€\‘\fl◊±å\◊\‚\Í\‡ \Î\ˆΩ\Z{^%Qù\ˆ¡ê\ÿy\ª\‡\n¡P\»]àñ@@∫ê,!B‘Öl í.K»êu\·h ä.úT!≤;\Zã@Ω§í1≠BΩòí ![à\fi\Õ,ïrK\—˚)ek-zI\Â1î\”!ú5e˚\0\÷\–$≠'),(26,'VisitorInterest_pageGap',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúÖ\—1\√0–ª uD2\ÿ$)l9@\Ô\‡J,e\À\ÂÓ•É∑\n∂/¿Ow•¢\◊\–b]\Î ¨◊©¢p\Ù\˜\Á\0;ΩÑ6î\Ì7r%üÛóû™Ωf!y\n\ÙW\‡L®X\„j&4l±\–2APbA2a¡5ñPh\nRââ5$<ìˇgrä-59\Ÿ\„ôL\fi#\„˛\”\ÓæF'),(26,'VisitorInterest_timeGap',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúÖ\–1\√0–ª uD\Ï8\Œ\˜\÷\ÙÆ\‘!R∂åQ\Ó^:§Sk∂/O@á\né\“:\“ «é ¥\ı\Ák£∂#ÉÑU®≠∞\ˆ\È9W®7˙®ß\‘W\·?\·YïS`Xd$\ÂihP\Ò[\Ïã\ËO$ëŸè1a\À¡*S§∏¿\Ÿ•Dä ˛ï@ô#\≈^\"•ï\nrŵF\Ãæ∑ä\fi\Ï>R\Œ7ú\√_'),(26,'VisitorInterest_visitsByVisitCount',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúÖ\“=\n\√0 \‡ª:\n$˘/ë∑†wp°C [∆êªW≤ïß¡\Êa√á\fi4)vn\∆cZæÉ\⁄yXµ¥\œ\˜gO\„\ù$$il¶>d\\øi\Z\€\È)è◊Ω\0%Ω˛+h$d\ X»ëP®`°DB•äÖ\Z ç\ZZ$t\ÍXËë∞–ÇÖ\n\≈\“J<\Â\n \œRIÉ\«\‹K\œ⁄®rÄ\‡j6ˇTo7G\nÆg\˜˚∞êÜ \Ó®FY˙D\ \ı\˜@ c'),(26,'VisitTime_localTime',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúµ\÷;É0D—Ω∞œ≥\r¯±á\ÏîHt){F¶K&\’˛!\‡ä\Êà\Ÿ-˘æzòfè\˜¶¯˛\ˆ\Ï\›6/Ø≠õVG8\'´õsƒ∂O\”\ÛZ\Û9JNu\‘á∂\ÌâÆ+G=\Õ|?\Í[\˜Ö\fl\›;Z6\\\Ÿ\ÂZs;≠^5˛µ¢j§UU≠FQ5\”jU{ZÕ¢\Í@´Ω®:\“\Í ™ZEUpûä*\ÀuÇ\n\n¸\ÒIE∏PPanT\\Ä+\‡NAE∏TP°ndlp≠†r\√8WT]Ó喙2Ó喙≤?T\ZØé%\‘'),(26,'VisitTime_serverTime',1,'2022-07-11','2022-07-17',2,'2022-07-12 13:29:57',_binary 'xúµ\÷;É0Ñ\·ªp\œb\ÛX\Óê;Äíâ.%\‚\Ó±-\”%ìjä\≈6˛\Ó´[\Ùs\˜∞¨\fiflõ\Ÿœ∑\'\Ôéu{›≤˚ú\«\Ú O\fl\ˆqy\÷5ï\ÁCæî y∆∂\ÌçÍù´úV~^\Â+è˚\∆\Ôlh©–≤°f∑∫¶v˛Z\rºj¥\nQµßUU#≠\ˆ¢j¢\’(™¥öD’ëVQu¢\’QTùiuU¡uÇ\  pû†íÄRYNTZÄ#ï\‡LA%8TPôNTjÄcôú+âÆqØL\ÂïqØL\ÂïqØL\Âï˝˘•\“xu}\0µ$\‘'),(27,'Actions_actions',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xú\Ìî\ÔnÇ0\≈_Ö\Ùñ“ÇJyÅÌãØ@™v\⁄ ZBªπ\ƒ˘\Óª¸´Eaj\‚ó-#!p\ÀÈπøê\fi\√a\…p\ u/1;3î\Ûï\»Qj! º≤rùã\‡+x19W]\Ò`ÅR\…‹°ªö÷éíQ &!C∏ñ\”\–/H∫¨∞:c»ºôïÖ»î∞{]Ω\’˝a?a∏\Z S´l\'≠\…\ˆ\“\Ó.\‘\‡¢Œ≠ê\Íg∑F\ƒ?ØàbèÀà\ÍCTNC\„®≈ä∆∞NbG{T^ç¶áö\“\Ã=&[qe^=ï˚Y≥1*_\Ó∏\Ê◊§_£\Í…¶ªRèm£ã¨¨\ÙZ#\’\ˆBK\…\·\¶\ˆƒ¥fié\Û\\∂\Ï=\‚î`@∑\÷Eô +µ∫Én∏iíŒóç“ù 3†Uñkæπq\Î∞f!¨ª\ÿQ\ÂU§ñ\—\ÙP1\Õ\¬cR-m\‰\fiW\ÕpG5Q˘r«µ\∏¢\ıå™\'ãœä=∂R\‘≈±;&%oæû\÷£\·\Û†n\«tµ\Á£l\” zƒò`@∑\ı±bäã\Ê∫\·†(ù/ \“=\nMQ Zæ\ÈO\›\Û <\‡˙˚yà\◊æ]∏mçï\◊@\÷\«\»4¥èayVs\”Bn÷õ∂?Ö§|\Ì©5ôÅ@zP\ÍH¶\”J\ÏhuRë%|\œ‘å\–`fiÉ?è\ˆò(\Ÿ vqìvic≤˛¡•Ãñ§—ú)M\flHº\Ëπb\—R∫\‚œâb˚BA]ú\„ï,G≈ÇÑ\“$V0+Qq8_\Ï\"çƒäÖ Gä]äpí\ÿ˙اìºó‹ï˚\«\Ã\Úµ†?äâW[ÿâ¯}õ~ö π˘e}Ék\Ò^T%k 0z!mUˇ\«∂{g`cyS\Ï\ˆ b0º\ƒ'),(27,'Actions_actions_url_chunk_0_99',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xúïî éÉ @\Ô\¬Vmõ\ÒΩÇ° Ædå\–vì∆ª\Ô†+ãU\˜cb¯Ω^\n 47@)MÄ\i\"\Œ90\fl\…\‡a \“\ãh≤Fî\‰í\‹øü`π ñ¿bóH\ÏpF\√Aíü]√∞¡\Ÿsm +[Q(a\Ô∫w[\·t¸\„7\Óã\ÍR\‘“ö\‚.mΩ¢17%_\ŸZ©~\Œ6B¸\„( ºå\Ëo¢\˜ \À\“I+\›\“˙ÜΩUX\Ì\‰\ZôYjè9N∂\Á ºî?¨√ñUà{Øc‡µõo§f≥˝]Y\‡V\È∂\Ëz]\nc§z[±,\Ÿ2\\M7f\ \Ì=ü±\Û Ãä{¿¬Æ\‘m\◊+µ˙á\›2h\◊.\ƒ6ÌûÅE\rhU4öW¨ÅÄû}5\‡\◊\Á}ºH∞Çeõ˙kÅÉ\ÃW\’\„€Ä\Á\‰\⁄O\œ¿ HmmQ\‘\Ëí7µ6N\Ë)]âhäs\Â= \ÿ˝å$fD'),(27,'Actions_downloads',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(27,'Actions_outlink',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(27,'Actions_sitesearch',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(27,'Actions_SiteSearchCategories',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xúK¥2∞™Æ\0O˛'),(27,'DevicePlugins_plugin',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xúÖ\–QÇ0 \‡ª\ÙcC\‘w\ÜTÜ Cà!\‹›Ωꯆ\€€ü¶˝\“\÷\‡Ñï!¥Å⁄É\ƒ\Íq\09sµé¥G*˚æeKö!C!e§7F\⁄÷êîæ\ÏÖˇP»µ3æ˘r\ƒoGFùt7≥I3*\ (\–P\’\È£\Ú®r=_\\∂w6Ω\—!je4Z\„g\fivLkE\\ Éû\›lG«∑fJs\«8\'A ?™~\Òù≠8˘˛\Ì\r.≤6'),(27,'DevicesDetection_brands',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xú5ã\À\rÄ D{\Ÿ\n¯ÜŸì\r[X£n Ω d=\Ã\'3yãñaX\‡ˇí\–*®\»˝\‚\n:.\‚ ´rö^ªO<—åçü5Ñ°áE=\ˆï}bÉ\÷\'|r\Ôt$'),(27,'DevicesDetection_browserEngines',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xúK¥2¥™Œ¥2∞N¥2Ü1,≠™ã≠L≠îrìRsl\˜\‘\‰\Ï|%\ÎL+C(6Ç\“\∆P∂±•5Hw¶ïâu\nX¿à-ÕÄÑT\¬L◊Ç¥%ZXU◊Ç4˚Y\◊\÷\0≤å%^'),(27,'DevicesDetection_browsers',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xú5ãª\r¿ Dw\Ò|\Áû2;%%\Ú\Ó\‰\˜—ù^Å≈®0\\\‡ˇí0:®ï˚m\ƒî3qÖU9MØ\›\'^h\≈¡\œ\¬T䔢\ÁNYXÅ¡ê_,\Ú¡#˛'),(27,'DevicesDetection_browserVersions',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xú5L;Ä ª 0îæù\—;`t ac$\Ô\Ó¡°ü¥i4ZqÇ˝M@´pP%\›oQ\\qB\≈»ö\ÃFä3\ÙÇYjó∑Å\«A\∆\Œ\œ \\G\ù¸*é©2f Ñ&c|±\»»Ç%0'),(27,'DevicesDetection_models',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xú5L]\nÄ ªJxÇÃ≤\‹\˜\‘¢+XJHQëΩâw/\√\ˆ\√∆¶¡J\“øQ\rÿ¶\'ª1\Ú\‡X?\“bw{ππ0÷Ø\˜q2r\‡UVëΩPîæj2_–ºP\Ú%ôã\ˆ”òf\Z%BL\„Åb|\0F¡*l'),(27,'DevicesDetection_os',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xú5ã;Ä D\Ô\¬ @\√le¨\ık¥ °£${wŨ\≈|2ì\«phñ˛/ ≠\"¿æ\flb®\ˆ«ú˚a(√©MØ\›\'\Zl\∆J\œBW䛢\€L√¢…Ä/˘\07\Î$D'),(27,'DevicesDetection_osVersions',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xú5L;Ä ª\À;Ä }ìq\÷;`t ac$\Ô\ÓÇy˝§Mõ`\—2 \'∏\flD¥\n*\Èz\nq\Ì\€\Œ\÷L\÷gX≈¨\Í‘ª\»\„!c\·˚ |G ùÇ\Îß2f M\∆¯dë\Ô±%z'),(27,'DevicesDetection_types',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xú5KIÄ ¸ /\0+¶\5z \·\ʱ\È\flR≥dAÇ6D\–o*\ÙEF\Ër==\ ícs%\˜T}∞\ÛΩÇ^\Û≠L€ß:ºÆ©\ÓS.˚µ)ö\Ú<\⁄m\‰nõ∫˙°?\÷uø6Ü≈≤\Óó\Ô\Á¡\Ô\ÏYµZ≤Zµ\Ô™’™˝u˛VM4—®k¢\rç&M¥•\—F\Ìh¥\’D{\Z\Ì4—ÅF{M4\”ˆâÇ£îEUnD>\‡B%ë\‡.Ad∏L)nDNÄ\Îë\‡>Ad∏PPi¡çÇà \ÁHπâ≤\\))\Â\\))\ÂO•\÷\Ú¶*'),(27,'VisitTime_serverTime',1,'2022-07-12','2022-07-12',1,'2022-07-12 13:29:57',_binary 'xúµ\÷1É0D—ª\‰;kc`πC\Ó@îHt)w \”D êfä≈ñ-\ÎwOå\·9ñ)l#ùõ>ñw4qõ\«\«kæ\rS\Ù€†é\◊5\’}\⁄/mõ<<èÉfP∂O©\̱Æ˚≥1,ñu|?~W≠ñ¨ñ¨V\̪jµjEùF°â&\ZuM4\”h\“D\ZÕöh°\—Fmi¥h¢ç∂öhO£ù&\nnD<Ä£∏`ID8L!NDLÄ\„\‡ Date: Wed, 13 Jul 2022 08:57:58 -0300 Subject: [PATCH 3/3] Re-add flysystem to allow alpha. --- vars/standard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/standard.yml b/vars/standard.yml index 80554f5e..ff380f2e 100644 --- a/vars/standard.yml +++ b/vars/standard.yml @@ -14,6 +14,7 @@ drupal_composer_dependencies: - "drupal/admin_toolbar:^3.1" - "drupal/rest_oai_pmh:^2.0@beta" - "drupal/transliterate_filenames:^2.0" + - "drupal/flysystem:^2.0@alpha" - "islandora/islandora:^2.4" - "islandora/islandora_defaults:^2.1" - "islandora-rdm/islandora_fits:dev-8.x-1.x"