Plugin Directory

Changeset 388527


Ignore:
Timestamp:
05/24/2011 11:36:17 AM (15 years ago)
Author:
kunalb
Message:

Merge branch 'master' into svn

Location:
eventpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • eventpress/trunk/controllers/wp.php

    r387753 r388527  
    4343
    4444        //Register the function to show the event metadata on a single page
    45         if (defined('EP_BP') && EP_BP)
     45        if (!defined('EP_BP'))
    4646            add_filter( 'the_content', Array( $ep_views['template'], 'event_metadata' ) );
    4747
  • eventpress/trunk/eventpress.php

    r388161 r388527  
    44    Plugin URI: http://code.google.com/p/eventpress/
    55    Description: A BuddyPress aware events plugin for WordPress. See more details, raise issues and contribute at <a href = 'http://goo.gl/8lN4v'>http://code.google.com/p/eventpress/</a>.
    6     Version: 0.1.2.5
     6    Version: 0.1.2.6
    77    Author: Kunal Bhalla.
    88    Author URI: http://kunal-b.in
  • eventpress/trunk/readme.txt

    r387753 r388527  
    44Requires at least: WordPress 3.1, BuddyPress 1.2.8
    55Tested up to: 3.1
    6 Stable tag: 0.1.2.5
     6Stable tag: 0.1.2.6
    77
    88Create Events on WordPress and BuddyPress!
     
    3636== Changelog ==
    3737
    38 = 0.1.3 =
     38= 0.1.2.5 =
    3939* Pretty permalinks work once more in WordPress
    4040* Various minor bugfixes.
Note: See TracChangeset for help on using the changeset viewer.