Skip to content

Commit 963639e

Browse files
committed
chore: bump software version and copyright year
Signed-off-by: Michel Mendiola <suki@missallsunday.com>
1 parent 9a81d4b commit 963639e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+275
-272
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
**Breeze**, //missallsunday.com
1+
**Breeze**, https://missallsunday.com
22

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

55
######What is Breeze:
66

README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ Tested on PHP 5.3 and 5.4, Opera12, IE8 and whatever version Firefox was when I
6464
[size=12pt][color=purple]Changelog[/color][/size]
6565

6666
[code]
67+
1.0.15 June 20, 2021
68+
- Make sure breezeTrackViews() returns an array.
69+
6770
1.0.14 August 26, 2018
6871
- Add support for PHP 7.
6972

Sources/Breeze/Breeze.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* Breeze
55
*
66
* @package Breeze mod
7-
* @version 1.0.14
8-
* @author Jessica González <suki@missallsunday.com>
9-
* @copyright Copyright (c) 2011 - 2018 Jessica González
7+
* @version 1.0.15
8+
* @author Michel Mendiola <suki@missallsunday.com>
9+
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola
1010
* @license //www.mozilla.org/MPL/MPL-1.1.html
1111
*/
1212

@@ -37,15 +37,15 @@ function breeze_autoloader($class_name)
3737
class Breeze
3838
{
3939
public static $name = 'Breeze';
40-
public static $version = '1.0.14';
40+
public static $version = '1.0.15';
4141
public static $folder = '/Breeze/';
4242
public static $txtpattern = 'Breeze_';
4343
public static $permissions = array('deleteComments', 'deleteOwnComments', 'deleteProfileComments', 'deleteStatus', 'deleteOwnStatus', 'deleteProfileStatus', 'postStatus', 'postComments', 'canMention', 'beMentioned');
4444
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',);
4545

4646
// Support site feed
47-
public static $supportSite = '//missallsunday.com';
48-
public static $supportFeed = '//crossorigin.me/https://github.com/MissAllSunday/Breeze/releases.atom';
47+
public static $supportSite = 'https://missallsunday.com';
48+
public static $supportFeed = 'https://crossorigin.me/https://github.com/MissAllSunday/Breeze/releases.atom';
4949

5050
// Its easier to list the allowed actions
5151
public static $_allowedActions = array('wall', 'display', 'unread', 'unreadreplies', 'viewprofile', 'profile', 'who', 'credits',);

Sources/Breeze/BreezeAdmin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* BreezeAdmin
55
*
66
* @package Breeze mod
7-
* @version 1.0.14
8-
* @author Jessica González <suki@missallsunday.com>
9-
* @copyright Copyright (c) 2011 - 2018 Jessica González
7+
* @version 1.0.15
8+
* @author Michel Mendiola <suki@missallsunday.com>
9+
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola
1010
* @license //www.mozilla.org/MPL/MPL-1.1.html
1111
*/
1212

Sources/Breeze/BreezeAjax.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* BreezeAjax
55
*
66
* @package Breeze mod
7-
* @version 1.0.14
8-
* @author Jessica González <suki@missallsunday.com>
9-
* @copyright Copyright (c) 2011 - 2018 Jessica González
7+
* @version 1.0.15
8+
* @author Michel Mendiola <suki@missallsunday.com>
9+
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola
1010
* @license //www.mozilla.org/MPL/MPL-1.1.html
1111
*/
1212

Sources/Breeze/BreezeContainer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* BreezeContainer
55
*
66
* @package Breeze mod
7-
* @version 1.0.14
8-
* @author Jessica González <suki@missallsunday.com>
9-
* @copyright Copyright (c) 2011 - 2018 Jessica González
7+
* @version 1.0.15
8+
* @author Michel Mendiola <suki@missallsunday.com>
9+
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola
1010
* @license //www.mozilla.org/MPL/MPL-1.1.html
1111
*/
1212

Sources/Breeze/BreezeController.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* BreezeController
55
*
66
* @package Breeze mod
7-
* @version 1.0.14
8-
* @author Jessica González <suki@missallsunday.com>
9-
* @copyright Copyright (c) 2011 - 2018 Jessica González
7+
* @version 1.0.15
8+
* @author Michel Mendiola <suki@missallsunday.com>
9+
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola
1010
* @license //www.mozilla.org/MPL/MPL-1.1.html
1111
*/
1212

Sources/Breeze/BreezeData.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* BreezeData
55
*
66
* @package Breeze mod
7-
* @version 1.0.14
8-
* @author Jessica González <suki@missallsunday.com>
9-
* @copyright Copyright (c) 2011 - 2018 Jessica González
7+
* @version 1.0.15
8+
* @author Michel Mendiola <suki@missallsunday.com>
9+
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola
1010
* @license //www.mozilla.org/MPL/MPL-1.1.html
1111
*/
1212

Sources/Breeze/BreezeDispatcher.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* BreezeDispatcher
55
*
66
* @package Breeze mod
7-
* @version 1.0.14
8-
* @author Jessica González <suki@missallsunday.com>
9-
* @copyright Copyright (c) 2011 - 2018 Jessica González
7+
* @version 1.0.15
8+
* @author Michel Mendiola <suki@missallsunday.com>
9+
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola
1010
* @license //www.mozilla.org/MPL/MPL-1.1.html
1111
*/
1212

Sources/Breeze/BreezeDisplay.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* BreezeDisplay
55
*
66
* @package Breeze mod
7-
* @version 1.0.14
8-
* @author Jessica González <suki@missallsunday.com>
9-
* @copyright Copyright (c) 2011 - 2018 Jessica González
7+
* @version 1.0.15
8+
* @author Michel Mendiola <suki@missallsunday.com>
9+
* @copyright Copyright (c) 2011 - 2021 Michel Mendiola
1010
* @license //www.mozilla.org/MPL/MPL-1.1.html
1111
*/
1212

0 commit comments

Comments
 (0)