Version Description
Download this release
Release Info
Developer | |
Plugin | Official Facebook Pixel |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- changelog.txt +3 -0
- composer.json +3 -0
- composer.lock +1 -360
- 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 +4 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_files.php +0 -13
- vendor/composer/autoload_psr4.php +0 -5
- vendor/composer/autoload_real.php +4 -22
- vendor/composer/autoload_static.php +4 -42
- vendor/composer/installed.json +0 -371
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AsyncClient.php +0 -53
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/BatchProcessor.php +0 -121
- vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/EventRequestAsync.php +0 -89
- vendor/facebook/php-business-sdk/test/FacebookAdsTest/Object/ServerSide/AsyncClientTest.php +0 -58
- vendor/facebook/php-business-sdk/test/FacebookAdsTest/Object/ServerSide/BatchProcessorTest.php +0 -166
- vendor/facebook/php-business-sdk/test/FacebookAdsTest/Object/ServerSide/EventRequestAsyncTest.php +0 -97
- vendor/guzzlehttp/guzzle/CHANGELOG.md +0 -1450
- vendor/guzzlehttp/guzzle/LICENSE +0 -19
- vendor/guzzlehttp/guzzle/README.md +0 -79
- vendor/guzzlehttp/guzzle/UPGRADING.md +0 -1253
- vendor/guzzlehttp/guzzle/composer.json +0 -72
- vendor/guzzlehttp/guzzle/src/BodySummarizer.php +0 -28
- vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php +0 -13
- vendor/guzzlehttp/guzzle/src/Client.php +0 -474
- vendor/guzzlehttp/guzzle/src/ClientInterface.php +0 -84
- vendor/guzzlehttp/guzzle/src/ClientTrait.php +0 -241
- vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php +0 -313
- vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php +0 -79
- vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php +0 -101
- vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php +0 -77
- vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php +0 -410
- vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php +0 -39
- vendor/guzzlehttp/guzzle/src/Exception/ClientException.php +0 -10
- vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php +0 -56
- vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php +0 -9
- vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php +0 -7
- vendor/guzzlehttp/guzzle/src/Exception/RequestException.php +0 -166
- vendor/guzzlehttp/guzzle/src/Exception/ServerException.php +0 -10
- vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php +0 -7
- vendor/guzzlehttp/guzzle/src/Exception/TransferException.php +0 -7
- vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php +0 -586
- vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php +0 -25
- vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php +0 -49
- vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php +0 -253
- vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php +0 -118
- vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php +0 -211
- vendor/guzzlehttp/guzzle/src/Handler/Proxy.php +0 -51
- vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php +0 -527
- vendor/guzzlehttp/guzzle/src/HandlerStack.php +0 -271
- vendor/guzzlehttp/guzzle/src/MessageFormatter.php +0 -198
- vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php +0 -18
- vendor/guzzlehttp/guzzle/src/Middleware.php +0 -260
- vendor/guzzlehttp/guzzle/src/Pool.php +0 -125
- vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php +0 -104
- vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php +0 -216
- vendor/guzzlehttp/guzzle/src/RequestOptions.php +0 -264
- vendor/guzzlehttp/guzzle/src/RetryMiddleware.php +0 -116
- vendor/guzzlehttp/guzzle/src/TransferStats.php +0 -133
- vendor/guzzlehttp/guzzle/src/Utils.php +0 -387
- vendor/guzzlehttp/guzzle/src/functions.php +0 -167
- vendor/guzzlehttp/guzzle/src/functions_include.php +0 -6
- vendor/guzzlehttp/promises/.php_cs.dist +0 -88
- vendor/guzzlehttp/promises/CHANGELOG.md +0 -81
- vendor/guzzlehttp/promises/LICENSE +0 -19
- vendor/guzzlehttp/promises/Makefile +0 -13
- vendor/guzzlehttp/promises/README.md +0 -532
- vendor/guzzlehttp/promises/composer.json +0 -39
- vendor/guzzlehttp/promises/phpstan-baseline.neon +0 -7
- vendor/guzzlehttp/promises/phpstan.neon.dist +0 -10
- vendor/guzzlehttp/promises/psalm.xml +0 -15
- vendor/guzzlehttp/promises/src/AggregateException.php +0 -17
- vendor/guzzlehttp/promises/src/CancellationException.php +0 -10
- vendor/guzzlehttp/promises/src/Coroutine.php +0 -169
- vendor/guzzlehttp/promises/src/Create.php +0 -84
- vendor/guzzlehttp/promises/src/Each.php +0 -90
- vendor/guzzlehttp/promises/src/EachPromise.php +0 -253
- vendor/guzzlehttp/promises/src/FulfilledPromise.php +0 -84
- vendor/guzzlehttp/promises/src/Is.php +0 -46
- vendor/guzzlehttp/promises/src/Promise.php +0 -278
- vendor/guzzlehttp/promises/src/PromiseInterface.php +0 -97
- vendor/guzzlehttp/promises/src/PromisorInterface.php +0 -16
- vendor/guzzlehttp/promises/src/RejectedPromise.php +0 -91
- vendor/guzzlehttp/promises/src/RejectionException.php +0 -48
- vendor/guzzlehttp/promises/src/TaskQueue.php +0 -67
- vendor/guzzlehttp/promises/src/TaskQueueInterface.php +0 -24
- vendor/guzzlehttp/promises/src/Utils.php +0 -274
- vendor/guzzlehttp/promises/src/functions.php +0 -363
- vendor/guzzlehttp/promises/src/functions_include.php +0 -6
- vendor/guzzlehttp/psr7/CHANGELOG.md +0 -270
- vendor/guzzlehttp/psr7/LICENSE +0 -19
- vendor/guzzlehttp/psr7/README.md +0 -809
- vendor/guzzlehttp/psr7/composer.json +0 -49
- vendor/guzzlehttp/psr7/src/AppendStream.php +0 -244
- vendor/guzzlehttp/psr7/src/BufferStream.php +0 -140
- vendor/guzzlehttp/psr7/src/CachingStream.php +0 -139
- vendor/guzzlehttp/psr7/src/DroppingStream.php +0 -43
- vendor/guzzlehttp/psr7/src/FnStream.php +0 -160
- vendor/guzzlehttp/psr7/src/Header.php +0 -71
- vendor/guzzlehttp/psr7/src/InflateStream.php +0 -53
- vendor/guzzlehttp/psr7/src/LazyOpenStream.php +0 -40
- vendor/guzzlehttp/psr7/src/LimitStream.php +0 -156
- vendor/guzzlehttp/psr7/src/Message.php +0 -252
- vendor/guzzlehttp/psr7/src/MessageTrait.php +0 -214
- vendor/guzzlehttp/psr7/src/MimeType.php +0 -140
- vendor/guzzlehttp/psr7/src/MultipartStream.php +0 -154
- vendor/guzzlehttp/psr7/src/NoSeekStream.php +0 -23
- vendor/guzzlehttp/psr7/src/PumpStream.php +0 -168
- vendor/guzzlehttp/psr7/src/Query.php +0 -108
- vendor/guzzlehttp/psr7/src/Request.php +0 -152
- vendor/guzzlehttp/psr7/src/Response.php +0 -155
- vendor/guzzlehttp/psr7/src/Rfc7230.php +0 -18
- vendor/guzzlehttp/psr7/src/ServerRequest.php +0 -378
- vendor/guzzlehttp/psr7/src/Stream.php +0 -270
- vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php +0 -151
- vendor/guzzlehttp/psr7/src/StreamWrapper.php +0 -163
- vendor/guzzlehttp/psr7/src/UploadedFile.php +0 -325
- vendor/guzzlehttp/psr7/src/Uri.php +0 -761
- vendor/guzzlehttp/psr7/src/UriNormalizer.php +0 -217
- vendor/guzzlehttp/psr7/src/UriResolver.php +0 -220
- vendor/guzzlehttp/psr7/src/Utils.php +0 -398
- vendor/guzzlehttp/psr7/src/functions.php +0 -417
- vendor/guzzlehttp/psr7/src/functions_include.php +0 -6
- vendor/psr/http-client/CHANGELOG.md +0 -23
- vendor/psr/http-client/LICENSE +0 -19
- vendor/psr/http-client/README.md +0 -12
- vendor/psr/http-client/composer.json +0 -27
- vendor/psr/http-client/src/ClientExceptionInterface.php +0 -10
- vendor/psr/http-client/src/ClientInterface.php +0 -20
- vendor/psr/http-client/src/NetworkExceptionInterface.php +0 -24
- vendor/psr/http-client/src/RequestExceptionInterface.php +0 -24
- vendor/psr/http-message/CHANGELOG.md +0 -36
- vendor/psr/http-message/LICENSE +0 -19
- vendor/psr/http-message/README.md +0 -13
- vendor/psr/http-message/composer.json +0 -26
- vendor/psr/http-message/src/MessageInterface.php +0 -187
- vendor/psr/http-message/src/RequestInterface.php +0 -129
- vendor/psr/http-message/src/ResponseInterface.php +0 -68
- vendor/psr/http-message/src/ServerRequestInterface.php +0 -261
- vendor/psr/http-message/src/StreamInterface.php +0 -158
- vendor/psr/http-message/src/UploadedFileInterface.php +0 -123
- vendor/psr/http-message/src/UriInterface.php +0 -323
- vendor/ralouphie/getallheaders/LICENSE +0 -21
- vendor/ralouphie/getallheaders/README.md +0 -27
- vendor/ralouphie/getallheaders/composer.json +0 -26
- vendor/ralouphie/getallheaders/src/getallheaders.php +0 -46
changelog.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
*** Facebook for WordPress Changelog ***
|
|
|
|
|
|
|
2 |
2021-01-28 version 3.0.1
|
3 |
* Support for WordPress 5.6
|
4 |
* Adding banner for plugin review
|
1 |
*** Facebook for WordPress Changelog ***
|
2 |
+
2021-02-09 version 3.0.2
|
3 |
+
* Removing Guzzle dependency
|
4 |
+
|
5 |
2021-01-28 version 3.0.1
|
6 |
* Support for WordPress 5.6
|
7 |
* Adding banner for plugin review
|
composer.json
CHANGED
@@ -24,5 +24,8 @@
|
|
24 |
"__tests__/",
|
25 |
"./"
|
26 |
]
|
|
|
|
|
|
|
27 |
}
|
28 |
}
|
24 |
"__tests__/",
|
25 |
"./"
|
26 |
]
|
27 |
+
},
|
28 |
+
"replace": {
|
29 |
+
"guzzlehttp/guzzle": "*"
|
30 |
}
|
31 |
}
|
composer.lock
CHANGED
@@ -4,7 +4,7 @@
|
|
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",
|
@@ -47,365 +47,6 @@
|
|
47 |
],
|
48 |
"time": "2021-01-14T00:20:35+00:00"
|
49 |
},
|
50 |
-
{
|
51 |
-
"name": "guzzlehttp/guzzle",
|
52 |
-
"version": "7.2.0",
|
53 |
-
"source": {
|
54 |
-
"type": "git",
|
55 |
-
"url": "https://github.com/guzzle/guzzle.git",
|
56 |
-
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
|
57 |
-
},
|
58 |
-
"dist": {
|
59 |
-
"type": "zip",
|
60 |
-
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
|
61 |
-
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
|
62 |
-
"shasum": ""
|
63 |
-
},
|
64 |
-
"require": {
|
65 |
-
"ext-json": "*",
|
66 |
-
"guzzlehttp/promises": "^1.4",
|
67 |
-
"guzzlehttp/psr7": "^1.7",
|
68 |
-
"php": "^7.2.5 || ^8.0",
|
69 |
-
"psr/http-client": "^1.0"
|
70 |
-
},
|
71 |
-
"provide": {
|
72 |
-
"psr/http-client-implementation": "1.0"
|
73 |
-
},
|
74 |
-
"require-dev": {
|
75 |
-
"ext-curl": "*",
|
76 |
-
"php-http/client-integration-tests": "^3.0",
|
77 |
-
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
78 |
-
"psr/log": "^1.1"
|
79 |
-
},
|
80 |
-
"suggest": {
|
81 |
-
"ext-curl": "Required for CURL handler support",
|
82 |
-
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
83 |
-
"psr/log": "Required for using the Log middleware"
|
84 |
-
},
|
85 |
-
"type": "library",
|
86 |
-
"extra": {
|
87 |
-
"branch-alias": {
|
88 |
-
"dev-master": "7.1-dev"
|
89 |
-
}
|
90 |
-
},
|
91 |
-
"autoload": {
|
92 |
-
"psr-4": {
|
93 |
-
"GuzzleHttp\\": "src/"
|
94 |
-
},
|
95 |
-
"files": [
|
96 |
-
"src/functions_include.php"
|
97 |
-
]
|
98 |
-
},
|
99 |
-
"notification-url": "https://packagist.org/downloads/",
|
100 |
-
"license": [
|
101 |
-
"MIT"
|
102 |
-
],
|
103 |
-
"authors": [
|
104 |
-
{
|
105 |
-
"name": "Michael Dowling",
|
106 |
-
"email": "mtdowling@gmail.com",
|
107 |
-
"homepage": "https://github.com/mtdowling"
|
108 |
-
},
|
109 |
-
{
|
110 |
-
"name": "Márk Sági-Kazár",
|
111 |
-
"email": "mark.sagikazar@gmail.com",
|
112 |
-
"homepage": "https://sagikazarmark.hu"
|
113 |
-
}
|
114 |
-
],
|
115 |
-
"description": "Guzzle is a PHP HTTP client library",
|
116 |
-
"homepage": "http://guzzlephp.org/",
|
117 |
-
"keywords": [
|
118 |
-
"client",
|
119 |
-
"curl",
|
120 |
-
"framework",
|
121 |
-
"http",
|
122 |
-
"http client",
|
123 |
-
"psr-18",
|
124 |
-
"psr-7",
|
125 |
-
"rest",
|
126 |
-
"web service"
|
127 |
-
],
|
128 |
-
"funding": [
|
129 |
-
{
|
130 |
-
"url": "https://github.com/GrahamCampbell",
|
131 |
-
"type": "github"
|
132 |
-
},
|
133 |
-
{
|
134 |
-
"url": "https://github.com/Nyholm",
|
135 |
-
"type": "github"
|
136 |
-
},
|
137 |
-
{
|
138 |
-
"url": "https://github.com/alexeyshockov",
|
139 |
-
"type": "github"
|
140 |
-
},
|
141 |
-
{
|
142 |
-
"url": "https://github.com/gmponos",
|
143 |
-
"type": "github"
|
144 |
-
}
|
145 |
-
],
|
146 |
-
"time": "2020-10-10T11:47:56+00:00"
|
147 |
-
},
|
148 |
-
{
|
149 |
-
"name": "guzzlehttp/promises",
|
150 |
-
"version": "1.4.0",
|
151 |
-
"source": {
|
152 |
-
"type": "git",
|
153 |
-
"url": "https://github.com/guzzle/promises.git",
|
154 |
-
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
|
155 |
-
},
|
156 |
-
"dist": {
|
157 |
-
"type": "zip",
|
158 |
-
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
|
159 |
-
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
|
160 |
-
"shasum": ""
|
161 |
-
},
|
162 |
-
"require": {
|
163 |
-
"php": ">=5.5"
|
164 |
-
},
|
165 |
-
"require-dev": {
|
166 |
-
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
167 |
-
},
|
168 |
-
"type": "library",
|
169 |
-
"extra": {
|
170 |
-
"branch-alias": {
|
171 |
-
"dev-master": "1.4-dev"
|
172 |
-
}
|
173 |
-
},
|
174 |
-
"autoload": {
|
175 |
-
"psr-4": {
|
176 |
-
"GuzzleHttp\\Promise\\": "src/"
|
177 |
-
},
|
178 |
-
"files": [
|
179 |
-
"src/functions_include.php"
|
180 |
-
]
|
181 |
-
},
|
182 |
-
"notification-url": "https://packagist.org/downloads/",
|
183 |
-
"license": [
|
184 |
-
"MIT"
|
185 |
-
],
|
186 |
-
"authors": [
|
187 |
-
{
|
188 |
-
"name": "Michael Dowling",
|
189 |
-
"email": "mtdowling@gmail.com",
|
190 |
-
"homepage": "https://github.com/mtdowling"
|
191 |
-
}
|
192 |
-
],
|
193 |
-
"description": "Guzzle promises library",
|
194 |
-
"keywords": [
|
195 |
-
"promise"
|
196 |
-
],
|
197 |
-
"time": "2020-09-30T07:37:28+00:00"
|
198 |
-
},
|
199 |
-
{
|
200 |
-
"name": "guzzlehttp/psr7",
|
201 |
-
"version": "1.7.0",
|
202 |
-
"source": {
|
203 |
-
"type": "git",
|
204 |
-
"url": "https://github.com/guzzle/psr7.git",
|
205 |
-
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
|
206 |
-
},
|
207 |
-
"dist": {
|
208 |
-
"type": "zip",
|
209 |
-
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
210 |
-
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
211 |
-
"shasum": ""
|
212 |
-
},
|
213 |
-
"require": {
|
214 |
-
"php": ">=5.4.0",
|
215 |
-
"psr/http-message": "~1.0",
|
216 |
-
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
217 |
-
},
|
218 |
-
"provide": {
|
219 |
-
"psr/http-message-implementation": "1.0"
|
220 |
-
},
|
221 |
-
"require-dev": {
|
222 |
-
"ext-zlib": "*",
|
223 |
-
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
224 |
-
},
|
225 |
-
"suggest": {
|
226 |
-
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
227 |
-
},
|
228 |
-
"type": "library",
|
229 |
-
"extra": {
|
230 |
-
"branch-alias": {
|
231 |
-
"dev-master": "1.7-dev"
|
232 |
-
}
|
233 |
-
},
|
234 |
-
"autoload": {
|
235 |
-
"psr-4": {
|
236 |
-
"GuzzleHttp\\Psr7\\": "src/"
|
237 |
-
},
|
238 |
-
"files": [
|
239 |
-
"src/functions_include.php"
|
240 |
-
]
|
241 |
-
},
|
242 |
-
"notification-url": "https://packagist.org/downloads/",
|
243 |
-
"license": [
|
244 |
-
"MIT"
|
245 |
-
],
|
246 |
-
"authors": [
|
247 |
-
{
|
248 |
-
"name": "Michael Dowling",
|
249 |
-
"email": "mtdowling@gmail.com",
|
250 |
-
"homepage": "https://github.com/mtdowling"
|
251 |
-
},
|
252 |
-
{
|
253 |
-
"name": "Tobias Schultze",
|
254 |
-
"homepage": "https://github.com/Tobion"
|
255 |
-
}
|
256 |
-
],
|
257 |
-
"description": "PSR-7 message implementation that also provides common utility methods",
|
258 |
-
"keywords": [
|
259 |
-
"http",
|
260 |
-
"message",
|
261 |
-
"psr-7",
|
262 |
-
"request",
|
263 |
-
"response",
|
264 |
-
"stream",
|
265 |
-
"uri",
|
266 |
-
"url"
|
267 |
-
],
|
268 |
-
"time": "2020-09-30T07:37:11+00:00"
|
269 |
-
},
|
270 |
-
{
|
271 |
-
"name": "psr/http-client",
|
272 |
-
"version": "1.0.1",
|
273 |
-
"source": {
|
274 |
-
"type": "git",
|
275 |
-
"url": "https://github.com/php-fig/http-client.git",
|
276 |
-
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
277 |
-
},
|
278 |
-
"dist": {
|
279 |
-
"type": "zip",
|
280 |
-
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
281 |
-
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
282 |
-
"shasum": ""
|
283 |
-
},
|
284 |
-
"require": {
|
285 |
-
"php": "^7.0 || ^8.0",
|
286 |
-
"psr/http-message": "^1.0"
|
287 |
-
},
|
288 |
-
"type": "library",
|
289 |
-
"extra": {
|
290 |
-
"branch-alias": {
|
291 |
-
"dev-master": "1.0.x-dev"
|
292 |
-
}
|
293 |
-
},
|
294 |
-
"autoload": {
|
295 |
-
"psr-4": {
|
296 |
-
"Psr\\Http\\Client\\": "src/"
|
297 |
-
}
|
298 |
-
},
|
299 |
-
"notification-url": "https://packagist.org/downloads/",
|
300 |
-
"license": [
|
301 |
-
"MIT"
|
302 |
-
],
|
303 |
-
"authors": [
|
304 |
-
{
|
305 |
-
"name": "PHP-FIG",
|
306 |
-
"homepage": "http://www.php-fig.org/"
|
307 |
-
}
|
308 |
-
],
|
309 |
-
"description": "Common interface for HTTP clients",
|
310 |
-
"homepage": "https://github.com/php-fig/http-client",
|
311 |
-
"keywords": [
|
312 |
-
"http",
|
313 |
-
"http-client",
|
314 |
-
"psr",
|
315 |
-
"psr-18"
|
316 |
-
],
|
317 |
-
"time": "2020-06-29T06:28:15+00:00"
|
318 |
-
},
|
319 |
-
{
|
320 |
-
"name": "psr/http-message",
|
321 |
-
"version": "1.0.1",
|
322 |
-
"source": {
|
323 |
-
"type": "git",
|
324 |
-
"url": "https://github.com/php-fig/http-message.git",
|
325 |
-
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
326 |
-
},
|
327 |
-
"dist": {
|
328 |
-
"type": "zip",
|
329 |
-
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
330 |
-
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
331 |
-
"shasum": ""
|
332 |
-
},
|
333 |
-
"require": {
|
334 |
-
"php": ">=5.3.0"
|
335 |
-
},
|
336 |
-
"type": "library",
|
337 |
-
"extra": {
|
338 |
-
"branch-alias": {
|
339 |
-
"dev-master": "1.0.x-dev"
|
340 |
-
}
|
341 |
-
},
|
342 |
-
"autoload": {
|
343 |
-
"psr-4": {
|
344 |
-
"Psr\\Http\\Message\\": "src/"
|
345 |
-
}
|
346 |
-
},
|
347 |
-
"notification-url": "https://packagist.org/downloads/",
|
348 |
-
"license": [
|
349 |
-
"MIT"
|
350 |
-
],
|
351 |
-
"authors": [
|
352 |
-
{
|
353 |
-
"name": "PHP-FIG",
|
354 |
-
"homepage": "http://www.php-fig.org/"
|
355 |
-
}
|
356 |
-
],
|
357 |
-
"description": "Common interface for HTTP messages",
|
358 |
-
"homepage": "https://github.com/php-fig/http-message",
|
359 |
-
"keywords": [
|
360 |
-
"http",
|
361 |
-
"http-message",
|
362 |
-
"psr",
|
363 |
-
"psr-7",
|
364 |
-
"request",
|
365 |
-
"response"
|
366 |
-
],
|
367 |
-
"time": "2016-08-06T14:39:51+00:00"
|
368 |
-
},
|
369 |
-
{
|
370 |
-
"name": "ralouphie/getallheaders",
|
371 |
-
"version": "3.0.3",
|
372 |
-
"source": {
|
373 |
-
"type": "git",
|
374 |
-
"url": "https://github.com/ralouphie/getallheaders.git",
|
375 |
-
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
376 |
-
},
|
377 |
-
"dist": {
|
378 |
-
"type": "zip",
|
379 |
-
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
380 |
-
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
381 |
-
"shasum": ""
|
382 |
-
},
|
383 |
-
"require": {
|
384 |
-
"php": ">=5.6"
|
385 |
-
},
|
386 |
-
"require-dev": {
|
387 |
-
"php-coveralls/php-coveralls": "^2.1",
|
388 |
-
"phpunit/phpunit": "^5 || ^6.5"
|
389 |
-
},
|
390 |
-
"type": "library",
|
391 |
-
"autoload": {
|
392 |
-
"files": [
|
393 |
-
"src/getallheaders.php"
|
394 |
-
]
|
395 |
-
},
|
396 |
-
"notification-url": "https://packagist.org/downloads/",
|
397 |
-
"license": [
|
398 |
-
"MIT"
|
399 |
-
],
|
400 |
-
"authors": [
|
401 |
-
{
|
402 |
-
"name": "Ralph Khattar",
|
403 |
-
"email": "ralph.khattar@gmail.com"
|
404 |
-
}
|
405 |
-
],
|
406 |
-
"description": "A polyfill for getallheaders.",
|
407 |
-
"time": "2019-03-08T08:55:37+00:00"
|
408 |
-
},
|
409 |
{
|
410 |
"name": "techcrunch/wp-async-task",
|
411 |
"version": "dev-master",
|
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": "8f4e59db4fb83d9835136e3e476bfcb3",
|
8 |
"packages": [
|
9 |
{
|
10 |
"name": "facebook/php-business-sdk",
|
47 |
],
|
48 |
"time": "2021-01-14T00:20:35+00:00"
|
49 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
{
|
51 |
"name": "techcrunch/wp-async-task",
|
52 |
"version": "dev-master",
|
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.2';
|
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.2
|
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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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.2\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
@@ -4,7 +4,7 @@ Tags: Facebook, Facebook Conversion Pixel, Facebook Pixel, Facebook Pixel Events
|
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -57,6 +57,9 @@ 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 |
= 2021-01-28 version 3.0.1 =
|
61 |
* Support for WordPress 5.6
|
62 |
* Adding banner for plugin review
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 5.6
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 3.0.1
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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-02-09 version 3.0.2 =
|
61 |
+
* Removing Guzzle dependency
|
62 |
+
|
63 |
= 2021-01-28 version 3.0.1 =
|
64 |
* Support for WordPress 5.6
|
65 |
* Adding banner for plugin review
|
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 ComposerAutoloaderInit1a1a8abeac5549101724112e56b57281::getLoader();
|
vendor/composer/autoload_files.php
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
// autoload_files.php @generated by Composer
|
4 |
-
|
5 |
-
$vendorDir = dirname(dirname(__FILE__));
|
6 |
-
$baseDir = dirname($vendorDir);
|
7 |
-
|
8 |
-
return array(
|
9 |
-
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
10 |
-
'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
|
11 |
-
'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
|
12 |
-
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
13 |
-
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/composer/autoload_psr4.php
CHANGED
@@ -6,11 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
|
10 |
-
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
|
11 |
-
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
12 |
-
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
13 |
-
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
|
14 |
'FacebookPixelPlugin\\Integration\\' => array($baseDir . '/integration'),
|
15 |
'FacebookPixelPlugin\\Core\\' => array($baseDir . '/core'),
|
16 |
'FacebookPixelPlugin\\' => array($baseDir . '/'),
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
|
|
|
|
|
|
|
|
|
|
9 |
'FacebookPixelPlugin\\Integration\\' => array($baseDir . '/integration'),
|
10 |
'FacebookPixelPlugin\\Core\\' => array($baseDir . '/core'),
|
11 |
'FacebookPixelPlugin\\' => array($baseDir . '/'),
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit251289fac33e7f76f7bddc11271dd50f
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
@@ -50,24 +50,6 @@ class ComposerAutoloaderInit251289fac33e7f76f7bddc11271dd50f
|
|
50 |
|
51 |
$loader->register(true);
|
52 |
|
53 |
-
if ($useStaticLoader) {
|
54 |
-
$includeFiles = Composer\Autoload\ComposerStaticInit251289fac33e7f76f7bddc11271dd50f::$files;
|
55 |
-
} else {
|
56 |
-
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
-
}
|
58 |
-
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
composerRequire251289fac33e7f76f7bddc11271dd50f($fileIdentifier, $file);
|
60 |
-
}
|
61 |
-
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
-
|
66 |
-
function composerRequire251289fac33e7f76f7bddc11271dd50f($fileIdentifier, $file)
|
67 |
-
{
|
68 |
-
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
-
require $file;
|
70 |
-
|
71 |
-
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
72 |
-
}
|
73 |
-
}
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit1a1a8abeac5549101724112e56b57281
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit1a1a8abeac5549101724112e56b57281', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit1a1a8abeac5549101724112e56b57281', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit1a1a8abeac5549101724112e56b57281::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
50 |
|
51 |
$loader->register(true);
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
return $loader;
|
54 |
}
|
55 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,27 +4,9 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
-
public static $files = array (
|
10 |
-
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
11 |
-
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
12 |
-
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
|
13 |
-
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
14 |
-
);
|
15 |
-
|
16 |
public static $prefixLengthsPsr4 = array (
|
17 |
-
'P' =>
|
18 |
-
array (
|
19 |
-
'Psr\\Http\\Message\\' => 17,
|
20 |
-
'Psr\\Http\\Client\\' => 16,
|
21 |
-
),
|
22 |
-
'G' =>
|
23 |
-
array (
|
24 |
-
'GuzzleHttp\\Psr7\\' => 16,
|
25 |
-
'GuzzleHttp\\Promise\\' => 19,
|
26 |
-
'GuzzleHttp\\' => 11,
|
27 |
-
),
|
28 |
'F' =>
|
29 |
array (
|
30 |
'FacebookPixelPlugin\\Integration\\' => 32,
|
@@ -35,26 +17,6 @@ class ComposerStaticInit251289fac33e7f76f7bddc11271dd50f
|
|
35 |
);
|
36 |
|
37 |
public static $prefixDirsPsr4 = array (
|
38 |
-
'Psr\\Http\\Message\\' =>
|
39 |
-
array (
|
40 |
-
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
41 |
-
),
|
42 |
-
'Psr\\Http\\Client\\' =>
|
43 |
-
array (
|
44 |
-
0 => __DIR__ . '/..' . '/psr/http-client/src',
|
45 |
-
),
|
46 |
-
'GuzzleHttp\\Psr7\\' =>
|
47 |
-
array (
|
48 |
-
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
|
49 |
-
),
|
50 |
-
'GuzzleHttp\\Promise\\' =>
|
51 |
-
array (
|
52 |
-
0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
|
53 |
-
),
|
54 |
-
'GuzzleHttp\\' =>
|
55 |
-
array (
|
56 |
-
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
|
57 |
-
),
|
58 |
'FacebookPixelPlugin\\Integration\\' =>
|
59 |
array (
|
60 |
0 => __DIR__ . '/../..' . '/integration',
|
@@ -80,9 +42,9 @@ class ComposerStaticInit251289fac33e7f76f7bddc11271dd50f
|
|
80 |
public static function getInitializer(ClassLoader $loader)
|
81 |
{
|
82 |
return \Closure::bind(function () use ($loader) {
|
83 |
-
$loader->prefixLengthsPsr4 =
|
84 |
-
$loader->prefixDirsPsr4 =
|
85 |
-
$loader->classMap =
|
86 |
|
87 |
}, null, ClassLoader::class);
|
88 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit1a1a8abeac5549101724112e56b57281
|
8 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
public static $prefixLengthsPsr4 = array (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
'F' =>
|
11 |
array (
|
12 |
'FacebookPixelPlugin\\Integration\\' => 32,
|
17 |
);
|
18 |
|
19 |
public static $prefixDirsPsr4 = array (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
'FacebookPixelPlugin\\Integration\\' =>
|
21 |
array (
|
22 |
0 => __DIR__ . '/../..' . '/integration',
|
42 |
public static function getInitializer(ClassLoader $loader)
|
43 |
{
|
44 |
return \Closure::bind(function () use ($loader) {
|
45 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit1a1a8abeac5549101724112e56b57281::$prefixLengthsPsr4;
|
46 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit1a1a8abeac5549101724112e56b57281::$prefixDirsPsr4;
|
47 |
+
$loader->classMap = ComposerStaticInit1a1a8abeac5549101724112e56b57281::$classMap;
|
48 |
|
49 |
}, null, ClassLoader::class);
|
50 |
}
|
vendor/composer/installed.json
CHANGED
@@ -42,377 +42,6 @@
|
|
42 |
"sdk"
|
43 |
]
|
44 |
},
|
45 |
-
{
|
46 |
-
"name": "guzzlehttp/guzzle",
|
47 |
-
"version": "7.2.0",
|
48 |
-
"version_normalized": "7.2.0.0",
|
49 |
-
"source": {
|
50 |
-
"type": "git",
|
51 |
-
"url": "https://github.com/guzzle/guzzle.git",
|
52 |
-
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
|
53 |
-
},
|
54 |
-
"dist": {
|
55 |
-
"type": "zip",
|
56 |
-
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
|
57 |
-
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
|
58 |
-
"shasum": ""
|
59 |
-
},
|
60 |
-
"require": {
|
61 |
-
"ext-json": "*",
|
62 |
-
"guzzlehttp/promises": "^1.4",
|
63 |
-
"guzzlehttp/psr7": "^1.7",
|
64 |
-
"php": "^7.2.5 || ^8.0",
|
65 |
-
"psr/http-client": "^1.0"
|
66 |
-
},
|
67 |
-
"provide": {
|
68 |
-
"psr/http-client-implementation": "1.0"
|
69 |
-
},
|
70 |
-
"require-dev": {
|
71 |
-
"ext-curl": "*",
|
72 |
-
"php-http/client-integration-tests": "^3.0",
|
73 |
-
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
74 |
-
"psr/log": "^1.1"
|
75 |
-
},
|
76 |
-
"suggest": {
|
77 |
-
"ext-curl": "Required for CURL handler support",
|
78 |
-
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
79 |
-
"psr/log": "Required for using the Log middleware"
|
80 |
-
},
|
81 |
-
"time": "2020-10-10T11:47:56+00:00",
|
82 |
-
"type": "library",
|
83 |
-
"extra": {
|
84 |
-
"branch-alias": {
|
85 |
-
"dev-master": "7.1-dev"
|
86 |
-
}
|
87 |
-
},
|
88 |
-
"installation-source": "dist",
|
89 |
-
"autoload": {
|
90 |
-
"psr-4": {
|
91 |
-
"GuzzleHttp\\": "src/"
|
92 |
-
},
|
93 |
-
"files": [
|
94 |
-
"src/functions_include.php"
|
95 |
-
]
|
96 |
-
},
|
97 |
-
"notification-url": "https://packagist.org/downloads/",
|
98 |
-
"license": [
|
99 |
-
"MIT"
|
100 |
-
],
|
101 |
-
"authors": [
|
102 |
-
{
|
103 |
-
"name": "Michael Dowling",
|
104 |
-
"email": "mtdowling@gmail.com",
|
105 |
-
"homepage": "https://github.com/mtdowling"
|
106 |
-
},
|
107 |
-
{
|
108 |
-
"name": "Márk Sági-Kazár",
|
109 |
-
"email": "mark.sagikazar@gmail.com",
|
110 |
-
"homepage": "https://sagikazarmark.hu"
|
111 |
-
}
|
112 |
-
],
|
113 |
-
"description": "Guzzle is a PHP HTTP client library",
|
114 |
-
"homepage": "http://guzzlephp.org/",
|
115 |
-
"keywords": [
|
116 |
-
"client",
|
117 |
-
"curl",
|
118 |
-
"framework",
|
119 |
-
"http",
|
120 |
-
"http client",
|
121 |
-
"psr-18",
|
122 |
-
"psr-7",
|
123 |
-
"rest",
|
124 |
-
"web service"
|
125 |
-
],
|
126 |
-
"funding": [
|
127 |
-
{
|
128 |
-
"url": "https://github.com/GrahamCampbell",
|
129 |
-
"type": "github"
|
130 |
-
},
|
131 |
-
{
|
132 |
-
"url": "https://github.com/Nyholm",
|
133 |
-
"type": "github"
|
134 |
-
},
|
135 |
-
{
|
136 |
-
"url": "https://github.com/alexeyshockov",
|
137 |
-
"type": "github"
|
138 |
-
},
|
139 |
-
{
|
140 |
-
"url": "https://github.com/gmponos",
|
141 |
-
"type": "github"
|
142 |
-
}
|
143 |
-
]
|
144 |
-
},
|
145 |
-
{
|
146 |
-
"name": "guzzlehttp/promises",
|
147 |
-
"version": "1.4.0",
|
148 |
-
"version_normalized": "1.4.0.0",
|
149 |
-
"source": {
|
150 |
-
"type": "git",
|
151 |
-
"url": "https://github.com/guzzle/promises.git",
|
152 |
-
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
|
153 |
-
},
|
154 |
-
"dist": {
|
155 |
-
"type": "zip",
|
156 |
-
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
|
157 |
-
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
|
158 |
-
"shasum": ""
|
159 |
-
},
|
160 |
-
"require": {
|
161 |
-
"php": ">=5.5"
|
162 |
-
},
|
163 |
-
"require-dev": {
|
164 |
-
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
165 |
-
},
|
166 |
-
"time": "2020-09-30T07:37:28+00:00",
|
167 |
-
"type": "library",
|
168 |
-
"extra": {
|
169 |
-
"branch-alias": {
|
170 |
-
"dev-master": "1.4-dev"
|
171 |
-
}
|
172 |
-
},
|
173 |
-
"installation-source": "dist",
|
174 |
-
"autoload": {
|
175 |
-
"psr-4": {
|
176 |
-
"GuzzleHttp\\Promise\\": "src/"
|
177 |
-
},
|
178 |
-
"files": [
|
179 |
-
"src/functions_include.php"
|
180 |
-
]
|
181 |
-
},
|
182 |
-
"notification-url": "https://packagist.org/downloads/",
|
183 |
-
"license": [
|
184 |
-
"MIT"
|
185 |
-
],
|
186 |
-
"authors": [
|
187 |
-
{
|
188 |
-
"name": "Michael Dowling",
|
189 |
-
"email": "mtdowling@gmail.com",
|
190 |
-
"homepage": "https://github.com/mtdowling"
|
191 |
-
}
|
192 |
-
],
|
193 |
-
"description": "Guzzle promises library",
|
194 |
-
"keywords": [
|
195 |
-
"promise"
|
196 |
-
]
|
197 |
-
},
|
198 |
-
{
|
199 |
-
"name": "guzzlehttp/psr7",
|
200 |
-
"version": "1.7.0",
|
201 |
-
"version_normalized": "1.7.0.0",
|
202 |
-
"source": {
|
203 |
-
"type": "git",
|
204 |
-
"url": "https://github.com/guzzle/psr7.git",
|
205 |
-
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
|
206 |
-
},
|
207 |
-
"dist": {
|
208 |
-
"type": "zip",
|
209 |
-
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
210 |
-
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
211 |
-
"shasum": ""
|
212 |
-
},
|
213 |
-
"require": {
|
214 |
-
"php": ">=5.4.0",
|
215 |
-
"psr/http-message": "~1.0",
|
216 |
-
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
217 |
-
},
|
218 |
-
"provide": {
|
219 |
-
"psr/http-message-implementation": "1.0"
|
220 |
-
},
|
221 |
-
"require-dev": {
|
222 |
-
"ext-zlib": "*",
|
223 |
-
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
224 |
-
},
|
225 |
-
"suggest": {
|
226 |
-
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
227 |
-
},
|
228 |
-
"time": "2020-09-30T07:37:11+00:00",
|
229 |
-
"type": "library",
|
230 |
-
"extra": {
|
231 |
-
"branch-alias": {
|
232 |
-
"dev-master": "1.7-dev"
|
233 |
-
}
|
234 |
-
},
|
235 |
-
"installation-source": "dist",
|
236 |
-
"autoload": {
|
237 |
-
"psr-4": {
|
238 |
-
"GuzzleHttp\\Psr7\\": "src/"
|
239 |
-
},
|
240 |
-
"files": [
|
241 |
-
"src/functions_include.php"
|
242 |
-
]
|
243 |
-
},
|
244 |
-
"notification-url": "https://packagist.org/downloads/",
|
245 |
-
"license": [
|
246 |
-
"MIT"
|
247 |
-
],
|
248 |
-
"authors": [
|
249 |
-
{
|
250 |
-
"name": "Michael Dowling",
|
251 |
-
"email": "mtdowling@gmail.com",
|
252 |
-
"homepage": "https://github.com/mtdowling"
|
253 |
-
},
|
254 |
-
{
|
255 |
-
"name": "Tobias Schultze",
|
256 |
-
"homepage": "https://github.com/Tobion"
|
257 |
-
}
|
258 |
-
],
|
259 |
-
"description": "PSR-7 message implementation that also provides common utility methods",
|
260 |
-
"keywords": [
|
261 |
-
"http",
|
262 |
-
"message",
|
263 |
-
"psr-7",
|
264 |
-
"request",
|
265 |
-
"response",
|
266 |
-
"stream",
|
267 |
-
"uri",
|
268 |
-
"url"
|
269 |
-
]
|
270 |
-
},
|
271 |
-
{
|
272 |
-
"name": "psr/http-client",
|
273 |
-
"version": "1.0.1",
|
274 |
-
"version_normalized": "1.0.1.0",
|
275 |
-
"source": {
|
276 |
-
"type": "git",
|
277 |
-
"url": "https://github.com/php-fig/http-client.git",
|
278 |
-
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
279 |
-
},
|
280 |
-
"dist": {
|
281 |
-
"type": "zip",
|
282 |
-
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
283 |
-
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
284 |
-
"shasum": ""
|
285 |
-
},
|
286 |
-
"require": {
|
287 |
-
"php": "^7.0 || ^8.0",
|
288 |
-
"psr/http-message": "^1.0"
|
289 |
-
},
|
290 |
-
"time": "2020-06-29T06:28:15+00:00",
|
291 |
-
"type": "library",
|
292 |
-
"extra": {
|
293 |
-
"branch-alias": {
|
294 |
-
"dev-master": "1.0.x-dev"
|
295 |
-
}
|
296 |
-
},
|
297 |
-
"installation-source": "dist",
|
298 |
-
"autoload": {
|
299 |
-
"psr-4": {
|
300 |
-
"Psr\\Http\\Client\\": "src/"
|
301 |
-
}
|
302 |
-
},
|
303 |
-
"notification-url": "https://packagist.org/downloads/",
|
304 |
-
"license": [
|
305 |
-
"MIT"
|
306 |
-
],
|
307 |
-
"authors": [
|
308 |
-
{
|
309 |
-
"name": "PHP-FIG",
|
310 |
-
"homepage": "http://www.php-fig.org/"
|
311 |
-
}
|
312 |
-
],
|
313 |
-
"description": "Common interface for HTTP clients",
|
314 |
-
"homepage": "https://github.com/php-fig/http-client",
|
315 |
-
"keywords": [
|
316 |
-
"http",
|
317 |
-
"http-client",
|
318 |
-
"psr",
|
319 |
-
"psr-18"
|
320 |
-
]
|
321 |
-
},
|
322 |
-
{
|
323 |
-
"name": "psr/http-message",
|
324 |
-
"version": "1.0.1",
|
325 |
-
"version_normalized": "1.0.1.0",
|
326 |
-
"source": {
|
327 |
-
"type": "git",
|
328 |
-
"url": "https://github.com/php-fig/http-message.git",
|
329 |
-
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
330 |
-
},
|
331 |
-
"dist": {
|
332 |
-
"type": "zip",
|
333 |
-
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
334 |
-
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
335 |
-
"shasum": ""
|
336 |
-
},
|
337 |
-
"require": {
|
338 |
-
"php": ">=5.3.0"
|
339 |
-
},
|
340 |
-
"time": "2016-08-06T14:39:51+00:00",
|
341 |
-
"type": "library",
|
342 |
-
"extra": {
|
343 |
-
"branch-alias": {
|
344 |
-
"dev-master": "1.0.x-dev"
|
345 |
-
}
|
346 |
-
},
|
347 |
-
"installation-source": "dist",
|
348 |
-
"autoload": {
|
349 |
-
"psr-4": {
|
350 |
-
"Psr\\Http\\Message\\": "src/"
|
351 |
-
}
|
352 |
-
},
|
353 |
-
"notification-url": "https://packagist.org/downloads/",
|
354 |
-
"license": [
|
355 |
-
"MIT"
|
356 |
-
],
|
357 |
-
"authors": [
|
358 |
-
{
|
359 |
-
"name": "PHP-FIG",
|
360 |
-
"homepage": "http://www.php-fig.org/"
|
361 |
-
}
|
362 |
-
],
|
363 |
-
"description": "Common interface for HTTP messages",
|
364 |
-
"homepage": "https://github.com/php-fig/http-message",
|
365 |
-
"keywords": [
|
366 |
-
"http",
|
367 |
-
"http-message",
|
368 |
-
"psr",
|
369 |
-
"psr-7",
|
370 |
-
"request",
|
371 |
-
"response"
|
372 |
-
]
|
373 |
-
},
|
374 |
-
{
|
375 |
-
"name": "ralouphie/getallheaders",
|
376 |
-
"version": "3.0.3",
|
377 |
-
"version_normalized": "3.0.3.0",
|
378 |
-
"source": {
|
379 |
-
"type": "git",
|
380 |
-
"url": "https://github.com/ralouphie/getallheaders.git",
|
381 |
-
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
382 |
-
},
|
383 |
-
"dist": {
|
384 |
-
"type": "zip",
|
385 |
-
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
386 |
-
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
387 |
-
"shasum": ""
|
388 |
-
},
|
389 |
-
"require": {
|
390 |
-
"php": ">=5.6"
|
391 |
-
},
|
392 |
-
"require-dev": {
|
393 |
-
"php-coveralls/php-coveralls": "^2.1",
|
394 |
-
"phpunit/phpunit": "^5 || ^6.5"
|
395 |
-
},
|
396 |
-
"time": "2019-03-08T08:55:37+00:00",
|
397 |
-
"type": "library",
|
398 |
-
"installation-source": "dist",
|
399 |
-
"autoload": {
|
400 |
-
"files": [
|
401 |
-
"src/getallheaders.php"
|
402 |
-
]
|
403 |
-
},
|
404 |
-
"notification-url": "https://packagist.org/downloads/",
|
405 |
-
"license": [
|
406 |
-
"MIT"
|
407 |
-
],
|
408 |
-
"authors": [
|
409 |
-
{
|
410 |
-
"name": "Ralph Khattar",
|
411 |
-
"email": "ralph.khattar@gmail.com"
|
412 |
-
}
|
413 |
-
],
|
414 |
-
"description": "A polyfill for getallheaders."
|
415 |
-
},
|
416 |
{
|
417 |
"name": "techcrunch/wp-async-task",
|
418 |
"version": "dev-master",
|
42 |
"sdk"
|
43 |
]
|
44 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
{
|
46 |
"name": "techcrunch/wp-async-task",
|
47 |
"version": "dev-master",
|
vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/AsyncClient.php
DELETED
@@ -1,53 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
4 |
-
*
|
5 |
-
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
|
6 |
-
* use, copy, modify, and distribute this software in source code or binary
|
7 |
-
* form for use in connection with the web services and APIs provided by
|
8 |
-
* Facebook.
|
9 |
-
*
|
10 |
-
* As with any software that integrates with the Facebook platform, your use
|
11 |
-
* of this software is subject to the Facebook Developer Principles and
|
12 |
-
* Policies [http://developers.facebook.com/policy/]. This copyright notice
|
13 |
-
* shall be included in all copies or substantial portions of the software.
|
14 |
-
*
|
15 |
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17 |
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
18 |
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19 |
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
20 |
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
21 |
-
* DEALINGS IN THE SOFTWARE.
|
22 |
-
*
|
23 |
-
*/
|
24 |
-
|
25 |
-
namespace FacebookAds\Object\ServerSide;
|
26 |
-
|
27 |
-
use FacebookAds\Api;
|
28 |
-
|
29 |
-
use GuzzleHttp\Client;
|
30 |
-
use GuzzleHttp\HandlerStack;
|
31 |
-
use GuzzleHttp\Handler\CurlHandler;
|
32 |
-
|
33 |
-
class AsyncClient extends Singleton {
|
34 |
-
protected $client = null;
|
35 |
-
|
36 |
-
public function __construct() {
|
37 |
-
$handler_stack = HandlerStack::create(new CurlHandler([
|
38 |
-
'options' => [
|
39 |
-
CURLOPT_CONNECTTIMEOUT => 10,
|
40 |
-
CURLOPT_TIMEOUT => 60,
|
41 |
-
CURLOPT_RETURNTRANSFER => true,
|
42 |
-
CURLOPT_HEADER => true,
|
43 |
-
CURLOPT_CAINFO => Api::instance()->getHttpClient()->getCaBundlePath(),
|
44 |
-
]
|
45 |
-
]));
|
46 |
-
|
47 |
-
$this->client = new Client(['handler' => $handler_stack]);
|
48 |
-
}
|
49 |
-
|
50 |
-
public function getClient() {
|
51 |
-
return $this->client;
|
52 |
-
}
|
53 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/BatchProcessor.php
DELETED
@@ -1,121 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
|
4 |
-
*
|
5 |
-
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
|
6 |
-
* use, copy, modify, and distribute this software in source code or binary
|
7 |
-
* form for use in connection with the web services and APIs provided by
|
8 |
-
* Facebook.
|
9 |
-
*
|
10 |
-
* As with any software that integrates with the Facebook platform, your use
|
11 |
-
* of this software is subject to the Facebook Developer Principles and
|
12 |
-
* Policies [http://developers.facebook.com/policy/]. This copyright notice
|
13 |
-
* shall be included in all copies or substantial portions of the software.
|
14 |
-
*
|
15 |
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
-
|