Beskrivning
Create a dynamic widget to show a list of upcoming releases: movies, games, events, musics, or any other thing your creative ideas needs.
Easy management of all content with custom post types and categories.
Contributing
You can contribute with this plugin development by:
- Reporting issues here.
- Solving bugs, with pull requests.
- Donating any amount to help me drink a coffee.
Support
Have any questions about using the plugin? You’re welcome.
Just follow these simple steps:
- Carefully read all the documentation.
- Search topics on our support forum, maybe someone else already have answered your questions.
If after carefully following the steps above, your questions/problems are not solved, then you should open a new topic on our support forum.
All support requests out of the forum, will be not answered.
Skärmdumpar
Installation
This section describes how to install the plugin and get it working.
Note: Your theme will need a dynamic sidebar to display recorded items.
Install searching in the WordPress dashboard
- Navigate to the ’Add New’ in the Plugins menu
- Search for ’wp upcoming releases’
- Click ’Install Now’
- When download finishes, click ’Activate’
Install uploading plugin files in WordPress dashboard
- Navigate to the ’Add New’ in the ’Plugins’ menu
- Click ’Upload Plugin’ button
- Select
wp-upcoming-releases.zip
from your computer - Click ’Install Now’
- Activate the plugin in the ’Installed Plugins’ page
Install using FTP
- Download
wp-upcoming-releases.zip
- Extract the
wp-upcoming-releases
directory to your computer - Upload the
wp-upcoming-releases
directory to the your server/wp-content/plugins/
- Activate the plugin in the ’Installed Plugins’ page
Add the widget into your dynamic sidebar
- Go to ’Appearance’ -> ’Widgets’
- Add the ’Upcoming Releases’ widget on any available area of your theme.
Vanliga frågor
- What is the plugin license?
-
This plugin is released under GPLv2 (or later) license.
Recensioner
Bidragsgivare och utvecklare
”WP Upcoming Releases” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”WP Upcoming Releases” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.2.0 2018-02-23
- Proper use of hooks to all plugin functions.
- Proper check values on metabox and widget fields.
- Widget name updated to be more consistent with plugin name.
- Added
.editorconfig
, to improve code consistency in the code base. - New ”not found” message. More human friendly and with a cool design.
- Template structure to display widget in Front-End, revised and improved.
- Refactor
uninstall.php
. Now attached images are not removed from media library. - All CSS classes rewritten and documented, to allow much more flexible customizations.
- Refactor, fixes in
has_wpur_widget::form()
method and extract HTML to a template file.
1.0.0 – 2014-01-09
- Initial version.