Skip to content

Commit

Permalink
Version and changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexia committed Jul 30, 2015
1 parent 206838a commit 81289ff
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
#Changes
##1.1.3
* Fixes errors with the sprite sheet changes log that was displaying the edited message template on new sprite sheets.

##1.1.2
* Fixes resize parameter being broken with named sprites and slices.
* Fixes an issue with calculating the size of an object in Javascript.

##1.1.1
* The very first sprite/slice created on a Sheet will not be listed in the show sprite/slice list and requires a page refresh.
* Saving a sprite/slice that has been previously deleted results in it not updating the deleted status.
* The log formatter for sprite names would attempt to use valid, but nonexistent sprite sheets resulting in a fatal error.

##1.1.0
* This version is not backwards compatible with previous versions.
* The SpriteSheet Editor is now hidden by default to reduce the number of curious edits. Wiki editors are cats.
Expand Down
6 changes: 3 additions & 3 deletions README.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
|status = stable
|type = parser function
|author = Curse Inc. Wiki Platform Team, Alexia E. Smith ([[User:Alexia E. Smith|Alexia E. Smith]])
|version = 1.1.2
|update = 2015-05-27
|version = 1.1.3
|update = 2015-07-30
|mediawiki = 1.23+
|php = 5.4+
|download = {{ {{TNTN|GithubDownload}} |CurseStaff|SpriteSheet}}
Expand All @@ -31,7 +31,7 @@ The '''SpriteSheet''' extension allows uploaded images to be divided into sprite

{{{{TNTN|ExtensionInstall}}
|db-update=true
|download-link=[https://github.com/CurseStaff/SpriteSheet/archive/v1.1.2.zip Download]}}
|download-link=[https://github.com/CurseStaff/SpriteSheet/archive/v1.1.3.zip Download]}}

==Configuration==
There are two available rights that may be assigned to groups, 'edit_sprites' and 'spritesheet_rollback'. The 'edit_sprites' permission gives the ability to edit sprite sheets, sprites, slices, assign names, and delete. The 'spritesheet_rollback' allows the ability to rollback changes from the change log.
Expand Down
2 changes: 1 addition & 1 deletion SpriteSheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/******************************************/
/* Credits */
/******************************************/
define('SPRITESHEET_VERSION', '1.1.2');
define('SPRITESHEET_VERSION', '1.1.3');
$credits = [
'path' => __FILE__,
'name' => 'SpriteSheet',
Expand Down

0 comments on commit 81289ff

Please sign in to comment.