Changeset 1198654
- Timestamp:
- 07/14/2015 11:07:56 AM (11 years ago)
- Location:
- linux-day
- Files:
-
- 13 added
- 6 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/images (added)
-
tags/1.2.0/images/banner_120x600.png (added)
-
tags/1.2.0/images/banner_180x150.png (added)
-
tags/1.2.0/images/banner_300x250.png (added)
-
tags/1.2.0/images/banner_468x60.png (added)
-
tags/1.2.0/languages (added)
-
tags/1.2.0/languages/it_IT.mo (added)
-
tags/1.2.0/languages/it_IT.po (added)
-
tags/1.2.0/languages/linux-day.mo (added)
-
tags/1.2.0/languages/linux-day.po (added)
-
tags/1.2.0/linux-day.php (added)
-
tags/1.2.0/readme.txt (added)
-
trunk/images/banner_120x600.png (modified) (previous)
-
trunk/images/banner_180x150.png (modified) (previous)
-
trunk/images/banner_300x250.png (modified) (previous)
-
trunk/images/banner_468x60.png (modified) (previous)
-
trunk/linux-day.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linux-day/trunk/linux-day.php
r955867 r1198654 5 5 * Description: This plugin adds a widget for Linux Day banners. 6 6 * Author: Mattia Migliorini 7 * Version: 1. 1.07 * Version: 1.2.0 8 8 * Author URI: http://www.deshack.net 9 9 * License: GPLv2 or later … … 49 49 <a href="http://www.linuxday.it"> 50 50 <?php $banner = 'images/banner_' . $format . '.png'; ?> 51 <img src="<?php echo plugins_url( $banner, __FILE__ ); ?>" border="0" alt="Linux Day 201 3">51 <img src="<?php echo plugins_url( $banner, __FILE__ ); ?>" border="0" alt="Linux Day 2015"> 52 52 </a> 53 53 <?php -
linux-day/trunk/readme.txt
r955874 r1198654 4 4 Tags: widget, linux-day, linux, banner 5 5 Requires at least: 2.8 6 Tested up to: 3.9.17 Stable tag: 1. 1.06 Tested up to: 4.3 7 Stable tag: 1.2.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 29 29 == Changelog == 30 30 31 = 1.2.0 = 32 * Add new banners for Linux Day 2015. 33 31 34 = 1.1.0 = 32 35 * Add new banners for the Linux Day 2014.
Note: See TracChangeset
for help on using the changeset viewer.