Skip to content

Commit

Permalink
Merge pull request #1 from kvibber/cp-new-dir-headers
Browse files Browse the repository at this point in the history
Changes for new ClassicPress plugin directory
  • Loading branch information
kvibber authored Sep 2, 2022
2 parents 054fc09 + 5a4ec57 commit c674aa3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 89 deletions.
3 changes: 1 addition & 2 deletions packagezip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ if [ ! -d build ]; then
fi

mkdir build/$ZIPNAME
cp -p *.php *.txt *.md LICENSE "build/$ZIPNAME"
rm "build/$ZIPNAME/readme.md"
cp -p *.php *.md LICENSE "build/$ZIPNAME"

echo "Building $ZIPNAME"
cd build && zip -r "$ZIPNAME.zip" "$ZIPNAME"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unwrap Shortlinks

Stable tag: 0.3.0
Stable tag: 0.3.1
Tags: urls, links, classicpress
Requires at least: 3.0
Tested up to: 6.0
Expand Down
85 changes: 0 additions & 85 deletions readme.txt

This file was deleted.

4 changes: 3 additions & 1 deletion unwrap-shortlinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Plugin Name: Unwrap Shortlinks
Plugin URI: https://codeberg.org/kvibber/unwrap-shortlinks
Description: Follow shortened links (t.co, bit.ly, etc) and expand them so that your blog post will point directly to the destination.
Version: 0.3.0
Requires PHP: 7.0
Requires CP: 1.0
Version: 0.3.1
Author: Kelson Vibber
Author URI: https://kvibber.com
License: GPLv2 or later
Expand Down

0 comments on commit c674aa3

Please sign in to comment.