Plugin Directory

Changeset 2309471

Timestamp:
05/21/2020 12:38:32 PM (4 years ago)
Author:
wolly
Message:

Released version 2.1, bug corrected

Location:
wpit-funny-name-generator
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • wpit-funny-name-generator/trunk/readme.txt

    r2309465 r2309471  
    55Requires at least: 4.0
    66Tested up to: 5.4
    7 Stable tag: 2.0
     7Stable tag: 2.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575
    7676== Changelog ==
     77
     78
     79
     80
    7781= 2.0 =
    7882
  • wpit-funny-name-generator/trunk/wpit-funny-name-generator.php

    r2309465 r2309471  
    33 * @package wpit funny name generator
    44 * @author Paolo Valenti
    5  * @version 2.0 big restyle
     5 * @version 2. big restyle
    66 */
    77/*
     
    1010Description: This plugin generate Jedi, Mad Max, Ninja names and unicorn name
    1111Author: Wolly
    12 Version: 2.0
     12Version: 2.
    1313Author URI: https://paolovalenti.info
    1414Text Domain: wpit-funny-name-generator
     
    6262         * @var    $version
    6363         */
    64         private $version = '2.0';
     64        private $version = '2.';
    6565       
    6666        /**
     
    234234            if ( is_admin(  ) ){
    235235               
    236                 require_once WPIT_WPITFNG_PLUGIN_PATH . 'class-funny-option-panel.php';
     236                require_once WPIT_WPITFNG_PLUGIN_PATH . 'class-funny-option-panel.php';
    237237               
    238238            } else {
Note: See TracChangeset for help on using the changeset viewer.