Changeset 1776226
- Timestamp:
- 11/27/2017 03:12:25 PM (8 years ago)
- Location:
- listolicious/trunk
- Files:
-
- 3 edited
-
css/styles.css (modified) (3 diffs)
-
listolicious.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
listolicious/trunk/css/styles.css
r1586081 r1776226 35 35 .listo-film-heading { 36 36 color: #fff; 37 font-size: 1 8px;37 font-size: 14px; 38 38 font-weight: 700; 39 39 line-height: 22px; … … 99 99 .listo-film .listo-film-meta { 100 100 display: block; 101 font-size: 1 4px;101 font-size: 12px; 102 102 font-weight: 100; 103 103 line-height: 1; … … 140 140 @media (min-width: 790px){ 141 141 142 .listo-film-heading { 143 font-size: 18px; 144 } 145 146 .listo-film .listo-film-meta { 147 font-size: 12px; 148 } 149 142 150 .listo-grid li:nth-child(1n) { 143 151 margin-right: 10px; -
listolicious/trunk/listolicious.php
r1696624 r1776226 3 3 Plugin Name: Listolicious 4 4 Description: The shortcode displays a movie list in the style of Mubi 5 Version: 1.3 5 Version: 1.3.1 6 6 Author: Daniel Hånberg Alonso 7 7 Author URI: http://webbilicious.se -
listolicious/trunk/readme.txt
r1696626 r1776226 4 4 Tags: shortcode, custom post type, list, movie 5 5 Requires at least: 4.5.3 6 Tested up to: 4. 87 Stable tag: 1.3 6 Tested up to: 4.9 7 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 == Changelog == 50 50 51 = 1.3.1 = 52 53 * Minor updates to the stylesheet 54 51 55 = 1.3 = 52 56 53 * Made custom fields sortable in admin list view54 * Fixed nonce error57 * Added the ability to sort list by year or title in admin 58 * Fixed security issues 55 59 56 60 = 1.2.1 = … … 61 65 = 1.2 = 62 66 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 65 69 66 70 = 1.1.1 =
Note: See TracChangeset
for help on using the changeset viewer.