Changeset 1960611
- Timestamp:
- 10/22/2018 12:15:51 PM (7 years ago)
- Location:
- fancybox-for-wordpress/trunk
- Files:
-
- 2 edited
-
fancybox.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fancybox-for-wordpress/trunk/fancybox.php
r1590174 r1960611 4 4 Plugin URI: https://wordpress.org/plugins/fancybox-for-wordpress/ 5 5 Description: Integrates FancyBox by Janis Skarnelis into WordPress. 6 Version: 3.0.1 36 Version: 3.0.14 7 7 Author: Colorlib 8 8 Author URI: https://colorlib.com/ … … 21 21 */ 22 22 23 define( 'FBFW_VERSION', '3.0.1 2' );23 define( 'FBFW_VERSION', '3.0.14' ); 24 24 define( 'FBFW_PATH', plugin_dir_path(__FILE__) ); 25 25 define( 'FBFW_URL', plugin_dir_url(__FILE__) ); -
fancybox-for-wordpress/trunk/readme.txt
r1590174 r1960611 4 4 Requires at least: 3.4 5 5 Tested up to: 4.7 6 Stable tag: 3.0.136 Stable tag: trunk 7 7 License: GPL/MIT 8 8 … … 31 31 32 32 == Changelog == 33 34 = 3.0.14 = 35 * Minor fixes. 33 36 34 37 = 3.0.12 =
Note: See TracChangeset
for help on using the changeset viewer.