Plugin Directory

Changeset 1061175


Ignore:
Timestamp:
01/06/2015 11:11:48 AM (11 years ago)
Author:
twapaw
Message:

Add version 1.0.1 with announcement

Location:
opes-favicon
Files:
7 added
4 edited

Legend:

Unmodified
Added
Removed
  • opes-favicon/tags/1.0.0/css/admin.css

    r1060884 r1061175  
    1 .opes-favicon-admin-block .announcement {
    2     margin-top: 50px;
    3     padding: 15px;
    4     background-color: #99E699;
    5     color: #0E390E;
    6     font-weight: bold;
    7     font-style: italic;
    8     font-size: 16px;
    9     border: 1px solid #145214;
    10     border-radius: 4px;
    11 }
  • opes-favicon/tags/1.0.0/opes-favicon.php

    r1060890 r1061175  
    9292?>
    9393            </h2>
    94             <div class="announcement"><?php _e( 'Icons for mobile devices will be supported soon' , 'opes_favicon' ); ?></div>
    9594<?php
    9695            if ( ( !filter_var( $this->options['favicon_url'] , FILTER_VALIDATE_URL ) && trim( $this->options['favicon_url'] ) != '' ) || ( !$this->isValidUrl( $this->options['favicon_url'] ) && trim( $this->options['favicon_url'] ) != '' ) ) {
  • opes-favicon/trunk/opes-favicon.php

    r1060890 r1061175  
    77Plugin URI: https://wordpress.org/plugins/opes-favicon/
    88Description: This plugin allows you to add and manage a favicon on your WordPress website.
    9 Version: 1.0.0
     9Version: 1.0.1
    1010Author: Paweł Twardziak
    1111Author URI: http://it-opes.com/
  • opes-favicon/trunk/readme.txt

    r1060885 r1061175  
    44Requires at least: 3.1
    55Tested up to: 4.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88
Note: See TracChangeset for help on using the changeset viewer.