Changeset 1535575
- Timestamp:
- 11/17/2016 11:14:15 AM (9 years ago)
- Location:
- yournewsapp/trunk
- Files:
-
- 2 edited
-
nh_ynaa_plugin.php (modified) (6 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yournewsapp/trunk/nh_ynaa_plugin.php
r1535331 r1535575 2 2 /* 3 3 Plugin Name: Blappsta Plugin 4 Version: 0.8.8.5 4 Version: 0.8.8.5.1 5 5 6 6 Plugin URI: http://wordpress.org/plugins/yournewsapp/ … … 21 21 //Temp fix folder problem 22 22 global $nh_ynaa_version; 23 $nh_ynaa_version = "0.8.8.5 ";23 $nh_ynaa_version = "0.8.8.5.1"; 24 24 global $nh_ynaa_db_version; 25 25 $nh_ynaa_db_version=1.2; … … 31 31 define('QUERY_VARS_YNAA','ynaa'); 32 32 33 $dateTimeLocal = new DateTime(); 34 define('YNAA_TIMEZONEDIFF',$dateTimeLocal->getOffset()); 33 35 34 36 35 … … 130 129 { 131 130 132 date_default_timezone_set('UTC'); 131 133 132 134 133 $this->logo_image_width = $logo_image_width; … … 1844 1843 $start = ''; 1845 1844 $end = ''; 1845 if($ynaa_var){ 1846 date_default_timezone_set('UTC'); 1847 } 1848 1846 1849 if($this->general_settings['json_embedded']) { 1847 1850 $header = 'Content-Type: text/plain; charset=UTF-8'; … … 1849 1852 $end = '[#NH_BLAPPSTA_END#]'; 1850 1853 } 1854 1851 1855 if($ynaa_var=='settings' || $ynaa_var==$_GET['nh_prefix'].'_settings'){ 1852 1856 header($header); -
yournewsapp/trunk/readme.txt
r1535331 r1535575 6 6 Requires at least: 3.3.0 7 7 Tested up to: 4.6.1 8 Stable tag: 0.8.8.5 8 Stable tag: 0.8.8.5.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 82 82 == Change Log == 83 = 0.8.8.5.1 = 84 - Bug Fix timezone 85 83 86 = 0.8.8.5 = 84 87 - Change german app translation … … 448 451 449 452 == Upgrade Notice == 453 = 0.8.8.5.1 = 454 - Bug Fix timezone 455 450 456 = 0.8.8.5 = 451 457 - Change german app translation
Note: See TracChangeset
for help on using the changeset viewer.