Plugin Directory

Changeset 1867670


Ignore:
Timestamp:
05/02/2018 04:31:48 PM (8 years ago)
Author:
priberam
Message:

1.5.12

  • Minor fixes.
Location:
flip
Files:
23 added
2 edited

Legend:

Unmodified
Added
Removed
  • flip/trunk/flip.php

    r1840171 r1867670  
    44 * Plugin URI: https://www.flip.pt/Produtos/Plugin-do-FLiP-para-WordPress
    55 * Description: Portuguese spell checker, grammar checker and style checker, with or without the Spelling Reform of 1990.
    6  * Version: 1.5.11
     6 * Version: 1.5.12
    77 * Author: Priberam
    88 * Author URI: http://www.priberam.pt
     
    108108    public function flip_register_mce_button( $buttons ) {
    109109        $options = get_option('flip_settings', $this->default_settings);
    110         if ($options['ButtonVisible'])
     110        if (isset($options['ButtonVisible']) && $options['ButtonVisible'])
    111111            array_push( $buttons, 'flip' );
    112112        return $buttons;
  • flip/trunk/readme.txt

    r1840171 r1867670  
    3636
    3737== Changelog ==
     38= 1.5.12 =
     39* Minor fixes.
     40
    3841= 1.5.11 =
    3942* Fixes spacing between consecutive errors.
     
    7477
    7578== Upgrade Notice ==
     79= 1.5.12 =
     80* Minor fixes.
     81
    7682= 1.5.11 =
    7783* Fixes spacing between consecutive errors.
Note: See TracChangeset for help on using the changeset viewer.