@articlestack
According to the trac revision log you added a new directory under your root with the same name as the plugin. It looks like your whole root directory got copied to the new directory because it contains all the tagged versions and trunk. The plugin bot will not be able to find your newly tagged version unless it’s in trunk or the new version is tagged in root/tags.
You can fix it by moving 5.5 back into the root tags dir.
my-local-dir/$ svn cp amty-thumb-recent-post/trunk tags/5.5
then delete the extra dir
my-local-dir/$ svn del ampty-thumb-recent-post
and check it back in
my-local-dir/$ svn ci -m "tagging version 5.5"
Related Posts:
- 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
- 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?
- How to handle the Plugin Version on Update using Tortoise SVN and the worpdress.org Plugin Repository?
- Plugin update not reflected in WordPress plugin page
- Cannot update …/tags folder in SVN Repository
- How long should it take for a plugin to fully load into the WordPress.org plugin repository?
- Which directory in my plugin repo does WordPress Plugin Directory package?
- 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
- What is the Timeline for the Active Version Pie Chart in the Repository?
- Plugin SVN folder structure
- admin-ajax.php returns “No Script Kiddies!” sometimes
- Proper structure for first WP plugin?
- Saving post meta
- How to develop a wordpress plugin for front-end user?
- How I can give access to my custom plugin for editor roles user?
- Modify search form with plugin
- Testing Plugins for Multisite
- Changed media upload path for plugin, but generates error & shows wrong url
- Can i use one wp plugin inside other?
- Organising and completing posts (mark as read and hide)
- How to enqueue an external Javascript file to Frontpage footer
- How to pass a more variable with page/subpage in Wordprees URL?
- Plugin or Custom Page Type
- Code to add template to page
- Use a page as a template for a custom post type
- Handle changed Woocommerce function
- Download stopped working in 4.7.4
- How and when would I implement some code which would take data from one part of the Db and put it in another?
- Making Woocommerce optimized for more than 500k products
- How is construct function working even when variable is assigned null value?
- Single_template for a custom post type created from a plugin is returning an empty page
- How to retrieve custom profile fields associated with different users
- Add a new tag based on the category name in the publish event
- WordPress filter custom posts by multi terms of of a taxonomy
- WordPress function is not called and ajax return 0
- Cannot save settings value
- Displaying Custom Post Meta
- foreach argument to get specific file types getting too many returns
- Is it possible to modify an Elated plugin portfolio-list template in such a way that it will not conflict with future plugin updates?
- How to embed or integrated a custom WordPress Widget into the theme?
- Experts opinions needed: How (in)secure is this approach?
- get_comment_meta() for a filter hook in a plugin
- Making adding info to an overlay bio easy for average user?
- Post Pagination does not working on WP-Query
- form does not generate $_POST request
- Select field value not returned after saving changes
- WP Query Relations / Compare
- How to fetch the post content from the wordpress editor before it can be saved(published)?
- add_option_{$option} action hook not being called
- How to destroy or dispose wordpress uploder/manager?
- pull data from wordpress database
- Remove all capabilities in separate method fails versus included in method
- Moving the “share” button
- Publish, Save Draft and Preview buttons do not work after being moved with jQuery
- What is the “best” way to update a theme via a plugin?
- Is there a an option to modify the post content directly on the browser instead of having it reflected on browser by modifying in the database?
- Implementing Select2 plugin into WordPress
- Dedicated server and WPDB Class : huge slow-down of the website
- WordPress mails being sent from @locahost and being rejected
- How to implement pagination into a wpdb->result query?
- Plugin MySQL SELECT custom data and filter on user meta
- Problem to return more than single line captions
- Unable to show a message after plugin activation
- How to display archive by selecting year and then selecting month
- Plugins and how to assign urls to content
- Unable to link CSS file
- Upload images to custom database table in admin backend
- redux framework: add custom css to the output css
- How to get an array out of a nav menu if it’s a plugin?
- Ajax call not working with
- How to CRUD from wordpress database in wordpress theme?
- Ajax functionality not being called under wordpress plugin
- Define a url for an email confirmation from within a plugin
- Is there better way to do this without duplicating queries?
- WordPress Search Form with Keyword Suggestion
- How to create a simple plugin which show/hide an html code in wordpress?
- plugin modal/popup integration best practice
- How can I query 3 posts from diferente categories (one of each category)
- Problem with baseurl and interaction with plugin
- Which filter to use to pre-parse form elements, which are generated by plugin’s shortcode?
- Why setcookie function redirecting to home page in wordpress?
- How to Disable Content Warning Dialog for Logged in users
- Widget won’t be activated
- Remove from a div by class name from post page if post author role is not administrator
- Pull commentdata for pre_comment_on_post from comment_post_ID
- Upgrade routine: Interaction with user confirmation
- How to display properly exception or echo string after posting in plugin?
- Function not working on any file other than the main plugin file
- Pluigin Migration – I need to move a single plugin to a different website
- Building WordPress Themes With Bootstrap with Adi Purdila → TutsPlus
- Load textdomain from global languages directory
- Woocommerce Custom Checkout