Plugin Directory

Changeset 1776226


Ignore:
Timestamp:
11/27/2017 03:12:25 PM (8 years ago)
Author:
webbilicious
Message:

Minor stylesheet fixes. Compatible with 4.9.

Location:
listolicious/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • listolicious/trunk/css/styles.css

    r1586081 r1776226  
    3535.listo-film-heading {
    3636    color: #fff; 
    37     font-size: 18px;
     37    font-size: 14px;
    3838    font-weight: 700;
    3939    line-height: 22px;
     
    9999.listo-film .listo-film-meta {
    100100    display: block;
    101     font-size: 14px;
     101    font-size: 12px;
    102102    font-weight: 100;
    103103    line-height: 1;
     
    140140@media (min-width: 790px){
    141141
     142    .listo-film-heading {
     143        font-size: 18px;
     144    }
     145
     146    .listo-film .listo-film-meta {
     147        font-size: 12px;
     148    }
     149
    142150    .listo-grid li:nth-child(1n) {
    143151        margin-right: 10px;
  • listolicious/trunk/listolicious.php

    r1696624 r1776226  
    33Plugin Name: Listolicious
    44Description: The shortcode displays a movie list in the style of Mubi
    5 Version:     1.3
     5Version:     1.3.1
    66Author:      Daniel Hånberg Alonso
    77Author URI:  http://webbilicious.se
  • listolicious/trunk/readme.txt

    r1696626 r1776226  
    44Tags: shortcode, custom post type, list, movie
    55Requires at least: 4.5.3
    6 Tested up to: 4.8
    7 Stable tag: 1.3
     6Tested up to: 4.9
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949== Changelog ==
    5050
     51= 1.3.1 =
     52
     53* Minor updates to the stylesheet
     54
    5155= 1.3 =
    5256
    53 * Made custom fields sortable in admin list view
    54 * Fixed nonce error
     57* Added the ability to sort list by year or title in admin
     58* Fixed security issues
    5559
    5660= 1.2.1 =
     
    6165= 1.2 =
    6266
    63 * Added the ability to add a redirect url for the movies, for example a link to IMDb.
    64 * Minor updates to the stylesheet.
     67* Added the ability to add a redirect url for the movies, for example a link to IMDb
     68* Minor updates to the stylesheet
    6569
    6670= 1.1.1 =
Note: See TracChangeset for help on using the changeset viewer.