Plugin Directory

Changeset 1535575


Ignore:
Timestamp:
11/17/2016 11:14:15 AM (9 years ago)
Author:
nebelhorn
Message:
  • Bug Fix timezone
Location:
yournewsapp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • yournewsapp/trunk/nh_ynaa_plugin.php

    r1535331 r1535575  
    22/*
    33Plugin Name: Blappsta Plugin
    4 Version: 0.8.8.5
     4Version: 0.8.8.5.1
    55
    66Plugin URI: http://wordpress.org/plugins/yournewsapp/
     
    2121//Temp fix folder problem
    2222global $nh_ynaa_version;
    23 $nh_ynaa_version = "0.8.8.5";
     23$nh_ynaa_version = "0.8.8.5.1";
    2424global $nh_ynaa_db_version;
    2525$nh_ynaa_db_version=1.2;
     
    3131define('QUERY_VARS_YNAA','ynaa');
    3232
    33 $dateTimeLocal = new DateTime();
    34 define('YNAA_TIMEZONEDIFF',$dateTimeLocal->getOffset());
     33
    3534
    3635
     
    130129        {
    131130
    132             date_default_timezone_set('UTC');
     131
    133132
    134133            $this->logo_image_width = $logo_image_width;
     
    18441843            $start = '';
    18451844            $end = '';
     1845            if($ynaa_var){
     1846                date_default_timezone_set('UTC');
     1847            }
     1848
    18461849            if($this->general_settings['json_embedded']) {
    18471850                $header = 'Content-Type: text/plain; charset=UTF-8';
     
    18491852                $end = '[#NH_BLAPPSTA_END#]';
    18501853            }
     1854
    18511855            if($ynaa_var=='settings' || $ynaa_var==$_GET['nh_prefix'].'_settings'){
    18521856                header($header);
  • yournewsapp/trunk/readme.txt

    r1535331 r1535575  
    66Requires at least: 3.3.0
    77Tested up to: 4.6.1
    8 Stable tag: 0.8.8.5
     8Stable tag: 0.8.8.5.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Change Log ==
     83= 0.8.8.5.1 =
     84- Bug Fix timezone
     85
    8386= 0.8.8.5 =
    8487- Change german app translation
     
    448451 
    449452== Upgrade Notice ==
     453= 0.8.8.5.1 =
     454- Bug Fix timezone
     455
    450456= 0.8.8.5 =
    451457- Change german app translation
Note: See TracChangeset for help on using the changeset viewer.