Plugin Directory

Changeset 2012086


Ignore:
Timestamp:
01/14/2019 03:04:03 PM (7 years ago)
Author:
lbeilis
Message:

minor fix for older versions of wordpress.

Location:
kpi-integration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kpi-integration/trunk/api.php

    r1933156 r2012086  
    1111    exit;
    1212}
     13
     14if ( ! function_exists( 'is_plugin_active' ) ) //fix for older versions
     15    require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
    1316
    1417class Kpi_Api_Route extends WP_REST_Controller {
  • kpi-integration/trunk/readme.txt

    r1933156 r2012086  
    11=== Selected Kpi Integration ===
    22Contributors: Leon Beilis
    3 Stable tag: 1.0.1
    4 Tested up to: 4.9.8
     3Stable tag: 1.0.2
     4Tested up to: 5.0.3
    55Requires at least: 4.6
    66
Note: See TracChangeset for help on using the changeset viewer.