Plugin Directory

Changeset 505539


Ignore:
Timestamp:
02/15/2012 06:31:54 PM (14 years ago)
Author:
ichurakov
Message:
 
Location:
wp-integrator
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • wp-integrator/tags/1.30/readme.txt

    r505479 r505539  
    99Requires at least: 3.0
    1010Tested up to: 3.3.1
    11 Stable tag: 1.29
     11Stable tag: 1.30
    1212
    1313This plugin generates and handles CSS+JavaScript embed-code to display WordPress data on non-WordPress part of website.
     
    3535== Changelog ==
    3636
     37= 1.30 =
     38* Minor updates for Firefox compatibility.
     39
    3740= 1.29 =
    3841* Fixed bug that appears on websites which don't use permalinks.
  • wp-integrator/tags/1.30/wp-integrator.php

    r505479 r505539  
    44Plugin URI: http://www.icprojects.net/wordpress-integrator.html
    55Description: 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.29
     6Version: 1.30
    77Author: Ivan Churakov
    88Author URI: http://www.icprojects.net/about/
    99*/
    10 define('WPINTEGRATOR_VERSION', 1.28);
     10define('WPINTEGRATOR_VERSION', 1.30);
    1111wp_enqueue_script("jquery");
    1212
     
    117117ul.wpintegrator-recent-posts {list-style-type: disc; padding: 0px 10px 0px 20px; margin: 0px;}
    118118ul.wpintegrator-recent-posts li {padding: 0px; margin: 0px;}
    119 ul.wpintegrator-recent-posts li a {cursor: auto;}
     119ul.wpintegrator-recent-posts li a {cursor: pointer;}
    120120ul.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>
    121121                                    </tr>
     
    208208                                        <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').' */
    209209div.wpintegrator-tag-cloud {padding: 10px; margin: 0px;}
    210 div.wpintegrator-tag-cloud a {cursor: auto;}
     210div.wpintegrator-tag-cloud a {cursor: pointer;}
    211211div.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>
    212212                                    </tr>
     
    291291ul.wpintegrator-categories {list-style-type: disc; padding: 0px 10px 0px 20px; margin: 0px;}
    292292ul.wpintegrator-categories li {padding: 0px; margin: 0px;}
    293 ul.wpintegrator-categories li a {cursor: auto;}
     293ul.wpintegrator-categories li a {cursor: pointer;}
    294294ul.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>
    295295                                    </tr>
  • wp-integrator/trunk/readme.txt

    r505479 r505539  
    99Requires at least: 3.0
    1010Tested up to: 3.3.1
    11 Stable tag: 1.29
     11Stable tag: 1.30
    1212
    1313This plugin generates and handles CSS+JavaScript embed-code to display WordPress data on non-WordPress part of website.
     
    3535== Changelog ==
    3636
     37= 1.30 =
     38* Minor updates for Firefox compatibility.
     39
    3740= 1.29 =
    3841* Fixed bug that appears on websites which don't use permalinks.
  • wp-integrator/trunk/wp-integrator.php

    r505479 r505539  
    44Plugin URI: http://www.icprojects.net/wordpress-integrator.html
    55Description: 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.29
     6Version: 1.30
    77Author: Ivan Churakov
    88Author URI: http://www.icprojects.net/about/
    99*/
    10 define('WPINTEGRATOR_VERSION', 1.28);
     10define('WPINTEGRATOR_VERSION', 1.30);
    1111wp_enqueue_script("jquery");
    1212
     
    117117ul.wpintegrator-recent-posts {list-style-type: disc; padding: 0px 10px 0px 20px; margin: 0px;}
    118118ul.wpintegrator-recent-posts li {padding: 0px; margin: 0px;}
    119 ul.wpintegrator-recent-posts li a {cursor: auto;}
     119ul.wpintegrator-recent-posts li a {cursor: pointer;}
    120120ul.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>
    121121                                    </tr>
     
    208208                                        <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').' */
    209209div.wpintegrator-tag-cloud {padding: 10px; margin: 0px;}
    210 div.wpintegrator-tag-cloud a {cursor: auto;}
     210div.wpintegrator-tag-cloud a {cursor: pointer;}
    211211div.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>
    212212                                    </tr>
     
    291291ul.wpintegrator-categories {list-style-type: disc; padding: 0px 10px 0px 20px; margin: 0px;}
    292292ul.wpintegrator-categories li {padding: 0px; margin: 0px;}
    293 ul.wpintegrator-categories li a {cursor: auto;}
     293ul.wpintegrator-categories li a {cursor: pointer;}
    294294ul.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>
    295295                                    </tr>
Note: See TracChangeset for help on using the changeset viewer.