Plugin Directory

Changeset 2089379


Ignore:
Timestamp:
05/16/2019 06:32:02 PM (7 years ago)
Author:
bpluijms
Message:

Fixed small bug

Location:
kiyoh-klantenvertellen
Files:
59 added
3 edited

Legend:

Unmodified
Added
Removed
  • kiyoh-klantenvertellen/trunk/includes/class-kiyoh-klantenvertellen-plugin.php

    r2086624 r2089379  
    551551                    if (!empty($this->plugin_settings['general']['klantenvertellen_v2_company_url'])) {
    552552                        $mapped_data['company_url']= esc_url($this->plugin_settings['general']['klantenvertellen_v2_company_url']);
    553                     } else {
    554                        
    555                         echo ' probleem!';
    556553                    }
    557554                   
  • kiyoh-klantenvertellen/trunk/mso-kiyoh-klantenvertellen.php

    r2086624 r2089379  
    44Plugin URI: https://wordpress.org/plugins/kiyoh-klantenvertellen/
    55Description: Toon reviews in Google rich snippet formaat van KiyOh of Klantenvertellen in een widget of met shortcodes.
    6 Version: 1.2.3
     6Version: 1.2.4
    77Author: PEP
    88Author URI: https://pepbc.nl/
     
    1414    die();
    1515
    16 define( 'KK_PlUGIN_VERSION', '1.2.3' );
     16define( 'KK_PlUGIN_VERSION', '1.2.4' );
    1717define( 'KK_PlUGIN_NAME', 'KiyOh / Klantenvertellen' );
    1818define( 'KK_PlUGIN_ID', 'kiyoh_klantenvertellen' );
  • kiyoh-klantenvertellen/trunk/readme.txt

    r2086624 r2089379  
    55Requires PHP: 7.0
    66Tested up to: 5.2
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88License: GPLv2
    99
     
    9090
    9191***Kiyoh / Klantenvertellen plugin***
     92= 2019.05.16 - version 1.2.4 =
     93* Fixed: Issue where a string showed where not necessary in KV2
     94
    9295= 2019.05.13 - version 1.2.3 =
    9396* Fixed: Issue with recommendation text in listview layout
Note: See TracChangeset for help on using the changeset viewer.