Changeset 436696
- Timestamp:
- 09/12/2011 08:18:14 AM (15 years ago)
- Location:
- scripture-cloud/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
scripturecloud.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripture-cloud/trunk/readme.txt
r436690 r436696 1 1 === Scripture Cloud === 2 2 Contributors: bhoogterp 3 Version: 1.0. 03 Version: 1.0.1 4 4 Donate link: http://www.churchofthebeyond.com/ 5 5 Tags: bible, widget, scripture, verse, passage, cloud 6 6 Requires at least: 3.2.1 7 7 Tested up to: 3.2.1 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 10 10 Creates a Scripture Cloud of referenced Bible verses in your blog. … … 34 34 == Changelog == 35 35 1.0.0 Initial Version 36 1.0.1 Install issue fixed 36 37 37 38 == Upgrade Notice == -
scripture-cloud/trunk/scripturecloud.php
r436688 r436696 2 2 /* 3 3 Plugin Name: Scripture Cloud 4 Version: 1.0. 04 Version: 1.0.1 5 5 Plugin URI: http://www.churchofthebeyond.com/ 6 6 Description: Scans and pages for scriptures, and displays them in cloud format (like tags, only scripture references auto-detected). … … 10 10 */ 11 11 12 function scripturecloud_version() {return "1.0. 0";}12 function scripturecloud_version() {return "1.0.1";} 13 13 function scripturecloud_sep() {return ";";} 14 14
Note: See TracChangeset
for help on using the changeset viewer.