This is an instruction I wrote for myself:
-
Increment version nummber in plugin php file.
-
Increment the “Stable tag” in readme.txt file to to the same number.
-
Copy over all files from local plugin folder to the the D:\My_SVN_Folder\Plugin_Name\trunk
-
Right click trunk folder and select SVN Commit
-
Enter “Version X.X.X” and
-
Save files to /trunk repository
-
Write down revision number
-
Right click trunk folder and select TortoiseSVN > Branch/Tag
-
Change “To path” to /Plugin_Name/tags/X.X.X The same version as the “stable” tag of the readme.txt
-
In message field enter: “Tag X.X.X” or some other info
-
Select option: Specific version in repository
-
Make sure the revision number revision number matches the one from trunk commit.
-
Save
As you can see it is two step process:
- Copy updated files to trunk
- Copy newest trunk version to tags/version number
Related Posts:
- Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?
- Releasing new plugin version, how to rename old options keys?
- Can i do plugin commits directly from a plugin folder inside an installation using the Trunk SVN
- Commit changes to WordPress Plugin SVN with TortoiseSVN
- My new WordPress plugin version is not showing up in the plugin directory. It’s been 4 days what could the problem be?
- Plugin update not reflected in WordPress plugin page
- How long should it take for a plugin to fully load into the WordPress.org plugin repository?
- How to remove images from my plugin page in WP Directory?
- How to show active version on wordpress.org of a published plugin?
- How can I edit commit messages in my wp-hosted plugin repo?
- Plugin README.txt isn’t updating in the Directory (stable tag is correct)
- my own SVN for a plugin/theme
- Updating a WP Plugin SVN not showing on WordPress Website or Zip
- WordPress.org how to force expire Cached Banner-772×250 from my Plugin page
- Plugin SVN folder structure
- Objective Best Practices for Plugin Development? [closed]
- add_menu_page() with different name for first submenu item
- Autoloading & Namespaces in WordPress Plugins & Themes: Can it Work?
- How to include PHP files in plugins the correct way
- How can I add an image upload field directly to a custom write panel?
- A tool to analyze rewrite rules? [closed]
- Difference Between Filter and Action Hooks?
- framework for plugin/theme options panel? [closed]
- Creating a table in the admin-style?
- How can you check if you are in a particular page in the WP Admin section? For example how can I check if I am in the Users > Your Profile page?
- Settings API with arrays example
- How to get the path to the current theme?
- How to make a plugin require another plugin?
- ajaxurl not defined on front end
- What process do you use for WordPress development? [closed]
- What’s the difference between term_id and term_taxonomy_id
- Should I use wpdb prepare?
- Why does WordPress use outdated jQuery v1.12.4?
- Post meta vs separate database tables
- Is there any plugin development framework
- Is it possible to reuse wp.media.editor Modal for dialogs other than media
- How to add a javascript snippet to the footer that requires jQuery
- Enhance Media Manager for Gallery
- How do I create a custom role capability?
- How do I add CSS options to my plugin without using inline styles?
- How do i best handle custom plugin page actions?
- Adding Custom Text Patterns in the WP 4.5 Visual Editor
- Automatically determine minimum WordPress version required for a plugin?
- What is the advantage of using wp_mail?
- How to make a WordPress plugin translation ready?
- How many times will this code run? (or, how rich is grandma?)
- How to create an API for my plugin?
- Is it ever okay to include inline CSS in plugins?
- Plugins in symlinked directories?
- How to override existing plugin action with new action
- How to include a file using get_template_part() in a plugin?
- Add custom TinyMCE 4 Button, Usable since WordPress 3.9-beta1
- How to store username and password to API in wordpress option DB?
- body_class hook for admin pages
- “Error: Options Page Not Found” on Settings Page Submission for an OOP Plugin
- Is it mandatory to use $wpdb->prefix in custom tables
- Which hook should be used to add an action containing a redirect?
- add_action hook for completely new post?
- Why does WordPress add 0 (zero) to an Ajax response?
- What should I use instead of WP_CONTENT_DIR and WP_PLUGIN_DIR?
- How to enqueue JavaScripts in a plugin
- In Which Contexts are Plugins Responsible for Data Validation/Sanitization?
- Plugin Form Submission Best Practice
- How to redirect to settings page once the plugin is activated?
- Is get_option function cached?
- Should Plugin Folders Include a Blank index.php File?
- Unit testing for plugin development
- Methods of Integrating Plugin Data with Themes
- What is the wordpress wp-includes folder for?
- WordPress Update Plugin Hook/Action? Since 3.9
- How to include jQuery and JavaScript files correctly?
- How come `wp_options` table does not have an index on `autoload`?
- PHP error with shortcode handler from a class
- Update Option Stored in Multi-Dimensional Array
- check if Gutenberg is currently in use
- Best way to abort plugin in case of insufficient PHP version?
- WordPress Plugin Development – Headers Already Sent Message
- WP 3.3 How to Add Menu Items to the Admin Bar?
- dbDelta not creating tables
- Custom Widget function in Plugin not working?
- Passing arguments to a admin menu page callback?
- Single functions.php or split into many small files?
- Get page content using slug
- $_POST form request with admin-post
- How to fork a plugin?
- How can I configure Docker for developing and deploying a custom theme?
- How to include wp-load.php from any location?
- Correct way to enqueue jquery-ui
- Where to store PHP files created by plugin / themes
- How to echo the_excerpt without the P tag wrapper?
- How can I update a wordpress plugin from a Git repository (github)
- What are the advantages to the Settings API?
- Add screen options to custom admin pages
- Strategy On Building Plugin Using Eclipse
- How to add sub-menu to a menu generated by wp_nav_menu by using plugin
- Is There a Plugin Life Cycle Documentation?
- What do you think about custom designed plugin/theme options UIs?
- No Error Log File, no debug info
- Adding Widget form fields dynamically
- How to debug a plugin with Xdebug?