Changeset 1713395
- Timestamp:
- 08/14/2017 11:11:02 PM (9 years ago)
- Location:
- bb-gallery/trunk
- Files:
-
- 2 edited
-
bbg_xiv-gallery.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bb-gallery/trunk/bbg_xiv-gallery.php
r1646967 r1713395 5 5 Plugin URI: https://bbfgallery.wordpress.com/ 6 6 Description: Gallery using Backbone.js, Bootstrap 3 and CSS3 Flexbox 7 Version: 1.8.2. 27 Version: 1.8.2.3 8 8 Author: Magenta Cuda 9 9 Author URI: https://profiles.wordpress.org/magenta-cuda/ … … 73 73 74 74 ob_start( ); 75 require _once( dirname( __FILE__ ) . '/bbg_xiv-gallery_templates_wp_rest.php' );75 require( dirname( __FILE__ ) . '/bbg_xiv-gallery_templates_wp_rest.php' ); 76 76 $templates = ob_get_clean( ); 77 77 -
bb-gallery/trunk/readme.txt
r1646967 r1713395 4 4 Requires at least: 4.4 5 5 Tested up to: 4.7.3 6 Stable tag: 1.8.2. 26 Stable tag: 1.8.2.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1.8.2.3 = 47 48 * fix compatibility bug with Yoast SEO and Jetpack 49 46 50 = 1.8.2.2 = 47 51 … … 185 189 == Upgrade Notice == 186 190 191 = 1.8.2.3 = 192 193 * fix compatibility bug with Yoast SEO and Jetpack 194 187 195 = 1.8.2.2 = 188 196
Note: See TracChangeset
for help on using the changeset viewer.