Changeset 1061175
- Timestamp:
- 01/06/2015 11:11:48 AM (11 years ago)
- Location:
- opes-favicon
- Files:
-
- 7 added
- 4 edited
-
tags/1.0.0/css/admin.css (modified) (1 diff)
-
tags/1.0.0/opes-favicon.php (modified) (1 diff)
-
tags/1.0.1 (added)
-
tags/1.0.1/css (added)
-
tags/1.0.1/css/admin.css (added)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/admin.js (added)
-
tags/1.0.1/opes-favicon.php (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/opes-favicon.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
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 92 92 ?> 93 93 </h2> 94 <div class="announcement"><?php _e( 'Icons for mobile devices will be supported soon' , 'opes_favicon' ); ?></div>95 94 <?php 96 95 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 7 7 Plugin URI: https://wordpress.org/plugins/opes-favicon/ 8 8 Description: This plugin allows you to add and manage a favicon on your WordPress website. 9 Version: 1.0. 09 Version: 1.0.1 10 10 Author: Paweł Twardziak 11 11 Author URI: http://it-opes.com/ -
opes-favicon/trunk/readme.txt
r1060885 r1061175 4 4 Requires at least: 3.1 5 5 Tested up to: 4.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8
Note: See TracChangeset
for help on using the changeset viewer.