New release?
dlong500 opened this issue · 7 comments
It appears there hasn't been a release of this plugin since late 2016 despite numerous commits since then. Is there going to be a new release published to the Wordpress plugin registry?
HI @dlong500
Yes, we have the task to release the current version. However we have an open issue to create tests for the sql change.
Have you tested this master branch? Can you help to release later with tests?
Hi @bueltge,
I'd like to help with new release.
Here some preliminary ToDo list what I can\should to do.
-
About autoloader, there is commit df2bb4b about vendor and composer. If I understand correctly current idea is to generate autoloader with command like
composer dump-autoload -o --no-dev
and then includevendor
folder to new release zip file? If yes, should I do it? And finalsearch-and-replace-3.2.0
zip file structure will be something like/asset
,/inc
,/vendor/composer
,/vendor/auroload.php
,inpsyde-search-replace.php
,license.txt
,readme.txt
? -
Update readme.txt, CHANGELOG.md, README.md with descriptions new features like: Added CSV format alternative for search/replace, Added Multiline searching.
-
After you check my last pull request #124 what else I should to do for new release, please inform me.
Great, the list should have all tasks. After create a zip package please create a tag, upload also this zip to use them without composer knowledge. The zip package should run after upload in each wp install, done. After this I will upload to w.org.
Hi @bueltge,
sorry for my late reply.
Could you please check pre-release - https://github.com/bvdv/search-and-replace/releases
Please check for files structure, content and main direction in which I should will done it.
What I've done:
- Added
inpsyde-search-replace.min.css
andinpsyde-search-replace.min.js
- Corrected readme.txt
composer dump-autoload -o --no-dev
because it need autoloader.php and after that I archived it and install from zip.- Tested main features via UI.
ToDo:
- There is discussion #114 about function
recursive_unserialize_replace
, maybe it will affect on current master branch. - I still in commits checking and some testing, because there are some amount commits since 3.1.2, to me hard to decide what should to be deleted and what should remain, for example should be deleted all code related to
l10n
?
Please after checking let inform me what else I need to do.