This commit is contained in:
erwanlr
2019-12-07 15:40:15 +00:00
parent e2c858ac69
commit 9948230ea0
13 changed files with 6329 additions and 11 deletions

View File

@@ -0,0 +1,125 @@
# Copyright (C) 2019 The BuddyPress Community
# This file is distributed under the same license as the BP Beta Tester plugin.
msgid ""
msgstr ""
"Project-Id-Version: BP Beta Tester 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/buddypress/bp-beta-tester/issues\n"
"Last-Translator: imath <imath@chat.wordpress.org>\n"
"Language-Team: ENGLISH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-11-29T04:00:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.3.0\n"
"X-Domain: bp-beta-tester\n"
#. Plugin Name of the plugin
msgid "BP Beta Tester"
msgstr ""
#. Plugin URI of the plugin
msgid "https://github.com/buddypress/bp-beta-tester"
msgstr ""
#. Description of the plugin
msgid "A plugin to switch between stable, beta or RC versions of BuddyPress."
msgstr ""
#. Author of the plugin
msgid "The BuddyPress Community"
msgstr ""
#. Author URI of the plugin
msgid "https://buddypress.org"
msgstr ""
#. translators: the %s placeholder is for the BuddyPress release tag.
#: inc/functions.php:256
msgid "Install %s"
msgstr ""
#. translators: the %s placeholder is for the BuddyPress release tag.
#: inc/functions.php:276
msgid "Upgrade to %s"
msgstr ""
#: inc/functions.php:327
#: inc/functions.php:499
#: inc/functions.php:520
msgid "Beta Test BuddyPress"
msgstr ""
#: inc/functions.php:332
msgid "Main actions"
msgstr ""
#. translators: the %s placeholder is for the BuddyPress release tag.
#: inc/functions.php:344
msgid "Downgrade to %s"
msgstr ""
#. translators: %1$s is the current user display name and %2$s is a heart dashicon.
#: inc/functions.php:367
msgid "Thank you so much %1$s %2$s"
msgstr ""
#: inc/functions.php:374
msgid "Thanks for contributing to BuddyPress: beta testing the plugin is very important to make sure it behaves the right way for you and for the community."
msgstr ""
#: inc/functions.php:375
msgid "Although the BuddyPress Core Development Team is regularly testing it, it's very challenging to test every possible configuration of WordPress and BuddyPress."
msgstr ""
#. translators: %s is the link to the WP Core Contributor handbook page about installing WordPress locally.
#: inc/functions.php:380
msgid "Please make sure to avoid using this plugin on a production site: beta testing is always safer when it's done on a %s of your site or on a testing site."
msgstr ""
#: inc/functions.php:381
msgid "local copy"
msgstr ""
#. translators: %1$s is the link to the BuddyPress account on Twitter and %2$s is the link to the BuddyPress blog.
#: inc/functions.php:391
msgid "There is no pre-releases to test currently. Please consider following BuddyPress %1$s or checking %2$s regularly to be informed of the next pre-releases."
msgstr ""
#: inc/functions.php:392
msgid "on Twitter"
msgstr ""
#: inc/functions.php:393
msgid "our blog"
msgstr ""
#: inc/functions.php:398
msgid "Have you found a bug or a possible improvement?"
msgstr ""
#. translators: %1$s is the link to the BuddyPress Trac and %2$s is the link to the BuddyPress Support forums.
#: inc/functions.php:403
msgid "Please let us know about it opening a new ticket on our %1$s or posting a new topic in our %2$s."
msgstr ""
#: inc/functions.php:404
msgid "Development Tracker"
msgstr ""
#: inc/functions.php:405
msgid "support forums"
msgstr ""
#: inc/functions.php:409
msgid "One of the Core Developers/Support forum moderators will review your feedback and we'll do our best to fix it before the stable version is made available to the public."
msgstr ""
#. translators: the %s placeholder is for the BuddyPress release tag.
#: inc/functions.php:480
msgid "The BuddyPress version %s is not available on WordPress.org."
msgstr ""
#: inc/functions.php:498
msgid "BuddyPress Beta Tester"
msgstr ""

