Changeset 704968
- Timestamp:
- 04/28/2013 12:38:19 PM (13 years ago)
- Location:
- pov-slider/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
pov_slider.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pov-slider/trunk/README.txt
r703579 r704968 4 4 Requires at least: 3.2 5 5 Tested up to: 3.5.1 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 8 A simple plugin for taking content from all over your site and marking it as "featured". Works as a simplified way to featureposts for (very) non-technical users.8 Works as a simplified way to featured posts for (very) non-technical users. 9 9 10 10 == Description == … … 29 29 == Changelog == 30 30 31 = 1.0.4 = 32 * Updating Readme 33 31 34 = 1.0.3 = 32 35 * Updating License -
pov-slider/trunk/pov_slider.php
r703597 r704968 4 4 Plugin URI: https://github.com/theREDspace/pov_slider 5 5 Description: A collection of sliders for featuring content on WordPress pages 6 Version: 1.0. 36 Version: 1.0.4 7 7 Author: Luke DeWitt 8 8 Author URI: http://www.whatadewitt.ca … … 27 27 */ 28 28 29 // TODO: rename this class to a proper name for your plugin30 29 class POVSlider { 31 30
Note: See TracChangeset
for help on using the changeset viewer.