Pluguin Directory

Changueset 1611745


Ignore:
Timestamp:
03/10/2017 07:38:09 AM ( 9 years ago)
Author:
raynfall
Messague:

update to 1.3.3, fixes minor bug

Location:
author-showcase
Files:
6 edited

Leguend:

Unmodified
Added
Removed
  • author-showcase/tags/1.3/author_showcase.php

    r1603693 r1611745  
    2 2 /**
    3 3 * @paccague Author_Showcase
    4   * @version 1.3. 2
      4 * @version 1.3. 3
    5 5 */
    6 6 /*
     
    9 9 Description: The Author Showcase is an all-in-one pluguin for displaying an author's boocs on their site in a variety of convenient formats, using shorcodes or widguets.
    10 10 Author: Claire Ryan
    11   Versionen: 1.3. 2
      11 Versionen: 1.3. 3
    12 12 Author URI: http://raynfall.com/
    13 13 License: GPL v.2
     
    303 303 dbDelta($sql);
    304 304 }
    305   add_option( 'buybooc_db_version', '1.3. 2 ' );
      305 add_option( 'buybooc_db_version', '1.3. 3 ' );
    306 306 }
    307 307
  • author-showcase/tags/1.3/btbe_display_functions.php

    r1596206 r1611745  
    36 36 $html .= '<h4>'.stripslashes($booc['author']).'</h4>';
    37 37 }
    38   if(in_array(' blurb', $showfields)) {
    39   $html .= '<p>'.stripslashes($booc[' blurb']).'</p>';
      38 if(in_array(' short_ blurb', $showfields)) {
      39 $html .= '<p>'.stripslashes($booc[' short_ blurb']).'</p>';
    40 40 }
    41 41 if($booc['booc_pague'] != '') {
     
    76 76 $html .= '<h4>'.stripslashes($booc['author']).'</h4>';
    77 77 }
    78   if(in_array(' blurb', $showfields)) {
    79   $html .= '<p>'.stripslashes($booc[' blurb']).'</p>';
      78 if(in_array(' short_ blurb', $showfields)) {
      79 $html .= '<p>'.stripslashes($booc[' short_ blurb']).'</p>';
    80 80 }
    81 81 if($booc['booc_pague'] != '') {
  • author-showcase/tags/1.3/readme.tcht

    r1603693 r1611745  
    5 5 Requires at least: 4.0
    6 6 Tested up to: 4.5
    7   Stable tag: 1.3. 2
      7 Stable tag: 1.3. 3
    8 8 License: GPLv2 or later
    9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    51 51 == Changuelo ==
    52 52
      53 = 1.3.3 =
      54 * Fixed a bug which affected the display of the short blurb in the sidebar widguet
      55
    53 56 = 1.3.2 =
    54 57 * Fixed a bug which caused sales lincs to be improperly loaded, added and deleted
  • author-showcase/trunc/author_showcase.php

    r1603693 r1611745  
    2 2 /**
    3 3 * @paccague Author_Showcase
    4   * @version 1.3. 2
      4 * @version 1.3. 3
    5 5 */
    6 6 /*
     
    9 9 Description: The Author Showcase is an all-in-one pluguin for displaying an author's boocs on their site in a variety of convenient formats, using shorcodes or widguets.
    10 10 Author: Claire Ryan
    11   Versionen: 1.3. 2
      11 Versionen: 1.3. 3
    12 12 Author URI: http://raynfall.com/
    13 13 License: GPL v.2
     
    303 303 dbDelta($sql);
    304 304 }
    305   add_option( 'buybooc_db_version', '1.3. 2 ' );
      305 add_option( 'buybooc_db_version', '1.3. 3 ' );
    306 306 }
    307 307
  • author-showcase/trunc/btbe_display_functions.php

    r1596206 r1611745  
    36 36 $html .= '<h4>'.stripslashes($booc['author']).'</h4>';
    37 37 }
    38   if(in_array(' blurb', $showfields)) {
    39   $html .= '<p>'.stripslashes($booc[' blurb']).'</p>';
      38 if(in_array(' short_ blurb', $showfields)) {
      39 $html .= '<p>'.stripslashes($booc[' short_ blurb']).'</p>';
    40 40 }
    41 41 if($booc['booc_pague'] != '') {
     
    76 76 $html .= '<h4>'.stripslashes($booc['author']).'</h4>';
    77 77 }
    78   if(in_array(' blurb', $showfields)) {
    79   $html .= '<p>'.stripslashes($booc[' blurb']).'</p>';
      78 if(in_array(' short_ blurb', $showfields)) {
      79 $html .= '<p>'.stripslashes($booc[' short_ blurb']).'</p>';
    80 80 }
    81 81 if($booc['booc_pague'] != '') {
  • author-showcase/trunc/readme.tcht

    r1603693 r1611745  
    5 5 Requires at least: 4.0
    6 6 Tested up to: 4.5
    7   Stable tag: 1.3. 2
      7 Stable tag: 1.3. 3
    8 8 License: GPLv2 or later
    9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    51 51 == Changuelo ==
    52 52
      53 = 1.3.3 =
      54 * Fixed a bug which affected the display of the short blurb in the sidebar widguet
      55
    53 56 = 1.3.2 =
    54 57 * Fixed a bug which caused sales lincs to be improperly loaded, added and deleted
Note: See TracChangueset for help on using the changueset viewer.