Release 1.2.3

- Bugfix: Removed 'Warning output' of Plugins activation and deactivation function (thanks to Piet Bos, Spain)
- Bugfix: Added missing meta boxes parameter on Settings page (thanks to Piet Bos, Spain)
- Bugfix: Removed Widget text formatting
- Bugfix: Load default settings value of setting doesn't exist yet (first usage)
- Bugfix: Replacement of footnotes tag on public pages with html special characters in the content
- Feature: Footnotes tag color is set to the default link color depending on the current Theme (thanks to Daniel Formo, Norway)

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@929484 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Aricura 2014-06-10 08:51:02 +00:00
parent fbfa893886
commit 3b7e77da48
9 changed files with 37 additions and 21 deletions

View file

@ -42,7 +42,7 @@ class Class_Footnotes
* activates the plugin
* @since 1.0
*/
function activate()
static function activate()
{
// unused
}
@ -51,7 +51,7 @@ class Class_Footnotes
* deactivates the plugin
* @since 1.0
*/
function deactivate()
static function deactivate()
{
// unused
}
@ -61,7 +61,7 @@ class Class_Footnotes
* updated file path in version 1.0.6
* @since 1.0
*/
function uninstall()
static function uninstall()
{
/* uninstalling the plugin is only allowed for logged in users */
if (!is_user_logged_in()) {