Upgrade AdWords API from version v201609 to v201705 - api

I am using Adwords API version of v201609 and want to upgrade the version to v201705. I have downloaded the API integration folder from [https://github.com/googleads/googleads-php-lib][1]
In my version v201609, I used below code and in the new version v201705 there is no folder structure like this.
require_once getcwd() . '/protected/adv20169/examples/AdWords/v201609/init.php';
require_once getcwd() . '/protected/adv20169/src/Google/Api/Ads/AdWords/Util/v201609/ReportUtils.php';
If anyone can help me with the step by step instruction to upgrade the Adwords API from version version v201609 to v201705, that would be helpful. Can't find such an instruction while google it.

The library seems to have been changed.
Here is new ads PHP client library upgrade guide.
https://github.com/googleads/googleads-php-lib/blob/cfc0c930a4b4063042d0553e5a31b57b619982a6/UPGRADING.md

Related

Is there any way to call and use auth0 sdk libraries in chrome extension mv3 background.js file

Trying convert chrome extension v2 to v3 . Since background.js is a service worker now ,i'm not able to use auth0-spa libraries in it. Is there any workaround to use auth0/auth0-spa libraries in background.js . Any help would be much appreciated

Prestashop upgrade from 1.7.1.2 to new version

Can Someone tell me the proper process to upgrade Prestashop 1.7.1.2 to the new version? I have to upgrade my Prestashop version because the PHP version I was using was outdated, so I have upgraded my PHP version. After I upgraded my PHP version, my Prestashop 1.7.1.2 backend didn't open. Because this version of PrestaShop won't support the latest PHP version. I don't want to use outdated PHP version also because my hosting provider charges me a lot.
It would be great, I can upgrade my PrestaShop. So, I need a proper step by step process to upgrade Prestashop.
Also, how do I change my shop into maintenance mode by changing the code? Keep in mind, my backend won't open. I have to change it programmatically.
I already have done a lot of google searches and won't get the proper procedures.
To disable your shop from the database, go to the configuration table and
search where name = PS_SHOP_ENABLE, set this to NULL.

Crafting items using MineCraft Forge 1.12

Since forge has changed from 1.18/1.11 to 1.12, I need some examples of how to code with the new framework in regards to tools/weopons
After a painful trial of trying to figure out how to register items in the new version of Forge for 1.12, I have attached a link to my Github repository that outlines how to register new items, jsut go to the link below:
Minecraft forge 1.12 crafting project
Forge from version 1.8 - 1.12 has changed a lot.
Hope this helps

Import from Shopify

Do you plan to release a new version of this module? I am trying to use, but there is something wrong. Maybe am I missing something?
My VirtoCommerce Core version is 2.4 and the module have Core 2.3 version dependency. After a sucessfull installation, the admin does not load properly.
If I remove the module from Platform/Modules folder, the admin load correctly again.
http://imgur.com/a/hk0sB#2
Thank you, in advance.
Yes, the module is now updated but haven't made it to the app store yet. Here is the link to the new version: Direct link to 2.4 version
http://virtocommerce.blob.core.windows.net/catalog/Altsoft.ShopifyImport_2.4.0.zip

Is the latest Dojo 1.6.1 included in the Google Libraries?

When i try to use the statement google.load("dojo", "1.6.1") in a web app I am developing, I receive the error:
Module: 'dojo' with version '1.6.1' not found!
This latest version of dojo, enables a certain amount of support for IE 9.0, and that is why I need to reference it. Is this supported by Google as a library? Either way, if anyone has suggestions as to how I can work around this?
1.6.1 is not yet in the Google ajax library repositories. See the latest version note here. I'm sure it will be within a day or two. There is a note on the dojo download page in big red letters saying that the CDN's are still behind on 1.6.0 and saying where to get notified when they are updated.
You can always use the "1.6" nomenclature to always have the latest version and your app will move up to 1.6.1 as soon as it hits the Google CDN. If a couple days is really going to make or break you you should consider compiling and using your own local version. Dojo makes this really easy.