Plugin Directory

Changeset 1142602


Ignore:
Timestamp:
04/22/2015 09:25:30 PM (11 years ago)
Author:
exxica
Message:

v1.0.1

Location:
internal-notes
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • internal-notes/tags/1.0.1/README.txt

    r1051385 r1142602  
    44Tags: internal notes, notes, personal notes, todo notes, todo
    55Requires at least: 3.5.1
    6 Tested up to: 4.1
     6Tested up to: 4.2
    77Stable tag: trunk
    88License: GPLv2 or later
     
    1515
    1616= 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.
    1818
    1919== Installation ==
     
    3232
    3333== Changelog ==
     34= 1.0.1 =
     35- Updated for WP 4.2.
     36
    3437= 1.0.0 =
    3538- Initial release.
    3639
    3740== Upgrade Notice ==
     41= 1.0.1 =
     42Minor patch. Update recommended.
     43
    3844= 1.0.0 =
    3945Initial release.
  • internal-notes/tags/1.0.1/exxica.php

    r1051369 r1142602  
    1010 * Plugin URI:        http://exxica.com
    1111 * Description:       Adds a simple textarea to posting and page editing, for internal notes.
    12  * Version:           1.0.0
     12 * Version:           1.0.1
    1313 * Author:            Gaute Rønningen
    1414 * Author URI:        http://exxica.com
  • internal-notes/tags/1.0.1/public/class-exxica-todo.php

    r1051369 r1142602  
    3030     * @var     string
    3131     */
    32     const VERSION = '1.0.0';
     32    const VERSION = '1.0.1';
    3333
    3434    /**
  • internal-notes/trunk/README.txt

    r1051385 r1142602  
    44Tags: internal notes, notes, personal notes, todo notes, todo
    55Requires at least: 3.5.1
    6 Tested up to: 4.1
     6Tested up to: 4.2
    77Stable tag: trunk
    88License: GPLv2 or later
     
    1515
    1616= 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.
    1818
    1919== Installation ==
     
    3232
    3333== Changelog ==
     34= 1.0.1 =
     35- Updated for WP 4.2.
     36
    3437= 1.0.0 =
    3538- Initial release.
    3639
    3740== Upgrade Notice ==
     41= 1.0.1 =
     42Minor patch. Update recommended.
     43
    3844= 1.0.0 =
    3945Initial release.
  • internal-notes/trunk/exxica.php

    r1051369 r1142602  
    1010 * Plugin URI:        http://exxica.com
    1111 * Description:       Adds a simple textarea to posting and page editing, for internal notes.
    12  * Version:           1.0.0
     12 * Version:           1.0.1
    1313 * Author:            Gaute Rønningen
    1414 * Author URI:        http://exxica.com
  • internal-notes/trunk/public/class-exxica-todo.php

    r1051369 r1142602  
    3030     * @var     string
    3131     */
    32     const VERSION = '1.0.0';
     32    const VERSION = '1.0.1';
    3333
    3434    /**
Note: See TracChangeset for help on using the changeset viewer.