View File

@@ -0,0 +1,42 @@
# Copyright (C) 2019 Calculated fields for ACF
# This file is distributed under the same license as the Calculated fields for ACF package.
msgid ""
msgstr ""
"Project-Id-Version: Calculated fields for ACF 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/calculated-fields-"
"for-acf\n"
"POT-Creation-Date: 2019-12-05 17:12:43+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: calculated-fields-for-acf.php:43
msgid "Formula"
msgstr ""
#: calculated-fields-for-acf.php:44
msgid "Simple math expression. Refer to other fields using their field name"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Calculated fields for ACF"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://www.wundermatics.com/product/calculated-fields-for-acf"
msgstr ""
#. Description of the plugin/theme
msgid "Simple field math for Advanced Custom Fields"
msgstr ""
#. Author of the plugin/theme
msgid "Wundermatics"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://wundermatics.com"
msgstr ""

View File

@@ -0,0 +1,13 @@
Version 0.5
* Added error notice that displays upon plugin activation if OPcache isn't enabled
* Fixed bug where error would display if opcache_get_status function didn't exist
Version 0.4
* Added notice that displays upon plugin activation
Version 0.3
* Added OPcache page in Settings menu showing OPcache details
* Added popup saying OPcache was cleared or if OPcache is disabled

View File

@@ -0,0 +1,24 @@
== Changelog ==
= 1.2.3 =
* Update auf HTML Purifier 4.12.0
= 1.2.2 =
* Kleine Verbesserungen für wordpress.com
= 1.2.1 =
* Codeänderung für wordpress.com
* Tippfehler in Einstellungsseite korrigiert
* Kleine grafische Anpassungen der Einstellungsseite
= 1.2.0 =
* Namensänderung um bei wordpress.com akzeptiert zu werden
* Konfigurierbares Timeout für Abfrage von faustball.de eingefügt
* verbesserte Fehlermeldungen
= 1.1.0 =
* HTML Cleanup über HTMLPurifier
* Einstellungen zu eigenen Spaltenüberschriften
= 1.0.0 =
* Erste Version

View File

