Changeset 1044562
- Timestamp:
- 12/14/2014 09:32:20 PM (11 years ago)
- Location:
- idea-factory
- Files:
-
- 56 added
- 4 edited
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (modified) (previous)
-
assets/screenshot-5.png (modified) (previous)
-
tags/1.1 (added)
-
tags/1.1/LICENSE.txt (added)
-
tags/1.1/README.txt (added)
-
tags/1.1/admin (added)
-
tags/1.1/admin/assets (added)
-
tags/1.1/admin/assets/css (added)
-
tags/1.1/admin/assets/css/index.php (added)
-
tags/1.1/admin/assets/js (added)
-
tags/1.1/admin/assets/js/index.php (added)
-
tags/1.1/admin/class-idea-factory-admin.php (added)
-
tags/1.1/admin/includes (added)
-
tags/1.1/admin/includes/class.column-mods.php (added)
-
tags/1.1/admin/includes/class.meta.php (added)
-
tags/1.1/admin/includes/class.settings-api.php (added)
-
tags/1.1/admin/includes/class.settings.php (added)
-
tags/1.1/admin/includes/index.php (added)
-
tags/1.1/idea-factory.php (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/class.process-entry.php (added)
-
tags/1.1/includes/class.process-status.php (added)
-
tags/1.1/includes/class.process-vote.php (added)
-
tags/1.1/includes/class.type.php (added)
-
tags/1.1/index.php (added)
-
tags/1.1/languages (added)
-
tags/1.1/languages/idea-factory-en_US.mo (added)
-
tags/1.1/languages/idea-factory-en_US.po (added)
-
tags/1.1/public (added)
-
tags/1.1/public/assets (added)
-
tags/1.1/public/assets/css (added)
-
tags/1.1/public/assets/css/idea-factory.css (added)
-
tags/1.1/public/assets/css/index.php (added)
-
tags/1.1/public/assets/js (added)
-
tags/1.1/public/assets/js/general.js (added)
-
tags/1.1/public/assets/js/idea-factory.js (added)
-
tags/1.1/public/assets/js/load-posts.js (added)
-
tags/1.1/public/assets/js/modal.js (added)
-
tags/1.1/public/assets/js/transition.js (added)
-
tags/1.1/public/assets/less (added)
-
tags/1.1/public/assets/less/_form.less (added)
-
tags/1.1/public/assets/less/_grid.less (added)
-
tags/1.1/public/assets/less/_layout.less (added)
-
tags/1.1/public/assets/less/_mixins.less (added)
-
tags/1.1/public/assets/less/_modal.less (added)
-
tags/1.1/public/assets/less/_responsive.less (added)
-
tags/1.1/public/assets/less/_variables.less (added)
-
tags/1.1/public/assets/less/master.less (added)
-
tags/1.1/public/class-idea-factory.php (added)
-
tags/1.1/public/includes (added)
-
tags/1.1/public/includes/class.assets.php (added)
-
tags/1.1/public/includes/class.shortcodes.php (added)
-
tags/1.1/public/includes/class.template-loader.php (added)
-
tags/1.1/public/includes/helpers.php (added)
-
tags/1.1/readme.md (added)
-
tags/1.1/templates (added)
-
tags/1.1/templates/template-ideas.php (added)
-
tags/1.1/uninstall.php (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
idea-factory/trunk/readme.txt
r1042383 r1044562 7 7 Requires at least: 3.8 8 8 Tested up to: 4.1 9 Stable tag: 1. 09 Stable tag: 1.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 22 22 * 1 vote allowed per user per idea 23 23 * Emails the admin of a new submission 24 * Automatic setup or use anywhere with a shortcode 25 * Optionally set a threshold where each idea will be given a status based on total votes and emails the admin 24 26 * Extensible with hooks and actions on events 25 27 * More ideas loaded with AJAX on front-end … … 67 69 == Changelog == 68 70 71 = 1.1 = 72 * NEW - Added a "threshold" option where, when set with a numerical value such as 10, each idea will then be automatically approved or declined based on reaching 10 or more total votes and will send the site admin an email with the status update 73 * NEW - Added an option to manually reset all votes on all ideas back to zero 74 * NEW - Added a status column within the edit posts screen to show the status of each idea 75 * NEW - Added a shortcode [idea_factory] to show the ideas and voting form with options to hide the form, votes, or voting 76 * NEW - Added an option to disable the automatic archive 77 * TWEAK - Permalinks are now automatically flushed only on plugin activation 78 * TWEAK - Instead of posts being put into draft when the option is selected, they are put into "pending" allowing proper review 79 69 80 = 1.0 = 70 81 * Initial Release
Note: See TracChangeset
for help on using the changeset viewer.