Changeset 1649716
- Timestamp:
- 05/02/2017 02:40:07 PM (9 years ago)
- Location:
- cat-block/trunk
- Files:
-
- 3 edited
-
cat-block.php (modified) (2 diffs)
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cat-block/trunk/cat-block.php
r1615574 r1649716 4 4 * Plugin URI: http://www.agence-web-cvmh.fr 5 5 * Description: Adds a block (widget or shortcode), which scrolls through the posts in a category. 6 * Version: 2.6.1 56 * Version: 2.6.16 7 7 * Author: CVMH solutions 8 8 * Author URI: http://www.agence-web-cvmh.fr … … 16 16 add_action( 'plugins_loaded', 'cvmh_catblock_constants', 1 ); 17 17 function cvmh_catblock_constants() { 18 define( 'CVMH_CATBLOCK_VERSION' , '2.6.1 5' );18 define( 'CVMH_CATBLOCK_VERSION' , '2.6.16' ); 19 19 define( 'CVMH_CATBLOCK_PATH' , trailingslashit( plugin_dir_path( __FILE__ ) ) ); 20 20 define( 'CVMH_CATBLOCK_URI' , trailingslashit( plugin_dir_url( __FILE__ ) ) ); -
cat-block/trunk/includes/functions.php
r1615574 r1649716 226 226 endif; 227 227 228 return $text;229 } 228 return force_balance_tags( $text ); 229 } -
cat-block/trunk/readme.txt
r1615574 r1649716 60 60 61 61 == Changelog == 62 63 = 2.6.16 = 64 * Fixed: Force balance tags in excerpts 62 65 63 66 = 2.6.15 =
Note: See TracChangeset
for help on using the changeset viewer.