Plugin Directory

Changeset 2977140


Ignore:
Timestamp:
10/10/2023 04:56:22 PM (2 years ago)
Author:
RedWoodCIty
Message:

v1.1.0 upload

Location:
wp-notepad
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-notepad/trunk/readme.txt

    r2975663 r2977140  
    55Requires at least: 4.7
    66Tested up to: 5.7
    7 Stable tag: 1.0.2
     7Stable tag: 1.1.0
    88Requires PHP: 7.1
    99License: GPLv2 or later
     
    3131== Changelog ==
    3232
     33= 1.1.0 =
     34*Release Date - 7 October 2023*
     35* Compatible with block editor
     36
    3337= 1.0.2 =
    3438*Release Date - 7 October 2023*
    35 * Text correction
     39* Text correction & Refactoring
    3640
    3741= 1.0.1 =
  • wp-notepad/trunk/rwc-wpnotepad.php

    r2975667 r2977140  
    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.2
     5 * Version: 1.1.0
    66 * Author: Redwoodcity Inc.
    77 * Author URI: https://www.redwoodcity.jp/
     
    2020
    2121add_action( 'widgets_init', 'rwcwpnotepad_register_widget' );
     22
     23//function rwcwpnotepad_register_block() {
     24//  register_block_type( __DIR__ . '/blocks/wpnotepad' );
     25//}
     26//
     27//add_action( 'init', 'rwcwpnotepad_register_block' );
Note: See TracChangeset for help on using the changeset viewer.