vaakash / git-it-write

A WordPress plugin to publish markdown files present in a Github repository as posts to WordPress automatically.
https://www.aakashweb.com/wordpress-plugins/git-it-write/
GNU General Public License v3.0
45 stars 22 forks source link

Unable to pull files that have multiple "." in the filename #41

Closed pacepace closed 4 months ago

pacepace commented 6 months ago

I have a bunch of release notes that have filenames in the format of "Server-12.3.0.md" where the version in the file name uses "." as the separator between the major, minor and patch numbers. These files are not imported by git-it-write. If I change the filename to use "_" as the separator then the file imports.

vaakash commented 6 months ago

Hi @pacepace, I'll check and get back to you on this.

pacepace commented 4 months ago

Fixed in most recent version.