Skip to content

Commit

Permalink
chore: bump software version and copyright year
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Mendiola <[email protected]>
  • Loading branch information
MissAllSunday committed Jun 20, 2021
1 parent 9a81d4b commit 963639e
Show file tree
Hide file tree
Showing 43 changed files with 275 additions and 272 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Breeze**, //missallsunday.com
**Breeze**, https://missallsunday.com

The software is licensed under [MPL 1.1 license](http://www.mozilla.org/MPL/MPL-1.1.html).
This software is licensed under [MPL 1.1 license](http://www.mozilla.org/MPL/MPL-1.1.html).

######What is Breeze:

Expand Down
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Tested on PHP 5.3 and 5.4, Opera12, IE8 and whatever version Firefox was when I
[size=12pt][color=purple]Changelog[/color][/size]

[code]
1.0.15 June 20, 2021
- Make sure breezeTrackViews() returns an array.

1.0.14 August 26, 2018
- Add support for PHP 7.

Expand Down
12 changes: 6 additions & 6 deletions Sources/Breeze/Breeze.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down Expand Up @@ -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',);
Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeAjax.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeDisplay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeMention.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeNotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeTools.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeUserInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Sources/Breeze/BreezeWall.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Themes/default/Breeze.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions Themes/default/BreezeAdmin.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Themes/default/BreezeFunctions.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions Themes/default/languages/Breeze.english-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
4 changes: 2 additions & 2 deletions Themes/default/languages/Breeze.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions Themes/default/languages/Breeze.pt-br-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions Themes/default/languages/Breeze.pt-br.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions Themes/default/languages/Breeze.spanish_latin-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Loading

0 comments on commit 963639e

Please sign in to comment.