Bemaged_Contacts - Version 1.0.1

Version Notes

Updated PHP Version

Download this release

Release Info

Developer Matthijs IJsseldijk
Extension Bemaged_Contacts
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Bemaged/Contacts/Helper/Data.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
  /**
3
- * Bemaged_SubcategoryGrid
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
  * This source file is subject to the Open Software License (OSL 3.0)
8
  * http://opensource.org/licenses/OSL-3.0
9
  *
10
- * @package Bemaged_SubcategoryGrid
11
- * @copyright Copyright (c) 2014 Matthijs IJsseldijk (http://www.bemaged.com)
12
  * @author Matthijs IJsseldijk <hello@bemaged.com>
13
  * @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
14
  */
1
  <?php
2
  /**
3
+ * Bemaged_Contacts
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
  * This source file is subject to the Open Software License (OSL 3.0)
8
  * http://opensource.org/licenses/OSL-3.0
9
  *
10
+ * @package Bemaged_Contacts
11
+ * @copyright Copyright (c) 2015 Matthijs IJsseldijk (http://www.bemaged.com)
12
  * @author Matthijs IJsseldijk <hello@bemaged.com>
13
  * @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
14
  */
app/code/community/Bemaged/Contacts/etc/adminhtml.xml CHANGED
@@ -4,11 +4,11 @@
4
  * Bemaged Contacts Extension
5
  *
6
  * @category Extension
