Changeset 1668383
- Timestamp:
- 06/01/2017 07:17:41 AM (9 years ago)
- Location:
- internal-notes
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from internal-notes/trunk)
-
tags/1.0.2/README.txt (modified) (3 diffs)
-
tags/1.0.2/exxica.php (modified) (1 diff)
-
tags/1.0.2/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.2/README.txt
r1142602 r1668383 4 4 Tags: internal notes, notes, personal notes, todo notes, todo 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 26 Tested up to: 4.8 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 32 32 33 33 == Changelog == 34 = 1.0.2 = 35 - Updated for WP 4.8. 36 34 37 = 1.0.1 = 35 38 - Updated for WP 4.2. … … 39 42 40 43 == Upgrade Notice == 44 = 1.0.2 = 45 Minor patch. Update recommended. 46 41 47 = 1.0.1 = 42 48 Minor patch. Update recommended. -
internal-notes/tags/1.0.2/exxica.php
r1142602 r1668383 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. 112 * Version: 1.0.2 13 13 * Author: Gaute Rønningen 14 14 * Author URI: http://exxica.com -
internal-notes/tags/1.0.2/public/class-exxica-todo.php
r1142602 r1668383 30 30 * @var string 31 31 */ 32 const VERSION = '1.0. 1';32 const VERSION = '1.0.2'; 33 33 34 34 /** -
internal-notes/trunk/README.txt
r1142602 r1668383 4 4 Tags: internal notes, notes, personal notes, todo notes, todo 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 26 Tested up to: 4.8 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 32 32 33 33 == Changelog == 34 = 1.0.2 = 35 - Updated for WP 4.8. 36 34 37 = 1.0.1 = 35 38 - Updated for WP 4.2. … … 39 42 40 43 == Upgrade Notice == 44 = 1.0.2 = 45 Minor patch. Update recommended. 46 41 47 = 1.0.1 = 42 48 Minor patch. Update recommended. -
internal-notes/trunk/exxica.php
r1142602 r1668383 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. 112 * Version: 1.0.2 13 13 * Author: Gaute Rønningen 14 14 * Author URI: http://exxica.com -
internal-notes/trunk/public/class-exxica-todo.php
r1142602 r1668383 30 30 * @var string 31 31 */ 32 const VERSION = '1.0. 1';32 const VERSION = '1.0.2'; 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.