I could solve the problem myself. Here are the resources that help in finding the (my) fault:
- WordPress@Stackoverflow: Update Plugin Detailed description, that explained the same as above in my workflow.
- Expanded version of the above
- WordPress Documentation: Header information in readme.txt This was the final point.
I had in my readme.txt
in the header:
Stable tag: /trunk
(which possibly never worked correct). I have changed that to
Stable tag: 0.9.5
I now see on https://wordpress.org/plugins/pgnviewerjs-wp/#description the download button with the link https://downloads.wordpress.org/plugin/pgnviewerjs-wp.0.9.5.zip which shows me that the version is now available.
So the summary is: Use real version numbers in your readme.txt file!
Related Posts:
- Visual Studio SignTool.exe Not Found
- How can I set a draft page as parent without publishing?
- Display a post’s publish date from 2112
- Does blocking xmlrpc.php affect pinging update services like pingomatic
- I can’t preview post’s change once they are published
- Publish post when edit post form submitted with enter/return pressed on keyboard
- How to make scheduled post preview visible to anyone?
- Scheduled Posts and wp-cron – Why don’t scheduled posts publish if too old?
- Why does publish_{custom-post-type} fire on update?
- Show recent published posts
- Is there a way to know if a post has been published through XML-RPC?
- How to unpublish a page and still keep a draft?
- get_terms on save_post hook
- Save and Publish button not working after installing SSL
- Disable “preview changes” button
- Can we have private drafts?
- Update post meta on bulk edit / update
- Can’t schedule post for another time
- publish_post called too early
- Custom save button shows ‘Are you sure you want to…’ dialog
- Get publish post link?
- Controlled publishing in WordPress
- Change the text of the publish button to Save
- problem with publish date not always appearing [duplicate]
- What is happening to make my Update/Publish button disabled?
- What is the reason for the new_to_publish hook not working?
- After I publish a post where does it go
- Should you manually ping new WordPress posts?
- Authors should not publish
- How to add custom status to quick edit
- I need to modify drafts using custom data from database and then publish it
- How to show or hide a post based on meta_value selection?
- i am making text changes on my page show in preview not on live site, why? [closed]
- Is WordPress “publish” atomic?
- How to move post process to background
- How does redirect work when publish date changes and date in url changes?
- Gutenberg publish date datepicker
- How Google Indexer should only index published pages
- Publish and go to page [duplicate]
- Publish Post Action Not Working
- Is it normal for a scheduled post to say “Missed Schedule”
- Manage multiple wordpress installs (Best Practice)
- Showing the next post’s title, even if it’s an unpublished post
- Force Publish Future (Scheduled) Posts Immediately [duplicate]
- Can’t publish posts, Jetpack won’t connect, empty notification emails to my inbox [closed]
- Plugin SVN folder structure
- Duplicate post on publish
- How is it possible to use a very reduced version of WordPress?
- When i save or publish a post setting reset wp
- How to get the url of the current svn repo?
- what is svn? and how to use it with project?
- How to get started with svn:externals?
- TortoiseSVN svnadmin
- What ports need to be open for TortoiseSVN to authenticate (clear text) and commit?
- Check in / Check out in subversion
- SVN Error E175002 while checking out code from repository
- SVN admin management GUI tool
- Working copy XXX locked and cleanup failed in SVN
- How do I ignore files in Subversion?
- How do I return to an older version of our code in Subversion?
- How to have ‘git log’ show filenames like ‘svn log -v’
- How do I add all new files to SVN
- How to delete an SVN project from SVN repository
- SVN reverse merge?
- Eclipse Unable to Launch, the selection cannot be launched, and there are no recent launches
- Cannot connect to repo with TortoiseSVN
- I use SourceTree with Git but need to work with SVN repistory, what options do I have?
- Get all branch names in SVN
- Dev, Stage and Production Deployment for WordPress Sites?
- Getting Started with Subversion, Git, or similar Version Control System to keep a History of my Files? [closed]
- How-to: push a GitHub repo to the wordpress plugin servers
- what is the correct way to update a plugin via tortoise svn to the repository?
- How can I delay the publishing of a page or post?
- Easiest Way to Create a Patch for Submission to WordPress Core?
- Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?
- Stable tag of plugin in the readme file
- How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button
- Is there a faster way to git-svn clone a wordpress plugin from the subversion repository?
- add action only on post publish – not update
- How to look at code in WordPress repositories without downloading?
- How to prevent posts from being published too close to each other?
- Hide permalink and preview button and link on custom post
- Any guides on using WP SVN with IDE clients? [closed]
- How can I make it so the Add New Post page has Visibility set to Private by default?
- Are there procedures to prevent malicious plugin updates?
- How do you allow plugins to be updated using the GUI without breaking your subversion repository?
- Releasing new plugin version, how to rename old options keys?
- Is it possible to Schedule Attachments in WordPress?
- InDesign to WordPress workflow
- Elegant way to include only published posts with get_objects_in_term()?
- Where are the official i18n WordPress versions stored (SVN)?
- How to call a REST endpoint when a post is published?
- Prevent publishing the post before setting a featured image?
- How can I make post fields required in WordPress?
- Should I use SVN or Git?
- How to convert a WordPress install under SVN to one that is not?
- Can i do plugin commits directly from a plugin folder inside an installation using the Trunk SVN
- Sync my svn repositories
- WordPress plugin to publish to multiple remote WordPress blogs
- Post publish only hook?