Changeset 505539
- Timestamp:
- 02/15/2012 06:31:54 PM (14 years ago)
- Location:
- wp-integrator
- Files:
-
- 2 edited
- 6 copied
-
tags/1.30 (copied) (copied from wp-integrator/trunk)
-
tags/1.30/css (copied) (copied from wp-integrator/trunk/css)
-
tags/1.30/index.html (copied) (copied from wp-integrator/trunk/index.html)
-
tags/1.30/languages (copied) (copied from wp-integrator/trunk/languages)
-
tags/1.30/readme.txt (copied) (copied from wp-integrator/trunk/readme.txt) (2 diffs)
-
tags/1.30/wp-integrator.php (copied) (copied from wp-integrator/trunk/wp-integrator.php) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-integrator.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-integrator/tags/1.30/readme.txt
r505479 r505539 9 9 Requires at least: 3.0 10 10 Tested up to: 3.3.1 11 Stable tag: 1. 2911 Stable tag: 1.30 12 12 13 13 This plugin generates and handles CSS+JavaScript embed-code to display WordPress data on non-WordPress part of website. … … 35 35 == Changelog == 36 36 37 = 1.30 = 38 * Minor updates for Firefox compatibility. 39 37 40 = 1.29 = 38 41 * Fixed bug that appears on websites which don't use permalinks. -
wp-integrator/tags/1.30/wp-integrator.php
r505479 r505539 4 4 Plugin URI: http://www.icprojects.net/wordpress-integrator.html 5 5 Description: This plugin generates and handles CSS+JavaScript embed-code to display WordPress data on third party websites. At present time plugin handles "Recent Posts", "Categories" and "Tag Cloud". If you wish the plugin to display more data ("Pages", "Archives" or whatever) from your blog, please visit plugin page and leave your request there. 6 Version: 1. 296 Version: 1.30 7 7 Author: Ivan Churakov 8 8 Author URI: http://www.icprojects.net/about/ 9 9 */ 10 define('WPINTEGRATOR_VERSION', 1. 28);10 define('WPINTEGRATOR_VERSION', 1.30); 11 11 wp_enqueue_script("jquery"); 12 12 … … 117 117 ul.wpintegrator-recent-posts {list-style-type: disc; padding: 0px 10px 0px 20px; margin: 0px;} 118 118 ul.wpintegrator-recent-posts li {padding: 0px; margin: 0px;} 119 ul.wpintegrator-recent-posts li a {cursor: auto;}119 ul.wpintegrator-recent-posts li a {cursor: pointer;} 120 120 ul.wpintegrator-recent-posts li a:hover{}</textarea><br /><em>'.__('This CSS-code to adjust view of "Recent Posts" list. You can tune it if you wish.', 'wpintegrator').'</em></td> 121 121 </tr> … … 208 208 <td><textarea class="widefat" id="wpintegrator_css" name="wpintegrator_css" style="height: 140px;">/* '.__('"Tag Cloud" items are wrapped within DIV-tag which has class attribute "wpintegrator-tag-cloud".', 'wpintegrator').' */ 209 209 div.wpintegrator-tag-cloud {padding: 10px; margin: 0px;} 210 div.wpintegrator-tag-cloud a {cursor: auto;}210 div.wpintegrator-tag-cloud a {cursor: pointer;} 211 211 div.wpintegrator-tag-cloud a:hover{}</textarea><br /><em>'.__('This CSS-code to adjust view of "Tag Cloud" container. You can tune it if you wish.', 'wpintegrator').'</em></td> 212 212 </tr> … … 291 291 ul.wpintegrator-categories {list-style-type: disc; padding: 0px 10px 0px 20px; margin: 0px;} 292 292 ul.wpintegrator-categories li {padding: 0px; margin: 0px;} 293 ul.wpintegrator-categories li a {cursor: auto;}293 ul.wpintegrator-categories li a {cursor: pointer;} 294 294 ul.wpintegrator-categories li a:hover{}</textarea><br /><em>'.__('This CSS-code to adjust view of "Categories" list. You can tune it if you wish.', 'wpintegrator').'</em></td> 295 295 </tr> -
wp-integrator/trunk/readme.txt
r505479 r505539 9 9 Requires at least: 3.0 10 10 Tested up to: 3.3.1 11 Stable tag: 1. 2911 Stable tag: 1.30 12 12 13 13 This plugin generates and handles CSS+JavaScript embed-code to display WordPress data on non-WordPress part of website. … … 35 35 == Changelog == 36 36 37 = 1.30 = 38 * Minor updates for Firefox compatibility. 39 37 40 = 1.29 = 38 41 * Fixed bug that appears on websites which don't use permalinks. -
wp-integrator/trunk/wp-integrator.php
r505479 r505539 4 4 Plugin URI: http://www.icprojects.net/wordpress-integrator.html 5 5 Description: This plugin generates and handles CSS+JavaScript embed-code to display WordPress data on third party websites. At present time plugin handles "Recent Posts", "Categories" and "Tag Cloud". If you wish the plugin to display more data ("Pages", "Archives" or whatever) from your blog, please visit plugin page and leave your request there. 6 Version: 1. 296 Version: 1.30 7 7 Author: Ivan Churakov 8 8 Author URI: http://www.icprojects.net/about/ 9 9 */ 10 define('WPINTEGRATOR_VERSION', 1. 28);10 define('WPINTEGRATOR_VERSION', 1.30); 11 11 wp_enqueue_script("jquery"); 12 12 … … 117 117 ul.wpintegrator-recent-posts {list-style-type: disc; padding: 0px 10px 0px 20px; margin: 0px;} 118 118 ul.wpintegrator-recent-posts li {padding: 0px; margin: 0px;} 119 ul.wpintegrator-recent-posts li a {cursor: auto;}119 ul.wpintegrator-recent-posts li a {cursor: pointer;} 120 120 ul.wpintegrator-recent-posts li a:hover{}</textarea><br /><em>'.__('This CSS-code to adjust view of "Recent Posts" list. You can tune it if you wish.', 'wpintegrator').'</em></td> 121 121 </tr> … … 208 208 <td><textarea class="widefat" id="wpintegrator_css" name="wpintegrator_css" style="height: 140px;">/* '.__('"Tag Cloud" items are wrapped within DIV-tag which has class attribute "wpintegrator-tag-cloud".', 'wpintegrator').' */ 209 209 div.wpintegrator-tag-cloud {padding: 10px; margin: 0px;} 210 div.wpintegrator-tag-cloud a {cursor: auto;}210 div.wpintegrator-tag-cloud a {cursor: pointer;} 211 211 div.wpintegrator-tag-cloud a:hover{}</textarea><br /><em>'.__('This CSS-code to adjust view of "Tag Cloud" container. You can tune it if you wish.', 'wpintegrator').'</em></td> 212 212 </tr> … … 291 291 ul.wpintegrator-categories {list-style-type: disc; padding: 0px 10px 0px 20px; margin: 0px;} 292 292 ul.wpintegrator-categories li {padding: 0px; margin: 0px;} 293 ul.wpintegrator-categories li a {cursor: auto;}293 ul.wpintegrator-categories li a {cursor: pointer;} 294 294 ul.wpintegrator-categories li a:hover{}</textarea><br /><em>'.__('This CSS-code to adjust view of "Categories" list. You can tune it if you wish.', 'wpintegrator').'</em></td> 295 295 </tr>
Note: See TracChangeset
for help on using the changeset viewer.