Plugin Directory

Changeset 2544428


Ignore:
Timestamp:
06/08/2021 04:11:22 PM (5 years ago)
Author:
bostonu
Message:

Update to version 1.3.2 from GitHub

Location:
bu-navigation
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bu-navigation/tags/1.3.2/bu-navigation.php

    r2520475 r2544428  
    66 * Author URI: http://sites.bu.edu/web/
    77 * Description: Provides alternative navigation elements designed for blogs with large page counts
    8  * Version: 1.3.1
     8 * Version: 1.3.2
    99 * Text Domain: bu-navigation
    1010 * Domain Path: /languages
     
    9292     * @var string
    9393     */
    94     const VERSION = '1.3.1';
     94    const VERSION = '1.3.2';
    9595
    9696    /**
  • bu-navigation/tags/1.3.2/composer-includes/bu-navigation-core-widget/src/class-navigation-widget.php

    r2520475 r2544428  
    138138
    139139        // Fetch markup.
    140         $nav_list_markup = list_pages( $list_args );
     140        $nav_list_markup = list_pages( apply_filters( 'widget_bu_pages_args', $list_args ) );
    141141
    142142        // Only output anything at all if there is existing markup from list_pages.
  • bu-navigation/tags/1.3.2/composer.json

    r2520475 r2544428  
    4040    ],
    4141    "require": {
    42         "bu-ist/bu-navigation-core-widget": "1.0.2"
     42        "bu-ist/bu-navigation-core-widget": "1.0.3"
    4343    },
    4444    "extra": {
  • bu-navigation/tags/1.3.2/composer.lock

    r2520475 r2544428  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "8ea16f1d7ce8c8bd914a61021937fb66",
     7    "content-hash": "9c8a96128955cbcb935770cc10db7ba8",
    88    "packages": [
    99        {
    1010            "name": "bu-ist/bu-navigation-core-widget",
    11             "version": "1.0.2",
     11            "version": "1.0.3",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/bu-ist/bu-navigation-core-widget.git",
    15                 "reference": "9d3411ce405b632eb5d1f4b541fe7cbaa87bdc4b"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/bu-ist/bu-navigation-core-widget/zipball/9d3411ce405b632eb5d1f4b541fe7cbaa87bdc4b",
    20                 "reference": "9d3411ce405b632eb5d1f4b541fe7cbaa87bdc4b",
     15                "reference": "068e2343b0eda1e136128b411377a78bf50db708"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/bu-ist/bu-navigation-core-widget/zipball/068e2343b0eda1e136128b411377a78bf50db708",
     20                "reference": "068e2343b0eda1e136128b411377a78bf50db708",
    2121                "shasum": ""
    2222            },
     
    6161            "description": "Core data methods and widget logic for BU Navigation",
    6262            "support": {
    63                 "source": "https://github.com/bu-ist/bu-navigation-core-widget/tree/1.0.2",
     63                "source": "https://github.com/bu-ist/bu-navigation-core-widget/tree/1.0.3",
    6464                "issues": "https://github.com/bu-ist/bu-navigation-core-widget/issues"
    6565            },
    66             "time": "2021-03-05T21:30:53+00:00"
     66            "time": "2021-06-08T14:07:02+00:00"
    6767        },
    6868        {
    6969            "name": "composer/installers",
    70             "version": "v1.10.0",
     70            "version": "v1.11.0",
    7171            "source": {
    7272                "type": "git",
    7373                "url": "https://github.com/composer/installers.git",
    74                 "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d"
    75             },
    76             "dist": {
    77                 "type": "zip",
    78                 "url": "https://api.github.com/repos/composer/installers/zipball/1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
    79                 "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
     74                "reference": "ae03311f45dfe194412081526be2e003960df74b"
     75            },
     76            "dist": {
     77                "type": "zip",
     78                "url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
     79                "reference": "ae03311f45dfe194412081526be2e003960df74b",
    8080                "shasum": ""
    8181            },
     
    171171                "mako",
    172172                "mediawiki",
     173                "miaoxing",
    173174                "modulework",
    174175                "modx",
     
    188189                "sylius",
    189190                "symfony",
     191                "tastyigniter",
    190192                "typo3",
    191193                "wordpress",
     
    196198            "support": {
    197199                "issues": "https://github.com/composer/installers/issues",
    198                 "source": "https://github.com/composer/installers/tree/v1.10.0"
     200                "source": "https://github.com/composer/installers/tree/v1.11.0"
    199201            },
    200202            "funding": [
     
    212214                }
    213215            ],
    214             "time": "2021-01-14T11:07:16+00:00"
     216            "time": "2021-04-28T06:42:17+00:00"
    215217        }
    216218    ],
     
    282284        {
    283285            "name": "composer/ca-bundle",
    284             "version": "1.2.9",
     286            "version": "1.2.10",
    285287            "source": {
    286288                "type": "git",
    287289                "url": "https://github.com/composer/ca-bundle.git",
    288                 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
    289             },
    290             "dist": {
    291                 "type": "zip",
    292                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
    293                 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
     290                "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8"
     291            },
     292            "dist": {
     293                "type": "zip",
     294                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8",
     295                "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8",
    294296                "shasum": ""
    295297            },
     
    338340                "irc": "irc://irc.freenode.org/composer",
    339341                "issues": "https://github.com/composer/ca-bundle/issues",
    340                 "source": "https://github.com/composer/ca-bundle/tree/1.2.9"
     342                "source": "https://github.com/composer/ca-bundle/tree/1.2.10"
    341343            },
    342344            "funding": [
     
    354356                }
    355357            ],
    356             "time": "2021-01-12T12:10:35+00:00"
     358            "time": "2021-06-07T13:58:28+00:00"
    357359        },
    358360        {
     
    11821184        {
    11831185            "name": "psr/log",
    1184             "version": "1.1.3",
     1186            "version": "1.1.4",
    11851187            "source": {
    11861188                "type": "git",
    11871189                "url": "https://github.com/php-fig/log.git",
    1188                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
    1189             },
    1190             "dist": {
    1191                 "type": "zip",
    1192                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
    1193                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
     1190                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
     1191            },
     1192            "dist": {
     1193                "type": "zip",
     1194                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
     1195                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
    11941196                "shasum": ""
    11951197            },
     
    12151217                {
    12161218                    "name": "PHP-FIG",
    1217                     "homepage": "http://www.php-fig.org/"
     1219                    "homepage": "https://www.php-fig.org/"
    12181220                }
    12191221            ],
     
    12261228            ],
    12271229            "support": {
    1228                 "source": "https://github.com/php-fig/log/tree/1.1.3"
    1229             },
    1230             "time": "2020-03-23T09:12:05+00:00"
     1230                "source": "https://github.com/php-fig/log/tree/1.1.4"
     1231            },
     1232            "time": "2021-05-03T11:20:27+00:00"
    12311233        },
    12321234        {
     
    16431645        {
    16441646            "name": "squizlabs/php_codesniffer",
    1645             "version": "3.5.8",
     1647            "version": "3.6.0",
    16461648            "source": {
    16471649                "type": "git",
    16481650                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    1649                 "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
    1650             },
    1651             "dist": {
    1652                 "type": "zip",
    1653                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
    1654                 "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
     1651                "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
     1652            },
     1653            "dist": {
     1654                "type": "zip",
     1655                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
     1656                "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
    16551657                "shasum": ""
    16561658            },
     
    16951697                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
    16961698            },
    1697             "time": "2020-10-23T02:01:07+00:00"
     1699            "time": "2021-04-09T00:54:41+00:00"
    16981700        },
    16991701        {
    17001702            "name": "symfony/config",
    1701             "version": "v4.4.20",
     1703            "version": "v4.4.25",
    17021704            "source": {
    17031705                "type": "git",
    17041706                "url": "https://github.com/symfony/config.git",
    1705                 "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3"
    1706             },
    1707             "dist": {
    1708                 "type": "zip",
    1709                 "url": "https://api.github.com/repos/symfony/config/zipball/98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
    1710                 "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
     1707                "reference": "2803882bb10353d277d4539635dd688a053d571c"
     1708            },
     1709            "dist": {
     1710                "type": "zip",
     1711                "url": "https://api.github.com/repos/symfony/config/zipball/2803882bb10353d277d4539635dd688a053d571c",
     1712                "reference": "2803882bb10353d277d4539635dd688a053d571c",
    17111713                "shasum": ""
    17121714            },
     
    17141716                "php": ">=7.1.3",
    17151717                "symfony/filesystem": "^3.4|^4.0|^5.0",
    1716                 "symfony/polyfill-ctype": "~1.8"
     1718                "symfony/polyfill-ctype": "~1.8",
     1719                "symfony/polyfill-php81": "^1.22"
    17171720            },
    17181721            "conflict": {
     
    17551758            "homepage": "https://symfony.com",
    17561759            "support": {
    1757                 "source": "https://github.com/symfony/config/tree/v4.4.20"
     1760                "source": "https://github.com/symfony/config/tree/v4.4.25"
    17581761            },
    17591762            "funding": [
     
    17711774                }
    17721775            ],
    1773             "time": "2021-02-22T15:36:50+00:00"
     1776            "time": "2021-05-26T11:20:16+00:00"
    17741777        },
    17751778        {
    17761779            "name": "symfony/console",
    1777             "version": "v4.4.20",
     1780            "version": "v4.4.25",
    17781781            "source": {
    17791782                "type": "git",
    17801783                "url": "https://github.com/symfony/console.git",
    1781                 "reference": "c98349bda966c70d6c08b4cd8658377c94166492"
    1782             },
    1783             "dist": {
    1784                 "type": "zip",
    1785                 "url": "https://api.github.com/repos/symfony/console/zipball/c98349bda966c70d6c08b4cd8658377c94166492",
    1786                 "reference": "c98349bda966c70d6c08b4cd8658377c94166492",
     1784                "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095"
     1785            },
     1786            "dist": {
     1787                "type": "zip",
     1788                "url": "https://api.github.com/repos/symfony/console/zipball/a62acecdf5b50e314a4f305cd01b5282126f3095",
     1789                "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095",
    17871790                "shasum": ""
    17881791            },
     
    18441847            "homepage": "https://symfony.com",
    18451848            "support": {
    1846                 "source": "https://github.com/symfony/console/tree/v4.4.20"
     1849                "source": "https://github.com/symfony/console/tree/v4.4.25"
    18471850            },
    18481851            "funding": [
     
    18601863                }
    18611864            ],
    1862             "time": "2021-02-22T18:44:15+00:00"
     1865            "time": "2021-05-26T11:20:16+00:00"
    18631866        },
    18641867        {
    18651868            "name": "symfony/event-dispatcher",
    1866             "version": "v4.4.20",
     1869            "version": "v4.4.25",
    18671870            "source": {
    18681871                "type": "git",
    18691872                "url": "https://github.com/symfony/event-dispatcher.git",
    1870                 "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
    1871             },
    1872             "dist": {
    1873                 "type": "zip",
    1874                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
    1875                 "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
     1873                "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f"
     1874            },
     1875            "dist": {
     1876                "type": "zip",
     1877                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f",
     1878                "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f",
    18761879                "shasum": ""
    18771880            },
     
    19271930            "homepage": "https://symfony.com",
    19281931            "support": {
    1929                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.20"
     1932                "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25"
    19301933            },
    19311934            "funding": [
     
    19431946                }
    19441947            ],
    1945             "time": "2021-01-27T09:09:26+00:00"
     1948            "time": "2021-05-26T17:39:37+00:00"
    19461949        },
    19471950        {
     
    20262029        {
    20272030            "name": "symfony/filesystem",
    2028             "version": "v5.2.4",
     2031            "version": "v5.3.0",
    20292032            "source": {
    20302033                "type": "git",
    20312034                "url": "https://github.com/symfony/filesystem.git",
    2032                 "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108"
    2033             },
    2034             "dist": {
    2035                 "type": "zip",
    2036                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108",
    2037                 "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108",
     2035                "reference": "348116319d7fb7d1faa781d26a48922428013eb2"
     2036            },
     2037            "dist": {
     2038                "type": "zip",
     2039                "url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2",
     2040                "reference": "348116319d7fb7d1faa781d26a48922428013eb2",
    20382041                "shasum": ""
    20392042            },
     
    20682071            "homepage": "https://symfony.com",
    20692072            "support": {
    2070                 "source": "https://github.com/symfony/filesystem/tree/v5.2.4"
     2073                "source": "https://github.com/symfony/filesystem/tree/v5.3.0"
    20712074            },
    20722075            "funding": [
     
    20842087                }
    20852088            ],
    2086             "time": "2021-02-12T10:38:38+00:00"
     2089            "time": "2021-05-26T17:43:10+00:00"
    20872090        },
    20882091        {
    20892092            "name": "symfony/polyfill-ctype",
    2090             "version": "v1.22.1",
     2093            "version": "v1.23.0",
    20912094            "source": {
    20922095                "type": "git",
    20932096                "url": "https://github.com/symfony/polyfill-ctype.git",
    2094                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
    2095             },
    2096             "dist": {
    2097                 "type": "zip",
    2098                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
    2099                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
     2097                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
     2098            },
     2099            "dist": {
     2100                "type": "zip",
     2101                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
     2102                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
    21002103                "shasum": ""
    21012104            },
     
    21092112            "extra": {
    21102113                "branch-alias": {
    2111                     "dev-main": "1.22-dev"
     2114                    "dev-main": "1.23-dev"
    21122115                },
    21132116                "thanks": {
     
    21472150            ],
    21482151            "support": {
    2149                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
     2152                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
    21502153            },
    21512154            "funding": [
     
    21632166                }
    21642167            ],
    2165             "time": "2021-01-07T16:49:33+00:00"
     2168            "time": "2021-02-19T12:13:01+00:00"
    21662169        },
    21672170        {
    21682171            "name": "symfony/polyfill-mbstring",
    2169             "version": "v1.22.1",
     2172            "version": "v1.23.0",
    21702173            "source": {
    21712174                "type": "git",
    21722175                "url": "https://github.com/symfony/polyfill-mbstring.git",
    2173                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
    2174             },
    2175             "dist": {
    2176                 "type": "zip",
    2177                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
    2178                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
     2176                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
     2177            },
     2178            "dist": {
     2179                "type": "zip",
     2180                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
     2181                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
    21792182                "shasum": ""
    21802183            },
     
    21882191            "extra": {
    21892192                "branch-alias": {
    2190                     "dev-main": "1.22-dev"
     2193                    "dev-main": "1.23-dev"
    21912194                },
    21922195                "thanks": {
     
    22272230            ],
    22282231            "support": {
    2229                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
     2232                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0"
    22302233            },
    22312234            "funding": [
     
    22432246                }
    22442247            ],
    2245             "time": "2021-01-22T09:19:47+00:00"
     2248            "time": "2021-05-27T09:27:20+00:00"
    22462249        },
    22472250        {
    22482251            "name": "symfony/polyfill-php73",
    2249             "version": "v1.22.1",
     2252            "version": "v1.23.0",
    22502253            "source": {
    22512254                "type": "git",
    22522255                "url": "https://github.com/symfony/polyfill-php73.git",
    2253                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
    2254             },
    2255             "dist": {
    2256                 "type": "zip",
    2257                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
    2258                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
     2256                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
     2257            },
     2258            "dist": {
     2259                "type": "zip",
     2260                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
     2261                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
    22592262                "shasum": ""
    22602263            },
     
    22652268            "extra": {
    22662269                "branch-alias": {
    2267                     "dev-main": "1.22-dev"
     2270                    "dev-main": "1.23-dev"
    22682271                },
    22692272                "thanks": {
     
    23062309            ],
    23072310            "support": {
    2308                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
     2311                "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
    23092312            },
    23102313            "funding": [
     
    23222325                }
    23232326            ],
    2324             "time": "2021-01-07T16:49:33+00:00"
     2327            "time": "2021-02-19T12:13:01+00:00"
    23252328        },
    23262329        {
    23272330            "name": "symfony/polyfill-php80",
    2328             "version": "v1.22.1",
     2331            "version": "v1.23.0",
    23292332            "source": {
    23302333                "type": "git",
    23312334                "url": "https://github.com/symfony/polyfill-php80.git",
    2332                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
    2333             },
    2334             "dist": {
    2335                 "type": "zip",
    2336                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
    2337                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
     2335                "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
     2336            },
     2337            "dist": {
     2338                "type": "zip",
     2339                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
     2340                "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
    23382341                "shasum": ""
    23392342            },
     
    23442347            "extra": {
    23452348                "branch-alias": {
    2346                     "dev-main": "1.22-dev"
     2349                    "dev-main": "1.23-dev"
    23472350                },
    23482351                "thanks": {
     
    23892392            ],
    23902393            "support": {
    2391                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
     2394                "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0"
    23922395            },
    23932396            "funding": [
     
    24052408                }
    24062409            ],
    2407             "time": "2021-01-07T16:49:33+00:00"
     2410            "time": "2021-02-19T12:13:01+00:00"
     2411        },
     2412        {
     2413            "name": "symfony/polyfill-php81",
     2414            "version": "v1.23.0",
     2415            "source": {
     2416                "type": "git",
     2417                "url": "https://github.com/symfony/polyfill-php81.git",
     2418                "reference": "e66119f3de95efc359483f810c4c3e6436279436"
     2419            },
     2420            "dist": {
     2421                "type": "zip",
     2422                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
     2423                "reference": "e66119f3de95efc359483f810c4c3e6436279436",
     2424                "shasum": ""
     2425            },
     2426            "require": {
     2427                "php": ">=7.1"
     2428            },
     2429            "type": "library",
     2430            "extra": {
     2431                "branch-alias": {
     2432                    "dev-main": "1.23-dev"
     2433                },
     2434                "thanks": {
     2435                    "name": "symfony/polyfill",
     2436                    "url": "https://github.com/symfony/polyfill"
     2437                }
     2438            },
     2439            "autoload": {
     2440                "psr-4": {
     2441                    "Symfony\\Polyfill\\Php81\\": ""
     2442                },
     2443                "files": [
     2444                    "bootstrap.php"
     2445                ],
     2446                "classmap": [
     2447                    "Resources/stubs"
     2448                ]
     2449            },
     2450            "notification-url": "https://packagist.org/downloads/",
     2451            "license": [
     2452                "MIT"
     2453            ],
     2454            "authors": [
     2455                {
     2456                    "name": "Nicolas Grekas",
     2457                    "email": "p@tchwork.com"
     2458                },
     2459                {
     2460                    "name": "Symfony Community",
     2461                    "homepage": "https://symfony.com/contributors"
     2462                }
     2463            ],
     2464            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
     2465            "homepage": "https://symfony.com",
     2466            "keywords": [
     2467                "compatibility",
     2468                "polyfill",
     2469                "portable",
     2470                "shim"
     2471            ],
     2472            "support": {
     2473                "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
     2474            },
     2475            "funding": [
     2476                {
     2477                    "url": "https://symfony.com/sponsor",
     2478                    "type": "custom"
     2479                },
     2480                {
     2481                    "url": "https://github.com/fabpot",
     2482                    "type": "github"
     2483                },
     2484                {
     2485                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2486                    "type": "tidelift"
     2487                }
     2488            ],
     2489            "time": "2021-05-21T13:25:03+00:00"
    24082490        },
    24092491        {
    24102492            "name": "symfony/service-contracts",
    2411             "version": "v2.2.0",
     2493            "version": "v2.4.0",
    24122494            "source": {
    24132495                "type": "git",
    24142496                "url": "https://github.com/symfony/service-contracts.git",
    2415                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
    2416             },
    2417             "dist": {
    2418                 "type": "zip",
    2419                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
    2420                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
     2497                "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
     2498            },
     2499            "dist": {
     2500                "type": "zip",
     2501                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
     2502                "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
    24212503                "shasum": ""
    24222504            },
    24232505            "require": {
    24242506                "php": ">=7.2.5",
    2425                 "psr/container": "^1.0"
     2507                "psr/container": "^1.1"
    24262508            },
    24272509            "suggest": {
     
    24312513            "extra": {
    24322514                "branch-alias": {
    2433                     "dev-master": "2.2-dev"
     2515                    "dev-main": "2.4-dev"
    24342516                },
    24352517                "thanks": {
     
    24682550            ],
    24692551            "support": {
    2470                 "source": "https://github.com/symfony/service-contracts/tree/master"
     2552                "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
    24712553            },
    24722554            "funding": [
     
    24842566                }
    24852567            ],
    2486             "time": "2020-09-07T11:33:47+00:00"
     2568            "time": "2021-04-01T10:43:52+00:00"
    24872569        },
    24882570        {
    24892571            "name": "symfony/stopwatch",
    2490             "version": "v4.4.20",
     2572            "version": "v4.4.25",
    24912573            "source": {
    24922574                "type": "git",
    24932575                "url": "https://github.com/symfony/stopwatch.git",
    2494                 "reference": "c5572f6494fc20668a73b77684d8dc77e534d8cf"
    2495             },
    2496             "dist": {
    2497                 "type": "zip",
    2498                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c5572f6494fc20668a73b77684d8dc77e534d8cf",
    2499                 "reference": "c5572f6494fc20668a73b77684d8dc77e534d8cf",
     2576                "reference": "80d9ae0c8a02bd291abf372764c0fc68cbd06c42"
     2577            },
     2578            "dist": {
     2579                "type": "zip",
     2580                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/80d9ae0c8a02bd291abf372764c0fc68cbd06c42",
     2581                "reference": "80d9ae0c8a02bd291abf372764c0fc68cbd06c42",
    25002582                "shasum": ""
    25012583            },
     
    25302612            "homepage": "https://symfony.com",
    25312613            "support": {
    2532                 "source": "https://github.com/symfony/stopwatch/tree/v4.4.20"
     2614                "source": "https://github.com/symfony/stopwatch/tree/v4.4.25"
    25332615            },
    25342616            "funding": [
     
    25462628                }
    25472629            ],
    2548             "time": "2021-01-27T09:09:26+00:00"
     2630            "time": "2021-05-26T17:39:37+00:00"
    25492631        },
    25502632        {
     
    26562738    "platform": [],
    26572739    "platform-dev": [],
    2658     "plugin-api-version": "2.0.0"
     2740    "plugin-api-version": "2.1.0"
    26592741}
  • bu-navigation/tags/1.3.2/package-lock.json

    r2520475 r2544428  
    11{
    22  "name": "bu-navigation",
    3   "version": "1.3.1",
     3  "version": "1.3.2",
    44  "lockfileVersion": 2,
    55  "requires": true,
  • bu-navigation/tags/1.3.2/package.json

    r2520475 r2544428  
    11{
    22  "name": "bu-navigation",
    3   "version": "1.3.1",
     3  "version": "1.3.2",
    44  "description": "Provides alternative navigation elements designed for blogs with large page counts",
    55  "main": "bu-navigation.php",
  • bu-navigation/tags/1.3.2/readme.txt

    r2520475 r2544428  
    7979== Changelog ==
    8080
     81= 1.3.2 =
     82
     83* Restores the widget_bu_pages_args filter.
     84
    8185= 1.3.1 =
    8286
  • bu-navigation/trunk/bu-navigation.php

    r2520475 r2544428  
    66 * Author URI: http://sites.bu.edu/web/
    77 * Description: Provides alternative navigation elements designed for blogs with large page counts
    8  * Version: 1.3.1
     8 * Version: 1.3.2
    99 * Text Domain: bu-navigation
    1010 * Domain Path: /languages
     
    9292     * @var string
    9393     */
    94     const VERSION = '1.3.1';
     94    const VERSION = '1.3.2';
    9595
    9696    /**
  • bu-navigation/trunk/composer-includes/bu-navigation-core-widget/src/class-navigation-widget.php

    r2520475 r2544428  
    138138
    139139        // Fetch markup.
    140         $nav_list_markup = list_pages( $list_args );
     140        $nav_list_markup = list_pages( apply_filters( 'widget_bu_pages_args', $list_args ) );
    141141
    142142        // Only output anything at all if there is existing markup from list_pages.
  • bu-navigation/trunk/composer.json

    r2520475 r2544428  
    4040    ],
    4141    "require": {
    42         "bu-ist/bu-navigation-core-widget": "1.0.2"
     42        "bu-ist/bu-navigation-core-widget": "1.0.3"
    4343    },
    4444    "extra": {
  • bu-navigation/trunk/composer.lock

    r2520475 r2544428  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "8ea16f1d7ce8c8bd914a61021937fb66",
     7    "content-hash": "9c8a96128955cbcb935770cc10db7ba8",
    88    "packages": [
    99        {
    1010            "name": "bu-ist/bu-navigation-core-widget",
    11             "version": "1.0.2",
     11            "version": "1.0.3",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/bu-ist/bu-navigation-core-widget.git",
    15                 "reference": "9d3411ce405b632eb5d1f4b541fe7cbaa87bdc4b"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/bu-ist/bu-navigation-core-widget/zipball/9d3411ce405b632eb5d1f4b541fe7cbaa87bdc4b",
    20                 "reference": "9d3411ce405b632eb5d1f4b541fe7cbaa87bdc4b",
     15                "reference": "068e2343b0eda1e136128b411377a78bf50db708"
     16            },
     17            "dist": {
     18                "type": "zip",
     19                "url": "https://api.github.com/repos/bu-ist/bu-navigation-core-widget/zipball/068e2343b0eda1e136128b411377a78bf50db708",
     20                "reference": "068e2343b0eda1e136128b411377a78bf50db708",
    2121                "shasum": ""
    2222            },
     
    6161            "description": "Core data methods and widget logic for BU Navigation",
    6262            "support": {
    63                 "source": "https://github.com/bu-ist/bu-navigation-core-widget/tree/1.0.2",
     63                "source": "https://github.com/bu-ist/bu-navigation-core-widget/tree/1.0.3",
    6464                "issues": "https://github.com/bu-ist/bu-navigation-core-widget/issues"
    6565            },
    66             "time": "2021-03-05T21:30:53+00:00"
     66            "time": "2021-06-08T14:07:02+00:00"
    6767        },
    6868        {
    6969            "name": "composer/installers",
    70             "version": "v1.10.0",
     70            "version": "v1.11.0",
    7171            "source": {
    7272                "type": "git",
    7373                "url": "https://github.com/composer/installers.git",
    74                 "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d"
    75             },
    76             "dist": {
    77                 "type": "zip",
    78                 "url": "https://api.github.com/repos/composer/installers/zipball/1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
    79                 "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d",
     74                "reference": "ae03311f45dfe194412081526be2e003960df74b"
     75            },
     76            "dist": {
     77                "type": "zip",
     78                "url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
     79                "reference": "ae03311f45dfe194412081526be2e003960df74b",
    8080                "shasum": ""
    8181            },
     
    171171                "mako",
    172172                "mediawiki",
     173                "miaoxing",
    173174                "modulework",
    174175                "modx",
     
    188189                "sylius",
    189190                "symfony",
     191                "tastyigniter",
    190192                "typo3",
    191193                "wordpress",
     
    196198            "support": {
    197199                "issues": "https://github.com/composer/installers/issues",
    198                 "source": "https://github.com/composer/installers/tree/v1.10.0"
     200                "source": "https://github.com/composer/installers/tree/v1.11.0"
    199201            },
    200202            "funding": [
     
    212214                }
    213215            ],
    214             "time": "2021-01-14T11:07:16+00:00"
     216            "time": "2021-04-28T06:42:17+00:00"
    215217        }
    216218    ],
     
    282284        {
    283285            "name": "composer/ca-bundle",
    284             "version": "1.2.9",
     286            "version": "1.2.10",
    285287            "source": {
    286288                "type": "git",
    287289                "url": "https://github.com/composer/ca-bundle.git",
    288                 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
    289             },
    290             "dist": {
    291                 "type": "zip",
    292                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
    293                 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
     290                "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8"
     291            },
     292            "dist": {
     293                "type": "zip",
     294                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8",
     295                "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8",
    294296                "shasum": ""
    295297            },
     
    338340                "irc": "irc://irc.freenode.org/composer",
    339341                "issues": "https://github.com/composer/ca-bundle/issues",
    340                 "source": "https://github.com/composer/ca-bundle/tree/1.2.9"
     342                "source": "https://github.com/composer/ca-bundle/tree/1.2.10"
    341343            },
    342344            "funding": [
     
    354356                }
    355357            ],
    356             "time": "2021-01-12T12:10:35+00:00"
     358            "time": "2021-06-07T13:58:28+00:00"
    357359        },
    358360        {
     
    11821184        {
    11831185            "name": "psr/log",
    1184             "version": "1.1.3",
     1186            "version": "1.1.4",
    11851187            "source": {
    11861188                "type": "git",
    11871189                "url": "https://github.com/php-fig/log.git",
    1188                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
    1189             },
    1190             "dist": {
    1191                 "type": "zip",
    1192                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
    1193                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
     1190                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
     1191            },
     1192            "dist": {
     1193                "type": "zip",
     1194                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
     1195                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
    11941196                "shasum": ""
    11951197            },
     
    12151217                {
    12161218                    "name": "PHP-FIG",
    1217                     "homepage": "http://www.php-fig.org/"
     1219                    "homepage": "https://www.php-fig.org/"
    12181220                }
    12191221            ],
     
    12261228            ],
    12271229            "support": {
    1228                 "source": "https://github.com/php-fig/log/tree/1.1.3"
    1229             },
    1230             "time": "2020-03-23T09:12:05+00:00"
     1230                "source": "https://github.com/php-fig/log/tree/1.1.4"
     1231            },
     1232            "time": "2021-05-03T11:20:27+00:00"
    12311233        },
    12321234        {
     
    16431645        {
    16441646            "name": "squizlabs/php_codesniffer",
    1645             "version": "3.5.8",
     1647            "version": "3.6.0",
    16461648            "source": {
    16471649                "type": "git",
    16481650                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    1649                 "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
    1650             },
    1651             "dist": {
    1652                 "type": "zip",
    1653                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
    1654                 "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
     1651                "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
     1652            },
     1653            "dist": {
     1654                "type": "zip",
     1655                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
     1656                "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
    16551657                "shasum": ""
    16561658            },
     
    16951697                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
    16961698            },
    1697             "time": "2020-10-23T02:01:07+00:00"
     1699            "time": "2021-04-09T00:54:41+00:00"
    16981700        },
    16991701        {
    17001702            "name": "symfony/config",
    1701             "version": "v4.4.20",
     1703            "version": "v4.4.25",
    17021704            "source": {
    17031705                "type": "git",
    17041706                "url": "https://github.com/symfony/config.git",
    1705                 "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3"
    1706             },
    1707             "dist": {
    1708                 "type": "zip",
    1709                 "url": "https://api.github.com/repos/symfony/config/zipball/98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
    1710                 "reference": "98606c6fa1a8f55ff964ccdd704275bf5b9f71b3",
     1707                "reference": "2803882bb10353d277d4539635dd688a053d571c"
     1708            },
     1709            "dist": {
     1710                "type": "zip",
     1711                "url": "https://api.github.com/repos/symfony/config/zipball/2803882bb10353d277d4539635dd688a053d571c",
     1712                "reference": "2803882bb10353d277d4539635dd688a053d571c",
    17111713                "shasum": ""
    17121714            },
     
    17141716                "php": ">=7.1.3",
    17151717                "symfony/filesystem": "^3.4|^4.0|^5.0",
    1716                 "symfony/polyfill-ctype": "~1.8"
     1718                "symfony/polyfill-ctype": "~1.8",
     1719                "symfony/polyfill-php81": "^1.22"
    17171720            },
    17181721            "conflict": {
     
    17551758            "homepage": "https://symfony.com",
    17561759            "support": {
    1757                 "source": "https://github.com/symfony/config/tree/v4.4.20"
     1760                "source": "https://github.com/symfony/config/tree/v4.4.25"
    17581761            },
    17591762            "funding": [
     
    17711774                }
    17721775            ],
    1773             "time": "2021-02-22T15:36:50+00:00"
     1776            "time": "2021-05-26T11:20:16+00:00"
    17741777        },
    17751778        {
    17761779            "name": "symfony/console",
    1777             "version": "v4.4.20",
     1780            "version": "v4.4.25",
    17781781            "source": {
    17791782                "type": "git",
    17801783                "url": "https://github.com/symfony/console.git",
    1781                 "reference": "c98349bda966c70d6c08b4cd8658377c94166492"
    1782             },
    1783             "dist": {
    1784                 "type": "zip",
    1785                 "url": "https://api.github.com/repos/symfony/console/zipball/c98349bda966c70d6c08b4cd8658377c94166492",
    1786                 "reference": "c98349bda966c70d6c08b4cd8658377c94166492",
     1784                "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095"
     1785            },
     1786            "dist": {
     1787                "type": "zip",
     1788                "url": "https://api.github.com/repos/symfony/console/zipball/a62acecdf5b50e314a4f305cd01b5282126f3095",
     1789                "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095",
    17871790                "shasum": ""
    17881791            },
     
    18441847            "homepage": "https://symfony.com",
    18451848            "support": {
    1846                 "source": "https://github.com/symfony/console/tree/v4.4.20"
     1849                "source": "https://github.com/symfony/console/tree/v4.4.25"
    18471850            },
    18481851            "funding": [
     
    18601863                }
    18611864            ],
    1862             "time": "2021-02-22T18:44:15+00:00"
     1865            "time": "2021-05-26T11:20:16+00:00"
    18631866        },
    18641867        {
    18651868            "name": "symfony/event-dispatcher",
    1866             "version": "v4.4.20",
     1869            "version": "v4.4.25",
    18671870            "source": {
    18681871                "type": "git",
    18691872                "url": "https://github.com/symfony/event-dispatcher.git",
    1870                 "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
    1871             },
    1872             "dist": {
    1873                 "type": "zip",
    1874                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
    1875                 "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
     1873                "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f"
     1874            },
     1875            "dist": {
     1876                "type": "zip",
     1877                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f",
     1878                "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f",
    18761879                "shasum": ""
    18771880            },
     
    19271930            "homepage": "https://symfony.com",
    19281931            "support": {
    1929                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.20"
     1932                "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25"
    19301933            },
    19311934            "funding": [
     
    19431946                }
    19441947            ],
    1945             "time": "2021-01-27T09:09:26+00:00"
     1948            "time": "2021-05-26T17:39:37+00:00"
    19461949        },
    19471950        {
     
    20262029        {
    20272030            "name": "symfony/filesystem",
    2028             "version": "v5.2.4",
     2031            "version": "v5.3.0",
    20292032            "source": {
    20302033                "type": "git",
    20312034                "url": "https://github.com/symfony/filesystem.git",
    2032                 "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108"
    2033             },
    2034             "dist": {
    2035                 "type": "zip",
    2036                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108",
    2037                 "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108",
     2035                "reference": "348116319d7fb7d1faa781d26a48922428013eb2"
     2036            },
     2037            "dist": {
     2038                "type": "zip",
     2039                "url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2",
     2040                "reference": "348116319d7fb7d1faa781d26a48922428013eb2",
    20382041                "shasum": ""
    20392042            },
     
    20682071            "homepage": "https://symfony.com",
    20692072            "support": {
    2070                 "source": "https://github.com/symfony/filesystem/tree/v5.2.4"
     2073                "source": "https://github.com/symfony/filesystem/tree/v5.3.0"
    20712074            },
    20722075            "funding": [
     
    20842087                }
    20852088            ],
    2086             "time": "2021-02-12T10:38:38+00:00"
     2089            "time": "2021-05-26T17:43:10+00:00"
    20872090        },
    20882091        {
    20892092            "name": "symfony/polyfill-ctype",
    2090             "version": "v1.22.1",
     2093            "version": "v1.23.0",
    20912094            "source": {
    20922095                "type": "git",
    20932096                "url": "https://github.com/symfony/polyfill-ctype.git",
    2094                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
    2095             },
    2096             "dist": {
    2097                 "type": "zip",
    2098                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
    2099                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
     2097                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
     2098            },
     2099            "dist": {
     2100                "type": "zip",
     2101                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
     2102                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
    21002103                "shasum": ""
    21012104            },
     
    21092112            "extra": {
    21102113                "branch-alias": {
    2111                     "dev-main": "1.22-dev"
     2114                    "dev-main": "1.23-dev"
    21122115                },
    21132116                "thanks": {
     
    21472150            ],
    21482151            "support": {
    2149                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
     2152                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
    21502153            },
    21512154            "funding": [
     
    21632166                }
    21642167            ],
    2165             "time": "2021-01-07T16:49:33+00:00"
     2168            "time": "2021-02-19T12:13:01+00:00"
    21662169        },
    21672170        {
    21682171            "name": "symfony/polyfill-mbstring",
    2169             "version": "v1.22.1",
     2172            "version": "v1.23.0",
    21702173            "source": {
    21712174                "type": "git",
    21722175                "url": "https://github.com/symfony/polyfill-mbstring.git",
    2173                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
    2174             },
    2175             "dist": {
    2176                 "type": "zip",
    2177                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
    2178                 "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
     2176                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
     2177            },
     2178            "dist": {
     2179                "type": "zip",
     2180                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
     2181                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
    21792182                "shasum": ""
    21802183            },
     
    21882191            "extra": {
    21892192                "branch-alias": {
    2190                     "dev-main": "1.22-dev"
     2193                    "dev-main": "1.23-dev"
    21912194                },
    21922195                "thanks": {
     
    22272230            ],
    22282231            "support": {
    2229                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
     2232                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0"
    22302233            },
    22312234            "funding": [
     
    22432246                }
    22442247            ],
    2245             "time": "2021-01-22T09:19:47+00:00"
     2248            "time": "2021-05-27T09:27:20+00:00"
    22462249        },
    22472250        {
    22482251            "name": "symfony/polyfill-php73",
    2249             "version": "v1.22.1",
     2252            "version": "v1.23.0",
    22502253            "source": {
    22512254                "type": "git",
    22522255                "url": "https://github.com/symfony/polyfill-php73.git",
    2253                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
    2254             },
    2255             "dist": {
    2256                 "type": "zip",
    2257                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
    2258                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
     2256                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
     2257            },
     2258            "dist": {
     2259                "type": "zip",
     2260                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
     2261                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
    22592262                "shasum": ""
    22602263            },
     
    22652268            "extra": {
    22662269                "branch-alias": {
    2267                     "dev-main": "1.22-dev"
     2270                    "dev-main": "1.23-dev"
    22682271                },
    22692272                "thanks": {
     
    23062309            ],
    23072310            "support": {
    2308                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
     2311                "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
    23092312            },
    23102313            "funding": [
     
    23222325                }
    23232326            ],
    2324             "time": "2021-01-07T16:49:33+00:00"
     2327            "time": "2021-02-19T12:13:01+00:00"
    23252328        },
    23262329        {
    23272330            "name": "symfony/polyfill-php80",
    2328             "version": "v1.22.1",
     2331            "version": "v1.23.0",
    23292332            "source": {
    23302333                "type": "git",
    23312334                "url": "https://github.com/symfony/polyfill-php80.git",
    2332                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
    2333             },
    2334             "dist": {
    2335                 "type": "zip",
    2336                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
    2337                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
     2335                "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
     2336            },
     2337            "dist": {
     2338                "type": "zip",
     2339                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
     2340                "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
    23382341                "shasum": ""
    23392342            },
     
    23442347            "extra": {
    23452348                "branch-alias": {
    2346                     "dev-main": "1.22-dev"
     2349                    "dev-main": "1.23-dev"
    23472350                },
    23482351                "thanks": {
     
    23892392            ],
    23902393            "support": {
    2391                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
     2394                "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0"
    23922395            },
    23932396            "funding": [
     
    24052408                }
    24062409            ],
    2407             "time": "2021-01-07T16:49:33+00:00"
     2410            "time": "2021-02-19T12:13:01+00:00"
     2411        },
     2412        {
     2413            "name": "symfony/polyfill-php81",
     2414            "version": "v1.23.0",
     2415            "source": {
     2416                "type": "git",
     2417                "url": "https://github.com/symfony/polyfill-php81.git",
     2418                "reference": "e66119f3de95efc359483f810c4c3e6436279436"
     2419            },
     2420            "dist": {
     2421                "type": "zip",
     2422                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
     2423                "reference": "e66119f3de95efc359483f810c4c3e6436279436",
     2424                "shasum": ""
     2425            },
     2426            "require": {
     2427                "php": ">=7.1"
     2428            },
     2429            "type": "library",
     2430            "extra": {
     2431                "branch-alias": {
     2432                    "dev-main": "1.23-dev"
     2433                },
     2434                "thanks": {
     2435                    "name": "symfony/polyfill",
     2436                    "url": "https://github.com/symfony/polyfill"
     2437                }
     2438            },
     2439            "autoload": {
     2440                "psr-4": {
     2441                    "Symfony\\Polyfill\\Php81\\": ""
     2442                },
     2443                "files": [
     2444                    "bootstrap.php"
     2445                ],
     2446                "classmap": [
     2447                    "Resources/stubs"
     2448                ]
     2449            },
     2450            "notification-url": "https://packagist.org/downloads/",
     2451            "license": [
     2452                "MIT"
     2453            ],
     2454            "authors": [
     2455                {
     2456                    "name": "Nicolas Grekas",
     2457                    "email": "p@tchwork.com"
     2458                },
     2459                {
     2460                    "name": "Symfony Community",
     2461                    "homepage": "https://symfony.com/contributors"
     2462                }
     2463            ],
     2464            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
     2465            "homepage": "https://symfony.com",
     2466            "keywords": [
     2467                "compatibility",
     2468                "polyfill",
     2469                "portable",
     2470                "shim"
     2471            ],
     2472            "support": {
     2473                "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
     2474            },
     2475            "funding": [
     2476                {
     2477                    "url": "https://symfony.com/sponsor",
     2478                    "type": "custom"
     2479                },
     2480                {
     2481                    "url": "https://github.com/fabpot",
     2482                    "type": "github"
     2483                },
     2484                {
     2485                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2486                    "type": "tidelift"
     2487                }
     2488            ],
     2489            "time": "2021-05-21T13:25:03+00:00"
    24082490        },
    24092491        {
    24102492            "name": "symfony/service-contracts",
    2411             "version": "v2.2.0",
     2493            "version": "v2.4.0",
    24122494            "source": {
    24132495                "type": "git",
    24142496                "url": "https://github.com/symfony/service-contracts.git",
    2415                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
    2416             },
    2417             "dist": {
    2418                 "type": "zip",
    2419                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
    2420                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
     2497                "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
     2498            },
     2499            "dist": {
     2500                "type": "zip",
     2501                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
     2502                "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
    24212503                "shasum": ""
    24222504            },
    24232505            "require": {
    24242506                "php": ">=7.2.5",
    2425                 "psr/container": "^1.0"
     2507                "psr/container": "^1.1"
    24262508            },
    24272509            "suggest": {
     
    24312513            "extra": {
    24322514                "branch-alias": {
    2433                     "dev-master": "2.2-dev"
     2515                    "dev-main": "2.4-dev"
    24342516                },
    24352517                "thanks": {
     
    24682550            ],
    24692551            "support": {
    2470                 "source": "https://github.com/symfony/service-contracts/tree/master"
     2552                "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
    24712553            },
    24722554            "funding": [
     
    24842566                }
    24852567            ],
    2486             "time": "2020-09-07T11:33:47+00:00"
     2568            "time": "2021-04-01T10:43:52+00:00"
    24872569        },
    24882570        {
    24892571            "name": "symfony/stopwatch",
    2490             "version": "v4.4.20",
     2572            "version": "v4.4.25",
    24912573            "source": {
    24922574                "type": "git",
    24932575                "url": "https://github.com/symfony/stopwatch.git",
    2494                 "reference": "c5572f6494fc20668a73b77684d8dc77e534d8cf"
    2495             },
    2496             "dist": {
    2497                 "type": "zip",
    2498                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c5572f6494fc20668a73b77684d8dc77e534d8cf",
    2499                 "reference": "c5572f6494fc20668a73b77684d8dc77e534d8cf",
     2576                "reference": "80d9ae0c8a02bd291abf372764c0fc68cbd06c42"
     2577            },
     2578            "dist": {
     2579                "type": "zip",
     2580                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/80d9ae0c8a02bd291abf372764c0fc68cbd06c42",
     2581                "reference": "80d9ae0c8a02bd291abf372764c0fc68cbd06c42",
    25002582                "shasum": ""
    25012583            },
     
    25302612            "homepage": "https://symfony.com",
    25312613            "support": {
    2532                 "source": "https://github.com/symfony/stopwatch/tree/v4.4.20"
     2614                "source": "https://github.com/symfony/stopwatch/tree/v4.4.25"
    25332615            },
    25342616            "funding": [
     
    25462628                }
    25472629            ],
    2548             "time": "2021-01-27T09:09:26+00:00"
     2630            "time": "2021-05-26T17:39:37+00:00"
    25492631        },
    25502632        {
     
    26562738    "platform": [],
    26572739    "platform-dev": [],
    2658     "plugin-api-version": "2.0.0"
     2740    "plugin-api-version": "2.1.0"
    26592741}
  • bu-navigation/trunk/package-lock.json

    r2520475 r2544428  
    11{
    22  "name": "bu-navigation",
    3   "version": "1.3.1",
     3  "version": "1.3.2",
    44  "lockfileVersion": 2,
    55  "requires": true,
  • bu-navigation/trunk/package.json

    r2520475 r2544428  
    11{
    22  "name": "bu-navigation",
    3   "version": "1.3.1",
     3  "version": "1.3.2",
    44  "description": "Provides alternative navigation elements designed for blogs with large page counts",
    55  "main": "bu-navigation.php",
  • bu-navigation/trunk/readme.txt

    r2520475 r2544428  
    7979== Changelog ==
    8080
     81= 1.3.2 =
     82
     83* Restores the widget_bu_pages_args filter.
     84
    8185= 1.3.1 =
    8286
Note: See TracChangeset for help on using the changeset viewer.