Plugin Directory

Changeset 565802


Ignore:
Timestamp:
06/30/2012 03:36:32 PM (14 years ago)
Author:
s_ruben
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • explanatory-dictionary/trunk/explanatory-dictionary.php

    r565796 r565802  
    44Plugin URI: http://rubensargsyan.com/wordpress-plugin-explanatory-dictionary/
    55Description: This plugin is used when there are words, words expressions or sentences to be explained via tooltips in the posts or pages of your wordpress blog. <a href="admin.php?page=explanatory-dictionary/explanatory-dictionary-manage.php">Settings</a>
    6 Version: 3.0.1
     6Version: 3.0.2
    77Author: Ruben Sargsyan
    88Author URI: http://rubensargsyan.com/
     
    3434    $explanatory_dictionary_table_name = $wpdb->prefix."explanatory_dictionary";
    3535    $explanatory_dictionary_plugin_prefix = "explanatory_dictionary_";
    36     $explanatory_dictionary_version = "3.0.1";
     36    $explanatory_dictionary_version = "3.0.2";
    3737
    3838    $charset_collate = '';
Note: See TracChangeset for help on using the changeset viewer.