Plugin Directory

Changeset 469632


Ignore:
Timestamp:
11/30/2011 08:02:54 PM (14 years ago)
Author:
bhoogterp
Message:

Update

Location:
scripture-cloud/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • scripture-cloud/trunk/readme.txt

    r449360 r469632  
    11=== Scripture Cloud ===
    22Contributors: bhoogterp
    3 Version: 1.0.4
     3Version: 1.0.5
    44Donate link: http://www.churchofthebeyond.com/
    55Tags: bible, widget, scripture, verse, passage, cloud
    6 Requires at least: 3.2.1
    7 Tested up to: 3.2.1
    8 Stable tag: 1.0.4
     6Requires at least: 3.0
     7Tested up to: 3.3
     8Stable tag: 1.0.5
    99
    1010Creates a Scripture Cloud of referenced Bible verses in your blog.
     
    38381.0.3  Referencing the same verse multiple times only counts for once now
    39391.0.4  Learning SVN... forgot to add the stats file
     401.0.5  Rooted search...
    4041
    4142== Upgrade Notice ==
     
    43441.0.2  Get it!
    44451.0.3  Minor Bug Fix
     461.0.5  Makes click links work from any page (didn't realize it only worked from home page)
    4547
    4648== Screenshots ==
  • scripture-cloud/trunk/scripturecloud.php

    r449358 r469632  
    22/*
    33Plugin Name: Scripture Cloud
    4 Version: 1.0.4
     4Version: 1.0.5
    55Plugin URI: http://www.churchofthebeyond.com/
    66Description: Scans and pages for scriptures, and displays them in cloud format (like tags, only scripture references auto-detected).
     
    1010*/
    1111
    12 function scripturecloud_version() {return "1.0.4";}
     12function scripturecloud_version() {return "1.0.5";}
    1313function scripturecloud_sep() {return ";";}
    1414
     
    3636function scripturecloud_save($id)   {   scripturecloud_update_post($id);    }
    3737
     38//scripturecloud_version_check();
    3839?>
  • scripture-cloud/trunk/scripturecloud_show.php

    r436695 r469632  
    102102
    103103        $s .= "<span style='font:normal {$z}px/10px Tahoma' title='$b topics'> ";
    104         $s .= "<a href='?s=".urlencode("\"$a\"")."'>";
     104        $s .= "<a href='/?s=".urlencode("\"$a\"")."'>";
    105105        $s .= "$a";
    106106        $s .= "</a>";
Note: See TracChangeset for help on using the changeset viewer.