Changeset 449358
- Timestamp:
- 10/10/2011 04:59:58 AM (14 years ago)
- Location:
- scripture-cloud/trunk
- Files:
-
- 2 added
- 2 edited
-
bible.ods (added)
-
readme.txt (modified) (1 diff)
-
scripturecloud.php (modified) (2 diffs)
-
scripturecloud_stats.php (added)
Legend:
- Unmodified
- Added
- Removed
-
scripture-cloud/trunk/readme.txt
r449007 r449358 1 1 === Scripture Cloud === 2 2 Contributors: bhoogterp 3 Version: 1.0. 33 Version: 1.0.4 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. 38 Stable tag: 1.0.4 9 9 10 10 Creates a Scripture Cloud of referenced Bible verses in your blog. -
scripture-cloud/trunk/scripturecloud.php
r449007 r449358 2 2 /* 3 3 Plugin Name: Scripture Cloud 4 Version: 1.0. 34 Version: 1.0.4 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. 3";}12 function scripturecloud_version() {return "1.0.4";} 13 13 function scripturecloud_sep() {return ";";} 14 14
Note: See TracChangeset
for help on using the changeset viewer.