-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove third-party libs. Simplify code. Add comments (#7)
* Remove third-party libs. Simplify code. Add comments * Update tag * Update `readme.txt` * Add `Makefile` and `BASH` script to init and release the plugin to WordPress.org SVN * Rename files * Update assets file names * Update `README` * Update `README`
- Loading branch information
Showing
13 changed files
with
381 additions
and
2,078 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
SHELL = /bin/bash | ||
|
||
.PHONY : svn_init | ||
svn_init: | ||
./svn_init.sh | ||
|
||
.PHONY : svn_release | ||
svn_release: | ||
./svn_release.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.