@@ -0,0 +1,212 @@
# Copyright (C) 2019 Fintecture
# This file is distributed under the same license as the Fintecture Payment Gateway plugin.
msgid ""
msgstr ""
"Project-Id-Version: Fintecture Payment Gateway 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fintecture-"
"gateway\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-12-02T18:54:52+00:00\n"
"PO-Revision-Date: 2019-12-02 19:59+0100\n"
"X-Generator: Poedit 2.2.4\n"
"X-Domain: fintecture-gateway\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Language: fr\n"
#. Plugin Name of the plugin
#: includes/class-wc-fintecture-gateway.php:27
msgid "Fintecture Payment Gateway"
msgstr "Fintecture Payment Gateway"
#. Description of the plugin
msgid ""
"Extends WooCommerce by enabling users to pay securely and directly from "
"their bank account"
msgstr ""
"Etend WooCommerce en ajoutant la fonctionalité de virement bancaire de "
"manière simplifié et automatisé"
#. Author of the plugin
msgid "Fintecture"
msgstr "Fintecture"
#. Author URI of the plugin
msgid "https://www.fintecture.com/"
msgstr "https://www.fintecture.com/"
#: fintecture-gateway.php:50
msgid "Settings"
msgstr "Paramètres"
#: includes/admin/fintecture-settings.php:9
msgid "Enable/Disable"
msgstr "Activer/Désactiver"
#: includes/admin/fintecture-settings.php:10
msgid "Enable this payment gateway"
msgstr "Activer cette passerelle de paiement"
#: includes/admin/fintecture-settings.php:12
msgid "Enable this module to include the Fintecture Payment Gateway."
msgstr "Activez ce module pour inclure la passerelle de paiement Fintecture."
#: includes/admin/fintecture-settings.php:16
msgid "Choose your environment"
msgstr "Choisissez votre environnement"
#: includes/admin/fintecture-settings.php:18
msgid "Enable Sandbox Mode"
msgstr "Activer le mode Sandbox"
#: includes/admin/fintecture-settings.php:20
msgid "Switch to Production to start accepting real payments."
msgstr ""
"Le mode Sandbox vous permet de tester la passerelle de paiement en faisant "
"des transactions fictives."
#: includes/admin/fintecture-settings.php:24
msgid "Title"
msgstr "Titre"
#: includes/admin/fintecture-settings.php:27
#: includes/class-wc-fintecture-gateway.php:58
msgid "Pay by Bank"
msgstr "Payer par Banque"
#: includes/admin/fintecture-settings.php:31
msgid "Description"
msgstr "Description"
#: includes/admin/fintecture-settings.php:34
#: includes/class-wc-fintecture-gateway.php:59
msgid "Pay securely directly from your bank account"
msgstr "Payez de manière sécurisé directement depuis votre compte bancaire"
#: includes/admin/fintecture-settings.php:39
msgid "Disable description"
msgstr "Désactiver description"
#: includes/admin/fintecture-settings.php:41
msgid "Hide description at checkout."
msgstr "Ne pas afficher la description."
#: includes/admin/fintecture-settings.php:46
msgid "Fintecture App ID"
msgstr "Fintecture App ID"
#: includes/admin/fintecture-settings.php:49
#: includes/admin/fintecture-settings.php:74
msgid ""
"This is the app ID provided to you when creating an application on "
"Fintecture. <a href=\"https://console.fintecture.com/auth/register\">Click "
"here to create an account if you dont have one</a>"
msgstr ""
"<strong>Lapp ID</strong> vous ait attribué lors de la création de API keys "
"sur Fintecture. <a href=\\”https://console.fintecture.com/auth/register"
"\\”>Cliquez ici pour créer un compte</a>"
#: includes/admin/fintecture-settings.php:52
msgid "Fintecture App Secret"
msgstr "Fintecture App Secret"
#: includes/admin/fintecture-settings.php:55
#: includes/admin/fintecture-settings.php:80
msgid ""
"This is the app Secret provided to you when creating an application on "
"Fintecture. <a href=\"https://console.fintecture.com/auth/register\">Click "
"here to create an account if you dont have one</a>"
msgstr ""
"<strong>Lapp secret</strong> vous ait attribué lors de la création de API "
"keys sur Fintecture. <a href=\\”https://console.fintecture.com/auth/register"
"\\”>Cliquez ici pour créer un compte</a>"
#: includes/admin/fintecture-settings.php:58
msgid "Fintecture App Private Key"
msgstr "Fintecture App Clef Privé"
#: includes/admin/fintecture-settings.php:61
#: includes/admin/fintecture-settings.php:86
msgid ""
"This is the app Private Key provided to you when creating an application on "
"Fintecture. <a href=\"https://console.fintecture.com/auth/register\">Click "
"here to create an account if you dont have one</a>"
msgstr ""
"<strong>La clef privé</strong> vous ait attribué lors de la création de API "
"keys sur Fintecture. <a href=\\”https://console.fintecture.com/auth/register"
"\\”>Cliquez ici pour créer un compte</a>"
#: includes/admin/fintecture-settings.php:64
msgid "Test production keys"
msgstr "Tester la production"
#: includes/admin/fintecture-settings.php:67
#: includes/admin/fintecture-settings.php:92
msgid "You can test your connection with your credentials"
msgstr "Vous pouvez tester vos la connecions avec vos identifiants"
#: includes/admin/fintecture-settings.php:68
#: includes/class-wc-fintecture-gateway.php:56
msgid "Test your production connection"
msgstr "Tester vos clefs en production"
#: includes/admin/fintecture-settings.php:71
msgid "Fintecture Sandbox App ID"
msgstr "Fintecture Sandbox App ID"
#: includes/admin/fintecture-settings.php:77
msgid "Fintecture Sandbox App Secret"
msgstr "Fintecture Sandbox App Secret"
#: includes/admin/fintecture-settings.php:83
msgid "Fintecture Sandbox App Private Key"
msgstr "Fintecture Sandbox App Clef Privé"
#: includes/admin/fintecture-settings.php:89
msgid "Test sandbox keys"
msgstr "Tester la sandbox"
#: includes/admin/fintecture-settings.php:93
#: includes/class-wc-fintecture-gateway.php:57
msgid "Test your sandbox connection"
msgstr "Testez vos clefs en sandbox"
#: includes/admin/fintecture-settings.php:99
msgid "Connection failed"
msgstr "La connexion a échoué"
#: includes/admin/fintecture-settings.php:105
msgid "Connection successed"
msgstr "Connexion réussie"
#: includes/class-wc-fintecture-gateway.php:28
msgid "Fintecture Payment Gateway Plug-in for WooCommerce"
msgstr "Fintecture Payment Gateway Plug-in for WooCommerce"
#: includes/class-wc-fintecture-gateway.php:153
msgid "Awaiting payment"
msgstr "En attente de paiement"
#: includes/class-wc-fintecture-gateway.php:186
msgid "An error occurred while processing your request"
msgstr "Une erreur sest produite lors du traitement de votre demande"
#. translators: %s is replaced with "string"
#: includes/class-wc-fintecture-gateway.php:235
msgid ""
"Error. Please enable <a target='_blank' href='%s'>CURL extension</a> in PHP. "
"<a target='_blank' href='%s'>Read here &#187;</a>"
msgstr ""
"Erreur. Veuillez activer <a target=_blank href=%s>lextension CURL</a> "
"en PHP. <a target=_blank href=%s>Lire ici &#187;</a>"
#: includes/class-wc-fintecture-gateway.php:429
msgid "Error. Please try again."
msgstr "Erreur. Veuillez réessayer."
#: includes/class-wc-fintecture-gateway.php:447
msgid "Possible fraud."
msgstr "Fraude possible."

