Changeset 1241078
- Timestamp:
- 09/08/2015 11:48:35 PM (10 years ago)
- Location:
- superpack
- Files:
-
- 54 added
- 1 edited
-
tags/0.1.1 (added)
-
tags/0.1.1/assets (added)
-
tags/0.1.1/assets/css (added)
-
tags/0.1.1/assets/css/index.php (added)
-
tags/0.1.1/assets/css/superpack.css (added)
-
tags/0.1.1/assets/css/superpack.scss (added)
-
tags/0.1.1/assets/index.php (added)
-
tags/0.1.1/assets/js (added)
-
tags/0.1.1/assets/js/functions.js (added)
-
tags/0.1.1/assets/js/index.php (added)
-
tags/0.1.1/class-superpack.php (added)
-
tags/0.1.1/inc (added)
-
tags/0.1.1/inc/index.php (added)
-
tags/0.1.1/inc/widgets (added)
-
tags/0.1.1/inc/widgets/index.php (added)
-
tags/0.1.1/inc/widgets/widget-about.php (added)
-
tags/0.1.1/inc/widgets/widget-comments.php (added)
-
tags/0.1.1/inc/widgets/widget-instagram.php (added)
-
tags/0.1.1/inc/widgets/widget-posts.php (added)
-
tags/0.1.1/inc/widgets/widget-social.php (added)
-
tags/0.1.1/inc/widgets/widget-tags.php (added)
-
tags/0.1.1/index.php (added)
-
tags/0.1.1/languages (added)
-
tags/0.1.1/languages/index.php (added)
-
tags/0.1.1/license.txt (added)
-
tags/0.1.1/readme.txt (added)
-
tags/0.1.1/settings.php (added)
-
tags/0.1.1/superpack.php (added)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/index.php (added)
-
trunk/assets/css/superpack.css (added)
-
trunk/assets/css/superpack.scss (added)
-
trunk/assets/index.php (added)
-
trunk/assets/js (added)
-
trunk/assets/js/functions.js (added)
-
trunk/assets/js/index.php (added)
-
trunk/class-superpack.php (added)
-
trunk/inc (added)
-
trunk/inc/index.php (added)
-
trunk/inc/widgets (added)
-
trunk/inc/widgets/index.php (added)
-
trunk/inc/widgets/widget-about.php (added)
-
trunk/inc/widgets/widget-comments.php (added)
-
trunk/inc/widgets/widget-instagram.php (added)
-
trunk/inc/widgets/widget-posts.php (added)
-
trunk/inc/widgets/widget-social.php (added)
-
trunk/inc/widgets/widget-tags.php (added)
-
trunk/index.php (added)
-
trunk/languages (added)
-
trunk/languages/index.php (added)
-
trunk/license.txt (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/settings.php (added)
-
trunk/superpack.php (added)
Legend:
- Unmodified
- Added
- Removed
-
superpack/trunk/readme.txt
r1173939 r1241078 1 1 === SuperPack === 2 Contributors: splendous2 Contributors: xfrontend, splendous 3 3 License: GPLv3 4 4 License URI: http://www.gnu.org/licenses/gpl.html 5 Tags: widget, instagram 5 Tags: widget, instagram, social icons, about widget, recent comments, recent posts, random posts, sticky posts, related posts 6 6 Requires at least: 4.1.1 7 Tested up to: 4. 2.18 Stable tag: 0.1. 07 Tested up to: 4.3 8 Stable tag: 0.1.1 9 9 10 Provides a backend to supercharge your site.10 Provides handful of Widgets and a backend to supercharge your site. 11 11 12 12 == Description == 13 13 14 Provides a backend to supercharge your site. 14 Provides handful of Widgets and a backend to supercharge your site. 15 16 = Widgets = 17 18 * About (SuperPack) - Display your bio/site info on your site. 19 * Comments (SuperPack) - Display the most recent comments (with Gravatar). 20 * Instagram (SuperPack) - Display your latest Instagram photos on your site. 21 * Posts (SuperPack) - Display the blog posts with Thumbnail. Includes Recent Posts, Random Posts, Sticky Posts and Related Posts 22 * Social Icons (SuperPack) - Display social profile link icons (require theme supports). 23 * Tags (SuperPack) - Display your most used tags. 15 24 16 25 = What it does & doesn't = 17 26 18 * Does: It provides the features/functions and handle user generated data/options 19 * Doesn't: Styling, a compatible theme must be installed for proper outlook, and features to work. 27 * Does: It provides the features/functions, and handle user generated data/options. 28 * Doesn't: Styling, a compatible theme should be installed for proper outlook and all features to work. 29 30 = Support = 31 32 Provided as is without any support. However feel free to reach the author for feature request, and report if you found any bugs! 20 33 21 34 … … 34 47 35 48 36 == Frequently Asked Questions==49 == Changelog == 37 50 38 (Coming soon) 51 = Version 0.1.1 = 52 * Cleaned up codebase. 53 * Added - Widget settings. Theme authors can adjust settings via `add_theme_support`. 54 * Added - Social Icons Widget. 55 * Fixes - Updated Instagram Widget to properly fetch image data. 39 56 40 57 41 == Screenshots == 42 43 1. (coming soon) 44 45 46 == Changelog == 47 48 = 0.1.0 = 58 = Version 0.1.0 = 49 59 * Initial release. 50 51 52 == Arbitrary section ==53 54 = Caution =55 56 Don't know about any supported theme? Best idea would be to not install it at all.
Note: See TracChangeset
for help on using the changeset viewer.