Changeset 6839
- Timestamp:
- 07/28/2018 03:52:31 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
bbpress.php (modified) (1 diff)
-
package-lock.json (modified) (2 diffs)
-
package.json (modified) (1 diff)
-
src/bbpress.php (modified) (4 diffs)
-
src/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r6699 r6839 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6-rc- 520 * Version: 2.6-rc-6 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ -
trunk/package-lock.json
r6831 r6839 1844 1844 }, 1845 1845 "get-caller-file": { 1846 "version": "1.0. 2",1847 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0. 2.tgz",1848 "integrity": "sha 1-9wLmMSfn4jHBYKgMFVSstw1QR+U="1846 "version": "1.0.3", 1847 "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", 1848 "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" 1849 1849 }, 1850 1850 "get-stdin": { … … 3847 3847 }, 3848 3848 "node-sass": { 3849 "version": "4.9. 1",3850 "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9. 1.tgz",3851 "integrity": "sha512- m6H1I6cHXsHsJ7BIWdnJsz9S9gVMyh+/H2cOTXgl2/2WqyyWlBcl4PHJcqrXo5RZVCfCUFqOtjPN0+0XbVHR5Q==",3849 "version": "4.9.2", 3850 "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.2.tgz", 3851 "integrity": "sha512-LdxoJLZutx0aQXHtWIYwJKMj+9pTjneTcLWJgzf2XbGu0q5pRNqW5QvFCEdm3mc5rJOdru/mzln5d0EZLacf6g==", 3852 3852 "requires": { 3853 3853 "async-foreach": "^0.1.3", -
trunk/package.json
r6831 r6839 54 54 ], 55 55 "dependencies": { 56 "node-sass": "^4.9. 1"56 "node-sass": "^4.9.2" 57 57 } 58 58 } -
trunk/src/bbpress.php
r6834 r6839 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6-rc- 520 * Version: 2.6-rc-6 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 31 31 * Main bbPress Class 32 32 * 33 * " How doth the little busy bee, improve each shining hour..."33 * "Word hard. Stay bumble." 34 34 * 35 35 * @since 2.0.0 bbPress (r2464) … … 204 204 /** Versions **********************************************************/ 205 205 206 $this->version = '2.6-rc-683 1';206 $this->version = '2.6-rc-6838'; 207 207 $this->db_version = '262'; 208 208 … … 1002 1002 * Example: <?php $bbp = bbpress(); ?> 1003 1003 * 1004 * @since 2.0.0 bbPress (r2464) 1005 * 1004 1006 * @return bbPress The one true bbPress Instance 1005 1007 */ -
trunk/src/readme.txt
r6699 r6839 4 4 Requires at least: 4.7 5 5 Tested up to: 4.9 6 Stable tag: 2. 5.146 Stable tag: 2.6.0 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 57 = 2.6.0 = 58 * Released on August 6, 2018 56 59 57 60 = 2.5.14 =
Note: See TracChangeset
for help on using the changeset viewer.