Plugin Directory

Changeset 2592941


Ignore:
Timestamp:
09/02/2021 09:26:04 PM (5 years ago)
Author:
emote
Message:

small description update

Location:
emote
Files:
43 added
4 edited

Legend:

Unmodified
Added
Removed
  • emote/trunk/README.txt

    r2592939 r2592941  
    11=== Emote for WordPress ===
    2 Contributors: ezoic, emote
     2Contributors: ezoic
    33Author URI: https://emote.com/
    44=Tags: comments, emote, moderation
    55Requires at least: 3.0.1
    66Tested up to: 5.8
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    1111Emote for WordPress replaces default WordPress comments and puts Emote comments
    12 script in its place. Will also import WordPress data over to Ezoic CMS.
     12script in its place.
    1313
    1414== Description ==
    1515
    1616Emote for WordPress replaces default WordPress comments and puts Emote comments
    17 script in its place. Will also import WordPress data over to Ezoic CMS.
     17script in its place.
    1818
    1919== Frequently Asked Questions ==
  • emote/trunk/emote.php

    r2592939 r2592941  
    1717 * Plugin URI:        https://i.emote.com/
    1818 * Description:       Emote replaces default WordPress comments with the Emote comment system.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Emote
    2121 * Author URI:        https://i.emote.com/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'EMOTE_VERSION', '1.0.0' );
     38define( 'EMOTE_VERSION', '1.0.1' );
    3939
    4040/**
  • emote/trunk/includes/class-emote-activator.php

    r2592939 r2592941  
    3434            $version = EMOTE_VERSION;
    3535        } else {
    36             $version = '1.0.0';
     36            $version = '1.0.1';
    3737        }
    3838        $plugin_import = new Cms_Import( 'emote', $version );
  • emote/trunk/includes/class-emote.php

    r2592939 r2592941  
    7171            $this->version = EMOTE_VERSION;
    7272        } else {
    73             $this->version = '1.0.0';
     73            $this->version = '1.0.1';
    7474        }
    7575        $this->plugin_name = 'emote';
Note: See TracChangeset for help on using the changeset viewer.