7
- * @copyright Copyright (c) 2014 Bemaged (http://www.bemaged.com)
8
  * @author Matthijs IJsseldijk (hello@bemaged.com)
9
  * @license
10
  * @terms of use
11
- * @version Release: 1.0.0
12
  * @since Class available since Release 1.0.0
13
  */
14
  -->
4
  * Bemaged Contacts Extension
5
  *
6
  * @category Extension
7
+ * @copyright Copyright (c) 2015 Bemaged (http://www.bemaged.com)
8
  * @author Matthijs IJsseldijk (hello@bemaged.com)
9
  * @license
10
  * @terms of use
11
+ * @version Release: 1.0.1
12
  * @since Class available since Release 1.0.0
13
  */
14
  -->
app/code/community/Bemaged/Contacts/etc/config.xml CHANGED
@@ -9,7 +9,7 @@
9
  * http://opensource.org/licenses/OSL-3.0
10
  *
11
  * @package Bemaged_Contacts
12
- * @copyright Copyright (c) 2014 BeMaged eCommerce (http://www.bemaged.com)
13
  * @author Matthijs IJsseldijk <hello@bemaged.com>
14
  * @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
15
  */
@@ -17,7 +17,7 @@
17
  <config>
18
  <modules>
19
  <Bemaged_Contacts>
20
- <version>1.0.0</version>
21
  </Bemaged_Contacts>
22
  </modules>
23
  <global>
9
  * http://opensource.org/licenses/OSL-3.0
10
  *
11
  * @package Bemaged_Contacts
12
+ * @copyright Copyright (c) 2015 BeMaged eCommerce (http://www.bemaged.com)
13
  * @author Matthijs IJsseldijk <hello@bemaged.com>
14
  * @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
15
  */
17
  <config>
18
  <modules>
19
  <Bemaged_Contacts>
20
+ <version>1.0.1</version>
21
  </Bemaged_Contacts>
22
  </modules>
23
  <global>
app/code/community/Bemaged/Contacts/etc/system.xml CHANGED
@@ -9,7 +9,7 @@
9
  * http://opensource.org/licenses/OSL-3.0
10
  *
11
  * @package Bemaged_Contacts
12
- * @copyright Copyright (c) 2014 Matthijs IJsseldijk (http://www.bemaged.com)
13
  * @author Matthijs IJsseldijk <hello@bemaged.com>
14
  * @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
15
  */
@@ -23,7 +23,7 @@
23
  </tabs>
24
  <sections>
25
  <bemaged_contacts module="bemaged_contacts" translate="label">
26
- <label>Bemaged Contacts 1.0.0</label>
27
  <tab>bemagedtab</tab>
28
  <frontend_type>text</frontend_type>
29
  <sort_order>1000</sort_order>
9
  * http://opensource.org/licenses/OSL-3.0
10
  *
11
  * @package Bemaged_Contacts
12
+ * @copyright Copyright (c) 2015 Matthijs IJsseldijk (http://www.bemaged.com)
13
  * @author Matthijs IJsseldijk <hello@bemaged.com>
14
  * @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
15
  */
23
  </tabs>
24
  <sections>
25
  <bemaged_contacts module="bemaged_contacts" translate="label">
26
+ <label>Bemaged Contacts 1.0.1</label>
27
  <tab>bemagedtab</tab>
28
  <frontend_type>text</frontend_type>
29
  <sort_order>1000</sort_order>
app/design/frontend/base/default/template/bemaged/contacts/map.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package bemaged_contacts
23
- * @copyright Copyright (c) 2014 BeMaged (http://www.bemaged.com)
24
  * @author Matthijs IJsseldijk (hello@bemaged.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
20
  *
21
  * @category design
22
  * @package bemaged_contacts
23
+ * @copyright Copyright (c) 2015 BeMaged (http://www.bemaged.com)
24
  * @author Matthijs IJsseldijk (hello@bemaged.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Bemaged_Contacts</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -10,11 +10,11 @@
10
  <description>Do you want to provide your customers with accurate and detailed information about your stores location? Add a Google Map to the Magento Contact Us page right from the Admin Panel.&#xD;
11
  &#xD;
12
  This extension allows you to display a map on the Magento Contact Us page. Simply install the module and enable it. In your admin panel there will be a field to enter the URL from Google Maps iframe to your location. After saving it this map will be displayed below the Magento Contact Form.</description>
13
- <notes>Initial Release</notes>
14
  <authors><author><name>Matthijs IJsseldijk</name><user>BeMaged</user><email>hello@bemaged.com</email></author></authors>
15
- <date>2014-12-14</date>
16
- <time>12:10:01</time>
17
- <contents><target name="magecommunity"><dir name="Bemaged"><dir name="Contacts"><dir name="Helper"><file name="Data.php" hash="7ba487618384cfac1bb14dabdf697957"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8be34b7f589365eaaed3eb4c4c53ee61"/><file name="config.xml" hash="b4c7ec0623257bc8d01013fb5546fd88"/><file name="system.xml" hash="b654d29b297f5519ac1cf733a5e6f935"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Bemaged_Contacts.xml" hash="5dc8a92f39e957d4bc4bda1f06fbb0d0"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="bemaged"><file name="bemaged_contacts.xml" hash="0c5ff8cd4ae1b02808cc75a4789c481f"/></dir></dir><dir name="template"><dir name="bemaged"><dir name="contacts"><file name="map.phtml" hash="96b7b849a52b3b30c1b6e0c00478f9e1"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Bemaged_Contacts.csv" hash="3fd274d4583814632264d1d1eb803ee7"/></dir></target></contents>
18
  <compatible/>
19
- <dependencies><required><php><min>5.2.0</min><max>5.5.0</max></php></required></dependencies>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Bemaged_Contacts</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
10
  <description>Do you want to provide your customers with accurate and detailed information about your stores location? Add a Google Map to the Magento Contact Us page right from the Admin Panel.&#xD;
11
  &#xD;
12
  This extension allows you to display a map on the Magento Contact Us page. Simply install the module and enable it. In your admin panel there will be a field to enter the URL from Google Maps iframe to your location. After saving it this map will be displayed below the Magento Contact Form.</description>
13
+ <notes>Updated PHP Version</notes>
14
  <authors><author><name>Matthijs IJsseldijk</name><user>BeMaged</user><email>hello@bemaged.com</email></author></authors>
15
+ <date>2015-04-24</date>
16
+ <time>08:58:12</time>
17
+ <contents><target name="magecommunity"><dir name="Bemaged"><dir name="Contacts"><dir name="Helper"><file name="Data.php" hash="69b1f67ab07549aafe6fe99e26139e25"/></dir><dir name="etc"><file name="adminhtml.xml" hash="b5e1026e7f805d22c7c183a6a20c8553"/><file name="config.xml" hash="8362994f165ddd09e1865ec34186d3c2"/><file name="system.xml" hash="1d6eb57277ae0a7bb99331989900dc1c"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Bemaged_Contacts.xml" hash="5dc8a92f39e957d4bc4bda1f06fbb0d0"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="bemaged"><file name="bemaged_contacts.xml" hash="0c5ff8cd4ae1b02808cc75a4789c481f"/></dir></dir><dir name="template"><dir name="bemaged"><dir name="contacts"><file name="map.phtml" hash="8a4bd3dffd801392aeb3d309979faf3f"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Bemaged_Contacts.csv" hash="3fd274d4583814632264d1d1eb803ee7"/></dir></target></contents>
18
  <compatible/>
19
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
20
  </package>