Plugin Directory

Changeset 1668383


Ignore:
Timestamp:
06/01/2017 07:17:41 AM (9 years ago)
Author:
exxica
Message:

v1.0.2

Location:
internal-notes
Files:
6 edited
1 copied

Legend:

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

    r1142602 r1668383  
    44Tags: internal notes, notes, personal notes, todo notes, todo
    55Requires at least: 3.5.1
    6 Tested up to: 4.2
     6Tested up to: 4.8
    77Stable tag: trunk
    88License: GPLv2 or later
     
    3232
    3333== Changelog ==
     34= 1.0.2 =
     35- Updated for WP 4.8.
     36
    3437= 1.0.1 =
    3538- Updated for WP 4.2.
     
    3942
    4043== Upgrade Notice ==
     44= 1.0.2 =
     45Minor patch. Update recommended.
     46
    4147= 1.0.1 =
    4248Minor patch. Update recommended.
  • internal-notes/tags/1.0.2/exxica.php

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

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

    r1142602 r1668383  
    44Tags: internal notes, notes, personal notes, todo notes, todo
    55Requires at least: 3.5.1
    6 Tested up to: 4.2
     6Tested up to: 4.8
    77Stable tag: trunk
    88License: GPLv2 or later
     
    3232
    3333== Changelog ==
     34= 1.0.2 =
     35- Updated for WP 4.8.
     36
    3437= 1.0.1 =
    3538- Updated for WP 4.2.
     
    3942
    4043== Upgrade Notice ==
     44= 1.0.2 =
     45Minor patch. Update recommended.
     46
    4147= 1.0.1 =
    4248Minor patch. Update recommended.
  • internal-notes/trunk/exxica.php

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

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