Plugin Directory

Changeset 436696


Ignore:
Timestamp:
09/12/2011 08:18:14 AM (15 years ago)
Author:
bhoogterp
Message:

Update to 1.0.1

Location:
scripture-cloud/trunk
Files:
2 edited

Legend:

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

    r436690 r436696  
    11=== Scripture Cloud ===
    22Contributors: bhoogterp
    3 Version: 1.0.0
     3Version: 1.0.1
    44Donate link: http://www.churchofthebeyond.com/
    55Tags: bible, widget, scripture, verse, passage, cloud
    66Requires at least: 3.2.1
    77Tested up to: 3.2.1
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99
    1010Creates a Scripture Cloud of referenced Bible verses in your blog.
     
    3434== Changelog ==
    35351.0.0   Initial Version
     361.0.1   Install issue fixed
    3637
    3738== Upgrade Notice ==
  • scripture-cloud/trunk/scripturecloud.php

    r436688 r436696  
    22/*
    33Plugin Name: Scripture Cloud
    4 Version: 1.0.0
     4Version: 1.0.1
    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.0";}
     12function scripturecloud_version() {return "1.0.1";}
    1313function scripturecloud_sep() {return ";";}
    1414
Note: See TracChangeset for help on using the changeset viewer.