Changeset 7161
- Timestamp:
- 11/06/2020 01:05:46 AM (3 months ago)
- Location:
- branches/2.6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bbpress.php
r7094 r7161 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6.6 -alpha-120 * Version: 2.6.6 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ 23 23 * License: GPLv2 or later (license.txt) 24 24 * Requires PHP: 5.6.20 25 * Requires at least: 4.725 * Requires at least: 5.0 26 26 */ 27 27 -
branches/2.6/package-lock.json
r7132 r7161 1 1 { 2 2 "name": "bbpress", 3 "version": "2.6.6 -alpha-1",3 "version": "2.6.6", 4 4 "lockfileVersion": 1, 5 5 "requires": true, … … 264 264 } 265 265 }, 266 "@choojs/findup": { 267 "version": "0.2.1", 268 "resolved": "https://registry.npmjs.org/@choojs/findup/-/findup-0.2.1.tgz", 269 "integrity": "sha512-YstAqNb0MCN8PjdLCDfRsBcGVRN41f3vgLvaI0IrIcBp4AqILRSS0DeWNGkicC+f/zRIPJLc+9RURVSepwvfBw==", 270 "dev": true, 271 "requires": { 272 "commander": "^2.15.1" 273 }, 274 "dependencies": { 275 "commander": { 276 "version": "2.20.3", 277 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", 278 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", 279 "dev": true 280 } 281 } 282 }, 266 283 "@nodelib/fs.scandir": { 267 284 "version": "2.1.3", … … 1817 1834 "path-exists": "^2.0.0", 1818 1835 "pinkie-promise": "^2.0.0" 1819 }1820 },1821 "findup": {1822 "version": "0.1.5",1823 "resolved": "https://registry.npmjs.org/findup/-/findup-0.1.5.tgz",1824 "integrity": "sha1-itkpozk7rGJ5V6fl3kYjsGsOLOs=",1825 "dev": true,1826 "requires": {1827 "colors": "~0.6.0-1",1828 "commander": "~2.1.0"1829 },1830 "dependencies": {1831 "colors": {1832 "version": "0.6.2",1833 "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",1834 "integrity": "sha1-JCP+ZnisDF2uiFLl0OW+CMmXq8w=",1835 "dev": true1836 },1837 "commander": {1838 "version": "2.1.0",1839 "resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz",1840 "integrity": "sha1-0SG7roYNmZKj1Re6lvVliOR8Z4E=",1841 "dev": true1842 }1843 1836 } 1844 1837 }, … … 2653 2646 }, 2654 2647 "grunt-rtlcss": { 2655 "version": "2.0. 1",2656 "resolved": "https://registry.npmjs.org/grunt-rtlcss/-/grunt-rtlcss-2.0. 1.tgz",2657 "integrity": "sha 1-6eYc5DdAY5f546Sxv2aeR+cf/MM=",2648 "version": "2.0.2", 2649 "resolved": "https://registry.npmjs.org/grunt-rtlcss/-/grunt-rtlcss-2.0.2.tgz", 2650 "integrity": "sha512-WbI2thnwlF04N+xvJu+NxqEaCyPuLyar196SYhEQFZ2EJHkOS8YYE+Zkh+X9cWhwAtKp7ZEpR/IKXcyQggOIsQ==", 2658 2651 "dev": true, 2659 2652 "requires": { … … 4827 4820 }, 4828 4821 "rtlcss": { 4829 "version": "2.5.0", 4830 "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.5.0.tgz", 4831 "integrity": "sha512-NCVdF45w70/3CQeqVvQ84bu2HN8agNn+CDjw+RxXaiWb7mPOmEvltdd1z4qzm9kin4Jnu9ShFBIx28yvWerZ2g==", 4832 "dev": true, 4833 "requires": { 4822 "version": "2.6.1", 4823 "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.6.1.tgz", 4824 "integrity": "sha512-WoKAYLxT123Gh/9dAPeMY0YWBx6D7IjORJhTbmmq8UJI4zaSxsA0uqPWsXEqGgZT2HEGtxWkhkIZ6g1IvOQ+eg==", 4825 "dev": true, 4826 "requires": { 4827 "@choojs/findup": "^0.2.1", 4834 4828 "chalk": "^2.4.2", 4835 "findup": "^0.1.5",4836 4829 "mkdirp": "^0.5.1", 4837 4830 "postcss": "^6.0.23", -
branches/2.6/package.json
r7094 r7161 22 22 "grunt-patch-wordpress": "~1.0.0", 23 23 "grunt-postcss": "~0.8.0", 24 "grunt-rtlcss": "~2.0. 1",24 "grunt-rtlcss": "~2.0.2", 25 25 "grunt-sass": "~3.0.2", 26 26 "grunt-stylelint": "~0.8.0", … … 50 50 "url": "https://bbpress.svn.wordpress.org/branches/2.6" 51 51 }, 52 "version": "2.6.6 -alpha-1",52 "version": "2.6.6", 53 53 "browserslist": [ 54 54 "extends @wordpress/browserslist-config" -
branches/2.6/src/bbpress.php
r7094 r7161 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6.6 -alpha-120 * Version: 2.6.6 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ 23 23 * License: GPLv2 or later (license.txt) 24 24 * Requires PHP: 5.6.20 25 * Requires at least: 4.725 * Requires at least: 5.0 26 26 */ 27 27 … … 206 206 /** Versions **********************************************************/ 207 207 208 $this->version = '2.6.6 -alpha-1';208 $this->version = '2.6.6'; 209 209 $this->db_version = '263'; 210 210 -
branches/2.6/src/readme.txt
r7094 r7161 2 2 Contributors: matt, johnjamesjacoby, jmdodd, netweb, sergeybiryukov 3 3 Tags: forum, forums, discussion, support 4 Tested up to: 5. 44 Tested up to: 5.6 5 5 Stable tag: 2.6.6 6 6 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.