View File

@@ -0,0 +1,7 @@
# Changelog
All notable changes to **MailArchiver** is documented in this *changelog*.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **MailArchiver** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2019-12-03
### Initial release

View File

@@ -0,0 +1,269 @@
# Copyright (C) 2019 WPplugins.Tech
# This file is distributed under the same license as the Multisite FAQS plugin.
msgid ""
msgstr ""
"Project-Id-Version: Multisite FAQS 1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/multisite-faqs\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-12-03T04:49:27+01:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: multisite-faqs\n"
#. Plugin Name of the plugin
msgid "Multisite FAQS"
msgstr ""
#. Plugin URI of the plugin
msgid "https://github.com/wpplugins-tech/multisite-faqs"
msgstr ""
#. Description of the plugin
msgid "Manage and Consolidate FAQs across a Wordpress Multisite Installation."
msgstr ""
#. Author of the plugin
msgid "WPplugins.Tech"
msgstr ""
#. Author URI of the plugin
msgid "https://wpplugins.tech/"
msgstr ""
#: admin/class-multisite-faqs-admin.php:97
msgctxt "Post Type General Name"
msgid "FAQs"
msgstr ""
#: admin/class-multisite-faqs-admin.php:98
msgctxt "Post Type Singular Name"
msgid "FAQ"
msgstr ""
#: admin/class-multisite-faqs-admin.php:99
#: admin/class-multisite-faqs-admin.php:100
#: admin/class-multisite-faqs-admin.php:102
msgid "FAQs"
msgstr ""
#: admin/class-multisite-faqs-admin.php:101
msgid "Parent FAQ:"
msgstr ""
#: admin/class-multisite-faqs-admin.php:103
msgid "Add New FAQ"
msgstr ""
#: admin/class-multisite-faqs-admin.php:104
msgid "Add New"
msgstr ""
#: admin/class-multisite-faqs-admin.php:105
msgid "New FAQ"
msgstr ""
#: admin/class-multisite-faqs-admin.php:106
msgid "Edit FAQ"
msgstr ""
#: admin/class-multisite-faqs-admin.php:107
msgid "Update FAQ"
msgstr ""
#: admin/class-multisite-faqs-admin.php:108
msgid "View FAQ"
msgstr ""
#: admin/class-multisite-faqs-admin.php:109
msgid "Search FAQ"
msgstr ""
#: admin/class-multisite-faqs-admin.php:110
msgid "Not found"
msgstr ""
#: admin/class-multisite-faqs-admin.php:111
msgid "Not found in Trash"
msgstr ""
#: admin/class-multisite-faqs-admin.php:115
msgid "faq"
msgstr ""
#: admin/class-multisite-faqs-admin.php:116
msgid "Frequently Asked Questions"
msgstr ""
#: admin/class-multisite-faqs-admin.php:146
msgctxt "Taxonomy General Name"
msgid "FAQ Groups"
msgstr ""
#: admin/class-multisite-faqs-admin.php:147
msgctxt "Taxonomy Singular Name"
msgid "FAQ Group"
msgstr ""
#: admin/class-multisite-faqs-admin.php:148
msgid "Groups"
msgstr ""
#: admin/class-multisite-faqs-admin.php:149
msgid "All FAQ Groups"
msgstr ""
#: admin/class-multisite-faqs-admin.php:150
msgid "Parent FAQ Group"
msgstr ""
#: admin/class-multisite-faqs-admin.php:151
msgid "Parent FAQ Group:"
msgstr ""
#: admin/class-multisite-faqs-admin.php:152
msgid "New FAQ Group Name"
msgstr ""
#: admin/class-multisite-faqs-admin.php:153
msgid "Add New FAQ Group"
msgstr ""
#: admin/class-multisite-faqs-admin.php:154
msgid "Edit FAQ Group"
msgstr ""
#: admin/class-multisite-faqs-admin.php:155
msgid "Update FAQ Group"
msgstr ""
#: admin/class-multisite-faqs-admin.php:156
msgid "View FAQ Group"
msgstr ""
#: admin/class-multisite-faqs-admin.php:157
msgid "Separate FAQ Groups with commas"
msgstr ""
#: admin/class-multisite-faqs-admin.php:158
msgid "Add or remove FAQ Groups"
msgstr ""
#: admin/class-multisite-faqs-admin.php:159
msgid "Choose from the most used"
msgstr ""
#: admin/class-multisite-faqs-admin.php:160
msgid "Popular FAQ Groups"
msgstr ""
#: admin/class-multisite-faqs-admin.php:161
msgid "Search FAQ Groups"
msgstr ""
#: admin/class-multisite-faqs-admin.php:162
msgid "Not Found"
msgstr ""
#: admin/class-multisite-faqs-admin.php:190
msgid "Multisite FAQ"
msgstr ""
#: admin/class-multisite-faqs-admin.php:209
msgid "Show on all sites"
msgstr ""
#: admin/class-multisite-faqs-admin.php:257
msgid "Multisite FAQs Settings"
msgstr ""
#: admin/class-multisite-faqs-admin.php:258
#: admin/class-multisite-faqs-admin.php:587
msgid "Settings"
msgstr ""
#: admin/class-multisite-faqs-admin.php:296
msgid "Multisite Faq Settings"
msgstr ""
#: admin/class-multisite-faqs-admin.php:299
msgid "Global FAQs Site"
msgstr ""
#: admin/class-multisite-faqs-admin.php:356
msgid "Multisite FAQS Settings"
msgstr ""
#: admin/class-multisite-faqs-admin.php:387
msgid "FAQs Toggle Styles"
msgstr ""
#: admin/class-multisite-faqs-admin.php:394
msgid "FAQs Common Styles"
msgstr ""
#: admin/class-multisite-faqs-admin.php:404
msgid "FAQs toggle colors"
msgstr ""
#: admin/class-multisite-faqs-admin.php:411
msgid "Choose custom colors to apply colors provided in options below."
msgstr ""
#: admin/class-multisite-faqs-admin.php:413
msgid "Default Colors"
msgstr ""
#: admin/class-multisite-faqs-admin.php:414
msgid "Custom Colors"
msgstr ""
#: admin/class-multisite-faqs-admin.php:420
msgid "Question text color"
msgstr ""
#: admin/class-multisite-faqs-admin.php:431
msgid "Question text color on mouse over"
msgstr ""
#: admin/class-multisite-faqs-admin.php:442
msgid "Question background color"
msgstr ""
#: admin/class-multisite-faqs-admin.php:453
msgid "Question background color on mouse over"
msgstr ""
#: admin/class-multisite-faqs-admin.php:464
msgid "Answer text color"
msgstr ""
#: admin/class-multisite-faqs-admin.php:475
msgid "Answer background color"
msgstr ""
#: admin/class-multisite-faqs-admin.php:486
msgid "Toggle Border color"
msgstr ""
#: admin/class-multisite-faqs-admin.php:497
msgid "Custom CSS"
msgstr ""
#: admin/class-multisite-faqs-admin.php:516
msgid "These settings only applies to FAQs with toggle style. As FAQs with list style use colors inherited from currently active theme."
msgstr ""
#: admin/class-multisite-faqs-admin.php:538
#: admin/class-multisite-faqs-admin.php:553
#: admin/class-multisite-faqs-admin.php:576
msgid "Field id is missing!"
msgstr ""
#: public/class-multisite-faqs-public.php:346
#: public/class-multisite-faqs-public.php:614
msgid "Back to Index"
msgstr ""

