Skip to content

2.0.3

Choose a tag to compare

@micbwilliam micbwilliam released this 19 Oct 18:54
· 10 commits to main since this release

πŸ”§ Issues Fixed (5 Total)
βœ… i18n String Concatenation Error

Replaced ('Could not open file. ' . $error) with sprintf(('Could not open file. %s'), $error)
Added translator comments for better i18n support
File: class-dbip-importer-uploader.php
βœ… Hidden Files Removed

Deleted .phpstorm.meta.php (IDE metadata)
Deleted .gitignore (Git configuration)
These files should remain in repository but be excluded from WordPress.org distribution
βœ… Updated Compatibility Header

Changed "Tested up to: 6.7" β†’ "Tested up to: 6.8"
Files: database-import-pro.php, readme.txt
βœ… Languages Directory Created

Created languages folder at plugin root
Added database-import-pro.pot translation template with 20+ strings

βœ… Version Updated

Bumped version from 2.0.2 to 2.0.3 across all files