forked from TriggeredMessaging/digitalDataMagentoExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
37 lines (37 loc) · 4.2 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<package>
<name>W3CDigitalDataLayerByTriggeredMessaging</name>
<version>0.3.13</version>
<stability>stable</stability>
<license uri="http://opensource.org/licenses/apachepl.php">Apache Software License v2</license>
<channel>community</channel>
<extends/>
<summary>Adds the W3C Digital Data Layer spec to your store.</summary>
<description>Adds the W3C Digital Data Layer to Magento. The Digital Data Layer (DDL) is a standardised way of exposing data on your eCommerce site. If you implement to the specification, it will mean that you will not have to duplicate your work to expose data to multiple providers (e.g. an analytics provider and a tag management provider).
The plugin also allows easy installation of Fresh Relevance scripts in your store.

Any bugs or support requests should be raised here:

https://github.com/TriggeredMessaging/digitalDataMagentoExtension/issues</description>
<notes>All basic features included.
- It can handle full page caching.
- Exception handling has been added.
- Removed empty objects and arrays; Removed duplicated subcategories.
- Added product data for products on category and search pages.
- Fixed issue where configurable products have multiple product entries, and incorrect prices, in the cart object.
- Added more data into digitalData object so websites can be debugged.
- Configurable products have each of their configurations listed under 'linkedProduct'.
- Fixed bug that was breaking some styling.
- Added 'pageName' attribute and fixed type of 'returningStatus' object.
- Tweaks to configuration panel and default values.
- List of all installed non-Magento extensions are exposed (for debug purposes)
- Products associated with a Grouped Product have been included.
- Minimum prices of grouped and bundled products can be extracted.
- Output of debug data can now be controlled through admin configuration panel.</notes>
<authors><author><name>Muhammed Miah</name><user>momiah1234</user><email>muhammed.miah@triggeredmessaging.com</email></author><author><name>Triggered Messaging</name><user>tmsdemo</user><email>demostore@triggeredmessaging.com</email></author><author><name>Mike Austin</name><user>tmsdemo</user><email>dev@triggeredmessaging.com</email></author></authors>
<date>2015-11-03</date>
<time>10:57:44</time>
<contents><target name="magecommunity"><dir name="TriggeredMessaging"><dir name="DigitalDataLayer"><dir name="Block"><file name="Ddl.php" hash="6984c9b437d69814e51b1b2258239b01"/></dir><dir name="Helper"><file name="Data.php" hash="43a068106264bffb881f7428de3b6c8f"/></dir><dir name="Model"><dir name="Container"><file name="Ddl.php" hash="c17548db4692e419e413031fcc1043e1"/></dir><file name="Observer.php" hash="e700c98596060292286877ee0b2cf02e"/><dir name="Page"><file name="Observer.php" hash="543e5c2e7d6aa01e48285b4ad4856db4"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Productattributes.php" hash="93312ce69f938cab2abffa7e993b531a"/><file name="Stockexposure.php" hash="d7a5471997b50e82da81152ce50f48d8"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c611a06d1b306829bdd4b162fab70a8b"/><file name="cache.xml" hash="1b6658073a8126cd655cb18109559f49"/><file name="config.xml" hash="7b9f0636f0847b73793340b2da91d286"/><file name="system.xml" hash="8ea62e7c51f93338f7f8a867fbe6fb33"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="triggeredmessaging"><file name="digital_data_layer.phtml" hash="18c5ea8d7c1c879c6ad7adb95b3cd9bc"/><file name="digital_data_layer_after_content.phtml" hash="5e49412626a8d8f65b0ac6de4761db60"/></dir></dir><dir name="layout"><dir name="triggeredmessaging"><file name="digital_data_layer.xml" hash="96163fc1757cc99cc7bf958eb8e315b9"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TriggeredMessaging_DigitalDataLayer.xml" hash="cfc3b1bff54f3e1f224f120e536bc411"/></dir></target></contents>
<compatible/>
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
</package>