Plugin Directory

Changeset 1384581


Ignore:
Timestamp:
04/01/2016 08:57:17 PM (10 years ago)
Author:
anukit
Message:

css fix and wp4.5

Location:
galleria/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • galleria/trunk/amw-galleria/AMWGalleria.php

    r819122 r1384581  
    88    protected $url;
    99    protected $theme;
    10     protected $version = '1.0.1';
     10    protected $version = '1.0.3';
    1111    protected $galleriaVersion = '1.2.9';
    1212    protected $optionsName = 'amw_galleria_theme';
     
    127127        // fetch the images
    128128        if (!empty($include)) {
    129             // include only the given image IDs 
     129            // include only the given image IDs
    130130            $include = preg_replace('/[^0-9,]+/', '', $include);
    131131            $_attachments = get_posts( array('include' => $include, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => $order, 'orderby' => $orderby) );
  • galleria/trunk/galleria.php

    r1345509 r1384581  
    44Plugin URI: http://amwhalen.com
    55Description: Displays a beautiful Galleria slideshow in place of the built-in WordPress image grid. Overrides the default functionality of the [gallery] shortcode.
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: Andy Whalen
    88Author URI: http://amwhalen.com/
  • galleria/trunk/galleria/themes/amw-classic-light/galleria.amw-classic-light.css

    r732269 r1384581  
    105105}
    106106.galleria-info-close {
    107     width: 9px;
    108     height: 9px;
     107    width: 15px;
     108    height: 15px;
    109109    position: absolute;
    110110    top: 10px;
     
    245245.galleria-amw-fullscreen {
    246246    z-index: 2;
    247     width: 13px;
    248     height: 13px;
     247    width: 23px;
     248    height: 23px;
    249249    padding: 5px;
    250250    position: absolute;
  • galleria/trunk/galleria/themes/amw-classic/galleria.amw-classic.css

    r732269 r1384581  
    100100}
    101101.galleria-info-close {
    102     width: 9px;
    103     height: 9px;
     102    width: 15px;
     103    height: 15px;
    104104    position: absolute;
    105105    top: 10px;
     
    238238.galleria-amw-fullscreen {
    239239    z-index: 2;
    240     width: 13px;
    241     height: 13px;
     240    width: 23px;
     241    height: 23px;
    242242    padding: 5px;
    243243    position: absolute;
  • galleria/trunk/readme.txt

    r1345509 r1384581  
    33Tags: galleria, gallery, slideshow, photos, images, swipe, mobile
    44Requires at least: 3.0
    5 Tested up to: 4.4.2
     5Tested up to: 4.5
    66Stable tag: trunk
    77License: The MIT License
    88License URI: http://opensource.org/licenses/MIT
    99
    10 Displays a beautiful image gallery in pages or posts. Just insert the [gallery] shortcode into your page or post, and any attached images will appear.
     10Displays a beautiful image gallery with a fullscreen option in pages or posts. Just insert the [gallery] shortcode into your page or post, and any attached images will appear.
    1111
    1212== Description ==
    1313
    14 Displays a beautiful image gallery in pages or posts.
     14Displays a beautiful image gallery with a fullscreen option in pages or posts.
    1515Just insert the `[gallery]` shortcode into your page or post, and any attached images will appear in the gallery.
    1616It uses the awesome Galleria JavaScript image gallery framework, and it's easy to customize the display if you have JavaScript and CSS skills.
    1717It's mobile- and touch-ready so you can easily swipe through your photos on supported devices.
     18Two visual options to choose from: light and dark.
    1819
    1920This plugin relies on the built-in gallery functionality of WordPress.
     
    4344== Changelog ==
    4445
     46= 1.0.3 =
     47* CSS fixes and WordPress 4.5 compatibility.
     48
    4549= 1.0.2 =
    4650* Compatible with WordPress 4.4.2.
Note: See TracChangeset for help on using the changeset viewer.