=== upPrev === Contributors: iworks Donate link: https://ko-fi.com/iworks Tags: next post, previous post, notification, related, upPrev Requires at least: 3.1 Tested up to: 3.3 Stable tag: 3.2 When a reader scrolls to the bottom of a single post, page or custom post type, show previous posts in the selected configuration. == Description == When a reader scrolls to the bottom of a single post, page or custom post type, a button animates in the page’s bottom right or left corner, allowing the reader to select the previous or random available post or posts in the selected configuration: 1. Just previous 2. Previous in category 3. Previous in tag 4. Random 5. Related using YARPP (only post/pages) Plugin based on "upPrev Previous Post Animated Notification" = Translators = * Polish (pl_PL) - [Marcin Pietrzak](http://iworks.pl/) * Turkish (tr_TR) - [wpdestek](http://wordpress.org/support/profile/wpdestek) If you have created your own language pack, or have an update of an existing one, you can send [gettext PO and MO files](http://codex.wordpress.org/Translating_WordPress) to me so that I can bundle it into upPrev. You can [download the latest POT file from here](http://plugins.svn.wordpress.org/upprev/trunk/languages/upprev.pot). == Installation == 1. Upload upPrev to your plugins directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Configure upPrev plugin using Apperance -> upPrev == Screenshots == 1. upPrev on post 2. upPrev options: apperance 3. upPrev options: content 4. upPrev options: links 5. upPrev options: cache == Changelog == = 3.2 = * IMPROVMENT: added action *iworks_upprev_image* - you can add own code to produce icon, when them don't support post-thumbnails * IMPROVMENT: added thumbnail filter *iworks_upprev_get_the_post_thumbnail* - now you can easy change thumbnail * IMPROVMENT: added purging transient cache entries from $wpdb->options table when turn off this cache [forum](http://wordpress.org/support/topic/plugin-upprev-crazy-number-of-wp-options-database-entries) * IMPROVMENT: add check _gaq object exist * CHECK: checked compatybility to WordPress 3.3 * IMPROVMENT: updated IworksOptionClass to version 1.0.1 = 3.1.1 = * IMPROVMENT: added ability to turn off "remove_all_filters" function = 3.1 = * IMPROVMENT: change GA trackEvent syntax * IMPROVMENT: added Turkish translation by [wpdestek](http://wordpress.org/support/profile/wpdestek) = 3.0.1 = * BUGFIX: fixed printing GA code when "I don't have GA tracking on site." is unticked. [forum](http://wordpress.org/support/topic/plugin-upprev-google-analytics-tracking-code-error-ga-tracking-installed) thx [win101](http://wordpress.org/support/profile/win101) = 3.0 = * BUGFIX: fixed end date filter for imported posts * BUGFIX: fixed javascript conflict on edit post screen * BUGFIX: fixed problem with unchecking 'Excerpts'. [forum](http://wordpress.org/support/topic/plugin-upprev-bugs-no-box-in-firefox-6-offset-doesnt-work-disable-excerpts-doesnt-work) thx [benjamin](http://wordpress.org/support/profile/kbenjamin) * BUGFIX: fixed sticky posts display loop * BUGFIX: fixed thumbnail display problem * IMPROVMENT: added filter 'iworks_upprev_box_item' for any item excerpt YARPPs * IMPROVMENT: added GA track: view box and click link * IMPROVMENT: added option *ignore sticky posts* * IMPROVMENT: added sanitize function for offset * IMPROVMENT: added thumbnail preview on posts/pages list * IMPROVMENT: cleaning empty styles from custom css field * REFACTORING: option managment = 2.3.7 = * BUGFIX: fixed problem for defaults post_type if no one choosed [forum](http://wordpress.org/support/topic/plugin-upprev-error) = 2.3.6 = * BUGFIX: fixed problem with using thumbnails in themes with thumbnail support [forum](http://wordpress.org/support/topic/plugin-upprev-version-235-update-breaks-thumbnail-support) * IMPROVMENT: added custom css rules (forum](http://wordpress.org/support/topic/plugin-upprev-version-235-update-breaks-thumbnail-support) = 2.3.5 = * BUGFIX: fixed problem with using thumbnails in themes without thumbnail support = 2.3.4 = * BUGFIX: fixed problem with default values and values saving (again) * IMPROVMENT: added correct way to enquene style and js files = 2.3.3 = * BUGFIX: hide configuration link on plugins list page for WordPress MU * BUGFIX: fixed problem with post excerpt * BUGFIX: fixed problem with default values and values saving = 2.3.2 = * BUGFIX: fixed translation bug * BUGFIX: removed date limit for random posts * BUGFIX: fixed open in new window bug * IMPROVMENT: added limit to display only on selected post types [forum](http://wordpress.org/support/topic/plugin-upprev-previous-post-animated-notification-custom-post-types) = 2.3.1 = * BUGFIX: fixed small bug with display option = 2.3 = * IMPROVMENT: added filter **iworks_upprev_box** * IMPROVMENT: added tabed options (based on [Breadcrumb NavXT](http://wordpress.org/extend/plugins/breadcrumb-navxt/) plugin * IMPROVMENT: added prefix and suffix to urls * IMPROVMENT: added option to allow open links in new window * IMPROVMENT: added integration with [YARPP](http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/) * BUGFIX: fixed [Transients Cache Lifetime is set to wrong seconds](http://wordpress.org/support/topic/plugin-upprev-transients-cache-lifetime-is-set-to-wrong-seconds) * BUGFIX: fixed deactivation hook option names = 2.2.1 = * BUGFIX: fixed display problem with document shorter than browser * IMPROVMENT: document post type as checkbox list = 2.2 = * IMPROVMENT: added upPrev configuration link to admin bar * IMPROVMENT: added registered custom posts * BUGFIX: fixed error if the behavior of boxing display for html element * BUGFIX: fixed wrong method post_type selection = 2.1.2 = * BUGFIX: remove margin-top for title element * IMPROVMENT: added display taxonomies limit = 2.1.1 = * BUGFIX: When they scroll down again, the box flies out, which -- on a small screen -- can obscure a big chunk of the content. [forum](http://wordpress.org/support/topic/plugin-upprev-return-to-top-of-post-after-clicking-x) = 2.1 = * IMPROVMENT: added box width option * IMPROVMENT: added box bottom and side margin option * IMPROVMENT: added transient cache for scripts and styles * IMPROVMENT: added actions: **iworks_upprev_box_before** and **iworks_upprev_box_after**, called inside the upPrevBox, before and after post. Now you can add some elements to upPrevBox whithout plugin modyfication. * IMPROVMENT: added option to display (or not) close button * IMPROVMENT: added post type choose: post, page or any. * IMPROVMENT: added random order for displayed posts = 2.0.1 = * BUGFIX: fixed translation load * IMPROVMENT: added show box header option * IMPROVMENT: added stamp for cache key = 2.0 = * BUGFIX: fixed display upPrev box in case of an equal height of the window and the document * IMPROVMENT: added to use transient cache * IMPROVMENT: added thumbnail width (height depent of theme thumbnail) * IMPROVMENT: added prevent some options if active theme dosen't support it * IMPROVMENT: added activation & deactivation hooks (to setup defaults and remove config ) * BUGFIX: remove all filters the_content for post in upPrev box = 1.0.1 = * BUGFIX: added post_date as parametr, to get real previous post * BUGFIX: javascript error * IMPROVMENT: added header for simple method = 1.0 = * INIT: copy and massive refactoring of plugin [upPrev Previous Post Animated Notification](http://wordpress.org/extend/plugins/upprev-nytimes-style-next-post-jquery-animated-fly-in-button/) == Upgrade Notice == = 3.0 = Add GA tracking for display and click. Add filter and action to modify result. = 2.3 = Add YARPP integration. = 2.1 = Add support to custom post type. = 2.1 = Add some apperance, cache improvments. Scripts and styles optimization. New order available: random. = 2.0.1 = Add a polish translation. Fix cache refresh missing after change plugin configuration. = 2.0 = More configuration options. Uses transient cache to store results. Optimization activation & deactivation process.