Changeset 1092190
- Timestamp:
- 02/17/2015 07:20:13 AM (11 years ago)
- Location:
- wp-notes-widget
- Files:
-
- 4 edited
-
tags/0.2.0/README.txt (modified) (1 diff)
-
trunk/includes/class-wp-notes-widget.php (modified) (1 diff)
-
trunk/includes/class-wp-notes.php (modified) (1 diff)
-
trunk/wp-notes-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-notes-widget/tags/0.2.0/README.txt
r1092179 r1092190 7 7 License: GPLv2 or later 8 8 9 Display important, short, time sensitive text and media in a 'sticky note' style. Auto Tweet your notes.9 Display important, short, time sensitive text and media in a 'sticky note' style. Auto tweet your notes. 10 10 11 11 == Description == -
wp-notes-widget/trunk/includes/class-wp-notes-widget.php
r1092146 r1092190 238 238 239 239 extract( $widget_data, EXTR_SKIP ); 240 240 241 // Display the admin form 241 242 include( plugin_dir_path( dirname( __FILE__ ) ) . 'admin/admin-widget-view.php' ); -
wp-notes-widget/trunk/includes/class-wp-notes.php
r1092139 r1092190 68 68 69 69 $this->WP_Notes = 'wp-notes'; 70 $this->version = '0. 1.0';70 $this->version = '0.2.0'; 71 71 72 72 $this->load_dependencies(); -
wp-notes-widget/trunk/wp-notes-widget.php
r1092146 r1092190 31 31 * The code that runs during plugin activation. 32 32 */ 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'; 33 require_once plugin_dir_path( __FILE__ ) . 'includes/class-wp-notes-activator.php'; 35 34 36 35 /**
Note: See TracChangeset
for help on using the changeset viewer.