Skip to content

Commit

Permalink
FIX: include the missing .css file
Browse files Browse the repository at this point in the history
  • Loading branch information
masuhar committed Dec 18, 2024
1 parent 0e50ff3 commit acd11af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
README = "readme.txt"
PHP = "prg-bib.php"
SRC = [PHP, "resize-iframe.js", README]
SRC = [PHP, "resize-iframe.js", README, "prg-bib.css"]
GIT_TAG = `git describe --tag --exact-match`.chomp
README_TAG = /^Stable tag: *(.*) *$/.match(open(README).read)[1]
PHP_TAG = /\/*.*Version: *([^ ]*) *$/m.match(open(PHP).read)[1]
Expand Down
2 changes: 1 addition & 1 deletion prg-bib.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PRG Bibliography Shortcode
* Plugin URI: https://github.com/prg-titech/bib-shortcode/
* Description: Shortcode to embed publication lists.
* Version: 0.1.9-alpha
* Version: 0.1.10-alpha
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Hidehiko Masuhara
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: masuhara
Tags: bibtex, bibliography, citation
Requires at least: 5.2
Tested up to: 6.6.1
Stable tag: v0.1.9-alpha
Stable tag: v0.1.10-alpha
Requires PHP: 7.2
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -43,6 +43,9 @@ Parameters:

== Changelog ==

- v0.1.10-alpha
FIX: include the missing .css file

- v0.1.9-alpha
FIX: missing semicolon

Expand Down

0 comments on commit acd11af

Please sign in to comment.