Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jayelkaake committed Nov 16, 2015
1 parent c5d97a5 commit f25432d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/code/community/TBT/Enhancedgrid/Block/Widget/Loyalty.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php

/**
* This class passes information about current version of Enhancedgrid being run to the Magecredit server.
* This class passes information about current version of Enhancedgrid being run to the Sweet Tooth server.
* All information is confidential and never distributed to any third priorities.
*
* @category Wellfounded
* @author Magecredit Team <[email protected]>
* @category TBT
*
* @author Sweet Tooth Team <[email protected]>
*/
class TBT_Enhancedgrid_Block_Widget_Loyalty extends Mage_Adminhtml_Block_Template
{
public function _toHtml()
{
$html = <<<FEED
<!-- You can remove it if you want though it's what helps pay for support of the free and open source module. -->
<!-- See https://github.com/jayelkaake/enhancedgrid for more info. -->
<!-- Visit http://www.sweettoothrewards.com/m for information about this frame. You can remove it if you want. -->
<iframe src="{$this->_getLoyaltyUrl()}" marginwidth="0" marginheight="0"
align="middle" frameborder="0"
scrolling="no" style="width: 500px; float: left; height: 22px;">
Expand Down Expand Up @@ -48,7 +48,7 @@ protected function _getLoyaltyUrl()

protected function _getBaseLoyaltyUrl()
{
$url = 'https://www.magecredit.com/m/';
$url = 'https://www.sweettoothrewards.com/m/';

//@nelkaake: If the page is supposed to be HTTPS and the AJAX call is not HTTPS, add HTTPS
// if it's HTTP and the url returned HTTPS, remove HTTPS
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/TBT/Enhancedgrid/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<TBT_Enhancedgrid>
<version>1.3.4.1</version>
<version>1.3.4.2</version>
</TBT_Enhancedgrid>
</modules>
<admin>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jayelkaake/enhancedgrid",
"type": "magento-module",
"version": "1.3.4",
"version": "1.3.4.2",
"description":"Improves the existing Magento admin product management grid. It adds some useful, customizable features to the admin product management grid including new columns and tools.",
"authors":[
{
Expand Down

0 comments on commit f25432d

Please sign in to comment.