To always get latest plugin take for example my plugin:
http://wordpress.org/extend/plugins/wordpress-file-monitor-plus/
the download link for the latest is:
http://downloads.wordpress.org/plugin/wordpress-file-monitor-plus.1.1.zip
but if you remove the version from the download link you always get the latest version:
http://downloads.wordpress.org/plugin/wordpress-file-monitor-plus.zip
EDIT: Have you considered keeping a folder of the latest wordpress and plugins unpacked? Then as soon as a new plugin or wordpress comes out you simply unpack that over what you have. Then your bash script just packages the whole lot to be used on an install.
Related Posts:
- Theme and plugin install or update display error in localhost
- Theme/Plugin installation through url on button click
- To perform the requested action, WordPress needs to access your web > server
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Allowing users to install a predefined bundle of plugins and themes with one action
- Bullet proofing a server with 150 WP insallations
- Error when using plugin QuickCache with plugin Mobile Smart ? [closed]
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- Is there any hook for theme activation ? or something similar?
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- Add script into front from my plugin
- Redirect to another page using contact form 7? [closed]
- How do I find out what is in control over a certain part of a website?
- “No Add Button” for me to customize my WordPress with themes and pluggins
- How do I combine a theme with a plugin
- How can I list all installed plugins/themes/versions from CLI/API?
- My single.php page does not show the related data to the post which is clicked
- Where are theme codes located for WordPress?
- Overwrite category head title
- Get plugin download URL from slug
- Basic gallery plugin suggestion [closed]
- Modify wp_installed_email / wp_new_blog_notification
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- How to check if my wordpress websiste is nulled or not?
- Why does my file_exist check fail?
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Create a single website with 3 theme options in wordpress
- Installing wordpress on a subdomain of an already existing static website
- using do_shortcode
- Create custom pages with a plugin
- How to write “alt” tag in image for wordpress code?
- Does heavy theme and plugins affect server’s response time? [closed]
- How to protect WordPress from security scanner [closed]
- How to load different homepage on Mobile.?
- Register Script in Plugin Widget
- How to get menu location in wp_update_nav_menu hook
- Proper way to use plugin functions in functions.php
- How to activate a plugin on the activation of a theme?
- plugin generated 751 characters of unexpected output during activation
- Theme Custom Pages
- How to connect rating to individual comments?
- Use different single.php file based on condition
- how can I query all wordpress users of a blog
- how can I do something on new user registration?
- Minimizing scripts & css files that plugins add
- WordPress plugin won’t show on some themes
- WordPress Plugins Don’t Automatically Update
- Can plugin2 uninstall plugin1 at the very beginning of plugin2’s installation?
- Making that Admin Bar transparent or a blue color
- Which wordpress theme is compatible Optima Express theme (real estate inventory) plugin?
- How to Include File from Plugins into Template?
- how to activate a plugin inside a theme
- Display a consistent Google Plus icon on ALL pages of my site
- What are the correct permissions so WP doesn’t ask for FTP credentials if installing plugin?
- Problem installing plugin: unexpected T_STRING, expecting T_FUNCTION
- Can inactive WordPress plugins still load scripts?
- how remove font to increase site speed load
- Pass user role to javascript code inside body
- How to execute plugin and theme updates from a web hook / endpoint?
- Use $variable from file1.php in file2.php (different file paths)
- There has been a critical error on your website – won’t fix no matter what
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Is it possible not to load theme on a specific page in wordpress?
- How to get theme’s info from wordpress.org/themes using api.wordpress.org?
- Override/ignore CSS from active theme as not to interfere with my custom CSS
- I receive taxonomy id
- How to find the list of custom post type where logged in user is author
- What is the purpose of WP_CONTENT_URL?
- How to translate WP Blog (search, category etc.)?
- WooCommerce: after install hook
- Theme My Login Shortcode Doesn’t Return Anything
- issue in wp_localize_script
- Include Minit plugin in theme [closed]
- How do I set up XAMPP to allow me to download plugins and themes?
- How to extract a .wp-env.json or composer.json containing plugin versions from a production website?
- How do I add a plugin dependency to my customized theme?
- Moving FB comments at the end of page
- How to include files relative to a file’s directory
- How can I use my custom wordpress theme on two websites? [closed]
- WordPress unable to write files in the server
- How to use custom Javascript code inside a plugin?
- How to remove products-links after the product title using remove_action
- How Do I Uninstall a Current WordPress Theme and Install a Fresh Theme
- why need theme,if page builder is there in wordpress [closed]
- Licensing options for WordPress Plugins
- Automatic WordPress Clone Backup
- What is it and from where it is loaded?
- speed up pagination for huge database
- Can I filter a function created by a theme or a plugin?
- Programmatically install and activate child-theme
- How I update WordPress theme and plugins
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- Installing plug ins on a wordpress hosted site
- Can’t Install/Upgrade Plugins Through WordPress
- Override css rules of a plugin within my own theme
- Overwrite add_image_size defined by theme
- I want to use wordpress themes and plugin to develop website
- Unable to install plugins
- Don’t load the theme for a page FROM a plugin EDITED