Plugin Directory

Changeset 2514305


Ignore:
Timestamp:
04/13/2021 05:28:27 PM (5 years ago)
Author:
RedWoodCIty
Message:

version 1.0.1

Location:
wp-notepad
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-notepad/trunk/includes/plugin.php

    r2253346 r2514305  
    66{
    77    const PLUGIN_NAME = 'WP Notepad';
    8     const PLUGIN_DIR = 'wpnotepad';
     8    const PLUGIN_DIR = 'wp-notepad';
    99    const TEXTDOMAIN = 'rwc-wpnotepad';
    1010    const LANGUAGE_DIR = 'languages';
  • wp-notepad/trunk/readme.txt

    r2253350 r2514305  
    44Tags: notepad, notes, widget
    55Requires at least: 4.7
    6 Tested up to: 5.3
    7 Stable tag: 1.0.0
     6Tested up to: 5.7
     7Stable tag: 1.0.1
    88Requires PHP: 7.1
    99License: GPLv2 or later
     
    3131== Changelog ==
    3232
     33= 1.0.1 =
     34*Release Date - 14 April 2021*
     35* Minor correction
     36
    3337= 1.0.0 =
    3438*Release Date - 3 March 2020*
  • wp-notepad/trunk/rwc-wpnotepad.php

    r2253346 r2514305  
    33 * Plugin Name: WP Notepad
    44 * Description: It is a plug-in that displays a notepad on the widget. The data is saved in LocalStorage in the browser, so you can use it easily without login.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: Redwoodcity Inc.
    77 * Author URI: https://www.redwoodcity.jp/
Note: See TracChangeset for help on using the changeset viewer.