Plugin Directory

Changeset 3443693


Ignore:
Timestamp:
01/21/2026 01:42:57 AM (2 months ago)
Author:
bmltenabled
Message:

Deploy version 1.4.9

Location:
fetch-meditation/trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • fetch-meditation/trunk/build.txt

    r3443504 r3443693  
    1 e08d66d035392c03398a7e21f8765ec6d36e45d7
     15572a8011889eb6c86d9847329e922c52c7bd5ac
  • fetch-meditation/trunk/composer.json

    r3424942 r3443693  
    1313  ],
    1414  "require": {
    15     "bmlt/fetch-meditation": "^1.3.3"
     15    "bmlt/fetch-meditation": "^1.3.4"
    1616  },
    1717  "require-dev": {
  • fetch-meditation/trunk/fetch-meditation.php

    r3443504 r3443693  
    77 * Contributors:      pjaudiomv, bmltenabled
    88 * Author:            bmltenabled
    9  * Version:           1.4.8
     9 * Version:           1.4.9
    1010 * Requires PHP:      8.1
    1111 * Requires at least: 6.2
  • fetch-meditation/trunk/readme.txt

    r3443504 r3443693  
    66Requires PHP: 8.1
    77Tested up to: 6.9
    8 Stable tag: 1.4.8
     8Stable tag: 1.4.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757
    5858== Changelog ==
     59
     60= 1.4.9 =
     61
     62* Fix Italian encoding issues.
    5963
    6064= 1.4.8 =
  • fetch-meditation/trunk/vendor/autoload.php

    r3424942 r3443693  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInit489f71a49e0a756cc4bf4cbb17fa7cb9::getLoader();
     22return ComposerAutoloaderInit3e855b2f217f8ad02ca7606e2a671b54::getLoader();
  • fetch-meditation/trunk/vendor/bmlt/fetch-meditation/CHANGELOG.md

    r3424942 r3443693  
     1## 1.3.4  (January 20, 2026)
     2* Fix Italian encoding.
     3
    14## 1.3.3  (December 21, 2025)
    25* Attempt to bust cache.
  • fetch-meditation/trunk/vendor/bmlt/fetch-meditation/composer.lock

    r3256313 r3443693  
    99        {
    1010            "name": "guzzlehttp/guzzle",
    11             "version": "7.9.2",
     11            "version": "7.10.0",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/guzzle/guzzle.git",
    15                 "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
    20                 "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
     15                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
     20                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
    2121                "shasum": ""
    2222            },
    2323            "require": {
    2424                "ext-json": "*",
    25                 "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
    26                 "guzzlehttp/psr7": "^2.7.0",
     25                "guzzlehttp/promises": "^2.3",
     26                "guzzlehttp/psr7": "^2.8",
    2727                "php": "^7.2.5 || ^8.0",
    2828                "psr/http-client": "^1.0",
     
    115115            "support": {
    116116                "issues": "https://github.com/guzzle/guzzle/issues",
    117                 "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
     117                "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
    118118            },
    119119            "funding": [
     
    131131                }
    132132            ],
    133             "time": "2024-07-24T11:22:20+00:00"
     133            "time": "2025-08-23T22:36:01+00:00"
    134134        },
    135135        {
    136136            "name": "guzzlehttp/promises",
    137             "version": "2.0.4",
     137            "version": "2.3.0",
    138138            "source": {
    139139                "type": "git",
    140140                "url": "https://github.com/guzzle/promises.git",
    141                 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
    142             },
    143             "dist": {
    144                 "type": "zip",
    145                 "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
    146                 "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
     141                "reference": "481557b130ef3790cf82b713667b43030dc9c957"
     142            },
     143            "dist": {
     144                "type": "zip",
     145                "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
     146                "reference": "481557b130ef3790cf82b713667b43030dc9c957",
    147147                "shasum": ""
    148148            },
     
    152152            "require-dev": {
    153153                "bamarni/composer-bin-plugin": "^1.8.2",
    154                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
     154                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
    155155            },
    156156            "type": "library",
     
    198198            "support": {
    199199                "issues": "https://github.com/guzzle/promises/issues",
    200                 "source": "https://github.com/guzzle/promises/tree/2.0.4"
     200                "source": "https://github.com/guzzle/promises/tree/2.3.0"
    201201            },
    202202            "funding": [
     
    214214                }
    215215            ],
    216             "time": "2024-10-17T10:06:22+00:00"
     216            "time": "2025-08-22T14:34:08+00:00"
    217217        },
    218218        {
    219219            "name": "guzzlehttp/psr7",
    220             "version": "2.7.0",
     220            "version": "2.8.0",
    221221            "source": {
    222222                "type": "git",
    223223                "url": "https://github.com/guzzle/psr7.git",
    224                 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
    225             },
    226             "dist": {
    227                 "type": "zip",
    228                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
    229                 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
     224                "reference": "21dc724a0583619cd1652f673303492272778051"
     225            },
     226            "dist": {
     227                "type": "zip",
     228                "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
     229                "reference": "21dc724a0583619cd1652f673303492272778051",
    230230                "shasum": ""
    231231            },
     
    243243                "bamarni/composer-bin-plugin": "^1.8.2",
    244244                "http-interop/http-factory-tests": "0.9.0",
    245                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
     245                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
    246246            },
    247247            "suggest": {
     
    314314            "support": {
    315315                "issues": "https://github.com/guzzle/psr7/issues",
    316                 "source": "https://github.com/guzzle/psr7/tree/2.7.0"
     316                "source": "https://github.com/guzzle/psr7/tree/2.8.0"
    317317            },
    318318            "funding": [
     
    330330                }
    331331            ],
    332             "time": "2024-07-18T11:15:46+00:00"
     332            "time": "2025-08-23T21:21:41+00:00"
    333333        },
    334334        {
     
    538538        {
    539539            "name": "symfony/deprecation-contracts",
    540             "version": "v3.5.1",
     540            "version": "v3.6.0",
    541541            "source": {
    542542                "type": "git",
    543543                "url": "https://github.com/symfony/deprecation-contracts.git",
    544                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
    545             },
    546             "dist": {
    547                 "type": "zip",
    548                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
    549                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
     544                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
     545            },
     546            "dist": {
     547                "type": "zip",
     548                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
     549                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
    550550                "shasum": ""
    551551            },
     
    560560                },
    561561                "branch-alias": {
    562                     "dev-main": "3.5-dev"
     562                    "dev-main": "3.6-dev"
    563563                }
    564564            },
     
    585585            "homepage": "https://symfony.com",
    586586            "support": {
    587                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
     587                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
    588588            },
    589589            "funding": [
     
    601601                }
    602602            ],
    603             "time": "2024-09-25T14:20:29+00:00"
     603            "time": "2024-09-25T14:21:43+00:00"
    604604        }
    605605    ],
     
    607607        {
    608608            "name": "myclabs/deep-copy",
    609             "version": "1.13.0",
     609            "version": "1.13.4",
    610610            "source": {
    611611                "type": "git",
    612612                "url": "https://github.com/myclabs/DeepCopy.git",
    613                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
    614             },
    615             "dist": {
    616                 "type": "zip",
    617                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
    618                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
     613                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
     614            },
     615            "dist": {
     616                "type": "zip",
     617                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
     618                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
    619619                "shasum": ""
    620620            },
     
    655655            "support": {
    656656                "issues": "https://github.com/myclabs/DeepCopy/issues",
    657                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
     657                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
    658658            },
    659659            "funding": [
     
    663663                }
    664664            ],
    665             "time": "2025-02-12T12:17:51+00:00"
     665            "time": "2025-08-01T08:46:24+00:00"
    666666        },
    667667        {
    668668            "name": "nikic/php-parser",
    669             "version": "v5.4.0",
     669            "version": "v5.7.0",
    670670            "source": {
    671671                "type": "git",
    672672                "url": "https://github.com/nikic/PHP-Parser.git",
    673                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
    674             },
    675             "dist": {
    676                 "type": "zip",
    677                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
    678                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
     673                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
     674            },
     675            "dist": {
     676                "type": "zip",
     677                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
     678                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
    679679                "shasum": ""
    680680            },
     
    695695            "extra": {
    696696                "branch-alias": {
    697                     "dev-master": "5.0-dev"
     697                    "dev-master": "5.x-dev"
    698698                }
    699699            },
     
    719719            "support": {
    720720                "issues": "https://github.com/nikic/PHP-Parser/issues",
    721                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
    722             },
    723             "time": "2024-12-30T11:07:19+00:00"
     721                "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
     722            },
     723            "time": "2025-12-06T11:56:16+00:00"
    724724        },
    725725        {
     
    11641164        {
    11651165            "name": "phpunit/phpunit",
    1166             "version": "10.5.45",
     1166            "version": "10.5.60",
    11671167            "source": {
    11681168                "type": "git",
    11691169                "url": "https://github.com/sebastianbergmann/phpunit.git",
    1170                 "reference": "bd68a781d8e30348bc297449f5234b3458267ae8"
    1171             },
    1172             "dist": {
    1173                 "type": "zip",
    1174                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bd68a781d8e30348bc297449f5234b3458267ae8",
    1175                 "reference": "bd68a781d8e30348bc297449f5234b3458267ae8",
     1170                "reference": "f2e26f52f80ef77832e359205f216eeac00e320c"
     1171            },
     1172            "dist": {
     1173                "type": "zip",
     1174                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f2e26f52f80ef77832e359205f216eeac00e320c",
     1175                "reference": "f2e26f52f80ef77832e359205f216eeac00e320c",
    11761176                "shasum": ""
    11771177            },
     
    11831183                "ext-xml": "*",
    11841184                "ext-xmlwriter": "*",
    1185                 "myclabs/deep-copy": "^1.12.1",
     1185                "myclabs/deep-copy": "^1.13.4",
    11861186                "phar-io/manifest": "^2.0.4",
    11871187                "phar-io/version": "^3.2.1",
     
    11941194                "sebastian/cli-parser": "^2.0.1",
    11951195                "sebastian/code-unit": "^2.0.0",
    1196                 "sebastian/comparator": "^5.0.3",
     1196                "sebastian/comparator": "^5.0.4",
    11971197                "sebastian/diff": "^5.1.1",
    11981198                "sebastian/environment": "^6.1.0",
    1199                 "sebastian/exporter": "^5.1.2",
     1199                "sebastian/exporter": "^5.1.4",
    12001200                "sebastian/global-state": "^6.0.2",
    12011201                "sebastian/object-enumerator": "^5.0.0",
    1202                 "sebastian/recursion-context": "^5.0.0",
     1202                "sebastian/recursion-context": "^5.0.1",
    12031203                "sebastian/type": "^4.0.0",
    12041204                "sebastian/version": "^4.0.1"
     
    12451245                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    12461246                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    1247                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.45"
     1247                "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.60"
    12481248            },
    12491249            "funding": [
     
    12571257                },
    12581258                {
     1259                    "url": "https://liberapay.com/sebastianbergmann",
     1260                    "type": "liberapay"
     1261                },
     1262                {
     1263                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1264                    "type": "thanks_dev"
     1265                },
     1266                {
    12591267                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
    12601268                    "type": "tidelift"
    12611269                }
    12621270            ],
    1263             "time": "2025-02-06T16:08:12+00:00"
     1271            "time": "2025-12-06T07:50:42+00:00"
    12641272        },
    12651273        {
     
    14331441        {
    14341442            "name": "sebastian/comparator",
    1435             "version": "5.0.3",
     1443            "version": "5.0.4",
    14361444            "source": {
    14371445                "type": "git",
    14381446                "url": "https://github.com/sebastianbergmann/comparator.git",
    1439                 "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e"
    1440             },
    1441             "dist": {
    1442                 "type": "zip",
    1443                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
    1444                 "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
     1447                "reference": "e8e53097718d2b53cfb2aa859b06a41abf58c62e"
     1448            },
     1449            "dist": {
     1450                "type": "zip",
     1451                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e8e53097718d2b53cfb2aa859b06a41abf58c62e",
     1452                "reference": "e8e53097718d2b53cfb2aa859b06a41abf58c62e",
    14451453                "shasum": ""
    14461454            },
     
    14981506                "issues": "https://github.com/sebastianbergmann/comparator/issues",
    14991507                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
    1500                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3"
     1508                "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.4"
    15011509            },
    15021510            "funding": [
     
    15041512                    "url": "https://github.com/sebastianbergmann",
    15051513                    "type": "github"
    1506                 }
    1507             ],
    1508             "time": "2024-10-18T14:56:07+00:00"
     1514                },
     1515                {
     1516                    "url": "https://liberapay.com/sebastianbergmann",
     1517                    "type": "liberapay"
     1518                },
     1519                {
     1520                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1521                    "type": "thanks_dev"
     1522                },
     1523                {
     1524                    "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
     1525                    "type": "tidelift"
     1526                }
     1527            ],
     1528            "time": "2025-09-07T05:25:07+00:00"
    15091529        },
    15101530        {
     
    16991719        {
    17001720            "name": "sebastian/exporter",
    1701             "version": "5.1.2",
     1721            "version": "5.1.4",
    17021722            "source": {
    17031723                "type": "git",
    17041724                "url": "https://github.com/sebastianbergmann/exporter.git",
    1705                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
    1706             },
    1707             "dist": {
    1708                 "type": "zip",
    1709                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
    1710                 "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
     1725                "reference": "0735b90f4da94969541dac1da743446e276defa6"
     1726            },
     1727            "dist": {
     1728                "type": "zip",
     1729                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0735b90f4da94969541dac1da743446e276defa6",
     1730                "reference": "0735b90f4da94969541dac1da743446e276defa6",
    17111731                "shasum": ""
    17121732            },
     
    17171737            },
    17181738            "require-dev": {
    1719                 "phpunit/phpunit": "^10.0"
     1739                "phpunit/phpunit": "^10.5"
    17201740            },
    17211741            "type": "library",
     
    17651785                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    17661786                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
    1767                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
     1787                "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.4"
    17681788            },
    17691789            "funding": [
     
    17711791                    "url": "https://github.com/sebastianbergmann",
    17721792                    "type": "github"
    1773                 }
    1774             ],
    1775             "time": "2024-03-02T07:17:12+00:00"
     1793                },
     1794                {
     1795                    "url": "https://liberapay.com/sebastianbergmann",
     1796                    "type": "liberapay"
     1797                },
     1798                {
     1799                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1800                    "type": "thanks_dev"
     1801                },
     1802                {
     1803                    "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
     1804                    "type": "tidelift"
     1805                }
     1806            ],
     1807            "time": "2025-09-24T06:09:11+00:00"
    17761808        },
    17771809        {
     
    20092041        {
    20102042            "name": "sebastian/recursion-context",
    2011             "version": "5.0.0",
     2043            "version": "5.0.1",
    20122044            "source": {
    20132045                "type": "git",
    20142046                "url": "https://github.com/sebastianbergmann/recursion-context.git",
    2015                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
    2016             },
    2017             "dist": {
    2018                 "type": "zip",
    2019                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
    2020                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
     2047                "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a"
     2048            },
     2049            "dist": {
     2050                "type": "zip",
     2051                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a",
     2052                "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a",
    20212053                "shasum": ""
    20222054            },
     
    20252057            },
    20262058            "require-dev": {
    2027                 "phpunit/phpunit": "^10.0"
     2059                "phpunit/phpunit": "^10.5"
    20282060            },
    20292061            "type": "library",
     
    20602092            "support": {
    20612093                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
    2062                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
     2094                "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
     2095                "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1"
    20632096            },
    20642097            "funding": [
     
    20662099                    "url": "https://github.com/sebastianbergmann",
    20672100                    "type": "github"
    2068                 }
    2069             ],
    2070             "time": "2023-02-03T07:05:40+00:00"
     2101                },
     2102                {
     2103                    "url": "https://liberapay.com/sebastianbergmann",
     2104                    "type": "liberapay"
     2105                },
     2106                {
     2107                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     2108                    "type": "thanks_dev"
     2109                },
     2110                {
     2111                    "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
     2112                    "type": "tidelift"
     2113                }
     2114            ],
     2115            "time": "2025-08-10T07:50:56+00:00"
    20712116        },
    20722117        {
     
    21812226        {
    21822227            "name": "squizlabs/php_codesniffer",
    2183             "version": "3.11.3",
     2228            "version": "3.13.5",
    21842229            "source": {
    21852230                "type": "git",
    21862231                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    2187                 "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10"
    2188             },
    2189             "dist": {
    2190                 "type": "zip",
    2191                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
    2192                 "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
     2232                "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
     2233            },
     2234            "dist": {
     2235                "type": "zip",
     2236                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
     2237                "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
    21932238                "shasum": ""
    21942239            },
     
    22072252            ],
    22082253            "type": "library",
    2209             "extra": {
    2210                 "branch-alias": {
    2211                     "dev-master": "3.x-dev"
    2212                 }
    2213             },
    22142254            "notification-url": "https://packagist.org/downloads/",
    22152255            "license": [
     
    22572297                },
    22582298                {
    2259                     "url": "https://thanks.dev/phpcsstandards",
     2299                    "url": "https://thanks.dev/u/gh/phpcsstandards",
    22602300                    "type": "thanks_dev"
    22612301                }
    22622302            ],
    2263             "time": "2025-01-23T17:04:15+00:00"
     2303            "time": "2025-11-04T16:30:35+00:00"
    22642304        },
    22652305        {
    22662306            "name": "theseer/tokenizer",
    2267             "version": "1.2.3",
     2307            "version": "1.3.1",
    22682308            "source": {
    22692309                "type": "git",
    22702310                "url": "https://github.com/theseer/tokenizer.git",
    2271                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
    2272             },
    2273             "dist": {
    2274                 "type": "zip",
    2275                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
    2276                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
     2311                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
     2312            },
     2313            "dist": {
     2314                "type": "zip",
     2315                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
     2316                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
    22772317                "shasum": ""
    22782318            },
     
    23032343            "support": {
    23042344                "issues": "https://github.com/theseer/tokenizer/issues",
    2305                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
     2345                "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
    23062346            },
    23072347            "funding": [
     
    23112351                }
    23122352            ],
    2313             "time": "2024-03-03T12:36:25+00:00"
     2353            "time": "2025-11-17T20:03:58+00:00"
    23142354        }
    23152355    ],
  • fetch-meditation/trunk/vendor/bmlt/fetch-meditation/src/FetchMeditation/ItalianJFT.php

    r3069225 r3443693  
    99    public function fetch(): JFTEntry
    1010    {
    11         $data = HttpUtility::httpGet('https://na-italia.org/get-jft');
     11        $params = [];
     12        if ($this->settings->timeZone !== null) {
     13            $params['tz'] = $this->settings->timeZone;
     14        }
     15
     16        $data = HttpUtility::httpGet('https://na-italia.org/get-jft', $params);
    1217        $data = json_decode($data, true)[0];
     18
    1319        $doc = new \DOMDocument();
     20        $doc->encoding = 'UTF-8';
    1421        libxml_use_internal_errors(true);
    15         $doc->loadHTML('<?xml encoding="UTF-8">' .  $data['content']);
     22        $doc->loadHTML('<?xml encoding="UTF-8">' . $data['content'], LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);
    1623        libxml_clear_errors();
    1724        libxml_use_internal_errors(false);
     
    2835        ];
    2936
    30         // Split the title and date parts
    31         $titleParts = explode(',', $data['title']);
    32         $initialResult['title'] = trim($titleParts[0]);
    33         $initialResult['date'] = trim(end($titleParts));
     37        // Split the title and date parts (split on last comma only)
     38        $lastCommaPos = strrpos($data['title'], ',');
     39        if ($lastCommaPos !== false) {
     40            $initialResult['title'] = trim(substr($data['title'], 0, $lastCommaPos));
     41            $initialResult['date'] = trim(substr($data['title'], $lastCommaPos + 1));
     42        } else {
     43            $initialResult['title'] = trim($data['title']);
     44            $initialResult['date'] = '';
     45        }
    3446
    3547        // Populate the result array with paragraph content
     
    7082        $result['quote'] = $quoteParts[0] ?? '';
    7183        $result['source'] =  $quoteParts[1] ?? $result['source'];
    72         $result = array_map(function ($item) {
    73             if (is_array($item)) {
    74                 return array_map(function ($paragraph) {
    75                     return trim($paragraph, "\xC2\xA0");
    76                 }, $item);
    77             } else {
    78                 return trim($item, "\xC2\xA0");
    79             }
    80         }, $result);
    8184
    8285        return new JFTEntry(
  • fetch-meditation/trunk/vendor/bmlt/fetch-meditation/src/FetchMeditation/JFTEntry.php

    r3069225 r3443693  
    4646                'thought' => $this->thought,
    4747                'copyright' => $this->copyright
    48             ]
     48            ],
     49            JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
    4950        );
    5051    }
  • fetch-meditation/trunk/vendor/bmlt/fetch-meditation/src/FetchMeditation/PortuguesePTJFT.php

    r3384569 r3443693  
    5959            $fullText = trim($tempDoc->textContent);
    6060
    61             // Extract the quote (text between quotes) - may span multiple lines
    62             if (preg_match('/"([^"]+)"/s', $fullText, $matches)) {
    63                 $result['quote'] = trim(preg_replace('/\s+/', ' ', $matches[1]));
    64             }
     61            // Split into lines to look for quote pattern
     62            $lines = explode("\n", $fullText);
     63            $contentStartIndex = 0;
     64            $sourceLineIndex = -1;
    6565
    66             // Split into lines
    67             $lines = explode("\n", $fullText);
    68 
    69             // Find where the quote ends and extract source
    70             $quoteEndIndex = -1;
     66            // Look for opening quote pattern: line ending with " followed by source line
    7167            for ($i = 0; $i < count($lines); $i++) {
    7268                $line = trim($lines[$i]);
    73                 // Look for line with closing quote
    74                 if (preg_match('/"[^"]*"/', $line) && strpos($line, '"') !== false) {
    75                     $quoteEndIndex = $i;
    76                     // Get the next non-empty line as source
    77                     for ($j = $i + 1; $j < count($lines); $j++) {
    78                         $nextLine = trim($lines[$j]);
    79                         if (!empty($nextLine) && !preg_match('/^"/', $nextLine)) {
     69                // Check if line ends with opening quote
     70                if (preg_match('/"\s*$/', $line)) {
     71                    // Extract quoted text (everything before the quote mark)
     72                    $result['quote'] = preg_replace('/\s*"\s*$/', '', $line);
     73
     74                    // Check next line for source
     75                    if ($i + 1 < count($lines)) {
     76                        $nextLine = trim($lines[$i + 1]);
     77                        if (!empty($nextLine)) {
    8078                            $result['source'] = $nextLine;
    81                             break 2;
     79                            $sourceLineIndex = $i + 1;
    8280                        }
    8381                    }
    84                 }
    85             }
    8682
    87             // Extract the main content (everything after the source)
    88             $contentText = '';
    89             $sourceLineIndex = -1;
    90 
    91             // Find the source line index
    92             for ($i = 0; $i < count($lines); $i++) {
    93                 if (trim($lines[$i]) === $result['source']) {
    94                     $sourceLineIndex = $i;
     83                    $contentStartIndex = $sourceLineIndex >= 0 ? $sourceLineIndex + 1 : $i + 1;
    9584                    break;
    9685                }
    9786            }
    9887
    99             // Collect all content after source line
    100             if ($sourceLineIndex >= 0) {
    101                 for ($i = $sourceLineIndex + 1; $i < count($lines); $i++) {
    102                     $line = trim($lines[$i]);
    103                     if (empty($line)) {
    104                         continue;
     88            // Also check for enclosed quote pattern "text"
     89            if (empty($result['quote']) && preg_match('/"([^"]+)"/', $fullText, $quoteMatches)) {
     90                $result['quote'] = trim($quoteMatches[1]);
     91
     92                // Remove quote from text to get remaining content
     93                $contentWithoutQuote = preg_replace('/"[^"]+"\s*/', '', $fullText, 1);
     94                $contentWithoutQuote = trim($contentWithoutQuote);
     95
     96                // Try to extract source from remaining text
     97                $contentLines = explode("\n", $contentWithoutQuote);
     98                if (!empty($contentLines)) {
     99                    $firstLine = trim($contentLines[0]);
     100                    if (!empty($firstLine) && strlen($firstLine) < 100 && preg_match('/^[^.]+[,.]\s*\d+|^[^.]+,\s*p\./', $firstLine)) {
     101                        $result['source'] = $firstLine;
     102                        $contentLines[0] = '';
    105103                    }
    106                     // Skip any additional quotes at the start of content
    107                     if (strpos($line, '"') === 0 && preg_match('/^"[^"]+"\.$/', $line)) {
    108                         continue;
    109                     }
     104                }
     105                $lines = $contentLines;
     106                $contentStartIndex = 0;
     107            }
     108
     109            // Collect content from contentStartIndex onward
     110            $contentText = '';
     111            for ($i = $contentStartIndex; $i < count($lines); $i++) {
     112                $line = trim($lines[$i]);
     113                if (!empty($line)) {
    110114                    if (!empty($contentText)) {
    111115                        $contentText .= ' ';
     
    117121            if (!empty($contentText)) {
    118122                $result['content'] = [trim(preg_replace('/\s+/u', ' ', $contentText))];
     123            } elseif (empty($result['quote'])) {
     124                // No quote found, use entire content
     125                $result['content'] = [trim(preg_replace('/\s+/u', ' ', $fullText))];
    119126            }
    120127        }
     
    136143        }
    137144
     145        // Trim all string values
     146        $result = array_map(function ($value) {
     147            if (is_array($value)) {
     148                return array_map('trim', $value);
     149            }
     150            return trim($value);
     151        }, $result);
     152
    138153        return new JFTEntry(
    139154            $result['date'],
  • fetch-meditation/trunk/vendor/composer/autoload_real.php

    r3424942 r3443693  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit489f71a49e0a756cc4bf4cbb17fa7cb9
     5class ComposerAutoloaderInit3e855b2f217f8ad02ca7606e2a671b54
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit489f71a49e0a756cc4bf4cbb17fa7cb9', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit3e855b2f217f8ad02ca7606e2a671b54', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit489f71a49e0a756cc4bf4cbb17fa7cb9', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit3e855b2f217f8ad02ca7606e2a671b54', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit489f71a49e0a756cc4bf4cbb17fa7cb9::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit3e855b2f217f8ad02ca7606e2a671b54::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $filesToLoad = \Composer\Autoload\ComposerStaticInit489f71a49e0a756cc4bf4cbb17fa7cb9::$files;
     36        $filesToLoad = \Composer\Autoload\ComposerStaticInit3e855b2f217f8ad02ca7606e2a671b54::$files;
    3737        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3838            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • fetch-meditation/trunk/vendor/composer/autoload_static.php

    r3424942 r3443693  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit489f71a49e0a756cc4bf4cbb17fa7cb9
     7class ComposerStaticInit3e855b2f217f8ad02ca7606e2a671b54
    88{
    99    public static $files = array (
     
    6666    {
    6767        return \Closure::bind(function () use ($loader) {
    68             $loader->prefixLengthsPsr4 = ComposerStaticInit489f71a49e0a756cc4bf4cbb17fa7cb9::$prefixLengthsPsr4;
    69             $loader->prefixDirsPsr4 = ComposerStaticInit489f71a49e0a756cc4bf4cbb17fa7cb9::$prefixDirsPsr4;
    70             $loader->classMap = ComposerStaticInit489f71a49e0a756cc4bf4cbb17fa7cb9::$classMap;
     68            $loader->prefixLengthsPsr4 = ComposerStaticInit3e855b2f217f8ad02ca7606e2a671b54::$prefixLengthsPsr4;
     69            $loader->prefixDirsPsr4 = ComposerStaticInit3e855b2f217f8ad02ca7606e2a671b54::$prefixDirsPsr4;
     70            $loader->classMap = ComposerStaticInit3e855b2f217f8ad02ca7606e2a671b54::$classMap;
    7171
    7272        }, null, ClassLoader::class);
  • fetch-meditation/trunk/vendor/composer/installed.json

    r3424942 r3443693  
    33        {
    44            "name": "bmlt/fetch-meditation",
    5             "version": "1.3.3",
    6             "version_normalized": "1.3.3.0",
     5            "version": "1.3.4",
     6            "version_normalized": "1.3.4.0",
    77            "source": {
    88                "type": "git",
    99                "url": "https://github.com/bmlt-enabled/fetch-meditation.git",
    10                 "reference": "24d73d1c59d8c1c361bd43af5c403c792a327627"
    11             },
    12             "dist": {
    13                 "type": "zip",
    14                 "url": "https://api.github.com/repos/bmlt-enabled/fetch-meditation/zipball/24d73d1c59d8c1c361bd43af5c403c792a327627",
    15                 "reference": "24d73d1c59d8c1c361bd43af5c403c792a327627",
     10                "reference": "ec1649f2fe5ce6a77ef9e2fcc8464bc2c8538741"
     11            },
     12            "dist": {
     13                "type": "zip",
     14                "url": "https://api.github.com/repos/bmlt-enabled/fetch-meditation/zipball/ec1649f2fe5ce6a77ef9e2fcc8464bc2c8538741",
     15                "reference": "ec1649f2fe5ce6a77ef9e2fcc8464bc2c8538741",
    1616                "shasum": ""
    1717            },
     
    2424                "squizlabs/php_codesniffer": "3.*"
    2525            },
    26             "time": "2025-12-21T21:30:47+00:00",
     26            "time": "2026-01-21T01:26:52+00:00",
    2727            "type": "library",
    2828            "installation-source": "dist",
     
    5353            "support": {
    5454                "issues": "https://github.com/bmlt-enabled/fetch-meditation/issues",
    55                 "source": "https://github.com/bmlt-enabled/fetch-meditation/tree/1.3.3"
     55                "source": "https://github.com/bmlt-enabled/fetch-meditation/tree/1.3.4"
    5656            },
    5757            "install-path": "../bmlt/fetch-meditation"
  • fetch-meditation/trunk/vendor/composer/installed.php

    r3443504 r3443693  
    22    'root' => array(
    33        'name' => 'bmlt/fetch-meditation-wp',
    4         'pretty_version' => '1.4.8',
    5         'version' => '1.4.8.0',
    6         'reference' => 'e08d66d035392c03398a7e21f8765ec6d36e45d7',
     4        'pretty_version' => '1.4.9',
     5        'version' => '1.4.9.0',
     6        'reference' => '5572a8011889eb6c86d9847329e922c52c7bd5ac',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'bmlt/fetch-meditation' => array(
    14             'pretty_version' => '1.3.3',
    15             'version' => '1.3.3.0',
    16             'reference' => '24d73d1c59d8c1c361bd43af5c403c792a327627',
     14            'pretty_version' => '1.3.4',
     15            'version' => '1.3.4.0',
     16            'reference' => 'ec1649f2fe5ce6a77ef9e2fcc8464bc2c8538741',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../bmlt/fetch-meditation',
     
    2121        ),
    2222        'bmlt/fetch-meditation-wp' => array(
    23             'pretty_version' => '1.4.8',
    24             'version' => '1.4.8.0',
    25             'reference' => 'e08d66d035392c03398a7e21f8765ec6d36e45d7',
     23            'pretty_version' => '1.4.9',
     24            'version' => '1.4.9.0',
     25            'reference' => '5572a8011889eb6c86d9847329e922c52c7bd5ac',
    2626            'type' => 'project',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.