Plugin Directory

Changeset 655919


Ignore:
Timestamp:
01/20/2013 09:16:40 PM (13 years ago)
Author:
mspyratos
Message:

Version 1.2

Location:
show-hide-author/tags/1.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • show-hide-author/tags/1.2/readme.txt

    r655916 r655919  
    55Requires at least: 3.0.1
    66Tested up to: 3.5
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 With this plugin you can choose to show or hide the author name in posts.
    16 You also can choose where to show the name.
     15With this plugin you can choose to show or hide the author name.
    1716
    18 = Choose to show or hide author name =
     17=Choose to show or hide author name=
    1918
    2019* In Different Post Types
     
    2221* In Custom URLs
    2322
    24 = Themes Tested =
     23=Themes Tested=
    2524
    2625* Twenty Ten
     
    2827* Twenty Twelve
    2928
    30 = Note =
     29=Note=
     30Send me a request to enable the funcionality to your specific theme, if problems raise.
     31This way you will help me make the plugin compatible in more themes.
    3132
    32 If plugin doesn't work as supposed to on your theme, please send me an email with the name of your theme and I will update the plugin.
    33 
    34 = In Future Versions =
    35 If the plugin proves to be useful and I find the time needed,  I will extend its funcionality to choose whether to show or hide author name:
     33=In Future Versions=
     34If the plugin proves to be useful and I find the time needed,  I will extend it's funcionality to choose to show or hide author name:
    3635
    3736* In Individual Categories
    3837* By Author Role and Name
    3938
    40 and also make it compatible in more themes.
     39and make it compatible in more themes.
    4140
    4241== Installation ==
    4342
    44 = Method 1 =
     43=Method 1=
     44By the WP plugin installation page, using the "show_hide_author.zip" file.
    4545
    46 Through default WP plugin installation page, using the "show_hide_author.zip" file.
    47 
    48 = Method 2 =
    49 
     46=Method 2=
    5047By uploading the unzipped "show_hide_author" folder to the plugin directory.
    5148
    52 = After Installation =
     49=After Installation=
    5350
    5451The plugin settings will be available under the "Plugins" main menu.
     
    6966== Changelog ==
    7067
    71 = Version 1.0 =
     68= 1.0 =
     69* First Version
    7270
    73 First Release
     71== Upgrade Notice ==
    7472
    75 = Version 1.1 =
    76 
    77 Fixed a misspelling in the code.
     73= No upgrades yet =
    7874
    7975== Contact Me ==
  • show-hide-author/tags/1.2/show_hide_author.php

    r655916 r655919  
    33Plugin Name: Show Hide Author
    44Description: Choose whether to show or hide the author name.
    5 Version: 1.1
     5Version: 1.2
    66Author: Michael Spyratos
    77Author URI: http://mspyratos.com/
     
    356356                    var regex = / by <span(.*?)\/span>|<p class="post-details">by/;
    357357                    break;
     358            case 'theme-revenge' :
     359                    var classes = ['post-entry-meta'];
     360                    var regex = /By <a(.*?)\/a> on/;
     361                    break;
    358362            default:
    359363                    var classes = ['entry-meta'];
Note: See TracChangeset for help on using the changeset viewer.