Plugin Directory

Changeset 1164985


Ignore:
Timestamp:
05/21/2015 01:26:15 PM (11 years ago)
Author:
nebelhorn
Message:

0.8.5.2

  • Fix push alert message
Location:
yournewsapp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • yournewsapp/trunk/nh_ynaa_plugin.php

    r1164928 r1164985  
    22/*
    33Plugin Name: Blappsta Plugin
    4 Version: 0.8.5.1
     4Version: 0.8.5.2
    55
    66Plugin URI: http://wordpress.org/plugins/yournewsapp/
     
    2121//Temp fix folder problem
    2222global $nh_ynaa_version;
    23 $nh_ynaa_version = "0.8.5.1";
     23$nh_ynaa_version = "0.8.5.2";
    2424global $nh_ynaa_db_version;
    2525$nh_ynaa_db_version=1.2;
     
    60556055                        jQuery('#nh-push-dialog span').hide();
    60566056
    6057                         if(data.substr(0,7)=='nomodul' || true){   
     6057                        if(data.substr(0,7)=='nomodul' ){   
    60586058                           
    60596059                           
     
    60726072                               
    60736073                                window.open( data.substr(8));
    6074                                 alert( "Error on send push. Errorcode: 1001. Please allow Pop-Up window to send push" );
     6074                                alert( "Error on send push. Errorcode: 1001. Please allow Pop-Up window to send push." );
    60756075                              });
    60766076                           
  • yournewsapp/trunk/readme.txt

    r1164924 r1164985  
    66Requires at least: 3.0
    77Tested up to: 4.2.2
    8 Stable tag: 0.8.5.1
     8Stable tag: 0.8.5.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676
    7777== Change Log ==
     78= 0.8.5.2 =
     79- Fix push alert message
     80
    7881= 0.8.5.1 =
    7982- Fix send push over curl
     
    376379 
    377380== Upgrade Notice ==
     381= 0.8.5.2 =
     382- Fix push alert message
     383
    378384= 0.8.5.1 =
    379385- Fix send push over curl
Note: See TracChangeset for help on using the changeset viewer.