Plugin Directory

Changeset 2347109


Ignore:
Timestamp:
07/27/2020 10:57:42 AM (6 years ago)
Author:
oometrics
Message:

Fix icon font files

Location:
oometrics/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oometrics/trunk/oometrics.php

    r2347103 r2347109  
    2121
    2222if(!defined('OOMETRICS_PLUGIN_VERSION'))
    23     define('OOMETRICS_PLUGIN_VERSION', '1.0.9');
     23    define('OOMETRICS_PLUGIN_VERSION', '1.1.0');
    2424if(!defined('OOMETRICS_URL'))
    2525    define('OOMETRICS_URL', plugin_dir_url( __FILE__ ));
     
    164164        add_option('oometrics_rel_table','created');
    165165        add_option('oometrics_templates_table','created');
     166        add_option('oometrics_plugin_version',OOMETRICS_PLUGIN_VERSION);
    166167
    167168        $admin_ses_exists = $wpdb->get_var(
  • oometrics/trunk/readme.txt

    r2347103 r2347109  
    55Requires at least: 4.0
    66Tested up to: 5.4.2
    7 Stable tag: 1.0.9
     7Stable tag: 1.1.0
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    163163* Fixed - Major bug fixes
    164164
     165= v.1.1.0 =
     166* Icon font files fix
     167
    165168
    166169
Note: See TracChangeset for help on using the changeset viewer.