Plugin Directory

Changeset 1198654


Ignore:
Timestamp:
07/14/2015 11:07:56 AM (11 years ago)
Author:
deshack
Message:

Add new banners for Linux Day 2015

Location:
linux-day
Files:
13 added
6 edited

Legend:

Unmodified
Added
Removed
  • linux-day/trunk/linux-day.php

    r955867 r1198654  
    55 * Description: This plugin adds a widget for Linux Day banners.
    66 * Author: Mattia Migliorini
    7  * Version: 1.1.0
     7 * Version: 1.2.0
    88 * Author URI: http://www.deshack.net
    99 * License: GPLv2 or later
     
    4949        <a href="http://www.linuxday.it">
    5050            <?php $banner = 'images/banner_' . $format . '.png'; ?>
    51             <img src="<?php echo plugins_url( $banner, __FILE__ ); ?>" border="0" alt="Linux Day 2013">
     51            <img src="<?php echo plugins_url( $banner, __FILE__ ); ?>" border="0" alt="Linux Day 2015">
    5252        </a>
    5353        <?php
  • linux-day/trunk/readme.txt

    r955874 r1198654  
    44Tags: widget, linux-day, linux, banner
    55Requires at least: 2.8
    6 Tested up to: 3.9.1
    7 Stable tag: 1.1.0
     6Tested up to: 4.3
     7Stable tag: 1.2.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    2929== Changelog ==
    3030
     31= 1.2.0 =
     32* Add new banners for Linux Day 2015.
     33
    3134= 1.1.0 =
    3235* Add new banners for the Linux Day 2014.
Note: See TracChangeset for help on using the changeset viewer.