Skip to content

Commit

Permalink
Bumping version numbers, updating the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aprea committed May 29, 2014
1 parent d0229a7 commit cfe8af0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions advanced-excerpt.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Plugin Name: Advanced Excerpt
Plugin URI: http://wordpress.org/plugins/advanced-excerpt/
Description: Control the appearance of WordPress post excerpts
Version: 4.2.1
Version: 4.2.2
Author: Delicious Brains
Author URI: http://deliciousbrains.com/
*/

$GLOBALS['advanced_excerpt_version'] = '4.2.1';
$GLOBALS['advanced_excerpt_version'] = '4.2.2';

function advanced_excerpt_load_textdomain() {
load_plugin_textdomain( 'advanced-excerpt', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: excerpt, post, content, formatting
Requires at least: 3.2
Tested up to: 3.9
Stable tag: 4.2.1
Stable tag: 4.2.2
License: GPLv3

Control the appearance of WordPress post excerpts
Expand Down Expand Up @@ -96,6 +96,9 @@ However, you can [start The Loop manually](http://codex.wordpress.org/The_Loop#M

== Changelog ==

= 4.2.2 =
* Fix: The `the_advanced_excerpt()` function was not working on singular page types (pages / posts)

= 4.2.1 =
* Fix: Undefined index errors when using the `the_advanced_excerpt()` function
* Fix: Not excluding tags when using the `exclude_tags` argument in the `the_advanced_excerpt()` function
Expand Down

0 comments on commit cfe8af0

Please sign in to comment.