Plugin Directory

Changeset 1976963


Ignore:
Timestamp:
11/19/2018 07:14:55 PM (7 years ago)
Author:
damiroquai
Message:

added version 1.1.1

Location:
klaro-consent-manager
Files:
2 edited
15 copied

Legend:

Unmodified
Added
Removed
  • klaro-consent-manager/tags/1.1.1/klaro.php

    r1976352 r1976963  
    44    Plugin URI: http://wordpress.transformnews.com/klaro-consent-manager
    55    Description: Simple consent manager.
    6     Version: 1.1
     6    Version: 1.1.1
    77    Author: m.r.d.a
    88    Author URI: http://wordpress.transformnews.com/
     
    1313
    1414defined('ABSPATH') or die("Cannot access pages directly.");
    15 define( 'KLARO_VERSION', '1.1' );
     15define( 'KLARO_VERSION', '1.1.1' );
    1616
    1717class KlaroBackend
     
    9292}
    9393
    94 /*
    95 
    96 public function klaro_editor_settings( $settings, $editor_id ) {
    97     if ( $editor_id === 'content' && get_current_screen()->post_type === 'klaro_consent' ) {
    98         $settings['tinymce']   = false;
    99         $settings['quicktags'] = false;
    100         $settings['media_buttons'] = false;
    101     }
    102 
    103     return $settings;
    104 }
    105 */
     94
    10695
    10796public function klaro_editor_settings( $default ) {
     
    10991088        wp_reset_query();
    11001089
    1101         ob_clean();
     1090        //ob_clean();
    11021091       
    11031092        //echo "var json=". json_encode($jsondata);
  • klaro-consent-manager/tags/1.1.1/readme.txt

    r1976352 r1976963  
    55Requires at least: 3.5.1
    66Tested up to: 4.9.8
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99
  • klaro-consent-manager/trunk/klaro.php

    r1976352 r1976963  
    44    Plugin URI: http://wordpress.transformnews.com/klaro-consent-manager
    55    Description: Simple consent manager.
    6     Version: 1.1
     6    Version: 1.1.1
    77    Author: m.r.d.a
    88    Author URI: http://wordpress.transformnews.com/
     
    1313
    1414defined('ABSPATH') or die("Cannot access pages directly.");
    15 define( 'KLARO_VERSION', '1.1' );
     15define( 'KLARO_VERSION', '1.1.1' );
    1616
    1717class KlaroBackend
     
    9292}
    9393
    94 /*
    95 
    96 public function klaro_editor_settings( $settings, $editor_id ) {
    97     if ( $editor_id === 'content' && get_current_screen()->post_type === 'klaro_consent' ) {
    98         $settings['tinymce']   = false;
    99         $settings['quicktags'] = false;
    100         $settings['media_buttons'] = false;
    101     }
    102 
    103     return $settings;
    104 }
    105 */
     94
    10695
    10796public function klaro_editor_settings( $default ) {
     
    10991088        wp_reset_query();
    11001089
    1101         ob_clean();
     1090        //ob_clean();
    11021091       
    11031092        //echo "var json=". json_encode($jsondata);
  • klaro-consent-manager/trunk/readme.txt

    r1976352 r1976963  
    55Requires at least: 3.5.1
    66Tested up to: 4.9.8
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99
Note: See TracChangeset for help on using the changeset viewer.