Changeset 1080516
- Timestamp:
- 02/02/2015 04:08:33 AM (11 years ago)
- Location:
- slenderbox/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
slenderbox.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slenderbox/trunk/readme.txt
r820168 r1080516 3 3 Tags: slenderbox, lightbox, image, photo, picture 4 4 Requires at least: 2.6 5 Tested up to: 3.86 Stable tag: 1.1. 15 Tested up to: 4.1 6 Stable tag: 1.1.2 7 7 License: MIT 8 8 License URI: http://www.opensource.org/licenses/MIT … … 13 13 14 14 This 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. 15 18 16 19 = 1.1.1 (2013-11-07) = … … 54 57 == Changelog == 55 58 59 = 1.1.2 (2015-02-01) = 60 * Make automatic lightbox option work with text widgets. 61 56 62 = 1.1.1 (2013-11-07) = 57 63 * Use proper way to enqueue scripts (thanks Monika Thon-Soun). -
slenderbox/trunk/slenderbox.php
r800723 r1080516 4 4 * Plugin URI: https://github.com/mpetroff/slenderbox-wp 5 5 * 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. 16 * Version: 1.1.2 7 7 * Author: Matthew Petroff 8 8 * Author URI: http://www.mpetroff.net/ … … 11 11 /* 12 12 * Slenderbox - A Lightweight Lightbox Script 13 * Copyright (c) 2012-201 3Matthew Petroff13 * Copyright (c) 2012-2015 Matthew Petroff 14 14 * 15 15 * Permission is hereby granted, free of charge, to any person obtaining a copy … … 90 90 add_filter('the_content', 'slenderbox_add_data_attribute', 99); 91 91 add_filter('the_excerpt', 'slenderbox_add_data_attribute', 99); 92 add_filter('widget_text', 'slenderbox_add_data_attribute', 99); 92 93 } 93 94
Note: See TracChangeset
for help on using the changeset viewer.