View File

@@ -1585,6 +1585,10 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/bilych-gallery/public/js/photopile.js?ver=1.0.0"></script>
<!-- bin-access-control -->
<link rel="stylesheet" id="bin-access-control-front-css" href="http://wp.lab/wp-content/plugins/bin-access-control/css/front.css?ver=1.0.0" type="text/css" media="all">
<!-- bin-opt-in -->
<link rel="stylesheet" id="bin-opt-in-front-css" href="http://wp.lab/wp-content/plugins/bin-opt-in/css/front.css?ver=1.0.0" type="text/css" media="all">
@@ -9248,6 +9252,11 @@
<link rel="stylesheet" id="past-events-extension-css" href="http://wp.lab/wp-content/plugins/past-events-extension/public/css/past-events-extension-public.css?ver=1.0.1" type="text/css" media="all">
<!-- pathshala -->
<link rel="stylesheet" id="pathshala-css" href="http://wp.lab/wp-content/plugins/pathshala/public/css/pathshala-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/pathshala/public/js/pathshala-public.js?ver=1.0.0"></script>
<!-- paypal-ipn -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/paypal-ipn/public/js/paypal-ipn-for-wordpress-public-bn.js?ver=1.1.2"></script>
@@ -9982,6 +9991,23 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/privacy-cookie-law/public/js/privacy-cookie-law-public.js?ver=1.0.1"></script>
<!-- private-google-calendars -->
<link rel="stylesheet" id="fullcalendar-css" href="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/core/main.min.css?ver=20191205" type="text/css" media="all">
<link rel="stylesheet" id="fullcalendar_daygrid-css" href="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/daygrid/main.min.css?ver=20191205" type="text/css" media="all">
<link rel="stylesheet" id="fullcalendar_timegrid-css" href="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/timegrid/main.min.css?ver=20191205" type="text/css" media="all">
<link rel="stylesheet" id="fullcalendar_list-css" href="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/list/main.min.css?ver=20191205" type="text/css" media="all">
<link rel="stylesheet" id="pgc-css" href="http://wp.lab/wp-content/plugins/private-google-calendars/css/pgc.css?ver=20191205" type="text/css" media="all">
<link rel="stylesheet" id="tippy-light-css" href="http://wp.lab/wp-content/plugins/private-google-calendars/lib/tippy/light-border.css?ver=20191205" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/private-google-calendars/lib/popper.min.js?ver=20191205"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/private-google-calendars/lib/tippy/tippy-bundle.iife.min.js?ver=20191205"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/core/main.min.js?ver=20191205"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/daygrid/main.min.js?ver=20191205"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/timegrid/main.min.js?ver=20191205"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/list/main.min.js?ver=20191205"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/private-google-calendars/lib/fullcalendar4/core/locales-all.min.js?ver=20191205"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/private-google-calendars/js/pgc.js?ver=20191205"></script>
<!-- pro-adblock -->
<link rel="stylesheet" id="padb-style-css" href="http://wp.lab/wp-content/plugins/pro-adblock/assets/css/padb-style.css?ver=1.2.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/pro-adblock/gads.js?ver=1.2.1"></script>
@@ -10030,6 +10056,11 @@
<link rel="stylesheet" id="dwspecs-front-css-css" href="http://wp.lab/wp-content/plugins/product-specifications/assets/css/front-styles.css?ver=0.3.2" type="text/css" media="all">
<!-- product-stock-alert-woocommerce -->
<link rel="stylesheet" id="product-stock-alert-woocommerce-css" href="http://wp.lab/wp-content/plugins/product-stock-alert-woocommerce/public/css/product-stock-alert-woocommerce-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/product-stock-alert-woocommerce/public/js/product-stock-alert-woocommerce-public.js?ver=1.0.0"></script>
<!-- productdyno -->
<link rel="stylesheet" id="productdyno-css" href="http://wp.lab/wp-content/plugins/productdyno/public/css/productdyno-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/productdyno/public/js/productdyno-public.js?ver=1.0.0"></script>
@@ -10124,6 +10155,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ps-ads-pro/public/js/ps-ads-pro-public.js?ver=1.0.0"></script>
<!-- ps-lms -->
<link rel="stylesheet" id="ps_lms-css" href="http://wp.lab/wp-content/plugins/ps-lms/public/css/ps_lms-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ps-lms/public/js/ps_lms-public.js?ver=1.0.0"></script>
<!-- ps-phpcaptcha -->
<link rel="stylesheet" id="psphpcaptchawp-css" href="http://wp.lab/wp-content/plugins/ps-phpcaptcha/public/css/psphpcaptchawp-public.css?ver=1.2.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ps-phpcaptcha/public/js/psphpcaptchawp-public.js?ver=1.2.0"></script>
@@ -11577,6 +11613,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/simple-contact-form-revisited-plugin/assets/js/simple-contact-form-revisited-plugin.js?ver=2.0.9"></script>
<!-- simple-contact-us-form-widget -->
<link rel="stylesheet" id="gb-simple-contact-front-css" href="http://wp.lab/wp-content/plugins/simple-contact-us-form-widget/assets/style/gb_contact_us_widget_front.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/simple-contact-us-form-widget/assets/js/para.js?ver=1.0.0"></script>
<!-- simple-cookie-control -->
<link rel="stylesheet" id="cookieconsent-css" href="http://wp.lab/wp-content/plugins/simple-cookie-control/public/css/cookieconsent.min.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/simple-cookie-control/public/js/cookieconsent.min.js?ver=1.0.0"></script>
@@ -12022,6 +12063,10 @@
<link rel="stylesheet" id="cptch_desktop_style-css" href="http://wp.lab/wp-content/plugins/smart-recaptcha/css/desktop_style.css?ver=1.0" type="text/css" media="all">
<!-- smart-visitor-tracker -->
<link rel="stylesheet" id="popupcss-css" href="http://wp.lab/wp-content/plugins/smart-visitor-tracker/assets/css/alerts.css?ver=1.0.0" type="text/css" media="all">
<!-- smartcat-video-image-slider -->
<link rel="stylesheet" id="camera-style-css" href="http://wp.lab/wp-content/plugins/smartcat-video-image-slider/assets/css/camera.css?ver=1.0.0" type="text/css" media="all">
<link rel="stylesheet" id="scslider-style-css" href="http://wp.lab/wp-content/plugins/smartcat-video-image-slider/assets/css/style.css?ver=1.0.0" type="text/css" media="all">
@@ -12617,6 +12662,16 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/super-simple-gmaps/js/super-simple-gmaps.js?ver=1.0#asyncload"></script>
<!-- super-simple-slider -->
<link rel="stylesheet" id="super-simple-slider-frontend-css" href="http://wp.lab/wp-content/plugins/super-simple-slider/library/css/frontend.css?ver=1.0.03" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/super-simple-slider/library/sliders/carouFredSel/jquery.carouFredSel-6.2.1.min.js?ver=1.0.03"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/super-simple-slider/library/js/jquery.touchSwipe.min.js?ver=1.0.03"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/super-simple-slider/library/js/carouFredSel-custom.min.js?ver=1.0.03"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/super-simple-slider/library/js/jquery.fittext.min.js?ver=1.0.03"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/super-simple-slider/library/js/jquery.fitbutton.min.js?ver=1.0.03"></script>
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/super-simple-slider/library/js/frontend.min.js?ver=1.0.03"></script>
<!-- super-socializer -->
<link rel="stylesheet" id="the_champ_frontend_css-css" href="http://wp.lab/wp-content/plugins/super-socializer/css/front.css?ver=7.9.5" type="text/css" media="all">
<link rel="stylesheet" id="the_champ_sharing_default_svg-css" href="http://wp.lab/wp-content/plugins/super-socializer/css/share-svg.css?ver=7.9.5" type="text/css" media="all">
@@ -13210,6 +13265,11 @@
<link rel="stylesheet" id="toolbar-css" href="http://wp.lab/wp-content/plugins/toolbar/toolbar.css?ver=1.0" type="text/css" media="all">
<!-- tooltip-for-gravity-forms -->
<link rel="stylesheet" id="gravity-forms-tooltip-css" href="http://wp.lab/wp-content/plugins/tooltip-for-gravity-forms/public/css/gravity-forms-tooltip-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/tooltip-for-gravity-forms/public/js/gravity-forms-tooltip-public.js?ver=1.0.0"></script>
<!-- top-commenters-gravatar -->
<link rel="stylesheet" id="top-commenters-gravatar-css" href="http://wp.lab/wp-content/plugins/top-commenters-gravatar/style.css?ver=1.1" type="text/css" media="all">
@@ -16764,6 +16824,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-social-connect/assets/js/wpsoccon-frontend.js?ver=1.0.0"></script>
<!-- wp-social-feeds -->
<link rel="stylesheet" id="social-feeds-css" href="http://wp.lab/wp-content/plugins/wp-social-feeds/src/public/css/social-feeds-public.css?ver=1.0.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-social-feeds/src/public/js/social-feeds-public.js?ver=1.0.0"></script>
<!-- wp-social-invitations -->
<link rel="stylesheet" id="wsi-css" href="http://wp.lab/wp-content/plugins/wp-social-invitations/public/assets/css/wsi-public.css?ver=2.1.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-social-invitations/public/assets/js/wsi-public.js?ver=2.1.1"></script>

View File

@@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Releases
### [1.0.0] - 2019-11-13
#### Added
- Initial release