Changeset 2544428
- Timestamp:
- 06/08/2021 04:11:22 PM (5 years ago)
- Location:
- bu-navigation
- Files:
-
- 14 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from bu-navigation/trunk)
-
tags/1.3.2/bu-navigation.php (modified) (2 diffs)
-
tags/1.3.2/composer-includes/bu-navigation-core-widget/src/class-navigation-widget.php (modified) (1 diff)
-
tags/1.3.2/composer.json (modified) (1 diff)
-
tags/1.3.2/composer.lock (modified) (42 diffs)
-
tags/1.3.2/package-lock.json (modified) (1 diff)
-
tags/1.3.2/package.json (modified) (1 diff)
-
tags/1.3.2/readme.txt (modified) (1 diff)
-
trunk/bu-navigation.php (modified) (2 diffs)
-
trunk/composer-includes/bu-navigation-core-widget/src/class-navigation-widget.php (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (42 diffs)
-
trunk/package-lock.json (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bu-navigation/tags/1.3.2/bu-navigation.php
r2520475 r2544428 6 6 * Author URI: http://sites.bu.edu/web/ 7 7 * Description: Provides alternative navigation elements designed for blogs with large page counts 8 * Version: 1.3. 18 * Version: 1.3.2 9 9 * Text Domain: bu-navigation 10 10 * Domain Path: /languages … … 92 92 * @var string 93 93 */ 94 const VERSION = '1.3. 1';94 const VERSION = '1.3.2'; 95 95 96 96 /** -
bu-navigation/tags/1.3.2/composer-includes/bu-navigation-core-widget/src/class-navigation-widget.php
r2520475 r2544428 138 138 139 139 // Fetch markup. 140 $nav_list_markup = list_pages( $list_args);140 $nav_list_markup = list_pages( apply_filters( 'widget_bu_pages_args', $list_args ) ); 141 141 142 142 // Only output anything at all if there is existing markup from list_pages. -
bu-navigation/tags/1.3.2/composer.json
r2520475 r2544428 40 40 ], 41 41 "require": { 42 "bu-ist/bu-navigation-core-widget": "1.0. 2"42 "bu-ist/bu-navigation-core-widget": "1.0.3" 43 43 }, 44 44 "extra": { -
bu-navigation/tags/1.3.2/composer.lock
r2520475 r2544428 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 8ea16f1d7ce8c8bd914a61021937fb66",7 "content-hash": "9c8a96128955cbcb935770cc10db7ba8", 8 8 "packages": [ 9 9 { 10 10 "name": "bu-ist/bu-navigation-core-widget", 11 "version": "1.0. 2",11 "version": "1.0.3", 12 12 "source": { 13 13 "type": "git", 14 14 "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", 21 21 "shasum": "" 22 22 }, … … 61 61 "description": "Core data methods and widget logic for BU Navigation", 62 62 "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", 64 64 "issues": "https://github.com/bu-ist/bu-navigation-core-widget/issues" 65 65 }, 66 "time": "2021-0 3-05T21:30:53+00:00"66 "time": "2021-06-08T14:07:02+00:00" 67 67 }, 68 68 { 69 69 "name": "composer/installers", 70 "version": "v1.1 0.0",70 "version": "v1.11.0", 71 71 "source": { 72 72 "type": "git", 73 73 "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", 80 80 "shasum": "" 81 81 }, … … 171 171 "mako", 172 172 "mediawiki", 173 "miaoxing", 173 174 "modulework", 174 175 "modx", … … 188 189 "sylius", 189 190 "symfony", 191 "tastyigniter", 190 192 "typo3", 191 193 "wordpress", … … 196 198 "support": { 197 199 "issues": "https://github.com/composer/installers/issues", 198 "source": "https://github.com/composer/installers/tree/v1.1 0.0"200 "source": "https://github.com/composer/installers/tree/v1.11.0" 199 201 }, 200 202 "funding": [ … … 212 214 } 213 215 ], 214 "time": "2021-0 1-14T11:07:16+00:00"216 "time": "2021-04-28T06:42:17+00:00" 215 217 } 216 218 ], … … 282 284 { 283 285 "name": "composer/ca-bundle", 284 "version": "1.2. 9",286 "version": "1.2.10", 285 287 "source": { 286 288 "type": "git", 287 289 "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", 294 296 "shasum": "" 295 297 }, … … 338 340 "irc": "irc://irc.freenode.org/composer", 339 341 "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" 341 343 }, 342 344 "funding": [ … … 354 356 } 355 357 ], 356 "time": "2021-0 1-12T12:10:35+00:00"358 "time": "2021-06-07T13:58:28+00:00" 357 359 }, 358 360 { … … 1182 1184 { 1183 1185 "name": "psr/log", 1184 "version": "1.1. 3",1186 "version": "1.1.4", 1185 1187 "source": { 1186 1188 "type": "git", 1187 1189 "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", 1194 1196 "shasum": "" 1195 1197 }, … … 1215 1217 { 1216 1218 "name": "PHP-FIG", 1217 "homepage": "http ://www.php-fig.org/"1219 "homepage": "https://www.php-fig.org/" 1218 1220 } 1219 1221 ], … … 1226 1228 ], 1227 1229 "support": { 1228 "source": "https://github.com/php-fig/log/tree/1.1. 3"1229 }, 1230 "time": "202 0-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" 1231 1233 }, 1232 1234 { … … 1643 1645 { 1644 1646 "name": "squizlabs/php_codesniffer", 1645 "version": "3. 5.8",1647 "version": "3.6.0", 1646 1648 "source": { 1647 1649 "type": "git", 1648 1650 "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", 1655 1657 "shasum": "" 1656 1658 }, … … 1695 1697 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 1696 1698 }, 1697 "time": "202 0-10-23T02:01:07+00:00"1699 "time": "2021-04-09T00:54:41+00:00" 1698 1700 }, 1699 1701 { 1700 1702 "name": "symfony/config", 1701 "version": "v4.4.2 0",1703 "version": "v4.4.25", 1702 1704 "source": { 1703 1705 "type": "git", 1704 1706 "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", 1711 1713 "shasum": "" 1712 1714 }, … … 1714 1716 "php": ">=7.1.3", 1715 1717 "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" 1717 1720 }, 1718 1721 "conflict": { … … 1755 1758 "homepage": "https://symfony.com", 1756 1759 "support": { 1757 "source": "https://github.com/symfony/config/tree/v4.4.2 0"1760 "source": "https://github.com/symfony/config/tree/v4.4.25" 1758 1761 }, 1759 1762 "funding": [ … … 1771 1774 } 1772 1775 ], 1773 "time": "2021-0 2-22T15:36:50+00:00"1776 "time": "2021-05-26T11:20:16+00:00" 1774 1777 }, 1775 1778 { 1776 1779 "name": "symfony/console", 1777 "version": "v4.4.2 0",1780 "version": "v4.4.25", 1778 1781 "source": { 1779 1782 "type": "git", 1780 1783 "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", 1787 1790 "shasum": "" 1788 1791 }, … … 1844 1847 "homepage": "https://symfony.com", 1845 1848 "support": { 1846 "source": "https://github.com/symfony/console/tree/v4.4.2 0"1849 "source": "https://github.com/symfony/console/tree/v4.4.25" 1847 1850 }, 1848 1851 "funding": [ … … 1860 1863 } 1861 1864 ], 1862 "time": "2021-0 2-22T18:44:15+00:00"1865 "time": "2021-05-26T11:20:16+00:00" 1863 1866 }, 1864 1867 { 1865 1868 "name": "symfony/event-dispatcher", 1866 "version": "v4.4.2 0",1869 "version": "v4.4.25", 1867 1870 "source": { 1868 1871 "type": "git", 1869 1872 "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", 1876 1879 "shasum": "" 1877 1880 }, … … 1927 1930 "homepage": "https://symfony.com", 1928 1931 "support": { 1929 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.2 0"1932 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25" 1930 1933 }, 1931 1934 "funding": [ … … 1943 1946 } 1944 1947 ], 1945 "time": "2021-0 1-27T09:09:26+00:00"1948 "time": "2021-05-26T17:39:37+00:00" 1946 1949 }, 1947 1950 { … … 2026 2029 { 2027 2030 "name": "symfony/filesystem", 2028 "version": "v5. 2.4",2031 "version": "v5.3.0", 2029 2032 "source": { 2030 2033 "type": "git", 2031 2034 "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", 2038 2041 "shasum": "" 2039 2042 }, … … 2068 2071 "homepage": "https://symfony.com", 2069 2072 "support": { 2070 "source": "https://github.com/symfony/filesystem/tree/v5. 2.4"2073 "source": "https://github.com/symfony/filesystem/tree/v5.3.0" 2071 2074 }, 2072 2075 "funding": [ … … 2084 2087 } 2085 2088 ], 2086 "time": "2021-0 2-12T10:38:38+00:00"2089 "time": "2021-05-26T17:43:10+00:00" 2087 2090 }, 2088 2091 { 2089 2092 "name": "symfony/polyfill-ctype", 2090 "version": "v1.2 2.1",2093 "version": "v1.23.0", 2091 2094 "source": { 2092 2095 "type": "git", 2093 2096 "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", 2100 2103 "shasum": "" 2101 2104 }, … … 2109 2112 "extra": { 2110 2113 "branch-alias": { 2111 "dev-main": "1.2 2-dev"2114 "dev-main": "1.23-dev" 2112 2115 }, 2113 2116 "thanks": { … … 2147 2150 ], 2148 2151 "support": { 2149 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 2.1"2152 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" 2150 2153 }, 2151 2154 "funding": [ … … 2163 2166 } 2164 2167 ], 2165 "time": "2021-0 1-07T16:49:33+00:00"2168 "time": "2021-02-19T12:13:01+00:00" 2166 2169 }, 2167 2170 { 2168 2171 "name": "symfony/polyfill-mbstring", 2169 "version": "v1.2 2.1",2172 "version": "v1.23.0", 2170 2173 "source": { 2171 2174 "type": "git", 2172 2175 "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", 2179 2182 "shasum": "" 2180 2183 }, … … 2188 2191 "extra": { 2189 2192 "branch-alias": { 2190 "dev-main": "1.2 2-dev"2193 "dev-main": "1.23-dev" 2191 2194 }, 2192 2195 "thanks": { … … 2227 2230 ], 2228 2231 "support": { 2229 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2 2.1"2232 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" 2230 2233 }, 2231 2234 "funding": [ … … 2243 2246 } 2244 2247 ], 2245 "time": "2021-0 1-22T09:19:47+00:00"2248 "time": "2021-05-27T09:27:20+00:00" 2246 2249 }, 2247 2250 { 2248 2251 "name": "symfony/polyfill-php73", 2249 "version": "v1.2 2.1",2252 "version": "v1.23.0", 2250 2253 "source": { 2251 2254 "type": "git", 2252 2255 "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", 2259 2262 "shasum": "" 2260 2263 }, … … 2265 2268 "extra": { 2266 2269 "branch-alias": { 2267 "dev-main": "1.2 2-dev"2270 "dev-main": "1.23-dev" 2268 2271 }, 2269 2272 "thanks": { … … 2306 2309 ], 2307 2310 "support": { 2308 "source": "https://github.com/symfony/polyfill-php73/tree/v1.2 2.1"2311 "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" 2309 2312 }, 2310 2313 "funding": [ … … 2322 2325 } 2323 2326 ], 2324 "time": "2021-0 1-07T16:49:33+00:00"2327 "time": "2021-02-19T12:13:01+00:00" 2325 2328 }, 2326 2329 { 2327 2330 "name": "symfony/polyfill-php80", 2328 "version": "v1.2 2.1",2331 "version": "v1.23.0", 2329 2332 "source": { 2330 2333 "type": "git", 2331 2334 "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", 2338 2341 "shasum": "" 2339 2342 }, … … 2344 2347 "extra": { 2345 2348 "branch-alias": { 2346 "dev-main": "1.2 2-dev"2349 "dev-main": "1.23-dev" 2347 2350 }, 2348 2351 "thanks": { … … 2389 2392 ], 2390 2393 "support": { 2391 "source": "https://github.com/symfony/polyfill-php80/tree/v1.2 2.1"2394 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" 2392 2395 }, 2393 2396 "funding": [ … … 2405 2408 } 2406 2409 ], 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" 2408 2490 }, 2409 2491 { 2410 2492 "name": "symfony/service-contracts", 2411 "version": "v2. 2.0",2493 "version": "v2.4.0", 2412 2494 "source": { 2413 2495 "type": "git", 2414 2496 "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", 2421 2503 "shasum": "" 2422 2504 }, 2423 2505 "require": { 2424 2506 "php": ">=7.2.5", 2425 "psr/container": "^1. 0"2507 "psr/container": "^1.1" 2426 2508 }, 2427 2509 "suggest": { … … 2431 2513 "extra": { 2432 2514 "branch-alias": { 2433 "dev-ma ster": "2.2-dev"2515 "dev-main": "2.4-dev" 2434 2516 }, 2435 2517 "thanks": { … … 2468 2550 ], 2469 2551 "support": { 2470 "source": "https://github.com/symfony/service-contracts/tree/ master"2552 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" 2471 2553 }, 2472 2554 "funding": [ … … 2484 2566 } 2485 2567 ], 2486 "time": "202 0-09-07T11:33:47+00:00"2568 "time": "2021-04-01T10:43:52+00:00" 2487 2569 }, 2488 2570 { 2489 2571 "name": "symfony/stopwatch", 2490 "version": "v4.4.2 0",2572 "version": "v4.4.25", 2491 2573 "source": { 2492 2574 "type": "git", 2493 2575 "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", 2500 2582 "shasum": "" 2501 2583 }, … … 2530 2612 "homepage": "https://symfony.com", 2531 2613 "support": { 2532 "source": "https://github.com/symfony/stopwatch/tree/v4.4.2 0"2614 "source": "https://github.com/symfony/stopwatch/tree/v4.4.25" 2533 2615 }, 2534 2616 "funding": [ … … 2546 2628 } 2547 2629 ], 2548 "time": "2021-0 1-27T09:09:26+00:00"2630 "time": "2021-05-26T17:39:37+00:00" 2549 2631 }, 2550 2632 { … … 2656 2738 "platform": [], 2657 2739 "platform-dev": [], 2658 "plugin-api-version": "2. 0.0"2740 "plugin-api-version": "2.1.0" 2659 2741 } -
bu-navigation/tags/1.3.2/package-lock.json
r2520475 r2544428 1 1 { 2 2 "name": "bu-navigation", 3 "version": "1.3. 1",3 "version": "1.3.2", 4 4 "lockfileVersion": 2, 5 5 "requires": true, -
bu-navigation/tags/1.3.2/package.json
r2520475 r2544428 1 1 { 2 2 "name": "bu-navigation", 3 "version": "1.3. 1",3 "version": "1.3.2", 4 4 "description": "Provides alternative navigation elements designed for blogs with large page counts", 5 5 "main": "bu-navigation.php", -
bu-navigation/tags/1.3.2/readme.txt
r2520475 r2544428 79 79 == Changelog == 80 80 81 = 1.3.2 = 82 83 * Restores the widget_bu_pages_args filter. 84 81 85 = 1.3.1 = 82 86 -
bu-navigation/trunk/bu-navigation.php
r2520475 r2544428 6 6 * Author URI: http://sites.bu.edu/web/ 7 7 * Description: Provides alternative navigation elements designed for blogs with large page counts 8 * Version: 1.3. 18 * Version: 1.3.2 9 9 * Text Domain: bu-navigation 10 10 * Domain Path: /languages … … 92 92 * @var string 93 93 */ 94 const VERSION = '1.3. 1';94 const VERSION = '1.3.2'; 95 95 96 96 /** -
bu-navigation/trunk/composer-includes/bu-navigation-core-widget/src/class-navigation-widget.php
r2520475 r2544428 138 138 139 139 // Fetch markup. 140 $nav_list_markup = list_pages( $list_args);140 $nav_list_markup = list_pages( apply_filters( 'widget_bu_pages_args', $list_args ) ); 141 141 142 142 // Only output anything at all if there is existing markup from list_pages. -
bu-navigation/trunk/composer.json
r2520475 r2544428 40 40 ], 41 41 "require": { 42 "bu-ist/bu-navigation-core-widget": "1.0. 2"42 "bu-ist/bu-navigation-core-widget": "1.0.3" 43 43 }, 44 44 "extra": { -
bu-navigation/trunk/composer.lock
r2520475 r2544428 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 8ea16f1d7ce8c8bd914a61021937fb66",7 "content-hash": "9c8a96128955cbcb935770cc10db7ba8", 8 8 "packages": [ 9 9 { 10 10 "name": "bu-ist/bu-navigation-core-widget", 11 "version": "1.0. 2",11 "version": "1.0.3", 12 12 "source": { 13 13 "type": "git", 14 14 "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", 21 21 "shasum": "" 22 22 }, … … 61 61 "description": "Core data methods and widget logic for BU Navigation", 62 62 "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", 64 64 "issues": "https://github.com/bu-ist/bu-navigation-core-widget/issues" 65 65 }, 66 "time": "2021-0 3-05T21:30:53+00:00"66 "time": "2021-06-08T14:07:02+00:00" 67 67 }, 68 68 { 69 69 "name": "composer/installers", 70 "version": "v1.1 0.0",70 "version": "v1.11.0", 71 71 "source": { 72 72 "type": "git", 73 73 "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", 80 80 "shasum": "" 81 81 }, … … 171 171 "mako", 172 172 "mediawiki", 173 "miaoxing", 173 174 "modulework", 174 175 "modx", … … 188 189 "sylius", 189 190 "symfony", 191 "tastyigniter", 190 192 "typo3", 191 193 "wordpress", … … 196 198 "support": { 197 199 "issues": "https://github.com/composer/installers/issues", 198 "source": "https://github.com/composer/installers/tree/v1.1 0.0"200 "source": "https://github.com/composer/installers/tree/v1.11.0" 199 201 }, 200 202 "funding": [ … … 212 214 } 213 215 ], 214 "time": "2021-0 1-14T11:07:16+00:00"216 "time": "2021-04-28T06:42:17+00:00" 215 217 } 216 218 ], … … 282 284 { 283 285 "name": "composer/ca-bundle", 284 "version": "1.2. 9",286 "version": "1.2.10", 285 287 "source": { 286 288 "type": "git", 287 289 "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", 294 296 "shasum": "" 295 297 }, … … 338 340 "irc": "irc://irc.freenode.org/composer", 339 341 "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" 341 343 }, 342 344 "funding": [ … … 354 356 } 355 357 ], 356 "time": "2021-0 1-12T12:10:35+00:00"358 "time": "2021-06-07T13:58:28+00:00" 357 359 }, 358 360 { … … 1182 1184 { 1183 1185 "name": "psr/log", 1184 "version": "1.1. 3",1186 "version": "1.1.4", 1185 1187 "source": { 1186 1188 "type": "git", 1187 1189 "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", 1194 1196 "shasum": "" 1195 1197 }, … … 1215 1217 { 1216 1218 "name": "PHP-FIG", 1217 "homepage": "http ://www.php-fig.org/"1219 "homepage": "https://www.php-fig.org/" 1218 1220 } 1219 1221 ], … … 1226 1228 ], 1227 1229 "support": { 1228 "source": "https://github.com/php-fig/log/tree/1.1. 3"1229 }, 1230 "time": "202 0-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" 1231 1233 }, 1232 1234 { … … 1643 1645 { 1644 1646 "name": "squizlabs/php_codesniffer", 1645 "version": "3. 5.8",1647 "version": "3.6.0", 1646 1648 "source": { 1647 1649 "type": "git", 1648 1650 "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", 1655 1657 "shasum": "" 1656 1658 }, … … 1695 1697 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 1696 1698 }, 1697 "time": "202 0-10-23T02:01:07+00:00"1699 "time": "2021-04-09T00:54:41+00:00" 1698 1700 }, 1699 1701 { 1700 1702 "name": "symfony/config", 1701 "version": "v4.4.2 0",1703 "version": "v4.4.25", 1702 1704 "source": { 1703 1705 "type": "git", 1704 1706 "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", 1711 1713 "shasum": "" 1712 1714 }, … … 1714 1716 "php": ">=7.1.3", 1715 1717 "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" 1717 1720 }, 1718 1721 "conflict": { … … 1755 1758 "homepage": "https://symfony.com", 1756 1759 "support": { 1757 "source": "https://github.com/symfony/config/tree/v4.4.2 0"1760 "source": "https://github.com/symfony/config/tree/v4.4.25" 1758 1761 }, 1759 1762 "funding": [ … … 1771 1774 } 1772 1775 ], 1773 "time": "2021-0 2-22T15:36:50+00:00"1776 "time": "2021-05-26T11:20:16+00:00" 1774 1777 }, 1775 1778 { 1776 1779 "name": "symfony/console", 1777 "version": "v4.4.2 0",1780 "version": "v4.4.25", 1778 1781 "source": { 1779 1782 "type": "git", 1780 1783 "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", 1787 1790 "shasum": "" 1788 1791 }, … … 1844 1847 "homepage": "https://symfony.com", 1845 1848 "support": { 1846 "source": "https://github.com/symfony/console/tree/v4.4.2 0"1849 "source": "https://github.com/symfony/console/tree/v4.4.25" 1847 1850 }, 1848 1851 "funding": [ … … 1860 1863 } 1861 1864 ], 1862 "time": "2021-0 2-22T18:44:15+00:00"1865 "time": "2021-05-26T11:20:16+00:00" 1863 1866 }, 1864 1867 { 1865 1868 "name": "symfony/event-dispatcher", 1866 "version": "v4.4.2 0",1869 "version": "v4.4.25", 1867 1870 "source": { 1868 1871 "type": "git", 1869 1872 "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", 1876 1879 "shasum": "" 1877 1880 }, … … 1927 1930 "homepage": "https://symfony.com", 1928 1931 "support": { 1929 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.2 0"1932 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25" 1930 1933 }, 1931 1934 "funding": [ … … 1943 1946 } 1944 1947 ], 1945 "time": "2021-0 1-27T09:09:26+00:00"1948 "time": "2021-05-26T17:39:37+00:00" 1946 1949 }, 1947 1950 { … … 2026 2029 { 2027 2030 "name": "symfony/filesystem", 2028 "version": "v5. 2.4",2031 "version": "v5.3.0", 2029 2032 "source": { 2030 2033 "type": "git", 2031 2034 "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", 2038 2041 "shasum": "" 2039 2042 }, … … 2068 2071 "homepage": "https://symfony.com", 2069 2072 "support": { 2070 "source": "https://github.com/symfony/filesystem/tree/v5. 2.4"2073 "source": "https://github.com/symfony/filesystem/tree/v5.3.0" 2071 2074 }, 2072 2075 "funding": [ … … 2084 2087 } 2085 2088 ], 2086 "time": "2021-0 2-12T10:38:38+00:00"2089 "time": "2021-05-26T17:43:10+00:00" 2087 2090 }, 2088 2091 { 2089 2092 "name": "symfony/polyfill-ctype", 2090 "version": "v1.2 2.1",2093 "version": "v1.23.0", 2091 2094 "source": { 2092 2095 "type": "git", 2093 2096 "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", 2100 2103 "shasum": "" 2101 2104 }, … … 2109 2112 "extra": { 2110 2113 "branch-alias": { 2111 "dev-main": "1.2 2-dev"2114 "dev-main": "1.23-dev" 2112 2115 }, 2113 2116 "thanks": { … … 2147 2150 ], 2148 2151 "support": { 2149 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 2.1"2152 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" 2150 2153 }, 2151 2154 "funding": [ … … 2163 2166 } 2164 2167 ], 2165 "time": "2021-0 1-07T16:49:33+00:00"2168 "time": "2021-02-19T12:13:01+00:00" 2166 2169 }, 2167 2170 { 2168 2171 "name": "symfony/polyfill-mbstring", 2169 "version": "v1.2 2.1",2172 "version": "v1.23.0", 2170 2173 "source": { 2171 2174 "type": "git", 2172 2175 "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", 2179 2182 "shasum": "" 2180 2183 }, … … 2188 2191 "extra": { 2189 2192 "branch-alias": { 2190 "dev-main": "1.2 2-dev"2193 "dev-main": "1.23-dev" 2191 2194 }, 2192 2195 "thanks": { … … 2227 2230 ], 2228 2231 "support": { 2229 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2 2.1"2232 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" 2230 2233 }, 2231 2234 "funding": [ … … 2243 2246 } 2244 2247 ], 2245 "time": "2021-0 1-22T09:19:47+00:00"2248 "time": "2021-05-27T09:27:20+00:00" 2246 2249 }, 2247 2250 { 2248 2251 "name": "symfony/polyfill-php73", 2249 "version": "v1.2 2.1",2252 "version": "v1.23.0", 2250 2253 "source": { 2251 2254 "type": "git", 2252 2255 "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", 2259 2262 "shasum": "" 2260 2263 }, … … 2265 2268 "extra": { 2266 2269 "branch-alias": { 2267 "dev-main": "1.2 2-dev"2270 "dev-main": "1.23-dev" 2268 2271 }, 2269 2272 "thanks": { … … 2306 2309 ], 2307 2310 "support": { 2308 "source": "https://github.com/symfony/polyfill-php73/tree/v1.2 2.1"2311 "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" 2309 2312 }, 2310 2313 "funding": [ … … 2322 2325 } 2323 2326 ], 2324 "time": "2021-0 1-07T16:49:33+00:00"2327 "time": "2021-02-19T12:13:01+00:00" 2325 2328 }, 2326 2329 { 2327 2330 "name": "symfony/polyfill-php80", 2328 "version": "v1.2 2.1",2331 "version": "v1.23.0", 2329 2332 "source": { 2330 2333 "type": "git", 2331 2334 "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", 2338 2341 "shasum": "" 2339 2342 }, … … 2344 2347 "extra": { 2345 2348 "branch-alias": { 2346 "dev-main": "1.2 2-dev"2349 "dev-main": "1.23-dev" 2347 2350 }, 2348 2351 "thanks": { … … 2389 2392 ], 2390 2393 "support": { 2391 "source": "https://github.com/symfony/polyfill-php80/tree/v1.2 2.1"2394 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" 2392 2395 }, 2393 2396 "funding": [ … … 2405 2408 } 2406 2409 ], 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" 2408 2490 }, 2409 2491 { 2410 2492 "name": "symfony/service-contracts", 2411 "version": "v2. 2.0",2493 "version": "v2.4.0", 2412 2494 "source": { 2413 2495 "type": "git", 2414 2496 "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", 2421 2503 "shasum": "" 2422 2504 }, 2423 2505 "require": { 2424 2506 "php": ">=7.2.5", 2425 "psr/container": "^1. 0"2507 "psr/container": "^1.1" 2426 2508 }, 2427 2509 "suggest": { … … 2431 2513 "extra": { 2432 2514 "branch-alias": { 2433 "dev-ma ster": "2.2-dev"2515 "dev-main": "2.4-dev" 2434 2516 }, 2435 2517 "thanks": { … … 2468 2550 ], 2469 2551 "support": { 2470 "source": "https://github.com/symfony/service-contracts/tree/ master"2552 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" 2471 2553 }, 2472 2554 "funding": [ … … 2484 2566 } 2485 2567 ], 2486 "time": "202 0-09-07T11:33:47+00:00"2568 "time": "2021-04-01T10:43:52+00:00" 2487 2569 }, 2488 2570 { 2489 2571 "name": "symfony/stopwatch", 2490 "version": "v4.4.2 0",2572 "version": "v4.4.25", 2491 2573 "source": { 2492 2574 "type": "git", 2493 2575 "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", 2500 2582 "shasum": "" 2501 2583 }, … … 2530 2612 "homepage": "https://symfony.com", 2531 2613 "support": { 2532 "source": "https://github.com/symfony/stopwatch/tree/v4.4.2 0"2614 "source": "https://github.com/symfony/stopwatch/tree/v4.4.25" 2533 2615 }, 2534 2616 "funding": [ … … 2546 2628 } 2547 2629 ], 2548 "time": "2021-0 1-27T09:09:26+00:00"2630 "time": "2021-05-26T17:39:37+00:00" 2549 2631 }, 2550 2632 { … … 2656 2738 "platform": [], 2657 2739 "platform-dev": [], 2658 "plugin-api-version": "2. 0.0"2740 "plugin-api-version": "2.1.0" 2659 2741 } -
bu-navigation/trunk/package-lock.json
r2520475 r2544428 1 1 { 2 2 "name": "bu-navigation", 3 "version": "1.3. 1",3 "version": "1.3.2", 4 4 "lockfileVersion": 2, 5 5 "requires": true, -
bu-navigation/trunk/package.json
r2520475 r2544428 1 1 { 2 2 "name": "bu-navigation", 3 "version": "1.3. 1",3 "version": "1.3.2", 4 4 "description": "Provides alternative navigation elements designed for blogs with large page counts", 5 5 "main": "bu-navigation.php", -
bu-navigation/trunk/readme.txt
r2520475 r2544428 79 79 == Changelog == 80 80 81 = 1.3.2 = 82 83 * Restores the widget_bu_pages_args filter. 84 81 85 = 1.3.1 = 82 86
Note: See TracChangeset
for help on using the changeset viewer.