Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for release v3.0 #803

Merged
merged 38 commits into from
Oct 13, 2019
Merged

Changes for release v3.0 #803

merged 38 commits into from
Oct 13, 2019

Commits on Jun 30, 2018

  1. Bump minimum HTTP version to 7.0, remove lesser-used autoload and Api…

    …PrintConnector (known as 'PrintServerApi' in ablunier/escpos-print-api)
    mike42 committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    023721d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e96ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66b2b7e View commit details
    Browse the repository at this point in the history
  4. begin type hinting code

    mike42 committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    2222d79 View commit details
    Browse the repository at this point in the history
  5. try hhvm in php7 mode

    mike42 committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    a849484 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Configuration menu
    Copy the full SHA
    276da78 View commit details
    Browse the repository at this point in the history
  2. Revert "test if phan can be installed on supported versions"

    This reverts commit 276da78.
    mike42 committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    40dbc2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7fecf6 View commit details
    Browse the repository at this point in the history
  4. fix initialization in example

    mike42 committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    7578489 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    3bd096c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Configuration menu
    Copy the full SHA
    94d7e6c View commit details
    Browse the repository at this point in the history
  2. add updide-down example

    mike42 committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    9bee843 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Add MultiplePrintConnector #789

    mike42 committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    5085fac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c90fa0 View commit details
    Browse the repository at this point in the history
  3. remove hhvm, add 7.3

    mike42 committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    ffe3050 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #802 from mike42/development-v3

    Include v3 work in development branch
    mike42 authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    e548e4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f14e3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56620dc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #799 from mike42/789-multiple-print-connector

    Add MultiplePrintConnector
    mike42 authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    8702f62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b742e50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59a3deb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f60959f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #804 from mike42/576-gfx-php-version

    Update gfx-php dependency to 0.6
    mike42 authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    5543a4c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #805 from mike42/362-mac-tmp-dir

    Add checks for failed tmp file creation
    mike42 authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    77cfd89 View commit details
    Browse the repository at this point in the history
  13. update README for v3 #3

    mike42 committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    5208522 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #806 from mike42/576-documentation

    Update README for v3
    mike42 authored Oct 5, 2019
    Configuration menu
    Copy the full SHA
    fde697b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    51e1c9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4215b View commit details
    Browse the repository at this point in the history
  3. rename some methods

    mike42 committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    e920a0f View commit details
    Browse the repository at this point in the history
  4. re-implement code page handling using php-intl methods more effective…

    …ly; new serialised files and character-encodings output - change in the code page selected for Hungarian, visually verified on TM-T20II
    mike42 committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    24fc7d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a7561c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. fix minor issues

    mike42 committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    67d00cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #808 from mike42/807-intl

    Replace iconv and multibyte extension usage with intl extension
    mike42 authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    e10cfb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    0dceee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a3bd56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffe2eb4 View commit details
    Browse the repository at this point in the history
  4. add unit test

    mike42 committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    e59b682 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #814 from mike42/813-unifont

    Add Unifont-based text renderer
    mike42 authored Oct 13, 2019
    Configuration menu
    Copy the full SHA
    203c53e View commit details
    Browse the repository at this point in the history