[galette-commits] [GIT] galette/plugin-paypal.git branch master updated. 1.8.2-39-g366a1a9

[ Thread Index | Date Index | More lists.galette.eu/commits Archives ]


This is an automated email from git. It was generated because a ref
change was pushed to the "galette/plugin-paypal.git" repository.

The branch, master has been updated
       via  366a1a9ba42f8320663df5a4ddc2318051a6413c (commit)
       via  bbae05dab8e0ffba155bcacf2b9dd938f060fc31 (commit)
       via  18672ea3d9234ce9459675a9c374768f9c4cee4d (commit)
       via  a6ed316ebf6ac10b97c59b89b507723e731de6d2 (commit)
       via  1008065c9202966a667974ae8708967c503fa80a (commit)
       via  1ff8259e9d23e5eb3ed6cc0cf148315aa0eb7fa3 (commit)
       via  0659fbf73b72c1a5f7eace5c98335d5277d90cc6 (commit)
       via  87ac9050e9ba12adda4dabec1d0463aab1b01c1e (commit)
       via  4bccee1d22a1196058dfb55281c714eda348a9c7 (commit)
       via  4b97a950806ae97a3e6c38f524eda987192cc8ff (commit)
       via  1803b2e278eb91d37d17fff944ea42dcdb3b88e4 (commit)
       via  a61f8a4c423085df0bfd9e1c7f2eda0dab0e31c1 (commit)
       via  775459d05c4d80840dfeffc5cc76ae760107a6f9 (commit)
       via  1cc872a18f1fb161cfd7fc4c33049097d42f226c (commit)
       via  eb605033322cec508b2f45eee32a83736e402bf6 (commit)
       via  6e5207d6e80873219e8f5d3e0df47f8834fe9bb0 (commit)
       via  3be7fadeafdc208d86649746a4ae12bf3c4c6a18 (commit)
       via  029f8b5b18f48f02fd71bb53eb7fa0feba5670c9 (commit)
       via  8abcbb71b28ea729e8fa9c2298a5ccc0630d940b (commit)
       via  117c9640b588632546f9fa43b52bed9f48348ab3 (commit)
       via  fb6fd62ed8281bf7612a3048738943a9a8284164 (commit)
       via  6e03b77d875bb1915dc0993c04c1a44b5fe552e5 (commit)
       via  e5424ed0a98591423cf88f8795c551e7eb875c2f (commit)
       via  ac1d08b28aee401f6d3c9aecfc593fb215f2d3c4 (commit)
       via  5354f9554ad5979b1d3e21fa83c1819fbe7de45b (commit)
       via  9caa824632e84c67152009fe40c15dcd10536970 (commit)
       via  6f1a0cd985e81ded801a12c7ac108dd56ce7d1c1 (commit)
       via  cab6713c73e1ea502cf0e9f1f8b3dfa5bc3bd6e9 (commit)
       via  b2cab40098da8bf018d0622f8a197b6fd03272a5 (commit)
       via  efe098ced16fbefa28ce261dc1f653bc584af273 (commit)
       via  1681a8d12062e09895833bebbc7321a3c3b08372 (commit)
       via  081d60ce9a3d80e2852185741cc4454fc9cc97cb (commit)
       via  acb09d287060bfdb1a3208b0cfe661f12032fc13 (commit)
       via  18cb4fa5f558eeda4504df293c9557cf0e157b59 (commit)
      from  616e325a74169d47eecb910ded8d8a46820dda74 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 366a1a9ba42f8320663df5a4ddc2318051a6413c
Merge: 616e325 bbae05d
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Sat Jul 3 11:05:21 2021 +0200

    Merge branch 'release/1.9.0'

-----------------------------------------------------------------------

Summary of changes:
 .composer-require-checker.config.json              |  96 +++++
 .github/workflows/ci-linux.yml                     |  76 ++++
 ChangeLog                                          |   3 +
 _define.php                                        |   6 +-
 _routes.php                                        | 358 +--------------
 _smarties.php                                      |   1 -
 composer.json.checker                              |  33 ++
 lang/ar.utf8/LC_MESSAGES/paypal.mo                 | Bin 358 -> 2563 bytes
 lang/de_DE.utf8/LC_MESSAGES/paypal.mo              | Bin 573 -> 1820 bytes
 lang/es.utf8/LC_MESSAGES/paypal.mo                 | Bin 2005 -> 4217 bytes
 lang/fr_FR.utf8/LC_MESSAGES/paypal.mo              | Bin 4336 -> 4432 bytes
 lang/it_IT.utf8/LC_MESSAGES/paypal.mo              | Bin 4013 -> 4244 bytes
 lang/paypal_ar.utf8.po                             |  55 +--
 lang/paypal_de_DE.utf8.po                          |  38 +-
 lang/paypal_es.utf8.po                             |  51 ++-
 lang/paypal_fr_FR.utf8.po                          |  17 +-
 lang/paypal_it_IT.utf8.po                          |  23 +-
 lang/paypal_oc.utf8.po                             |  29 +-
 lang/paypal_uk.utf8.po                             |  70 +--
 lang/uk.utf8/LC_MESSAGES/paypal.mo                 | Bin 640 -> 5128 bytes
 .../GalettePaypal/Controllers/PaypalController.php | 478 ++++++++++++---------
 lib/GalettePaypal/Paypal.php                       |   5 +-
 lib/GalettePaypal/PaypalHistory.php                | 114 +++--
 scripts/mysql.sql                                  |  12 +-
 scripts/pgsql.sql                                  |   2 +
 scripts/upgrade-to-1.9-mysql.sql                   |   2 +
 scripts/upgrade-to-1.9-pgsql.sql                   |   3 +
 27 files changed, 761 insertions(+), 711 deletions(-)
 create mode 100644 .composer-require-checker.config.json
 create mode 100644 .github/workflows/ci-linux.yml
 create mode 100644 composer.json.checker
 copy _routes.php => lib/GalettePaypal/Controllers/PaypalController.php (53%)
 create mode 100644 scripts/upgrade-to-1.9-mysql.sql
 create mode 100644 scripts/upgrade-to-1.9-pgsql.sql


hooks/post-receive
-- 
galette/plugin-paypal.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/