Skip to content

Commit

Permalink
Prepping for Mods Site
Browse files Browse the repository at this point in the history
  • Loading branch information
MattRogowski committed Oct 8, 2016
1 parent eff2f10 commit 7a81587
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions files/admin/modules/user/karmastars.php
@@ -1,8 +1,8 @@
<?php
/**
* Karma Stars 1.1 - Admin File
* Karma Stars 1.1.0 - Admin File
* Copyright 2014 Matthew Rogowski
* Copyright 2016 Matthew Rogowski
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions files/inc/languages/english/admin/user_karmastars.lang.php
@@ -1,8 +1,8 @@
<?php
/**
* Karma Stars 1.1 - Admin Language File
* Karma Stars 1.1.0 - Admin Language File
* Copyright 2014 Matthew Rogowski
* Copyright 2016 Matthew Rogowski
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions files/inc/languages/english/karmastars.lang.php
@@ -1,8 +1,8 @@
<?php
/**
* Karma Stars 1.1 - Language File
* Karma Stars 1.1.0 - Language File
* Copyright 2014 Matthew Rogowski
* Copyright 2016 Matthew Rogowski
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
10 changes: 5 additions & 5 deletions files/inc/plugins/karmastars.php
@@ -1,8 +1,8 @@
<?php
/**
* Karma Stars 1.1
* Karma Stars 1.1.0
* Copyright 2014 Matthew Rogowski
* Copyright 2016 Matthew Rogowski
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -39,10 +39,10 @@ function karmastars_info()
"description" => "Earn 'karma' and collect stars for posting.",
"website" => "https://github.com/MattRogowski/Karma-Stars",
"author" => "Matt Rogowski",
"authorsite" => "http://mattrogowski.co.uk",
"version" => "1.1",
"authorsite" => "https://matt.rogow.ski",
"version" => "1.1.0",
"compatibility" => "16*,18*",
"guid" => "72b9e7d4ba1c87d94bdfab7d14a01f5d"
"codename" => "karmastars"
);
}

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Expand Up @@ -2,8 +2,8 @@ Name: Karma Stars
Description: Earn 'karma' and collect stars for posting.
Website: https://github.com/MattRogowski/Karma-Stars
Author: Matt Rogowski
Authorsite: http://mattrogowski.co.uk
Version: 1.1
Authorsite: https://matt.rogow.ski
Version: 1.1.0
Compatibility: 1.6.x, 1.8.x
Files: 4 (plus 18 images)
Templates added: 4
Expand All @@ -27,7 +27,7 @@ Change Log:
22/04/12 - v0.1 -> v1.0 -> Added ability to change how many Karma levels there are. To upgrade, reupload ./inc/plugins/karmastars.php, ./admin/modules/user/karmastars.php and ./inc/languages/english/admin/user_karmastars.lang.php
25/08/14 - v1.0 -> v1.1 -> MyBB 1.8 compatible. Fixed bug with 'next karma' on list view. To upgrade, deactivate, reupload ./inc/plugins/karmastars.php, activate.

Copyright 2014 Matthew Rogowski
Copyright 2016 Matthew Rogowski

* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 7a81587

Please sign in to comment.