Version Description
Download this release
Release Info
Developer | |
Plugin | Official Facebook Pixel |
Version | 3.0.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.5 to 3.0.6
- changelog.txt +3 -0
- composer.json +1 -1
- composer.lock +257 -87
- composer.phar +0 -0
- core/FacebookPluginConfig.php +1 -1
- facebook-for-wordpress.php +1 -1
- languages/official-facebook-pixel-ar_AR.po +1 -1
- languages/official-facebook-pixel-cs_CZ.po +1 -1
- languages/official-facebook-pixel-da_DK.po +1 -1
- languages/official-facebook-pixel-de_DE.po +1 -1
- languages/official-facebook-pixel-en_GB.po +1 -1
- languages/official-facebook-pixel-es_ES.po +1 -1
- languages/official-facebook-pixel-es_LA.po +1 -1
- languages/official-facebook-pixel-fi_FI.po +1 -1
- languages/official-facebook-pixel-fr_CA.po +1 -1
- languages/official-facebook-pixel-fr_FR.po +1 -1
- languages/official-facebook-pixel-he_IL.po +1 -1
- languages/official-facebook-pixel-it_IT.po +1 -1
- languages/official-facebook-pixel-ja_JP.po +1 -1
- languages/official-facebook-pixel-ko_KR.po +1 -1
- languages/official-facebook-pixel-nb_NO.po +1 -1
- languages/official-facebook-pixel-nl_NL.po +1 -1
- languages/official-facebook-pixel-pl_PL.po +1 -1
- languages/official-facebook-pixel-pt_BR.po +1 -1
- languages/official-facebook-pixel-pt_PT.po +1 -1
- languages/official-facebook-pixel-ru_RU.po +1 -1
- languages/official-facebook-pixel-sv_SE.po +1 -1
- languages/official-facebook-pixel-th_TH.po +1 -1
- languages/official-facebook-pixel-tr_TR.po +1 -1
- languages/official-facebook-pixel-vi_VN.po +1 -1
- languages/official-facebook-pixel-zh_CN.po +1 -1
- languages/official-facebook-pixel-zh_TW.po +1 -1
- readme.txt +2 -0
- vendor/autoload.php +1 -1
- vendor/composer/ClassLoader.php +40 -4
- vendor/composer/InstalledVersions.php +337 -0
- vendor/composer/autoload_classmap.php +1 -0
- vendor/composer/autoload_real.php +6 -6
- vendor/composer/autoload_static.php +5 -4
- vendor/composer/installed.json +108 -97
- vendor/composer/installed.php +49 -0
- vendor/facebook/php-business-sdk/CHANGELOG.md +20 -1
- vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostAdSetCreateCpa.php +2 -2
- vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostAdSetCreateCpaAppEvents.php +2 -2
- vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostCreateAdSet.php +2 -2
- vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostDailyBudget20.php +2 -2
- vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostLifetimeBudget200Duration10Days.php +2 -2
- vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostOfferClaim.php +2 -2
- vendor/facebook/php-business-sdk/examples/AdAccountAdSetsPostOptimizePostEngagement.php +2 -2
- vendor/facebook/php-business-sdk/examples/AdgroupLeadsEdgeAdgroupLeadsFiltered.php +1 -1
- vendor/facebook/php-business-sdk/examples/AdsPixelEventsPost.php +1 -1
- vendor/facebook/php-business-sdk/examples/AdsPixelEventsPostCustom.php +10 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php +2 -2
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Ad.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdAccount.php +73 -71
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdAccountIosFourteenCampaignLimits.php +57 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdCreative.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdRuleEvaluationSpec.php +24 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdRuleExecutionSpec.php +24 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdSet.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdStudy.php +47 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdStudyObjective.php +0 -23
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdoptablePet.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Application.php +89 -13
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AudioCopyright.php +23 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/AutomotiveModel.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Business.php +42 -54
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Campaign.php +3 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Canvas.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/CanvasTemplate.php +80 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/CommerceMerchantSettings.php +107 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/CommerceOrder.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/CustomAudience.php +0 -14
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/DeliveryWindow.php +57 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Destination.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Event.php +23 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdAccountIosFourteenCampaignLimitsFields.php +51 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdCreativeFields.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdCreativeLinkDataFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdCreativePortraitCustomizationsFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdRuleEvaluationSpecFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdRuleExecutionSpecFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdgroupActivityFields.php +0 -4
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdgroupPlacementSpecificReviewFeedbackFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdoptablePetFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdsInsightsFields.php +5 -5
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdsPixelFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AtlasCampaignFields.php +0 -16
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AutomotiveModelFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/CanvasFields.php +4 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/CanvasTemplateFields.php +73 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/CatalogSubVerticalListFields.php +0 -2
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/CommentFields.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/CommerceMerchantSettingsFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/CustomAudienceFields.php +2 -24
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/DeliveryWindowFields.php +549 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/DestinationFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/FlightFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/HomeListingFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/HotelFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/IGMediaFields.php +4 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/LiveVideoFields.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/OmegaCustomerTrxFields.php +83 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/PageFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/PrivateLiftStudyInstanceFields.php +57 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/ProductCatalogDiagnosticGroupFields.php +63 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/ProductCatalogFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/ProductItemFields.php +6 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/SavedAudienceFields.php +6 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/VehicleFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/VehicleOfferFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/WhatsAppBusinessAccountFields.php +4 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/WhatsAppBusinessProfileFields.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Flight.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Group.php +0 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/HomeListing.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Hotel.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/IGUser.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/InstagramUser.php +0 -24
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/LiveVideo.php +5 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/OmegaCustomerTrx.php +105 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/OracleTransaction.php +0 -2
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Page.php +184 -25
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/PagePost.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Post.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/PrivateLiftStudyInstance.php +107 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductCatalog.php +143 -2
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductCatalogDiagnosticGroup.php +69 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductFeed.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductGroup.php +246 -12
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductItem.php +10 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ProductSet.php +25 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/EventRequest.php +4 -4
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/EventResponse.php +1 -3
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/UserData.php +454 -48
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/UnifiedThread.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdAccountTargetingUnifiedWhitelistedTypesValues.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdAssetFeedSpecCallToActionTypesValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCreativeCallToActionTypeValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdCreativeLinkDataCallToActionTypeValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdDatePresetValues.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdPreviewAdFormatValues.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdRuleStatusValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdSetDatePresetValues.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdStudyObjectiveTypeValues.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdVideoContainerTypeValues.php +22 -6
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdoptablePetImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdsInsightsDatePresetValues.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ApplicationAnPlatformsValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AutomotiveModelImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/BusinessAssetGroupPageTasksValues.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/BusinessPagePermittedTasksValues.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/BusinessPermittedTasksValues.php +19 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/CampaignDatePresetValues.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/CommentCommentPrivacyValueValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/CommerceOrderReasonCodeValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ContentDeliveryReportPlatformValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ContentDeliveryReportPositionValues.php +3 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/CustomAudienceDataSourceSubTypeValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/DestinationImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/FlightImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/GroupGroupTypeValues.php +0 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/GroupPurposeValues.php +0 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/HomeListingImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/HotelImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/InsightsResultDatePresetValues.php +1 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/LiveVideoLiveCommentModerationSettingValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/LiveVideoPersistentStreamKeyStatusValues.php +43 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/OmegaCustomerTrxTypeValues.php +44 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/PageCallToActionAndroidDestinationTypeValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/PageCallToActionIphoneDestinationTypeValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/PageCallToActionTypeValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/PagePermittedTasksValues.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/PagePlatformValues.php +42 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/PageTasksValues.php +2 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/PrivateLiftStudyInstanceOperationValues.php +44 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductCatalogDiagnosticGroupAffectedChannelsValues.php +45 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductCatalogDiagnosticGroupAffectedFeaturesValues.php +42 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductCatalogDiagnosticGroupSeveritiesValues.php +42 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductCatalogDiagnosticGroupSeverityValues.php +42 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductCatalogDiagnosticGroupTypeValues.php +48 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductCatalogDiagnosticGroupTypesValues.php +48 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductCatalogItemSubTypeValues.php +0 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductFeedFeedTypeValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductFeedItemSubTypeValues.php +0 -1
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductItemARDataSurfacesValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductItemCommerceTaxCategoryValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductItemImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/ProductItemMarkedForProductLaunchValues.php +43 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/UnifiedThreadPlatformValues.php +42 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/VehicleImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/VehicleOfferImageFetchStatusValues.php +46 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/WhatsAppBusinessAccountTasksValues.php +1 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/Vehicle.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/VehicleOffer.php +71 -0
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/VideoCopyright.php +23 -0
- vendor/facebook/php-business-sdk/test/FacebookAdsTest/Object/ServerSide/UserDataTest.php +284 -11
changelog.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
*** Facebook for WordPress Changelog ***
|
|
|
|
|
|
|
2 |
2021-03-10 version 3.0.5
|
3 |
* Support for WordPress 5.7
|
4 |
* Fixing pixel events for Contact Form 7 in WP >= 5.7
|
1 |
*** Facebook for WordPress Changelog ***
|
2 |
+
2021-08-30 version 3.0.6
|
3 |
+
* Update Facebook Business SDK to v11.0.0
|
4 |
+
|
5 |
2021-03-10 version 3.0.5
|
6 |
* Support for WordPress 5.7
|
7 |
* Fixing pixel events for Contact Form 7 in WP >= 5.7
|
composer.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
},
|
10 |
"license": "GPL",
|
11 |
"require": {
|
12 |
-
"facebook/php-business-sdk": "
|
13 |
"techcrunch/wp-async-task": "dev-master"
|
14 |
},
|
15 |
"autoload": {
|
9 |
},
|
10 |
"license": "GPL",
|
11 |
"require": {
|
12 |
+
"facebook/php-business-sdk": "11.0.0",
|
13 |
"techcrunch/wp-async-task": "dev-master"
|
14 |
},
|
15 |
"autoload": {
|
composer.lock
CHANGED
@@ -4,20 +4,20 @@
|
|
4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5 |
"This file is @generated automatically"
|
6 |
],
|
7 |
-
"content-hash": "
|
8 |
"packages": [
|
9 |
{
|
10 |
"name": "facebook/php-business-sdk",
|
11 |
-
"version": "
|
12 |
"source": {
|
13 |
"type": "git",
|
14 |
"url": "https://github.com/facebook/facebook-php-business-sdk.git",
|
15 |
-
"reference": "
|
16 |
},
|
17 |
"dist": {
|
18 |
"type": "zip",
|
19 |
-
"url": "https://api.github.com/repos/facebook/facebook-php-business-sdk/zipball/
|
20 |
-
"reference": "
|
21 |
"shasum": ""
|
22 |
},
|
23 |
"require": {
|
@@ -46,9 +46,9 @@
|
|
46 |
"sdk"
|
47 |
],
|
48 |
"support": {
|
49 |
-
"source": "https://github.com/facebook/facebook-php-business-sdk/tree/
|
50 |
},
|
51 |
-
"time": "2021-
|
52 |
},
|
53 |
{
|
54 |
"name": "techcrunch/wp-async-task",
|
@@ -68,6 +68,7 @@
|
|
68 |
"10up/wp_mock": "dev-master",
|
69 |
"phpunit/phpunit": "*@stable"
|
70 |
},
|
|
|
71 |
"type": "wordpress-plugin",
|
72 |
"autoload": {
|
73 |
"classmap": [
|
@@ -99,6 +100,10 @@
|
|
99 |
}
|
100 |
],
|
101 |
"description": "Run asynchronous tasks for long-running operations in WordPress",
|
|
|
|
|
|
|
|
|
102 |
"time": "2016-03-10T17:37:13+00:00"
|
103 |
}
|
104 |
],
|
@@ -142,20 +147,24 @@
|
|
142 |
"GPL-2.0+"
|
143 |
],
|
144 |
"description": "A mocking library to take the pain out of unit testing for WordPress",
|
|
|
|
|
|
|
|
|
145 |
"time": "2017-12-03T19:28:28+00:00"
|
146 |
},
|
147 |
{
|
148 |
"name": "antecedent/patchwork",
|
149 |
-
"version": "2.1.
|
150 |
"source": {
|
151 |
"type": "git",
|
152 |
"url": "https://github.com/antecedent/patchwork.git",
|
153 |
-
"reference": "
|
154 |
},
|
155 |
"dist": {
|
156 |
"type": "zip",
|
157 |
-
"url": "https://api.github.com/repos/antecedent/patchwork/zipball/
|
158 |
-
"reference": "
|
159 |
"shasum": ""
|
160 |
},
|
161 |
"require": {
|
@@ -186,7 +195,11 @@
|
|
186 |
"runkit",
|
187 |
"testing"
|
188 |
],
|
189 |
-
"
|
|
|
|
|
|
|
|
|
190 |
},
|
191 |
{
|
192 |
"name": "doctrine/instantiator",
|
@@ -237,6 +250,10 @@
|
|
237 |
"constructor",
|
238 |
"instantiate"
|
239 |
],
|
|
|
|
|
|
|
|
|
240 |
"funding": [
|
241 |
{
|
242 |
"url": "https://www.doctrine-project.org/sponsorship.html",
|
@@ -298,6 +315,10 @@
|
|
298 |
"keywords": [
|
299 |
"test"
|
300 |
],
|
|
|
|
|
|
|
|
|
301 |
"time": "2020-07-09T08:09:16+00:00"
|
302 |
},
|
303 |
{
|
@@ -334,20 +355,23 @@
|
|
334 |
}
|
335 |
],
|
336 |
"description": "This package is a port of PhpDumentor/Parallel",
|
|
|
|
|
|
|
337 |
"time": "2017-12-10T12:33:51+00:00"
|
338 |
},
|
339 |
{
|
340 |
"name": "mockery/mockery",
|
341 |
-
"version": "1.3.
|
342 |
"source": {
|
343 |
"type": "git",
|
344 |
"url": "https://github.com/mockery/mockery.git",
|
345 |
-
"reference": "
|
346 |
},
|
347 |
"dist": {
|
348 |
"type": "zip",
|
349 |
-
"url": "https://api.github.com/repos/mockery/mockery/zipball/
|
350 |
-
"reference": "
|
351 |
"shasum": ""
|
352 |
},
|
353 |
"require": {
|
@@ -399,7 +423,11 @@
|
|
399 |
"test double",
|
400 |
"testing"
|
401 |
],
|
402 |
-
"
|
|
|
|
|
|
|
|
|
403 |
},
|
404 |
{
|
405 |
"name": "myclabs/deep-copy",
|
@@ -447,6 +475,10 @@
|
|
447 |
"object",
|
448 |
"object graph"
|
449 |
],
|
|
|
|
|
|
|
|
|
450 |
"funding": [
|
451 |
{
|
452 |
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
@@ -508,6 +540,10 @@
|
|
508 |
}
|
509 |
],
|
510 |
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
|
|
|
|
|
|
|
511 |
"time": "2017-03-05T18:14:27+00:00"
|
512 |
},
|
513 |
{
|
@@ -555,6 +591,10 @@
|
|
555 |
}
|
556 |
],
|
557 |
"description": "Library for handling version information and constraints",
|
|
|
|
|
|
|
|
|
558 |
"time": "2017-03-05T17:38:23+00:00"
|
559 |
},
|
560 |
{
|
@@ -652,6 +692,13 @@
|
|
652 |
"task",
|
653 |
"tool"
|
654 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
"time": "2018-03-23T09:07:02+00:00"
|
656 |
},
|
657 |
{
|
@@ -701,6 +748,10 @@
|
|
701 |
"reflection",
|
702 |
"static analysis"
|
703 |
],
|
|
|
|
|
|
|
|
|
704 |
"time": "2020-06-27T09:03:43+00:00"
|
705 |
},
|
706 |
{
|
@@ -753,6 +804,10 @@
|
|
753 |
}
|
754 |
],
|
755 |
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
|
|
|
|
|
|
756 |
"time": "2020-09-03T19:13:55+00:00"
|
757 |
},
|
758 |
{
|
@@ -798,6 +853,10 @@
|
|
798 |
}
|
799 |
],
|
800 |
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
|
|
|
|
|
|
801 |
"time": "2020-09-17T18:55:26+00:00"
|
802 |
},
|
803 |
{
|
@@ -861,6 +920,10 @@
|
|
861 |
"spy",
|
862 |
"stub"
|
863 |
],
|
|
|
|
|
|
|
|
|
864 |
"time": "2020-03-05T15:02:03+00:00"
|
865 |
},
|
866 |
{
|
@@ -924,6 +987,10 @@
|
|
924 |
"testing",
|
925 |
"xunit"
|
926 |
],
|
|
|
|
|
|
|
|
|
927 |
"time": "2018-04-06T15:36:58+00:00"
|
928 |
},
|
929 |
{
|
@@ -971,6 +1038,11 @@
|
|
971 |
"filesystem",
|
972 |
"iterator"
|
973 |
],
|
|
|
|
|
|
|
|
|
|
|
974 |
"time": "2017-11-27T13:52:08+00:00"
|
975 |
},
|
976 |
{
|
@@ -1012,6 +1084,10 @@
|
|
1012 |
"keywords": [
|
1013 |
"template"
|
1014 |
],
|
|
|
|
|
|
|
|
|
1015 |
"time": "2015-06-21T13:50:34+00:00"
|
1016 |
},
|
1017 |
{
|
@@ -1061,6 +1137,10 @@
|
|
1061 |
"keywords": [
|
1062 |
"timer"
|
1063 |
],
|
|
|
|
|
|
|
|
|
1064 |
"time": "2017-02-26T11:10:40+00:00"
|
1065 |
},
|
1066 |
{
|
@@ -1110,6 +1190,10 @@
|
|
1110 |
"keywords": [
|
1111 |
"tokenizer"
|
1112 |
],
|
|
|
|
|
|
|
|
|
1113 |
"abandoned": true,
|
1114 |
"time": "2017-11-27T05:48:46+00:00"
|
1115 |
},
|
@@ -1195,6 +1279,10 @@
|
|
1195 |
"testing",
|
1196 |
"xunit"
|
1197 |
],
|
|
|
|
|
|
|
|
|
1198 |
"time": "2019-02-01T05:22:47+00:00"
|
1199 |
},
|
1200 |
{
|
@@ -1254,32 +1342,31 @@
|
|
1254 |
"mock",
|
1255 |
"xunit"
|
1256 |
],
|
|
|
|
|
|
|
|
|
1257 |
"abandoned": true,
|
1258 |
"time": "2018-08-09T05:50:03+00:00"
|
1259 |
},
|
1260 |
{
|
1261 |
"name": "psr/container",
|
1262 |
-
"version": "1.
|
1263 |
"source": {
|
1264 |
"type": "git",
|
1265 |
"url": "https://github.com/php-fig/container.git",
|
1266 |
-
"reference": "
|
1267 |
},
|
1268 |
"dist": {
|
1269 |
"type": "zip",
|
1270 |
-
"url": "https://api.github.com/repos/php-fig/container/zipball/
|
1271 |
-
"reference": "
|
1272 |
"shasum": ""
|
1273 |
},
|
1274 |
"require": {
|
1275 |
-
"php": ">=
|
1276 |
},
|
1277 |
"type": "library",
|
1278 |
-
"extra": {
|
1279 |
-
"branch-alias": {
|
1280 |
-
"dev-master": "1.0.x-dev"
|
1281 |
-
}
|
1282 |
-
},
|
1283 |
"autoload": {
|
1284 |
"psr-4": {
|
1285 |
"Psr\\Container\\": "src/"
|
@@ -1292,7 +1379,7 @@
|
|
1292 |
"authors": [
|
1293 |
{
|
1294 |
"name": "PHP-FIG",
|
1295 |
-
"homepage": "
|
1296 |
}
|
1297 |
],
|
1298 |
"description": "Common Container Interface (PHP FIG PSR-11)",
|
@@ -1304,7 +1391,11 @@
|
|
1304 |
"container-interop",
|
1305 |
"psr"
|
1306 |
],
|
1307 |
-
"
|
|
|
|
|
|
|
|
|
1308 |
},
|
1309 |
{
|
1310 |
"name": "sebastian/code-unit-reverse-lookup",
|
@@ -1349,6 +1440,10 @@
|
|
1349 |
],
|
1350 |
"description": "Looks up which function or method a line of code belongs to",
|
1351 |
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
|
|
|
|
|
|
|
1352 |
"funding": [
|
1353 |
{
|
1354 |
"url": "https://github.com/sebastianbergmann",
|
@@ -1419,6 +1514,10 @@
|
|
1419 |
"compare",
|
1420 |
"equality"
|
1421 |
],
|
|
|
|
|
|
|
|
|
1422 |
"time": "2018-02-01T13:46:46+00:00"
|
1423 |
},
|
1424 |
{
|
@@ -1471,6 +1570,10 @@
|
|
1471 |
"keywords": [
|
1472 |
"diff"
|
1473 |
],
|
|
|
|
|
|
|
|
|
1474 |
"time": "2017-08-03T08:09:46+00:00"
|
1475 |
},
|
1476 |
{
|
@@ -1521,6 +1624,10 @@
|
|
1521 |
"environment",
|
1522 |
"hhvm"
|
1523 |
],
|
|
|
|
|
|
|
|
|
1524 |
"time": "2017-07-01T08:51:00+00:00"
|
1525 |
},
|
1526 |
{
|
@@ -1588,6 +1695,10 @@
|
|
1588 |
"export",
|
1589 |
"exporter"
|
1590 |
],
|
|
|
|
|
|
|
|
|
1591 |
"funding": [
|
1592 |
{
|
1593 |
"url": "https://github.com/sebastianbergmann",
|
@@ -1645,6 +1756,10 @@
|
|
1645 |
"keywords": [
|
1646 |
"global state"
|
1647 |
],
|
|
|
|
|
|
|
|
|
1648 |
"time": "2017-04-27T15:39:26+00:00"
|
1649 |
},
|
1650 |
{
|
@@ -1692,6 +1807,10 @@
|
|
1692 |
],
|
1693 |
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
1694 |
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
|
|
|
|
|
|
|
1695 |
"funding": [
|
1696 |
{
|
1697 |
"url": "https://github.com/sebastianbergmann",
|
@@ -1743,6 +1862,10 @@
|
|
1743 |
],
|
1744 |
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
1745 |
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
|
|
|
|
|
|
|
|
1746 |
"funding": [
|
1747 |
{
|
1748 |
"url": "https://github.com/sebastianbergmann",
|
@@ -1802,6 +1925,10 @@
|
|
1802 |
],
|
1803 |
"description": "Provides functionality to recursively process PHP variables",
|
1804 |
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
|
|
|
|
|
|
1805 |
"funding": [
|
1806 |
{
|
1807 |
"url": "https://github.com/sebastianbergmann",
|
@@ -1850,6 +1977,10 @@
|
|
1850 |
],
|
1851 |
"description": "Provides a list of PHP built-in functions that operate on resources",
|
1852 |
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
|
|
|
|
|
|
|
1853 |
"time": "2015-07-28T20:34:47+00:00"
|
1854 |
},
|
1855 |
{
|
@@ -1893,40 +2024,45 @@
|
|
1893 |
],
|
1894 |
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
1895 |
"homepage": "https://github.com/sebastianbergmann/version",
|
|
|
|
|
|
|
|
|
1896 |
"time": "2016-10-03T07:35:21+00:00"
|
1897 |
},
|
1898 |
{
|
1899 |
"name": "symfony/console",
|
1900 |
-
"version": "v4.4.
|
1901 |
"source": {
|
1902 |
"type": "git",
|
1903 |
"url": "https://github.com/symfony/console.git",
|
1904 |
-
"reference": "
|
1905 |
},
|
1906 |
"dist": {
|
1907 |
"type": "zip",
|
1908 |
-
"url": "https://api.github.com/repos/symfony/console/zipball/
|
1909 |
-
"reference": "
|
1910 |
"shasum": ""
|
1911 |
},
|
1912 |
"require": {
|
1913 |
"php": ">=7.1.3",
|
1914 |
"symfony/polyfill-mbstring": "~1.0",
|
1915 |
"symfony/polyfill-php73": "^1.8",
|
1916 |
-
"symfony/polyfill-php80": "^1.
|
1917 |
"symfony/service-contracts": "^1.1|^2"
|
1918 |
},
|
1919 |
"conflict": {
|
|
|
1920 |
"symfony/dependency-injection": "<3.4",
|
1921 |
"symfony/event-dispatcher": "<4.3|>=5",
|
1922 |
"symfony/lock": "<4.4",
|
1923 |
"symfony/process": "<3.3"
|
1924 |
},
|
1925 |
"provide": {
|
1926 |
-
"psr/log-implementation": "1.0"
|
1927 |
},
|
1928 |
"require-dev": {
|
1929 |
-
"psr/log": "
|
1930 |
"symfony/config": "^3.4|^4.0|^5.0",
|
1931 |
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
1932 |
"symfony/event-dispatcher": "^4.3",
|
@@ -1965,6 +2101,9 @@
|
|
1965 |
],
|
1966 |
"description": "Eases the creation of beautiful and testable command line interfaces",
|
1967 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
1968 |
"funding": [
|
1969 |
{
|
1970 |
"url": "https://symfony.com/sponsor",
|
@@ -1979,20 +2118,20 @@
|
|
1979 |
"type": "tidelift"
|
1980 |
}
|
1981 |
],
|
1982 |
-
"time": "2021-
|
1983 |
},
|
1984 |
{
|
1985 |
"name": "symfony/polyfill-ctype",
|
1986 |
-
"version": "v1.
|
1987 |
"source": {
|
1988 |
"type": "git",
|
1989 |
"url": "https://github.com/symfony/polyfill-ctype.git",
|
1990 |
-
"reference": "
|
1991 |
},
|
1992 |
"dist": {
|
1993 |
"type": "zip",
|
1994 |
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
|
1995 |
-
"reference": "
|
1996 |
"shasum": ""
|
1997 |
},
|
1998 |
"require": {
|
@@ -2004,7 +2143,7 @@
|
|
2004 |
"type": "library",
|
2005 |
"extra": {
|
2006 |
"branch-alias": {
|
2007 |
-
"dev-main": "1.
|
2008 |
},
|
2009 |
"thanks": {
|
2010 |
"name": "symfony/polyfill",
|
@@ -2041,6 +2180,9 @@
|
|
2041 |
"polyfill",
|
2042 |
"portable"
|
2043 |
],
|
|
|
|
|
|
|
2044 |
"funding": [
|
2045 |
{
|
2046 |
"url": "https://symfony.com/sponsor",
|
@@ -2055,20 +2197,20 @@
|
|
2055 |
"type": "tidelift"
|
2056 |
}
|
2057 |
],
|
2058 |
-
"time": "2021-
|
2059 |
},
|
2060 |
{
|
2061 |
"name": "symfony/polyfill-mbstring",
|
2062 |
-
"version": "v1.
|
2063 |
"source": {
|
2064 |
"type": "git",
|
2065 |
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2066 |
-
"reference": "
|
2067 |
},
|
2068 |
"dist": {
|
2069 |
"type": "zip",
|
2070 |
-
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
|
2071 |
-
"reference": "
|
2072 |
"shasum": ""
|
2073 |
},
|
2074 |
"require": {
|
@@ -2080,7 +2222,7 @@
|
|
2080 |
"type": "library",
|
2081 |
"extra": {
|
2082 |
"branch-alias": {
|
2083 |
-
"dev-main": "1.
|
2084 |
},
|
2085 |
"thanks": {
|
2086 |
"name": "symfony/polyfill",
|
@@ -2118,6 +2260,9 @@
|
|
2118 |
"portable",
|
2119 |
"shim"
|
2120 |
],
|
|
|
|
|
|
|
2121 |
"funding": [
|
2122 |
{
|
2123 |
"url": "https://symfony.com/sponsor",
|
@@ -2132,20 +2277,20 @@
|
|
2132 |
"type": "tidelift"
|
2133 |
}
|
2134 |
],
|
2135 |
-
"time": "2021-
|
2136 |
},
|
2137 |
{
|
2138 |
"name": "symfony/polyfill-php73",
|
2139 |
-
"version": "v1.
|
2140 |
"source": {
|
2141 |
"type": "git",
|
2142 |
"url": "https://github.com/symfony/polyfill-php73.git",
|
2143 |
-
"reference": "
|
2144 |
},
|
2145 |
"dist": {
|
2146 |
"type": "zip",
|
2147 |
-
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/
|
2148 |
-
"reference": "
|
2149 |
"shasum": ""
|
2150 |
},
|
2151 |
"require": {
|
@@ -2154,7 +2299,7 @@
|
|
2154 |
"type": "library",
|
2155 |
"extra": {
|
2156 |
"branch-alias": {
|
2157 |
-
"dev-main": "1.
|
2158 |
},
|
2159 |
"thanks": {
|
2160 |
"name": "symfony/polyfill",
|
@@ -2194,6 +2339,9 @@
|
|
2194 |
"portable",
|
2195 |
"shim"
|
2196 |
],
|
|
|
|
|
|
|
2197 |
"funding": [
|
2198 |
{
|
2199 |
"url": "https://symfony.com/sponsor",
|
@@ -2208,20 +2356,20 @@
|
|
2208 |
"type": "tidelift"
|
2209 |
}
|
2210 |
],
|
2211 |
-
"time": "2021-
|
2212 |
},
|
2213 |
{
|
2214 |
"name": "symfony/polyfill-php80",
|
2215 |
-
"version": "v1.
|
2216 |
"source": {
|
2217 |
"type": "git",
|
2218 |
"url": "https://github.com/symfony/polyfill-php80.git",
|
2219 |
-
"reference": "
|
2220 |
},
|
2221 |
"dist": {
|
2222 |
"type": "zip",
|
2223 |
-
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
|
2224 |
-
"reference": "
|
2225 |
"shasum": ""
|
2226 |
},
|
2227 |
"require": {
|
@@ -2230,7 +2378,7 @@
|
|
2230 |
"type": "library",
|
2231 |
"extra": {
|
2232 |
"branch-alias": {
|
2233 |
-
"dev-main": "1.
|
2234 |
},
|
2235 |
"thanks": {
|
2236 |
"name": "symfony/polyfill",
|
@@ -2274,6 +2422,9 @@
|
|
2274 |
"portable",
|
2275 |
"shim"
|
2276 |
],
|
|
|
|
|
|
|
2277 |
"funding": [
|
2278 |
{
|
2279 |
"url": "https://symfony.com/sponsor",
|
@@ -2288,25 +2439,25 @@
|
|
2288 |
"type": "tidelift"
|
2289 |
}
|
2290 |
],
|
2291 |
-
"time": "2021-
|
2292 |
},
|
2293 |
{
|
2294 |
"name": "symfony/service-contracts",
|
2295 |
-
"version": "v2.
|
2296 |
"source": {
|
2297 |
"type": "git",
|
2298 |
"url": "https://github.com/symfony/service-contracts.git",
|
2299 |
-
"reference": "
|
2300 |
},
|
2301 |
"dist": {
|
2302 |
"type": "zip",
|
2303 |
-
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/
|
2304 |
-
"reference": "
|
2305 |
"shasum": ""
|
2306 |
},
|
2307 |
"require": {
|
2308 |
"php": ">=7.2.5",
|
2309 |
-
"psr/container": "^1.
|
2310 |
},
|
2311 |
"suggest": {
|
2312 |
"symfony/service-implementation": ""
|
@@ -2314,7 +2465,7 @@
|
|
2314 |
"type": "library",
|
2315 |
"extra": {
|
2316 |
"branch-alias": {
|
2317 |
-
"dev-
|
2318 |
},
|
2319 |
"thanks": {
|
2320 |
"name": "symfony/contracts",
|
@@ -2350,6 +2501,9 @@
|
|
2350 |
"interoperability",
|
2351 |
"standards"
|
2352 |
],
|
|
|
|
|
|
|
2353 |
"funding": [
|
2354 |
{
|
2355 |
"url": "https://symfony.com/sponsor",
|
@@ -2364,20 +2518,20 @@
|
|
2364 |
"type": "tidelift"
|
2365 |
}
|
2366 |
],
|
2367 |
-
"time": "
|
2368 |
},
|
2369 |
{
|
2370 |
"name": "symfony/yaml",
|
2371 |
-
"version": "v4.4.
|
2372 |
"source": {
|
2373 |
"type": "git",
|
2374 |
"url": "https://github.com/symfony/yaml.git",
|
2375 |
-
"reference": "
|
2376 |
},
|
2377 |
"dist": {
|
2378 |
"type": "zip",
|
2379 |
-
"url": "https://api.github.com/repos/symfony/yaml/zipball/
|
2380 |
-
"reference": "
|
2381 |
"shasum": ""
|
2382 |
},
|
2383 |
"require": {
|
@@ -2418,6 +2572,9 @@
|
|
2418 |
],
|
2419 |
"description": "Loads and dumps YAML files",
|
2420 |
"homepage": "https://symfony.com",
|
|
|
|
|
|
|
2421 |
"funding": [
|
2422 |
{
|
2423 |
"url": "https://symfony.com/sponsor",
|
@@ -2432,20 +2589,20 @@
|
|
2432 |
"type": "tidelift"
|
2433 |
}
|
2434 |
],
|
2435 |
-
"time": "2021-
|
2436 |
},
|
2437 |
{
|
2438 |
"name": "theseer/tokenizer",
|
2439 |
-
"version": "1.2.
|
2440 |
"source": {
|
2441 |
"type": "git",
|
2442 |
"url": "https://github.com/theseer/tokenizer.git",
|
2443 |
-
"reference": "
|
2444 |
},
|
2445 |
"dist": {
|
2446 |
"type": "zip",
|
2447 |
-
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/
|
2448 |
-
"reference": "
|
2449 |
"shasum": ""
|
2450 |
},
|
2451 |
"require": {
|
@@ -2472,40 +2629,49 @@
|
|
2472 |
}
|
2473 |
],
|
2474 |
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
|
|
|
|
|
|
|
|
2475 |
"funding": [
|
2476 |
{
|
2477 |
"url": "https://github.com/theseer",
|
2478 |
"type": "github"
|
2479 |
}
|
2480 |
],
|
2481 |
-
"time": "
|
2482 |
},
|
2483 |
{
|
2484 |
"name": "webmozart/assert",
|
2485 |
-
"version": "1.
|
2486 |
"source": {
|
2487 |
"type": "git",
|
2488 |
"url": "https://github.com/webmozarts/assert.git",
|
2489 |
-
"reference": "
|
2490 |
},
|
2491 |
"dist": {
|
2492 |
"type": "zip",
|
2493 |
-
"url": "https://api.github.com/repos/webmozarts/assert/zipball/
|
2494 |
-
"reference": "
|
2495 |
"shasum": ""
|
2496 |
},
|
2497 |
"require": {
|
2498 |
-
"php": "^
|
2499 |
"symfony/polyfill-ctype": "^1.8"
|
2500 |
},
|
2501 |
"conflict": {
|
2502 |
"phpstan/phpstan": "<0.12.20",
|
2503 |
-
"vimeo/psalm": "<
|
2504 |
},
|
2505 |
"require-dev": {
|
2506 |
-
"phpunit/phpunit": "^
|
2507 |
},
|
2508 |
"type": "library",
|
|
|
|
|
|
|
|
|
|
|
2509 |
"autoload": {
|
2510 |
"psr-4": {
|
2511 |
"Webmozart\\Assert\\": "src/"
|
@@ -2527,7 +2693,11 @@
|
|
2527 |
"check",
|
2528 |
"validate"
|
2529 |
],
|
2530 |
-
"
|
|
|
|
|
|
|
|
|
2531 |
}
|
2532 |
],
|
2533 |
"aliases": [],
|
@@ -2540,5 +2710,5 @@
|
|
2540 |
"prefer-lowest": false,
|
2541 |
"platform": [],
|
2542 |
"platform-dev": [],
|
2543 |
-
"plugin-api-version": "
|
2544 |
}
|
4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5 |
"This file is @generated automatically"
|
6 |
],
|
7 |
+
"content-hash": "d055df81b8e80ccd42b2231042595e1f",
|
8 |
"packages": [
|
9 |
{
|
10 |
"name": "facebook/php-business-sdk",
|
11 |
+
"version": "11.0.0",
|
12 |
"source": {
|
13 |
"type": "git",
|
14 |
"url": "https://github.com/facebook/facebook-php-business-sdk.git",
|
15 |
+
"reference": "bd11628ea43903a95a656b8a5ea2789e4613b859"
|
16 |
},
|
17 |
"dist": {
|
18 |
"type": "zip",
|
19 |
+
"url": "https://api.github.com/repos/facebook/facebook-php-business-sdk/zipball/bd11628ea43903a95a656b8a5ea2789e4613b859",
|
20 |
+
"reference": "bd11628ea43903a95a656b8a5ea2789e4613b859",
|
21 |
"shasum": ""
|
22 |
},
|
23 |
"require": {
|
46 |
"sdk"
|
47 |
],
|
48 |
"support": {
|
49 |
+
"source": "https://github.com/facebook/facebook-php-business-sdk/tree/11.0.0"
|
50 |
},
|
51 |
+
"time": "2021-06-10T18:59:41+00:00"
|
52 |
},
|
53 |
{
|
54 |
"name": "techcrunch/wp-async-task",
|
68 |
"10up/wp_mock": "dev-master",
|
69 |
"phpunit/phpunit": "*@stable"
|
70 |
},
|
71 |
+
"default-branch": true,
|
72 |
"type": "wordpress-plugin",
|
73 |
"autoload": {
|
74 |
"classmap": [
|
100 |
}
|
101 |
],
|
102 |
"description": "Run asynchronous tasks for long-running operations in WordPress",
|
103 |
+
"support": {
|
104 |
+
"issues": "https://github.com/techcrunch/wp-async-task/issues",
|
105 |
+
"source": "https://github.com/techcrunch/wp-async-task/tree/master"
|
106 |
+
},
|
107 |
"time": "2016-03-10T17:37:13+00:00"
|
108 |
}
|
109 |
],
|
147 |
"GPL-2.0+"
|
148 |
],
|
149 |
"description": "A mocking library to take the pain out of unit testing for WordPress",
|
150 |
+
"support": {
|
151 |
+
"issues": "https://github.com/10up/wp_mock/issues",
|
152 |
+
"source": "https://github.com/10up/wp_mock/tree/master"
|
153 |
+
},
|
154 |
"time": "2017-12-03T19:28:28+00:00"
|
155 |
},
|
156 |
{
|
157 |
"name": "antecedent/patchwork",
|
158 |
+
"version": "2.1.15",
|
159 |
"source": {
|
160 |
"type": "git",
|
161 |
"url": "https://github.com/antecedent/patchwork.git",
|
162 |
+
"reference": "0430ceaac7f447f1778c199ec19d7e4362a6f961"
|
163 |
},
|
164 |
"dist": {
|
165 |
"type": "zip",
|
166 |
+
"url": "https://api.github.com/repos/antecedent/patchwork/zipball/0430ceaac7f447f1778c199ec19d7e4362a6f961",
|
167 |
+
"reference": "0430ceaac7f447f1778c199ec19d7e4362a6f961",
|
168 |
"shasum": ""
|
169 |
},
|
170 |
"require": {
|
195 |
"runkit",
|
196 |
"testing"
|
197 |
],
|
198 |
+
"support": {
|
199 |
+
"issues": "https://github.com/antecedent/patchwork/issues",
|
200 |
+
"source": "https://github.com/antecedent/patchwork/tree/2.1.15"
|
201 |
+
},
|
202 |
+
"time": "2021-08-22T08:00:13+00:00"
|
203 |
},
|
204 |
{
|
205 |
"name": "doctrine/instantiator",
|
250 |
"constructor",
|
251 |
"instantiate"
|
252 |
],
|
253 |
+
"support": {
|
254 |
+
"issues": "https://github.com/doctrine/instantiator/issues",
|
255 |
+
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
|
256 |
+
},
|
257 |
"funding": [
|
258 |
{
|
259 |
"url": "https://www.doctrine-project.org/sponsorship.html",
|
315 |
"keywords": [
|
316 |
"test"
|
317 |
],
|
318 |
+
"support": {
|
319 |
+
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
|
320 |
+
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
|
321 |
+
},
|
322 |
"time": "2020-07-09T08:09:16+00:00"
|
323 |
},
|
324 |
{
|
355 |
}
|
356 |
],
|
357 |
"description": "This package is a port of PhpDumentor/Parallel",
|
358 |
+
"support": {
|
359 |
+
"source": "https://github.com/MehrAlsNix/Parallel/tree/master"
|
360 |
+
},
|
361 |
"time": "2017-12-10T12:33:51+00:00"
|
362 |
},
|
363 |
{
|
364 |
"name": "mockery/mockery",
|
365 |
+
"version": "1.3.4",
|
366 |
"source": {
|
367 |
"type": "git",
|
368 |
"url": "https://github.com/mockery/mockery.git",
|
369 |
+
"reference": "31467aeb3ca3188158613322d66df81cedd86626"
|
370 |
},
|
371 |
"dist": {
|
372 |
"type": "zip",
|
373 |
+
"url": "https://api.github.com/repos/mockery/mockery/zipball/31467aeb3ca3188158613322d66df81cedd86626",
|
374 |
+
"reference": "31467aeb3ca3188158613322d66df81cedd86626",
|
375 |
"shasum": ""
|
376 |
},
|
377 |
"require": {
|
423 |
"test double",
|
424 |
"testing"
|
425 |
],
|
426 |
+
"support": {
|
427 |
+
"issues": "https://github.com/mockery/mockery/issues",
|
428 |
+
"source": "https://github.com/mockery/mockery/tree/1.3.4"
|
429 |
+
},
|
430 |
+
"time": "2021-02-24T09:51:00+00:00"
|
431 |
},
|
432 |
{
|
433 |
"name": "myclabs/deep-copy",
|
475 |
"object",
|
476 |
"object graph"
|
477 |
],
|
478 |
+
"support": {
|
479 |
+
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
480 |
+
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
|
481 |
+
},
|
482 |
"funding": [
|
483 |
{
|
484 |
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
540 |
}
|
541 |
],
|
542 |
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
543 |
+
"support": {
|
544 |
+
"issues": "https://github.com/phar-io/manifest/issues",
|
545 |
+
"source": "https://github.com/phar-io/manifest/tree/master"
|
546 |
+
},
|
547 |
"time": "2017-03-05T18:14:27+00:00"
|
548 |
},
|
549 |
{
|
591 |
}
|
592 |
],
|
593 |
"description": "Library for handling version information and constraints",
|
594 |
+
"support": {
|
595 |
+
"issues": "https://github.com/phar-io/version/issues",
|
596 |
+
"source": "https://github.com/phar-io/version/tree/master"
|
597 |
+
},
|
598 |
"time": "2017-03-05T17:38:23+00:00"
|
599 |
},
|
600 |
{
|
692 |
"task",
|
693 |
"tool"
|
694 |
],
|
695 |
+
"support": {
|
696 |
+
"docs": "https://www.phing.info/docs/guide/stable/",
|
697 |
+
"irc": "irc://irc.freenode.net/phing",
|
698 |
+
"issues": "https://github.com/phingofficial/phing/issues",
|
699 |
+
"slack": "https://www.phing.info/slack",
|
700 |
+
"source": "https://github.com/phingofficial/phing/"
|
701 |
+
},
|
702 |
"time": "2018-03-23T09:07:02+00:00"
|
703 |
},
|
704 |
{
|
748 |
"reflection",
|
749 |
"static analysis"
|
750 |
],
|
751 |
+
"support": {
|
752 |
+
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
753 |
+
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
|
754 |
+
},
|
755 |
"time": "2020-06-27T09:03:43+00:00"
|
756 |
},
|
757 |
{
|
804 |
}
|
805 |
],
|
806 |
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
807 |
+
"support": {
|
808 |
+
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
809 |
+
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
|
810 |
+
},
|
811 |
"time": "2020-09-03T19:13:55+00:00"
|
812 |
},
|
813 |
{
|
853 |
}
|
854 |
],
|
855 |
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
856 |
+
"support": {
|
857 |
+
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
858 |
+
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
|
859 |
+
},
|
860 |
"time": "2020-09-17T18:55:26+00:00"
|
861 |
},
|
862 |
{
|
920 |
"spy",
|
921 |
"stub"
|
922 |
],
|
923 |
+
"support": {
|
924 |
+
"issues": "https://github.com/phpspec/prophecy/issues",
|
925 |
+
"source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
|
926 |
+
},
|
927 |
"time": "2020-03-05T15:02:03+00:00"
|
928 |
},
|
929 |
{
|
987 |
"testing",
|
988 |
"xunit"
|
989 |
],
|
990 |
+
"support": {
|
991 |
+
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
992 |
+
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/5.3"
|
993 |
+
},
|
994 |
"time": "2018-04-06T15:36:58+00:00"
|
995 |
},
|
996 |
{
|
1038 |
"filesystem",
|
1039 |
"iterator"
|
1040 |
],
|
1041 |
+
"support": {
|
1042 |
+
"irc": "irc://irc.freenode.net/phpunit",
|
1043 |
+
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
1044 |
+
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
|
1045 |
+
},
|
1046 |
"time": "2017-11-27T13:52:08+00:00"
|
1047 |
},
|
1048 |
{
|
1084 |
"keywords": [
|
1085 |
"template"
|
1086 |
],
|
1087 |
+
"support": {
|
1088 |
+
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
1089 |
+
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
|
1090 |
+
},
|
1091 |
"time": "2015-06-21T13:50:34+00:00"
|
1092 |
},
|
1093 |
{
|
1137 |
"keywords": [
|
1138 |
"timer"
|
1139 |
],
|
1140 |
+
"support": {
|
1141 |
+
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
1142 |
+
"source": "https://github.com/sebastianbergmann/php-timer/tree/master"
|
1143 |
+
},
|
1144 |
"time": "2017-02-26T11:10:40+00:00"
|
1145 |
},
|
1146 |
{
|
1190 |
"keywords": [
|
1191 |
"tokenizer"
|
1192 |
],
|
1193 |
+
"support": {
|
1194 |
+
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
|
1195 |
+
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
|
1196 |
+
},
|
1197 |
"abandoned": true,
|
1198 |
"time": "2017-11-27T05:48:46+00:00"
|
1199 |
},
|
1279 |
"testing",
|
1280 |
"xunit"
|
1281 |
],
|
1282 |
+
"support": {
|
1283 |
+
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
1284 |
+
"source": "https://github.com/sebastianbergmann/phpunit/tree/6.5.14"
|
1285 |
+
},
|
1286 |
"time": "2019-02-01T05:22:47+00:00"
|
1287 |
},
|
1288 |
{
|
1342 |
"mock",
|
1343 |
"xunit"
|
1344 |
],
|
1345 |
+
"support": {
|
1346 |
+
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
|
1347 |
+
"source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/5.0.10"
|
1348 |
+
},
|
1349 |
"abandoned": true,
|
1350 |
"time": "2018-08-09T05:50:03+00:00"
|
1351 |
},
|
1352 |
{
|
1353 |
"name": "psr/container",
|
1354 |
+
"version": "1.1.1",
|
1355 |
"source": {
|
1356 |
"type": "git",
|
1357 |
"url": "https://github.com/php-fig/container.git",
|
1358 |
+
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
1359 |
},
|
1360 |
"dist": {
|
1361 |
"type": "zip",
|
1362 |
+
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
1363 |
+
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
1364 |
"shasum": ""
|
1365 |
},
|
1366 |
"require": {
|
1367 |
+
"php": ">=7.2.0"
|
1368 |
},
|
1369 |
"type": "library",
|
|
|
|
|
|
|
|
|
|
|
1370 |
"autoload": {
|
1371 |
"psr-4": {
|
1372 |
"Psr\\Container\\": "src/"
|
1379 |
"authors": [
|
1380 |
{
|
1381 |
"name": "PHP-FIG",
|
1382 |
+
"homepage": "https://www.php-fig.org/"
|
1383 |
}
|
1384 |
],
|
1385 |
"description": "Common Container Interface (PHP FIG PSR-11)",
|
1391 |
"container-interop",
|
1392 |
"psr"
|
1393 |
],
|
1394 |
+
"support": {
|
1395 |
+
"issues": "https://github.com/php-fig/container/issues",
|
1396 |
+
"source": "https://github.com/php-fig/container/tree/1.1.1"
|
1397 |
+
},
|
1398 |
+
"time": "2021-03-05T17:36:06+00:00"
|
1399 |
},
|
1400 |
{
|
1401 |
"name": "sebastian/code-unit-reverse-lookup",
|
1440 |
],
|
1441 |
"description": "Looks up which function or method a line of code belongs to",
|
1442 |
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
1443 |
+
"support": {
|
1444 |
+
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
1445 |
+
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
|
1446 |
+
},
|
1447 |
"funding": [
|
1448 |
{
|
1449 |
"url": "https://github.com/sebastianbergmann",
|
1514 |
"compare",
|
1515 |
"equality"
|
1516 |
],
|
1517 |
+
"support": {
|
1518 |
+
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
1519 |
+
"source": "https://github.com/sebastianbergmann/comparator/tree/master"
|
1520 |
+
},
|
1521 |
"time": "2018-02-01T13:46:46+00:00"
|
1522 |
},
|
1523 |
{
|
1570 |
"keywords": [
|
1571 |
"diff"
|
1572 |
],
|
1573 |
+
"support": {
|
1574 |
+
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
1575 |
+
"source": "https://github.com/sebastianbergmann/diff/tree/master"
|
1576 |
+
},
|
1577 |
"time": "2017-08-03T08:09:46+00:00"
|
1578 |
},
|
1579 |
{
|
1624 |
"environment",
|
1625 |
"hhvm"
|
1626 |
],
|
1627 |
+
"support": {
|
1628 |
+
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
1629 |
+
"source": "https://github.com/sebastianbergmann/environment/tree/master"
|
1630 |
+
},
|
1631 |
"time": "2017-07-01T08:51:00+00:00"
|
1632 |
},
|
1633 |
{
|
1695 |
"export",
|
1696 |
"exporter"
|
1697 |
],
|
1698 |
+
"support": {
|
1699 |
+
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
1700 |
+
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3"
|
1701 |
+
},
|
1702 |
"funding": [
|
1703 |
{
|
1704 |
"url": "https://github.com/sebastianbergmann",
|
1756 |
"keywords": [
|
1757 |
"global state"
|
1758 |
],
|
1759 |
+
"support": {
|
1760 |
+
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
1761 |
+
"source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
|
1762 |
+
},
|
1763 |
"time": "2017-04-27T15:39:26+00:00"
|
1764 |
},
|
1765 |
{
|
1807 |
],
|
1808 |
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
1809 |
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
1810 |
+
"support": {
|
1811 |
+
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
1812 |
+
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
|
1813 |
+
},
|
1814 |
"funding": [
|
1815 |
{
|
1816 |
"url": "https://github.com/sebastianbergmann",
|
1862 |
],
|
1863 |
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
1864 |
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
1865 |
+
"support": {
|
1866 |
+
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
1867 |
+
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
|
1868 |
+
},
|
1869 |
"funding": [
|
1870 |
{
|
1871 |
"url": "https://github.com/sebastianbergmann",
|
1925 |
],
|
1926 |
"description": "Provides functionality to recursively process PHP variables",
|
1927 |
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
1928 |
+
"support": {
|
1929 |
+
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
1930 |
+
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
|
1931 |
+
},
|
1932 |
"funding": [
|
1933 |
{
|
1934 |
"url": "https://github.com/sebastianbergmann",
|
1977 |
],
|
1978 |
"description": "Provides a list of PHP built-in functions that operate on resources",
|
1979 |
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
1980 |
+
"support": {
|
1981 |
+
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
1982 |
+
"source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
|
1983 |
+
},
|
1984 |
"time": "2015-07-28T20:34:47+00:00"
|
1985 |
},
|
1986 |
{
|
2024 |
],
|
2025 |
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
2026 |
"homepage": "https://github.com/sebastianbergmann/version",
|
2027 |
+
"support": {
|
2028 |
+
"issues": "https://github.com/sebastianbergmann/version/issues",
|
2029 |
+
"source": "https://github.com/sebastianbergmann/version/tree/master"
|
2030 |
+
},
|
2031 |
"time": "2016-10-03T07:35:21+00:00"
|
2032 |
},
|
2033 |
{
|
2034 |
"name": "symfony/console",
|
2035 |
+
"version": "v4.4.30",
|
2036 |
"source": {
|
2037 |
"type": "git",
|
2038 |
"url": "https://github.com/symfony/console.git",
|
2039 |
+
"reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22"
|
2040 |
},
|
2041 |
"dist": {
|
2042 |
"type": "zip",
|
2043 |
+
"url": "https://api.github.com/repos/symfony/console/zipball/a3f7189a0665ee33b50e9e228c46f50f5acbed22",
|
2044 |
+
"reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22",
|
2045 |
"shasum": ""
|
2046 |
},
|
2047 |
"require": {
|
2048 |
"php": ">=7.1.3",
|
2049 |
"symfony/polyfill-mbstring": "~1.0",
|
2050 |
"symfony/polyfill-php73": "^1.8",
|
2051 |
+
"symfony/polyfill-php80": "^1.16",
|
2052 |
"symfony/service-contracts": "^1.1|^2"
|
2053 |
},
|
2054 |
"conflict": {
|
2055 |
+
"psr/log": ">=3",
|
2056 |
"symfony/dependency-injection": "<3.4",
|
2057 |
"symfony/event-dispatcher": "<4.3|>=5",
|
2058 |
"symfony/lock": "<4.4",
|
2059 |
"symfony/process": "<3.3"
|
2060 |
},
|
2061 |
"provide": {
|
2062 |
+
"psr/log-implementation": "1.0|2.0"
|
2063 |
},
|
2064 |
"require-dev": {
|
2065 |
+
"psr/log": "^1|^2",
|
2066 |
"symfony/config": "^3.4|^4.0|^5.0",
|
2067 |
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
2068 |
"symfony/event-dispatcher": "^4.3",
|
2101 |
],
|
2102 |
"description": "Eases the creation of beautiful and testable command line interfaces",
|
2103 |
"homepage": "https://symfony.com",
|
2104 |
+
"support": {
|
2105 |
+
"source": "https://github.com/symfony/console/tree/v4.4.30"
|
2106 |
+
},
|
2107 |
"funding": [
|
2108 |
{
|
2109 |
"url": "https://symfony.com/sponsor",
|
2118 |
"type": "tidelift"
|
2119 |
}
|
2120 |
],
|
2121 |
+
"time": "2021-08-25T19:27:26+00:00"
|
2122 |
},
|
2123 |
{
|
2124 |
"name": "symfony/polyfill-ctype",
|
2125 |
+
"version": "v1.23.0",
|
2126 |
"source": {
|
2127 |
"type": "git",
|
2128 |
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2129 |
+
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
|
2130 |
},
|
2131 |
"dist": {
|
2132 |
"type": "zip",
|
2133 |
+
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
2134 |
+
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
2135 |
"shasum": ""
|
2136 |
},
|
2137 |
"require": {
|
2143 |
"type": "library",
|
2144 |
"extra": {
|
2145 |
"branch-alias": {
|
2146 |
+
"dev-main": "1.23-dev"
|
2147 |
},
|
2148 |
"thanks": {
|
2149 |
"name": "symfony/polyfill",
|
2180 |
"polyfill",
|
2181 |
"portable"
|
2182 |
],
|
2183 |
+
"support": {
|
2184 |
+
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
|
2185 |
+
},
|
2186 |
"funding": [
|
2187 |
{
|
2188 |
"url": "https://symfony.com/sponsor",
|
2197 |
"type": "tidelift"
|
2198 |
}
|
2199 |
],
|
2200 |
+
"time": "2021-02-19T12:13:01+00:00"
|
2201 |
},
|
2202 |
{
|
2203 |
"name": "symfony/polyfill-mbstring",
|
2204 |
+
"version": "v1.23.1",
|
2205 |
"source": {
|
2206 |
"type": "git",
|
2207 |
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2208 |
+
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
|
2209 |
},
|
2210 |
"dist": {
|
2211 |
"type": "zip",
|
2212 |
+
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
2213 |
+
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
2214 |
"shasum": ""
|
2215 |
},
|
2216 |
"require": {
|
2222 |
"type": "library",
|
2223 |
"extra": {
|
2224 |
"branch-alias": {
|
2225 |
+
"dev-main": "1.23-dev"
|
2226 |
},
|
2227 |
"thanks": {
|
2228 |
"name": "symfony/polyfill",
|
2260 |
"portable",
|
2261 |
"shim"
|
2262 |
],
|
2263 |
+
"support": {
|
2264 |
+
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
|
2265 |
+
},
|
2266 |
"funding": [
|
2267 |
{
|
2268 |
"url": "https://symfony.com/sponsor",
|
2277 |
"type": "tidelift"
|
2278 |
}
|
2279 |
],
|
2280 |
+
"time": "2021-05-27T12:26:48+00:00"
|
2281 |
},
|
2282 |
{
|
2283 |
"name": "symfony/polyfill-php73",
|
2284 |
+
"version": "v1.23.0",
|
2285 |
"source": {
|
2286 |
"type": "git",
|
2287 |
"url": "https://github.com/symfony/polyfill-php73.git",
|
2288 |
+
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
|
2289 |
},
|
2290 |
"dist": {
|
2291 |
"type": "zip",
|
2292 |
+
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
|
2293 |
+
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
|
2294 |
"shasum": ""
|
2295 |
},
|
2296 |
"require": {
|
2299 |
"type": "library",
|
2300 |
"extra": {
|
2301 |
"branch-alias": {
|
2302 |
+
"dev-main": "1.23-dev"
|
2303 |
},
|
2304 |
"thanks": {
|
2305 |
"name": "symfony/polyfill",
|
2339 |
"portable",
|
2340 |
"shim"
|
2341 |
],
|
2342 |
+
"support": {
|
2343 |
+
"source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
|
2344 |
+
},
|
2345 |
"funding": [
|
2346 |
{
|
2347 |
"url": "https://symfony.com/sponsor",
|
2356 |
"type": "tidelift"
|
2357 |
}
|
2358 |
],
|
2359 |
+
"time": "2021-02-19T12:13:01+00:00"
|
2360 |
},
|
2361 |
{
|
2362 |
"name": "symfony/polyfill-php80",
|
2363 |
+
"version": "v1.23.1",
|
2364 |
"source": {
|
2365 |
"type": "git",
|
2366 |
"url": "https://github.com/symfony/polyfill-php80.git",
|
2367 |
+
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
|
2368 |
},
|
2369 |
"dist": {
|
2370 |
"type": "zip",
|
2371 |
+
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
2372 |
+
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
2373 |
"shasum": ""
|
2374 |
},
|
2375 |
"require": {
|
2378 |
"type": "library",
|
2379 |
"extra": {
|
2380 |
"branch-alias": {
|
2381 |
+
"dev-main": "1.23-dev"
|
2382 |
},
|
2383 |
"thanks": {
|
2384 |
"name": "symfony/polyfill",
|
2422 |
"portable",
|
2423 |
"shim"
|
2424 |
],
|
2425 |
+
"support": {
|
2426 |
+
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
|
2427 |
+
},
|
2428 |
"funding": [
|
2429 |
{
|
2430 |
"url": "https://symfony.com/sponsor",
|
2439 |
"type": "tidelift"
|
2440 |
}
|
2441 |
],
|
2442 |
+
"time": "2021-07-28T13:41:28+00:00"
|
2443 |
},
|
2444 |
{
|
2445 |
"name": "symfony/service-contracts",
|
2446 |
+
"version": "v2.4.0",
|
2447 |
"source": {
|
2448 |
"type": "git",
|
2449 |
"url": "https://github.com/symfony/service-contracts.git",
|
2450 |
+
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
|
2451 |
},
|
2452 |
"dist": {
|
2453 |
"type": "zip",
|
2454 |
+
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
|
2455 |
+
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
|
2456 |
"shasum": ""
|
2457 |
},
|
2458 |
"require": {
|
2459 |
"php": ">=7.2.5",
|
2460 |
+
"psr/container": "^1.1"
|
2461 |
},
|
2462 |
"suggest": {
|
2463 |
"symfony/service-implementation": ""
|
2465 |
"type": "library",
|
2466 |
"extra": {
|
2467 |
"branch-alias": {
|
2468 |
+
"dev-main": "2.4-dev"
|
2469 |
},
|
2470 |
"thanks": {
|
2471 |
"name": "symfony/contracts",
|
2501 |
"interoperability",
|
2502 |
"standards"
|
2503 |
],
|
2504 |
+
"support": {
|
2505 |
+
"source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
|
2506 |
+
},
|
2507 |
"funding": [
|
2508 |
{
|
2509 |
"url": "https://symfony.com/sponsor",
|
2518 |
"type": "tidelift"
|
2519 |
}
|
2520 |
],
|
2521 |
+
"time": "2021-04-01T10:43:52+00:00"
|
2522 |
},
|
2523 |
{
|
2524 |
"name": "symfony/yaml",
|
2525 |
+
"version": "v4.4.29",
|
2526 |
"source": {
|
2527 |
"type": "git",
|
2528 |
"url": "https://github.com/symfony/yaml.git",
|
2529 |
+
"reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a"
|
2530 |
},
|
2531 |
"dist": {
|
2532 |
"type": "zip",
|
2533 |
+
"url": "https://api.github.com/repos/symfony/yaml/zipball/3abcc4db06d4e776825eaa3ed8ad924d5bc7432a",
|
2534 |
+
"reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a",
|
2535 |
"shasum": ""
|
2536 |
},
|
2537 |
"require": {
|
2572 |
],
|
2573 |
"description": "Loads and dumps YAML files",
|
2574 |
"homepage": "https://symfony.com",
|
2575 |
+
"support": {
|
2576 |
+
"source": "https://github.com/symfony/yaml/tree/v4.4.29"
|
2577 |
+
},
|
2578 |
"funding": [
|
2579 |
{
|
2580 |
"url": "https://symfony.com/sponsor",
|
2589 |
"type": "tidelift"
|
2590 |
}
|
2591 |
],
|
2592 |
+
"time": "2021-07-27T16:19:30+00:00"
|
2593 |
},
|
2594 |
{
|
2595 |
"name": "theseer/tokenizer",
|
2596 |
+
"version": "1.2.1",
|
2597 |
"source": {
|
2598 |
"type": "git",
|
2599 |
"url": "https://github.com/theseer/tokenizer.git",
|
2600 |
+
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
|
2601 |
},
|
2602 |
"dist": {
|
2603 |
"type": "zip",
|
2604 |
+
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
|
2605 |
+
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
|
2606 |
"shasum": ""
|
2607 |
},
|
2608 |
"require": {
|
2629 |
}
|
2630 |
],
|
2631 |
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
2632 |
+
"support": {
|
2633 |
+
"issues": "https://github.com/theseer/tokenizer/issues",
|
2634 |
+
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
|
2635 |
+
},
|
2636 |
"funding": [
|
2637 |
{
|
2638 |
"url": "https://github.com/theseer",
|
2639 |
"type": "github"
|
2640 |
}
|
2641 |
],
|
2642 |
+
"time": "2021-07-28T10:34:58+00:00"
|
2643 |
},
|
2644 |
{
|
2645 |
"name": "webmozart/assert",
|
2646 |
+
"version": "1.10.0",
|
2647 |
"source": {
|
2648 |
"type": "git",
|
2649 |
"url": "https://github.com/webmozarts/assert.git",
|
2650 |
+
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
2651 |
},
|
2652 |
"dist": {
|
2653 |
"type": "zip",
|
2654 |
+
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
2655 |
+
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
2656 |
"shasum": ""
|
2657 |
},
|
2658 |
"require": {
|
2659 |
+
"php": "^7.2 || ^8.0",
|
2660 |
"symfony/polyfill-ctype": "^1.8"
|
2661 |
},
|
2662 |
"conflict": {
|
2663 |
"phpstan/phpstan": "<0.12.20",
|
2664 |
+
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
2665 |
},
|
2666 |
"require-dev": {
|
2667 |
+
"phpunit/phpunit": "^8.5.13"
|
2668 |
},
|
2669 |
"type": "library",
|
2670 |
+
"extra": {
|
2671 |
+
"branch-alias": {
|
2672 |
+
"dev-master": "1.10-dev"
|
2673 |
+
}
|
2674 |
+
},
|
2675 |
"autoload": {
|
2676 |
"psr-4": {
|
2677 |
"Webmozart\\Assert\\": "src/"
|
2693 |
"check",
|
2694 |
"validate"
|
2695 |
],
|
2696 |
+
"support": {
|
2697 |
+
"issues": "https://github.com/webmozarts/assert/issues",
|
2698 |
+
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
|
2699 |
+
},
|
2700 |
+
"time": "2021-03-09T10:59:23+00:00"
|
2701 |
}
|
2702 |
],
|
2703 |
"aliases": [],
|
2710 |
"prefer-lowest": false,
|
2711 |
"platform": [],
|
2712 |
"platform-dev": [],
|
2713 |
+
"plugin-api-version": "2.1.0"
|
2714 |
}
|
composer.phar
ADDED
Binary file
|
core/FacebookPluginConfig.php
CHANGED
@@ -20,7 +20,7 @@ namespace FacebookPixelPlugin\Core;
|
|
20 |
defined('ABSPATH') or die('Direct access not allowed');
|
21 |
|
22 |
class FacebookPluginConfig {
|
23 |
-
const PLUGIN_VERSION = '3.0.
|
24 |
const SOURCE = 'wordpress';
|
25 |
const TEXT_DOMAIN = 'official-facebook-pixel';
|
26 |
const PLUGIN_NAME = 'Facebook for WordPress';
|
20 |
defined('ABSPATH') or die('Direct access not allowed');
|
21 |
|
22 |
class FacebookPluginConfig {
|
23 |
+
const PLUGIN_VERSION = '3.0.6';
|
24 |
const SOURCE = 'wordpress';
|
25 |
const TEXT_DOMAIN = 'official-facebook-pixel';
|
26 |
const PLUGIN_NAME = 'Facebook for WordPress';
|
facebook-for-wordpress.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: <strong><em>***ATTENTION: After upgrade the plugin may be deactivated due to a known issue, to workaround please refresh this page and activate plugin.***</em></strong> The Facebook pixel is an analytics tool that helps you measure the effectiveness of your advertising. You can use the Facebook pixel to understand the actions people are taking on your website and reach audiences you care about.
|
6 |
* Author: Facebook
|
7 |
* Author URI: https://www.facebook.com/
|
8 |
-
* Version: 3.0.
|
9 |
* Text Domain: official-facebook-pixel
|
10 |
*/
|
11 |
|
5 |
* Description: <strong><em>***ATTENTION: After upgrade the plugin may be deactivated due to a known issue, to workaround please refresh this page and activate plugin.***</em></strong> The Facebook pixel is an analytics tool that helps you measure the effectiveness of your advertising. You can use the Facebook pixel to understand the actions people are taking on your website and reach audiences you care about.
|
6 |
* Author: Facebook
|
7 |
* Author URI: https://www.facebook.com/
|
8 |
+
* Version: 3.0.6
|
9 |
* Text Domain: official-facebook-pixel
|
10 |
*/
|
11 |
|
languages/official-facebook-pixel-ar_AR.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-cs_CZ.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-da_DK.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-de_DE.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-en_GB.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-es_ES.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-es_LA.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-fi_FI.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-fr_CA.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-fr_FR.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-he_IL.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-it_IT.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-ja_JP.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-ko_KR.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-nb_NO.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-nl_NL.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-pl_PL.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-pt_BR.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-pt_PT.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-ru_RU.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-sv_SE.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-th_TH.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-pixel\n"
|
7 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
8 |
"PO-Revision-Date: 2018-11-28 17:37-0800\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-pixel\n"
|
7 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
8 |
"PO-Revision-Date: 2018-11-28 17:37-0800\n"
|
languages/official-facebook-pixel-tr_TR.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-vi_VN.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-zh_CN.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
languages/official-facebook-pixel-zh_TW.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Facebook for WordPress 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
2 |
# This file is distributed under the same license as the Facebook Pixel package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Facebook for WordPress 3.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
|
7 |
"pixel\n"
|
8 |
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
|
readme.txt
CHANGED
@@ -57,6 +57,8 @@ If you get stuck, or have any questions, you can ask for help in the [Facebook f
|
|
57 |
Of course! This plugin is open sourced on the Facebook Incubator GitHub. You can find the code and contribution instructions in the [plugin repository](https://github.com/facebookincubator/Facebook-Pixel-for-WordPress).
|
58 |
|
59 |
== Changelog ==
|
|
|
|
|
60 |
|
61 |
= 2021-03-10 version 3.0.5 =
|
62 |
* Support for WordPress 5.7
|
57 |
Of course! This plugin is open sourced on the Facebook Incubator GitHub. You can find the code and contribution instructions in the [plugin repository](https://github.com/facebookincubator/Facebook-Pixel-for-WordPress).
|
58 |
|
59 |
== Changelog ==
|
60 |
+
= 2021-08-30 version 3.0.6 =
|
61 |
+
* Update Facebook Business SDK to v11.0.0
|
62 |
|
63 |
= 2021-03-10 version 3.0.5 =
|
64 |
* Support for WordPress 5.7
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit45df9d4bf279a053c19337b2ad5cfea4::getLoader();
|
vendor/composer/ClassLoader.php
CHANGED
@@ -37,11 +37,13 @@ namespace Composer\Autoload;
|
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
-
* @see
|
41 |
-
* @see
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
|
|
|
|
45 |
// PSR-4
|
46 |
private $prefixLengthsPsr4 = array();
|
47 |
private $prefixDirsPsr4 = array();
|
@@ -57,10 +59,17 @@ class ClassLoader
|
|
57 |
private $missingClasses = array();
|
58 |
private $apcuPrefix;
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
public function getPrefixes()
|
61 |
{
|
62 |
if (!empty($this->prefixesPsr0)) {
|
63 |
-
return call_user_func_array('array_merge', $this->prefixesPsr0);
|
64 |
}
|
65 |
|
66 |
return array();
|
@@ -300,6 +309,17 @@ class ClassLoader
|
|
300 |
public function register($prepend = false)
|
301 |
{
|
302 |
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
}
|
304 |
|
305 |
/**
|
@@ -308,13 +328,17 @@ class ClassLoader
|
|
308 |
public function unregister()
|
309 |
{
|
310 |
spl_autoload_unregister(array($this, 'loadClass'));
|
|
|
|
|
|
|
|
|
311 |
}
|
312 |
|
313 |
/**
|
314 |
* Loads the given class or interface.
|
315 |
*
|
316 |
* @param string $class The name of the class
|
317 |
-
* @return
|
318 |
*/
|
319 |
public function loadClass($class)
|
320 |
{
|
@@ -323,6 +347,8 @@ class ClassLoader
|
|
323 |
|
324 |
return true;
|
325 |
}
|
|
|
|
|
326 |
}
|
327 |
|
328 |
/**
|
@@ -367,6 +393,16 @@ class ClassLoader
|
|
367 |
return $file;
|
368 |
}
|
369 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
private function findFileWithExtension($class, $ext)
|
371 |
{
|
372 |
// PSR-4 lookup
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
+
* @see https://www.php-fig.org/psr/psr-0/
|
41 |
+
* @see https://www.php-fig.org/psr/psr-4/
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
45 |
+
private $vendorDir;
|
46 |
+
|
47 |
// PSR-4
|
48 |
private $prefixLengthsPsr4 = array();
|
49 |
private $prefixDirsPsr4 = array();
|
59 |
private $missingClasses = array();
|
60 |
private $apcuPrefix;
|
61 |
|
62 |
+
private static $registeredLoaders = array();
|
63 |
+
|
64 |
+
public function __construct($vendorDir = null)
|
65 |
+
{
|
66 |
+
$this->vendorDir = $vendorDir;
|
67 |
+
}
|
68 |
+
|
69 |
public function getPrefixes()
|
70 |
{
|
71 |
if (!empty($this->prefixesPsr0)) {
|
72 |
+
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
|
73 |
}
|
74 |
|
75 |
return array();
|
309 |
public function register($prepend = false)
|
310 |
{
|
311 |
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
|
312 |
+
|
313 |
+
if (null === $this->vendorDir) {
|
314 |
+
return;
|
315 |
+
}
|
316 |
+
|
317 |
+
if ($prepend) {
|
318 |
+
self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
|
319 |
+
} else {
|
320 |
+
unset(self::$registeredLoaders[$this->vendorDir]);
|
321 |
+
self::$registeredLoaders[$this->vendorDir] = $this;
|
322 |
+
}
|
323 |
}
|
324 |
|
325 |
/**
|
328 |
public function unregister()
|
329 |
{
|
330 |
spl_autoload_unregister(array($this, 'loadClass'));
|
331 |
+
|
332 |
+
if (null !== $this->vendorDir) {
|
333 |
+
unset(self::$registeredLoaders[$this->vendorDir]);
|
334 |
+
}
|
335 |
}
|
336 |
|
337 |
/**
|
338 |
* Loads the given class or interface.
|
339 |
*
|
340 |
* @param string $class The name of the class
|
341 |
+
* @return true|null True if loaded, null otherwise
|
342 |
*/
|
343 |
public function loadClass($class)
|
344 |
{
|
347 |
|
348 |
return true;
|
349 |
}
|
350 |
+
|
351 |
+
return null;
|
352 |
}
|
353 |
|
354 |
/**
|
393 |
return $file;
|
394 |
}
|
395 |
|
396 |
+
/**
|
397 |
+
* Returns the currently registered loaders indexed by their corresponding vendor directories.
|
398 |
+
*
|
399 |
+
* @return self[]
|
400 |
+
*/
|
401 |
+
public static function getRegisteredLoaders()
|
402 |
+
{
|
403 |
+
return self::$registeredLoaders;
|
404 |
+
}
|
405 |
+
|
406 |
private function findFileWithExtension($class, $ext)
|
407 |
{
|
408 |
// PSR-4 lookup
|
vendor/composer/InstalledVersions.php
ADDED
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|