Plugin Directory

Changeset 1092190


Ignore:
Timestamp:
02/17/2015 07:20:13 AM (11 years ago)
Author:
_silver
Message:

minor updates to readme

Location:
wp-notes-widget
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-notes-widget/tags/0.2.0/README.txt

    r1092179 r1092190  
    77License: GPLv2 or later
    88
    9 Display important, short, time sensitive text and media in a 'sticky note' style. Auto Tweet your notes.
     9Display important, short, time sensitive text and media in a 'sticky note' style. Auto tweet your notes.
    1010
    1111== Description ==
  • wp-notes-widget/trunk/includes/class-wp-notes-widget.php

    r1092146 r1092190  
    238238
    239239            extract( $widget_data, EXTR_SKIP );
     240           
    240241            // Display the admin form
    241242            include( plugin_dir_path( dirname( __FILE__ ) ) . 'admin/admin-widget-view.php' );
  • wp-notes-widget/trunk/includes/class-wp-notes.php

    r1092139 r1092190  
    6868
    6969        $this->WP_Notes = 'wp-notes';
    70         $this->version = '0.1.0';
     70        $this->version = '0.2.0';
    7171
    7272        $this->load_dependencies();
  • wp-notes-widget/trunk/wp-notes-widget.php

    r1092146 r1092190  
    3131 * The code that runs during plugin activation.
    3232 */
    33 //require_once plugin_dir_path( __FILE__ ) . 'includes/class-wp-notes-activator.php';
    34 require_once 'C:\Users\user\Documents\Websites\wpnotes.dev\wp-content\plugins\wp-notes-widget\trunk\\' . 'includes/class-wp-notes-activator.php';
     33require_once plugin_dir_path( __FILE__ ) . 'includes/class-wp-notes-activator.php';
    3534
    3635/**
Note: See TracChangeset for help on using the changeset viewer.