Skip to content

Commit

Permalink
1.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Feb 3, 2021
1 parent f9b3a69 commit 64f250a
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 256 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,4 @@ typings/
# custom
build/painterro*

wp/.svn/
wp/trunk/painterro-*.min.js
wp/trunk/painterro-*.min.js.map
./wp/
6 changes: 5 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ else
echo FAIL
exit 0
fi

rm -rf wp
svn co http://plugins.svn.wordpress.org/painterro/ wp

rm -f wp/trunk/painterro-*.min.js
rm -f wp/trunk/painterro-*.min.js.map
cp build/painterro-${VERSION}.min.js wp/trunk/
Expand All @@ -28,7 +32,7 @@ sed -i -E "s/([ \t]+version: \")[0-9\\.]+(\",)/\1${VERSION}\2/" wp/trunk/index.j
sed -i -E "s/(Version: )[0-9\\.]+/\1${VERSION}/" wp/trunk/painterro-wp.php
sed -i -E "s/(define\\(\"PAINTERRO_FILE\", \"painterro-)[0-9\\.]+(\\.min\\.js\"\\);)/\1${VERSION}\2/" wp/trunk/painterro-wp.php
cd wp
svn add trunk/*
svn add --force .
svn st | grep ^! | awk '{print " --force "$2}' | xargs svn rm
svn --username=vanbrosh --password="${WP_PASSWORD}" ci -m "${VERSION}"
cd ..
Expand Down
Binary file removed wp/assets/banner-1544x500.png
Binary file not shown.
Binary file removed wp/assets/banner-772x250.png
Binary file not shown.
Binary file removed wp/assets/icon-128x128.png
Binary file not shown.
Binary file removed wp/assets/icon-256x256.png
Binary file not shown.
Binary file removed wp/assets/screenshot-1.png
Binary file not shown.
Binary file removed wp/assets/screenshot-2.png
Binary file not shown.
Binary file removed wp/assets/screenshot-3.png
Binary file not shown.
Binary file removed wp/assets/screenshot-4.png
Binary file not shown.
Binary file removed wp/assets/screenshot-5.png
Binary file not shown.
100 changes: 0 additions & 100 deletions wp/trunk/index.js

This file was deleted.

55 changes: 0 additions & 55 deletions wp/trunk/painterro-wp.php

This file was deleted.

73 changes: 0 additions & 73 deletions wp/trunk/readme.txt

This file was deleted.

24 changes: 0 additions & 24 deletions wp/trunk/style.css

This file was deleted.

0 comments on commit 64f250a

Please sign in to comment.