mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update release version
This commit is contained in:
parent
82779b286e
commit
406ff39ef8
@ -21,6 +21,7 @@ When backers were asked which feature they'd most like to see added to RaspAP, t
|
|||||||
✅ OpenVPN service logging
|
✅ OpenVPN service logging
|
||||||
✅ Night mode toggle
|
✅ Night mode toggle
|
||||||
✅ Restrict network to static clients
|
✅ Restrict network to static clients
|
||||||
|
⚙️ WireGuard support (in progress)
|
||||||
⚙️ Traffic shaping (in progress)
|
⚙️ Traffic shaping (in progress)
|
||||||
|
|
||||||
Look for the list above to grow as we add more exclusive features.
|
Look for the list above to grow as we add more exclusive features.
|
||||||
@ -33,6 +34,7 @@ Below is a list of funding targets. When a funding target is reached, the featur
|
|||||||
✅ OpenVPN service logging
|
✅ OpenVPN service logging
|
||||||
✅ Night mode toggle
|
✅ Night mode toggle
|
||||||
✅ Restrict network to static clients
|
✅ Restrict network to static clients
|
||||||
|
⚙️ WireGuard support (in progress)
|
||||||
⚙️ Traffic shaping (in progress)
|
⚙️ Traffic shaping (in progress)
|
||||||
|
|
||||||
### Frequently asked questions
|
### Frequently asked questions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
![](https://i.imgur.com/DpgvLIO.png)
|
![](https://i.imgur.com/DpgvLIO.png)
|
||||||
[![Release 2.7](https://img.shields.io/badge/release-v2.7-green)](https://github.com/raspap/raspap-insiders/releases) [![Awesome](https://awesome.re/badge.svg)](https://github.com/thibmaek/awesome-raspberry-pi) [![Financial Contributors on Open Collective](https://opencollective.com/raspap/all/badge.svg?label=financial+contributors)](https://opencollective.com/raspap) ![https://travis-ci.com/github/raspap/raspap-webgui/](https://api.travis-ci.org/RaspAP/raspap-webgui.svg) [![Crowdin](https://badges.crowdin.net/raspap/localized.svg)](https://crowdin.com/project/raspap) [![Twitter URL](https://img.shields.io/twitter/url?label=%40RaspAP&logoColor=%23d8224c&url=https%3A%2F%2Ftwitter.com%2Frasp_ap)](https://twitter.com/rasp_ap) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/RaspAP?style=social)](https://www.reddit.com/r/RaspAP/)
|
[![Release 2.7.1](https://img.shields.io/badge/release-v2.7.1-green)](https://github.com/raspap/raspap-insiders/releases) [![Awesome](https://awesome.re/badge.svg)](https://github.com/thibmaek/awesome-raspberry-pi) [![Financial Contributors on Open Collective](https://opencollective.com/raspap/all/badge.svg?label=financial+contributors)](https://opencollective.com/raspap) ![https://travis-ci.com/github/raspap/raspap-webgui/](https://api.travis-ci.org/RaspAP/raspap-webgui.svg) [![Crowdin](https://badges.crowdin.net/raspap/localized.svg)](https://crowdin.com/project/raspap) [![Twitter URL](https://img.shields.io/twitter/url?label=%40RaspAP&logoColor=%23d8224c&url=https%3A%2F%2Ftwitter.com%2Frasp_ap)](https://twitter.com/rasp_ap) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/RaspAP?style=social)](https://www.reddit.com/r/RaspAP/)
|
||||||
|
|
||||||
Welcome to **RaspAP Insiders**. You, the members of the Insiders community, support the sponsorware release model, which means that new features are first exclusively released to sponsors as part of Insiders. Read on for details about how this strategy works—and *thank you* for joining us on this journey.
|
Welcome to **RaspAP Insiders**. You, the members of the Insiders community, support the sponsorware release model, which means that new features are first exclusively released to sponsors as part of Insiders. Read on for details about how this strategy works—and *thank you* for joining us on this journey.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ if (!defined('RASPI_CONFIG')) {
|
|||||||
|
|
||||||
$defaults = [
|
$defaults = [
|
||||||
'RASPI_BRAND_TEXT' => 'RaspAP',
|
'RASPI_BRAND_TEXT' => 'RaspAP',
|
||||||
'RASPI_VERSION' => '2.7',
|
'RASPI_VERSION' => '2.7.1',
|
||||||
'RASPI_CONFIG_NETWORK' => RASPI_CONFIG.'/networking/defaults.json',
|
'RASPI_CONFIG_NETWORK' => RASPI_CONFIG.'/networking/defaults.json',
|
||||||
'RASPI_ADMIN_DETAILS' => RASPI_CONFIG.'/raspap.auth',
|
'RASPI_ADMIN_DETAILS' => RASPI_CONFIG.'/raspap.auth',
|
||||||
'RASPI_WIFI_AP_INTERFACE' => 'wlan0',
|
'RASPI_WIFI_AP_INTERFACE' => 'wlan0',
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* @author Lawrence Yau <sirlagz@gmail.com>
|
* @author Lawrence Yau <sirlagz@gmail.com>
|
||||||
* @author Bill Zimmerman <billzimmerman@gmail.com>
|
* @author Bill Zimmerman <billzimmerman@gmail.com>
|
||||||
* @license GNU General Public License, version 3 (GPL-3.0)
|
* @license GNU General Public License, version 3 (GPL-3.0)
|
||||||
* @version 2.7
|
* @version 2.7.1
|
||||||
* @link https://github.com/raspap/raspap-insiders/
|
* @link https://github.com/raspap/raspap-insiders/
|
||||||
* @link https://raspap.com/
|
* @link https://raspap.com/
|
||||||
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
* @see http://sirlagz.net/2013/02/08/raspap-webgui/
|
||||||
|
Loading…
Reference in New Issue
Block a user