Plugin Directory

Changeset 1080516


Ignore:
Timestamp:
02/02/2015 04:08:33 AM (11 years ago)
Author:
petroffm
Message:

Make automatic lightbox option work with text widgets.

Location:
slenderbox/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • slenderbox/trunk/readme.txt

    r820168 r1080516  
    33Tags: slenderbox, lightbox, image, photo, picture
    44Requires at least: 2.6
    5 Tested up to: 3.8
    6 Stable tag: 1.1.1
     5Tested up to: 4.1
     6Stable tag: 1.1.2
    77License: MIT
    88License URI: http://www.opensource.org/licenses/MIT
     
    1313
    1414This plugin overlays images on the current page using [Slenderbox](http://mpetroff.github.com/slenderbox/).
     15
     16= 1.1.2 (2015-02-01) =
     17* Make automatic lightbox option work with text widgets.
    1518
    1619= 1.1.1 (2013-11-07) =
     
    5457== Changelog ==
    5558
     59= 1.1.2 (2015-02-01) =
     60* Make automatic lightbox option work with text widgets.
     61
    5662= 1.1.1 (2013-11-07) =
    5763* Use proper way to enqueue scripts (thanks Monika Thon-Soun).
  • slenderbox/trunk/slenderbox.php

    r800723 r1080516  
    44 * Plugin URI: https://github.com/mpetroff/slenderbox-wp
    55 * Description: Overlays images on the current page using Slenderbox, a lightweight and framework-free lightbox plugin that can be used with valid HTML5.
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Author: Matthew Petroff
    88 * Author URI: http://www.mpetroff.net/
     
    1111/*
    1212 * Slenderbox - A Lightweight Lightbox Script
    13  * Copyright (c) 2012-2013 Matthew Petroff
     13 * Copyright (c) 2012-2015 Matthew Petroff
    1414 *
    1515 * Permission is hereby granted, free of charge, to any person obtaining a copy
     
    9090    add_filter('the_content', 'slenderbox_add_data_attribute', 99);
    9191    add_filter('the_excerpt', 'slenderbox_add_data_attribute', 99);
     92    add_filter('widget_text', 'slenderbox_add_data_attribute', 99);
    9293}
    9394
Note: See TracChangeset for help on using the changeset viewer.