laravel-ads-sdk icon indicating copy to clipboard operation
laravel-ads-sdk copied to clipboard

PHP SDK for Google Ads, Bing Ads, and Facebook Ads API for Laravel

Results 17 laravel-ads-sdk issues
Sort by recently updated
recently updated
newest added

I received this email today, letting me know that January 25, 2023 they will deprecate anything lower than v14. This lib currently uses v13, so it'd be good to get...

Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) to 10.2.7 and updates ancestor dependency [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together. Updates `cacheable-request` from 6.1.0 to 10.2.7 Release notes Sourced from cacheable-request's releases. v10.2.6 Fix...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

When using `php artisan laravelads:token:generate --service=GoogleAds`, the OOB flow will be used by setting the redirect URL to "urn:ietf:wg:oauth:2.0:oob". This has been deprecated and removed by Google (https://developers.google.com/identity/protocols/oauth2/resources/oob-migration#overview), especially for...