Changeset 2514305
- Timestamp:
- 04/13/2021 05:28:27 PM (5 years ago)
- Location:
- wp-notepad
- Files:
-
- 12 added
- 3 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/js (added)
-
tags/1.0.1/assets/js/wpnotepad.js (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/class.wpnotepad_widget.php (added)
-
tags/1.0.1/includes/plugin.php (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/rwc-wpnotepad-ja.mo (added)
-
tags/1.0.1/languages/rwc-wpnotepad-ja.po (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/rwc-wpnotepad.php (added)
-
trunk/includes/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/rwc-wpnotepad.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-notepad/trunk/includes/plugin.php
r2253346 r2514305 6 6 { 7 7 const PLUGIN_NAME = 'WP Notepad'; 8 const PLUGIN_DIR = 'wp notepad';8 const PLUGIN_DIR = 'wp-notepad'; 9 9 const TEXTDOMAIN = 'rwc-wpnotepad'; 10 10 const LANGUAGE_DIR = 'languages'; -
wp-notepad/trunk/readme.txt
r2253350 r2514305 4 4 Tags: notepad, notes, widget 5 5 Requires at least: 4.7 6 Tested up to: 5. 37 Stable tag: 1.0. 06 Tested up to: 5.7 7 Stable tag: 1.0.1 8 8 Requires PHP: 7.1 9 9 License: GPLv2 or later … … 31 31 == Changelog == 32 32 33 = 1.0.1 = 34 *Release Date - 14 April 2021* 35 * Minor correction 36 33 37 = 1.0.0 = 34 38 *Release Date - 3 March 2020* -
wp-notepad/trunk/rwc-wpnotepad.php
r2253346 r2514305 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. 05 * Version: 1.0.1 6 6 * Author: Redwoodcity Inc. 7 7 * Author URI: https://www.redwoodcity.jp/
Note: See TracChangeset
for help on using the changeset viewer.