Changeset 1142602
- Timestamp:
- 04/22/2015 09:25:30 PM (11 years ago)
- Location:
- internal-notes
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from internal-notes/trunk)
-
tags/1.0.1/README.txt (modified) (3 diffs)
-
tags/1.0.1/exxica.php (modified) (1 diff)
-
tags/1.0.1/public/class-exxica-todo.php (modified) (1 diff)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/exxica.php (modified) (1 diff)
-
trunk/public/class-exxica-todo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
internal-notes/tags/1.0.1/README.txt
r1051385 r1142602 4 4 Tags: internal notes, notes, personal notes, todo notes, todo 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 16 Tested up to: 4.2 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 15 15 16 16 = Future Updates = 17 - Add a field to the post and page overview showing the notes there.17 - Add an optional field to the post and page overview showing the notes there. 18 18 19 19 == Installation == … … 32 32 33 33 == Changelog == 34 = 1.0.1 = 35 - Updated for WP 4.2. 36 34 37 = 1.0.0 = 35 38 - Initial release. 36 39 37 40 == Upgrade Notice == 41 = 1.0.1 = 42 Minor patch. Update recommended. 43 38 44 = 1.0.0 = 39 45 Initial release. -
internal-notes/tags/1.0.1/exxica.php
r1051369 r1142602 10 10 * Plugin URI: http://exxica.com 11 11 * Description: Adds a simple textarea to posting and page editing, for internal notes. 12 * Version: 1.0. 012 * Version: 1.0.1 13 13 * Author: Gaute Rønningen 14 14 * Author URI: http://exxica.com -
internal-notes/tags/1.0.1/public/class-exxica-todo.php
r1051369 r1142602 30 30 * @var string 31 31 */ 32 const VERSION = '1.0. 0';32 const VERSION = '1.0.1'; 33 33 34 34 /** -
internal-notes/trunk/README.txt
r1051385 r1142602 4 4 Tags: internal notes, notes, personal notes, todo notes, todo 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 16 Tested up to: 4.2 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 15 15 16 16 = Future Updates = 17 - Add a field to the post and page overview showing the notes there.17 - Add an optional field to the post and page overview showing the notes there. 18 18 19 19 == Installation == … … 32 32 33 33 == Changelog == 34 = 1.0.1 = 35 - Updated for WP 4.2. 36 34 37 = 1.0.0 = 35 38 - Initial release. 36 39 37 40 == Upgrade Notice == 41 = 1.0.1 = 42 Minor patch. Update recommended. 43 38 44 = 1.0.0 = 39 45 Initial release. -
internal-notes/trunk/exxica.php
r1051369 r1142602 10 10 * Plugin URI: http://exxica.com 11 11 * Description: Adds a simple textarea to posting and page editing, for internal notes. 12 * Version: 1.0. 012 * Version: 1.0.1 13 13 * Author: Gaute Rønningen 14 14 * Author URI: http://exxica.com -
internal-notes/trunk/public/class-exxica-todo.php
r1051369 r1142602 30 30 * @var string 31 31 */ 32 const VERSION = '1.0. 0';32 const VERSION = '1.0.1'; 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.