Bugfixes for the coming version 1.0.6
- Updated uninstall function to delete all plugin settings (bugfix) - Updated counter style internal name in the reference container to correctly link to the right footnote on the page above (bugfix) - Updated footnote hover box styling to not wrap the footnote text on mouse over (bugfix) - Changed 'Love Me' text in the page footer if admin excepts it and set its default value to 'no' git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@918065 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
cab06f8097
commit
4aa6dd4b50
11 changed files with 113 additions and 81 deletions
|
@ -4,7 +4,7 @@
|
|||
* User: Stefan
|
||||
* Date: 15.05.14
|
||||
* Time: 16:21
|
||||
* Version: 1.0-beta
|
||||
* Version: 1.0.6
|
||||
* Since: 1.0
|
||||
*/
|
||||
|
||||
|
@ -16,6 +16,7 @@ class Class_FootnotesSettings
|
|||
{
|
||||
/*
|
||||
* attribute for default settings value
|
||||
* updated default value for 'FOOTNOTE_INPUTFIELD_LOVE' to default: 'no' in version 1.0.6
|
||||
* @since 1.0
|
||||
*/
|
||||
public static $a_arr_Default_Settings = array(
|
||||
|
@ -25,7 +26,7 @@ class Class_FootnotesSettings
|
|||
FOOTNOTE_INPUTFIELD_PLACEHOLDER_START => '((',
|
||||
FOOTNOTE_INPUTFIELD_PLACEHOLDER_END => '))',
|
||||
FOOTNOTE_INPUTFIELD_SEARCH_IN_EXCERPT => 'yes',
|
||||
FOOTNOTE_INPUTFIELD_LOVE => 'yes',
|
||||
FOOTNOTE_INPUTFIELD_LOVE => 'no',
|
||||
FOOTNOTE_INPUTFIELD_COUNTER_STYLE => 'arabic_plain'
|
||||
);
|
||||
/*
|
||||
|
|
Reference in a new issue