Skip to content

Commit

Permalink
Load plugin scripts from <head/>
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeimg committed Sep 11, 2018
1 parent 0fe6b93 commit 5b6cef1
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
Empty file modified Helper/Notifications.php
100755 → 100644
Empty file.
Empty file modified Model/TrustpilotTrustbox.php
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trustpilot/module-reviews",
"description": "The Trustpilot Review extension makes it simple and easy for merchants to collect reviews from their customers to power their marketing efforts, increase sales conversion, build their online reputation and draw business insights.",
"type": "magento2-module",
"version": "1.0.216",
"version": "1.0.218",
"license": [
"OSL-3.0"
],
Expand Down
Empty file modified etc/adminhtml/events.xml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ConnectUrl>https://ecommerce-invitations.b2b.trustpilot.com/#/magento</ConnectUrl>
<SnippetUrl>https://businessapp.b2b.trustpilot.com/#/integrations/trustbox/library</SnippetUrl>
<PreviewUrl>//ecommplugins-scripts.trustpilot.com/</PreviewUrl>
<ReleaseNumber>1.0.216</ReleaseNumber>
<ReleaseNumber>1.0.218</ReleaseNumber>
<key></key>
</general>
</trustpilotGeneral>
Expand Down
Empty file modified etc/module.xml
100755 → 100644
Empty file.
Empty file modified registration.php
100755 → 100644
Empty file.
Empty file modified view/adminhtml/templates/system/config/label/message.phtml
100755 → 100644
Empty file.
Empty file modified view/adminhtml/web/css/trustpilot-message.css
100755 → 100644
Empty file.
Empty file modified view/adminhtml/web/js/bowser.min.js
100755 → 100644
Empty file.
Empty file modified view/adminhtml/web/js/wgxpath.install.js
100755 → 100644
Empty file.
Empty file modified view/frontend/layout/catalog_category_view.xml
100755 → 100644
Empty file.
Empty file modified view/frontend/layout/catalog_product_view.xml
100755 → 100644
Empty file.
Empty file modified view/frontend/layout/checkout_onepage_success.xml
100755 → 100644
Empty file.
Empty file modified view/frontend/layout/cms_index_index.xml
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<referenceContainer name="header.container">
<block class="Trustpilot\Reviews\Block\Head" name="trustpilot.header.head" as="trustpilot.header.head" template="Trustpilot_Reviews::header/head.phtml"/>
<referenceContainer name="head.additional">
<block class="Trustpilot\Reviews\Block\Head" name="trustpilot.head.head" as="trustpilot.head.head" template="Trustpilot_Reviews::head/head.phtml"/>
</referenceContainer>
<head>
<css src="Trustpilot_Reviews::css/trustpilot.css"/>
Expand Down
File renamed without changes.
Empty file modified view/frontend/templates/order/success.phtml
100755 → 100644
Empty file.
Empty file modified view/frontend/web/js/wgxpath.install.js
100755 → 100644
Empty file.

0 comments on commit 5b6cef1

Please sign in to comment.