Skip to content

Commit

Permalink
Merge branch 'hotfix/3.3.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderdoes committed Feb 14, 2012
2 parents 2634fa0 + 9898993 commit ddd7f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion class/avh-fdas.admin.php
Expand Up @@ -59,7 +59,7 @@ public function handleActionInit() {
}
$this->installPlugin();
// Admin Capabilities
$this->actionInitRoles;
$this->actionInitRoles();

// Admin menu
add_action('admin_menu', array ( &$this, 'actionAdminMenu' ));
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Expand Up @@ -115,6 +115,9 @@ You will have to sign up on their site, [http://www.projecthoneypot.org/create_a
Starting with version 3.0 this plugin is for PHP5 only.

== Changelog ==
= Version 3.3.1 =
* Bugfix: Problem with accessing the options pages.

= Version 3.3 =
* RFC: Add abillity to also check on email.
* Bugfix: Enqueue certain CSS files instead of loading them directly.
Expand Down

0 comments on commit ddd7f42

Please sign in to comment.