-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump software version and copyright year
Signed-off-by: Michel Mendiola <[email protected]>
- Loading branch information
1 parent
9a81d4b
commit 963639e
Showing
43 changed files
with
275 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* Breeze | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
@@ -37,15 +37,15 @@ function breeze_autoloader($class_name) | |
class Breeze | ||
{ | ||
public static $name = 'Breeze'; | ||
public static $version = '1.0.14'; | ||
public static $version = '1.0.15'; | ||
public static $folder = '/Breeze/'; | ||
public static $txtpattern = 'Breeze_'; | ||
public static $permissions = array('deleteComments', 'deleteOwnComments', 'deleteProfileComments', 'deleteStatus', 'deleteOwnStatus', 'deleteProfileStatus', 'postStatus', 'postComments', 'canMention', 'beMentioned'); | ||
public static $allSettings = array('wall', 'general_wall', 'pagination_number', 'load_more', 'how_many_mentions', 'kick_ignored', 'activityLog', 'buddies', 'visitors', 'visitors_timeframe', 'clear_noti', 'noti_on_comment', 'noti_on_mention', 'gender', 'buddiesList', 'ignoredList', 'profileViews',); | ||
|
||
// Support site feed | ||
public static $supportSite = '//missallsunday.com'; | ||
public static $supportFeed = '//crossorigin.me/https://github.com/MissAllSunday/Breeze/releases.atom'; | ||
public static $supportSite = 'https://missallsunday.com'; | ||
public static $supportFeed = 'https://crossorigin.me/https://github.com/MissAllSunday/Breeze/releases.atom'; | ||
|
||
// Its easier to list the allowed actions | ||
public static $_allowedActions = array('wall', 'display', 'unread', 'unreadreplies', 'viewprofile', 'profile', 'who', 'credits',); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeAdmin | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeAjax | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeContainer | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeController | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeData | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeDispatcher | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeDisplay | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeForm | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeLog | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeMention | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
* | ||
* The purpose of this file is to fetch all notifications for X user | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeParser | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeQuery | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeTools | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeUser | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeUserInfo | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeWall | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* Breeze.template.php | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018, Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021, Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
// User's wall. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeAdmin.template.php | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018, Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021, Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* BreezeFunctions.template.php | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica González <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018, Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* Breeze.english-utf8 | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica González | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
* Breeze.english | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica Gonzalez | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
* Breeze.Portuguese_Brazilian-utf8 | ||
* PT-BR Translation by: FreitasA | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica Gonzalez | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
* Breeze.Portuguese_Brazilian-utf8 | ||
* PT-BR Translation by: FreitasA | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica Gonzalez | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
* Breeze.spanish_latin-utf8 | ||
* | ||
* @package Breeze mod | ||
* @version 1.0.14 | ||
* @author Jessica Gonzalez <[email protected]> | ||
* @version 1.0.15 | ||
* @author Michel Mendiola <[email protected]> | ||
* @copyright Copyright (c) 2011 - 2018 Jessica Gonzalez | ||
* @license //www.mozilla.org/MPL/MPL-1.1.html | ||
*/ | ||
|
Oops, something went wrong.