Changeset 2977140
- Timestamp:
- 10/10/2023 04:56:22 PM (2 years ago)
- Location:
- wp-notepad
- Files:
-
- 12 added
- 2 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/assets (added)
-
tags/1.1.0/assets/js (added)
-
tags/1.1.0/assets/js/wpnotepad.js (added)
-
tags/1.1.0/includes (added)
-
tags/1.1.0/includes/class.wpnotepad_widget.php (added)
-
tags/1.1.0/includes/plugin.php (added)
-
tags/1.1.0/languages (added)
-
tags/1.1.0/languages/rwc-wpnotepad-ja.mo (added)
-
tags/1.1.0/languages/rwc-wpnotepad-ja.po (added)
-
tags/1.1.0/readme.txt (added)
-
tags/1.1.0/rwc-wpnotepad.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/rwc-wpnotepad.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-notepad/trunk/readme.txt
r2975663 r2977140 5 5 Requires at least: 4.7 6 6 Tested up to: 5.7 7 Stable tag: 1. 0.27 Stable tag: 1.1.0 8 8 Requires PHP: 7.1 9 9 License: GPLv2 or later … … 31 31 == Changelog == 32 32 33 = 1.1.0 = 34 *Release Date - 7 October 2023* 35 * Compatible with block editor 36 33 37 = 1.0.2 = 34 38 *Release Date - 7 October 2023* 35 * Text correction 39 * Text correction & Refactoring 36 40 37 41 = 1.0.1 = -
wp-notepad/trunk/rwc-wpnotepad.php
r2975667 r2977140 3 3 * Plugin Name: WP Notepad 4 4 * 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.25 * Version: 1.1.0 6 6 * Author: Redwoodcity Inc. 7 7 * Author URI: https://www.redwoodcity.jp/ … … 20 20 21 21 add_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.