A WordPress plugin to append extra content to anchor tag having external link.
- Create an empty folder for
wordpress - put
docker-compose.ymlin it - run
docker-compose up -d - copy current folder as plugin in wordpress admin area once you enable volumn for container
- Start developing :-)
- Copy plugin related content to
trunkfolder
/admin
/includes
/language
/public
custom-hl.php
index.php
README.txt
uninstall.php
- Copy image resource from
resourcesfolder intoassetsfolder
banner-*.png
icon-*.png
- SVN Commit with message
- Create new tag in
tagsfolder, sometimes UI creates new tag but doesn't show proper success message, if UI is not able to create new tag then use this command to create new tag
svn cp trunk tags/NEW.TAG.VERSION
- Test the new deployment