Skip to content

Commit

Permalink
Merge branch 'release/1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrogaski committed Jan 12, 2017
2 parents c8b2a78 + f6d6cab commit 199916f
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 17 deletions.
2 changes: 1 addition & 1 deletion API.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project uses [Semantic Versioning](http://semver.org/).

## [1.8.2] -- 2017-01-12
### Added
- The version command now give WoW version information.

## [1.8.1] -- 2016-10-25
### Fixed
- Corrected configuration whitespace grooming.
Expand Down Expand Up @@ -479,6 +483,8 @@ flapping roster announcements for characters in peer co-guilds.
## 0.9.00 -- 2010-11-01
Initial commit.

[1.8.2]: https://github.com/AIE-Guild/GreenWall/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/AIE-Guild/GreenWall/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/AIE-Guild/GreenWall/compare/v1.7.3...v1.8.0
[1.7.3]: https://github.com/AIE-Guild/GreenWall/compare/v1.7.2...v1.7.3
[1.7.2]: https://github.com/AIE-Guild/GreenWall/compare/v1.7.1...v1.7.2
Expand Down
2 changes: 1 addition & 1 deletion Channel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Compat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion GreenWall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -236,7 +236,10 @@ local function GwSlashCmd(message, editbox)

elseif command == 'version' then

local version, build, _, interface = GetBuildInfo()
gw.Write('GreenWall version %s.', gw.version)
gw.Write('World of Warcraft version %s, build %s, interface %s.',
version, build, interface)

else

Expand Down
4 changes: 2 additions & 2 deletions GreenWall.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
## Title: GreenWall
## Notes: Common communication channel as a replacement for guild chat in guild confederations.
## Author: Mark Rogaski <[email protected]>
## Version: 1.8.1
## Version: 1.8.2
## URL: https://github.com/AIE-Guild/GreenWall
## URL: http://wow.curse.com/downloads/wow-addons/details/greenwall.aspx
## DefaultState: enabled
## SavedVariablesPerCharacter: GreenWall,GreenWallLog
## X-Category: Guild
## X-Date: 2016-10-25
## X-Date: 2017-01-12

Lib\Load.xml
Constants.lua
Expand Down
2 changes: 1 addition & 1 deletion GreenWall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion HoldDown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The MIT License (MIT)

Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Lib/Base64BCA.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2015 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Lib/CRC16-CCITT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2014-2015 Mark Rogaski
Copyright (c) 2014-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Lib/SemanticVersion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2015 Mark Rogaski
Copyright (c) 2015-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The MIT License (MIT)
Copyright (c) 2010-2016 Mark Rogaski
Copyright (c) 2010-2017 Mark Rogaski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 199916f

Please sign in to comment.