Skip to content

Commit

Permalink
Fixed composer config and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrauthan committed Feb 5, 2024
1 parent 94044ef commit df1d36a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@
"archive": {
"exclude": [
".gitignore",
"dev"
"dev",
".idea",
".github"
]
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**Tags:** print, printer, wp-mpdf, pdf, mpdf
**Requires at least:** 2.9
**Tested up to:** 6.4.2
**Stable tag:** 3.8.2
**Stable tag:** 3.8.3

Print Wordpress posts as PDF. Optional with Geshi highlighting.

Expand All @@ -17,11 +17,14 @@ Print Wordpress posts as PDF. Optional with Geshi highlighting. It also has supp

## Changelog ##

### 3.8.3 ###
* Fixed deployment of `3.8.2`

### 3.8.2 ###
* Downgraded psr/log to hopefully fix some runtime errors

### 3.8.1 ###
* Fixed deployment
* Fixed deployment of `3.8`

### 3.8 ###
* Updated mpdf version
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://fkrauthan.ca
Tags: print, printer, wp-mpdf, pdf, mpdf
Requires at least: 2.9
Tested up to: 6.4.2
Stable tag: 3.8.2
Stable tag: 3.8.3

Print Wordpress posts as PDF. Optional with Geshi highlighting.

Expand All @@ -17,10 +17,12 @@ Note: You can find the development repository at Github: <https://github.com/fkr

== Changelog ==

= 3.8.3 =
* Fixed deployment of 3.8.2
= 3.8.2 =
* Downgraded psr/log to hopefully fix some runtime errors
= 3.8.1 =
* Fixed deployment
* Fixed deployment of 3.8
= 3.8 =
* Updated mpdf version
* Removed a file from geshi that could be abused
Expand Down
2 changes: 1 addition & 1 deletion wp-mpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: wp-mpdf
Plugin URI: https://www.fkrauthan.ca/projects/php
Description: Print a wordpress page as PDF with optional Geshi Parsing.
Version: 3.8.2
Version: 3.8.3
Author: Florian 'fkrauthan' Krauthan
Author URI: http://fkrauthan.ca
Expand Down

0 comments on commit df1d36a

Please sign in to comment.