Version Notes
Full Multilingual Support and Bug Fixes
Download this release
Release Info
Developer | Roy_Toledo |
Extension | SocialShareOG |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
app/code/community/SocialShare/OpenGraphTags/etc/system.xml
CHANGED
@@ -70,24 +70,6 @@
|
|
70 |
</fb_admins>
|
71 |
</fields>
|
72 |
</facebook>
|
73 |
-
<twitter>
|
74 |
-
<label>Twitter</label>
|
75 |
-
<sort_order>30</sort_order>
|
76 |
-
<show_in_default>1</show_in_default>
|
77 |
-
<show_in_website>1</show_in_website>
|
78 |
-
<show_in_store>1</show_in_store>
|
79 |
-
<fields>
|
80 |
-
<account translate="label">
|
81 |
-
<label>Tweeter Account</label>
|
82 |
-
<comment><![CDATA[ Open a <a target="_blank" href="http://twitter.com/">Twitter Account</a>]]></comment>
|
83 |
-
<frontend_type>text</frontend_type>
|
84 |
-
<sort_order>52</sort_order>
|
85 |
-
<show_in_default>1</show_in_default>
|
86 |
-
<show_in_website>1</show_in_website>
|
87 |
-
<show_in_store>1</show_in_store>
|
88 |
-
</account>
|
89 |
-
</fields>
|
90 |
-
</twitter>
|
91 |
</groups>
|
92 |
</opengraphtags>
|
93 |
</sections>
|
70 |
</fb_admins>
|
71 |
</fields>
|
72 |
</facebook>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
</groups>
|
74 |
</opengraphtags>
|
75 |
</sections>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SocialShareOG</name>
|
4 |
-
<version>2.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
@@ -9,10 +9,10 @@
|
|
9 |
<summary>Open Graph Tags support for magento store</summary>
|
10 |
<description>This extention provides Open Graph Tags support for magento store and enables the use of Open Graph analitics and more advanced social Addons</description>
|
11 |
<notes>Full Multilingual Support and Bug Fixes</notes>
|
12 |
-
<authors><author><name>
|
13 |
<date>2013-02-02</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="SocialShare"><dir name="OpenGraphTags"><dir name="Helper"><file name="Data.php" hash="0d955fa9a94fddc4e5fe8b6c87f1cece"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Localization.php" hash="124bfcf8e6be20123772da9c5c458989"/></dir></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d9864cf4645ba6cc01f1e8d04a4bd735"/><file name="config.xml" hash="e354c871847c66b08376f0446c7512d5"/><file name="system.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SocialShareOG</name>
|
4 |
+
<version>2.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Open Graph Tags support for magento store</summary>
|
10 |
<description>This extention provides Open Graph Tags support for magento store and enables the use of Open Graph analitics and more advanced social Addons</description>
|
11 |
<notes>Full Multilingual Support and Bug Fixes</notes>
|
12 |
+
<authors><author><name>Roy_Toledo</name><user>Roy_Toledo</user><email>toledoroy@gmail.com</email></author></authors>
|
13 |
<date>2013-02-02</date>
|
14 |
+
<time>22:42:45</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="SocialShare"><dir name="OpenGraphTags"><dir name="Helper"><file name="Data.php" hash="0d955fa9a94fddc4e5fe8b6c87f1cece"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Localization.php" hash="124bfcf8e6be20123772da9c5c458989"/></dir></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d9864cf4645ba6cc01f1e8d04a4bd735"/><file name="config.xml" hash="e354c871847c66b08376f0446c7512d5"/><file name="system.xml" hash="146cfccd1058c6438a2def18897b4d95"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="OpenGraphTags.xml" hash="1d5d69364bbee107d37fb128511ee94a"/></dir><dir name="template"><dir name="socialshare"><file name="head.phtml" hash="23e5ab205f5d6c46eb60f98dce129f25"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="SocialShare_OpenGraphTags.xml" hash="820d4be224ecac5ad1ba1a7e23cb7b55"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|