Skip to content

Commit

Permalink
Merge pull request #9 from mt-support/1.0.2-release
Browse files Browse the repository at this point in the history
1.0.2 release
  • Loading branch information
cliffordp authored Mar 30, 2019
2 parents 34c511f + aba94e0 commit d804045
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,4 @@ View mPDF's changelogs at [https://github.com/mpdf/mpdf/releases](https://github

Like some of the other files you see in this GitHub repository, this README.md file does not get included in the final .zip that makes it to the customer. It and other files are excluded via Composer's build process, documented above.

However, if someone updates the plugin via GitHub Updater, they _will_ receive the complete repository, not the Composer-zipped version. This is why the `vendor` subdirectory gets committed to our repository. The instructions above are for publishing the plugin to TheEventsCalendar.com's Extension library.

Therefore, you should delete **all but the DejaVu font set** from `vendor/mpdf/mpdf/ttfonts/`

### Known Issues ###

mPDF has these known issues, for which you might need to modify the Composer-generated mpdf directory's files **before distributing**:
* [https://github.com/mpdf/mpdf/pull/490/files](https://github.com/mpdf/mpdf/pull/490/files) must be manually performed **after** generating via Composer and **prior to zipping via Composer.** See that pull request's comments for additional context for mPDF v7.0.0. Use this code in place of v7.0.3's Mpdf.php line 20,819:
```
if (!isset($c['miw'])){
$c['miw'] = $c['maw'];
} else {
$c['miw'] /= $k;
}
```
* Keep an eye on [https://github.com/mpdf/mpdf/issues/524](https://github.com/mpdf/mpdf/issues/524) so our extension's *get_mpdf()* method can be updated once that's fixed.
However, if someone updates the plugin via GitHub Updater, they _will_ receive the complete repository, not the Composer-zipped version. This is why the `vendor` subdirectory gets committed to our repository. The instructions above are for publishing the plugin to TheEventsCalendar.com's Extension library.
16 changes: 8 additions & 8 deletions languages/tribe-ext-pdf-tickets.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Project-Id-Version: Event Tickets Extension: PDF Tickets\n"
"POT-Creation-Date: 2018-05-16 17:20-0500\n"
"PO-Revision-Date: 2018-05-16 17:20-0500\n"
"POT-Creation-Date: 2019-03-29 22:44-0500\n"
"PO-Revision-Date: 2019-03-29 22:44-0500\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand All @@ -21,31 +21,31 @@ msgstr ""
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"

#: tribe-ext-pdf-tickets.php:158
#: tribe-ext-pdf-tickets.php:157
#, php-format
msgid ""
"%s requires PHP version %s or newer to work (as well as the `mbstring` and "
"`gd` PHP extensions). Please contact your website host and inquire about "
"updating PHP."
msgstr ""

#: tribe-ext-pdf-tickets.php:203
#: tribe-ext-pdf-tickets.php:202
#, php-format
msgid "Permalinks must be enabled in order to use %s."
msgstr ""

#: tribe-ext-pdf-tickets.php:211
#: tribe-ext-pdf-tickets.php:210
#, php-format
msgid ""
"<a href=\"%s\">Change your Permalink settings</a> or deactivate this plugin."
msgstr ""

#: tribe-ext-pdf-tickets.php:532
#: tribe-ext-pdf-tickets.php:523
msgctxt "The URL rewrite base for a PDF Ticket file download"
msgid "download"
msgstr ""

#: tribe-ext-pdf-tickets.php:1248
#: tribe-ext-pdf-tickets.php:1238
msgctxt "The anchor text for a PDF Ticket link"
msgid "PDF Ticket"
msgstr ""
Expand All @@ -55,7 +55,7 @@ msgid "Event Tickets Extension: PDF Tickets"
msgstr ""

#. Plugin URI of the plugin/theme
msgid "https://github.com/mt-support/tribe-ext-pdf-tickets"
msgid "https://theeventscalendar.com/extensions/pdf-tickets/"
msgstr ""

#. Description of the plugin/theme
Expand Down

0 comments on commit d804045

Please sign in to comment.