Version Notes
Built a stable version 1.0.3
Download this release
Release Info
Developer | PushAssist Team |
Extension | Webpushnotification_Pushassist |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/code/community/Webpushnotification/Pushassist/Block/Script.php
CHANGED
@@ -4,12 +4,14 @@ class Webpushnotification_Pushassist_Block_Script extends Mage_GoogleAnalytics_B
|
|
4 |
protected function _toHtml() {
|
5 |
|
6 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
7 |
-
|
8 |
if($account_response['error'] == '' && $account_response){
|
|
|
9 |
$jsPath=$account_response['jsPath'];
|
10 |
-
$html
|
11 |
-
|
12 |
}
|
|
|
13 |
}
|
14 |
|
15 |
}
|
4 |
protected function _toHtml() {
|
5 |
|
6 |
$account_response = Mage::helper('pushassist')->get_account_details();
|
7 |
+
$html=parent::_toHtml();
|
8 |
if($account_response['error'] == '' && $account_response){
|
9 |
+
|
10 |
$jsPath=$account_response['jsPath'];
|
11 |
+
$html .= '<script src="'.$jsPath.'"></script>';
|
12 |
+
|
13 |
}
|
14 |
+
return $html;
|
15 |
}
|
16 |
|
17 |
}
|
app/code/community/Webpushnotification/Pushassist/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Webpushnotification_Pushassist>
|
5 |
-
<version>1.0.
|
6 |
</Webpushnotification_Pushassist>
|
7 |
</modules>
|
8 |
<global>
|
@@ -15,7 +15,7 @@
|
|
15 |
<pushassist>
|
16 |
<class>Webpushnotification_Pushassist_Block</class>
|
17 |
</pushassist>
|
18 |
-
|
19 |
<rewrite>
|
20 |
<ga>Webpushnotification_Pushassist_Block_Script</ga>
|
21 |
</rewrite>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Webpushnotification_Pushassist>
|
5 |
+
<version>1.0.3</version>
|
6 |
</Webpushnotification_Pushassist>
|
7 |
</modules>
|
8 |
<global>
|
15 |
<pushassist>
|
16 |
<class>Webpushnotification_Pushassist_Block</class>
|
17 |
</pushassist>
|
18 |
+
<googleanalytics>
|
19 |
<rewrite>
|
20 |
<ga>Webpushnotification_Pushassist_Block_Script</ga>
|
21 |
</rewrite>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Webpushnotification_Pushassist</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>devel</stability>
|
6 |
<license uri="https://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Push Notification Delivery & Analytics for Websites and Mobile. Send Push Notifications to your customers and store visitors.</summary>
|
10 |
<description>Quickly Send push notifications from desktop or mobile websites to your site users. Powerful APIs and tools that allow you to send, receive and track push messages. Set up trigger marketing campaigns, schedule push notification and much more. Quick 5 minutes setup to implement push notifications for ANY website.</description>
|
11 |
-
<notes>Built a stable version 1.0.
|
12 |
<authors><author><name>PushAssist Team</name><user>PushAssist</user><email>support@pushassist.com</email></author></authors>
|
13 |
-
<date>2016-06-
|
14 |
-
<time>13:
|
15 |
-
<contents><target name="magecommunity"><dir name="Webpushnotification"><dir name="Pushassist"><dir name="Block"><dir name="Adminhtml"><file name="Campaign.php" hash="df4a8dc02241f6b486ec539bc2e71370"/><file name="Createaccount.php" hash="2775e933f8b780e022fa3ff0b88b076e"/><file name="Createcampaign.php" hash="318eb9deab2bfc9a8c4cad81449aaf0f"/><file name="Createsegments.php" hash="94ef9183a9c9a56bfb3dece4c4e97fce"/><file name="Dashboard.php" hash="56e56097a9ec2421218ef8d54e8a5e36"/><file name="Notificationmain.php" hash="c5407e7f33659982ce1e12287e96b541"/><file name="Notificationsend.php" hash="c82ebd53ae7efb4c24cb168e75e8ed44"/><file name="Segments.php" hash="2b4bb8731d1ffc0509210e4b0526e247"/><file name="Subscribers.php" hash="7698cd83f156fac6ddea9219716508a5"/></dir><file name="Script.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Webpushnotification_Pushassist</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>devel</stability>
|
6 |
<license uri="https://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Push Notification Delivery & Analytics for Websites and Mobile. Send Push Notifications to your customers and store visitors.</summary>
|
10 |
<description>Quickly Send push notifications from desktop or mobile websites to your site users. Powerful APIs and tools that allow you to send, receive and track push messages. Set up trigger marketing campaigns, schedule push notification and much more. Quick 5 minutes setup to implement push notifications for ANY website.</description>
|
11 |
+
<notes>Built a stable version 1.0.3</notes>
|
12 |
<authors><author><name>PushAssist Team</name><user>PushAssist</user><email>support@pushassist.com</email></author></authors>
|
13 |
+
<date>2016-06-14</date>
|
14 |
+
<time>13:25:59</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Webpushnotification"><dir name="Pushassist"><dir name="Block"><dir name="Adminhtml"><file name="Campaign.php" hash="df4a8dc02241f6b486ec539bc2e71370"/><file name="Createaccount.php" hash="2775e933f8b780e022fa3ff0b88b076e"/><file name="Createcampaign.php" hash="318eb9deab2bfc9a8c4cad81449aaf0f"/><file name="Createsegments.php" hash="94ef9183a9c9a56bfb3dece4c4e97fce"/><file name="Dashboard.php" hash="56e56097a9ec2421218ef8d54e8a5e36"/><file name="Notificationmain.php" hash="c5407e7f33659982ce1e12287e96b541"/><file name="Notificationsend.php" hash="c82ebd53ae7efb4c24cb168e75e8ed44"/><file name="Segments.php" hash="2b4bb8731d1ffc0509210e4b0526e247"/><file name="Subscribers.php" hash="7698cd83f156fac6ddea9219716508a5"/></dir><file name="Script.php" hash="75921c5e715595bd5c0eba1695338fab"/></dir><dir name="Helper"><file name="Data.php" hash="03864fd3c190f35a69b9cc63b4328900"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Pushassist"><file name="CampaignController.php" hash="e559d83bcebede0ddb1402ef694fea1f"/><file name="CampaignlistController.php" hash="693d94b5c087f2f1339ea192df4c10ab"/><file name="CreateaccountController.php" hash="2d2ade7317c1bbb9f5a70c9556f708cf"/><file name="CreatecampaignController.php" hash="50f14a68cc26ba3fcbc55207f9612aa6"/><file name="CreatesegmentsController.php" hash="b2e45413a9bdb163d35a84896f8a2173"/><file name="DashboardController.php" hash="cbd8c12f1d2ca2072944bb80b1cd2d88"/><file name="NotificationmainController.php" hash="319b0b896ce243f64ccb7aa12f130ef0"/><file name="NotificationsendController.php" hash="8b912d9c2cfd224bd05657eb36b7b360"/><file name="SegmentsController.php" hash="8d366c16f7e8817413e0492a919ce61d"/><file name="SubscribersController.php" hash="7c941c29948e69b6aabd90b44e4a63fa"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="605763139b7fdbcdd1722ecec3ed32eb"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Webpushnotification_Pushassist.xml" hash="d32b8e99774c18aa5aab352cfdd06e96"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="pushassist.xml" hash="908faa1ccc71566b48ae90bfe7fe1698"/></dir><dir name="template"><dir name="pushassist"><file name="campaign.phtml" hash="92cfdc7b4fa573c48301cb78a155434d"/><file name="create_account.phtml" hash="4b64e8014eabd75e3f42887b5e2c6175"/><file name="createcampaign.phtml" hash="b154baf3b6e9deb7b210041924091b11"/><file name="createsegments.phtml" hash="1d1b46f22008d391beff7b5535a87561"/><file name="dashboard.phtml" hash="b87a98822180471666e4d455835f1d08"/><file name="notification.phtml" hash="dfc090e8f23aba03a08fb8f1114032a6"/><file name="segments.phtml" hash="3f2ca2282c12028085eeabc4863eee78"/><file name="sendnotification.phtml" hash="f311bc6b71f317f522f37a756fc6afba"/><file name="subscribers.phtml" hash="aaeaba23554e3baaae56ef152876542f"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="pushassist"><file name="5122pushassist_default.png" hash="052f22a579eff08d9b203c7c905c2ea8"/><file name="7991logo.png" hash="da2f3a6c26048c151dd8d06f709e801e"/><file name="campaign.png" hash="fb1f5604466870a9f35dcd62eb6c562f"/><file name="content_base.css" hash="740a7345d330d036ededc2ced7ac9a08"/><dir name="images"><file name="btn_bg.gif" hash="37c51a4d48a92da9648dcd3ca011039f"/></dir><file name="notification_setting.png" hash="8bf9fbc3ef19ab67e1da8f3849d53a9f"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="pushassist"><file name="bootstrap-datetimepicker.js" hash="3476fc7070ebef66f2c3a6c1c7f3a408"/><file name="bootstrap-select.js" hash="1b4396af90dda85e5e06782133aaa443"/><file name="bootstrap.min.js" hash="8c237312864d2e4c4f03544cd4f9b195"/><file name="jquery.min.js" hash="8101d596b2b8fa35fe3a634ea342d7c3"/><file name="plugins.js" hash="d671d70560ecac1b27b328f643f76fc2"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|