Skip to content

Commit 81289ff

Browse files
committed
Version and changes.
1 parent 206838a commit 81289ff

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
#Changes
2+
##1.1.3
3+
* Fixes errors with the sprite sheet changes log that was displaying the edited message template on new sprite sheets.
4+
5+
##1.1.2
6+
* Fixes resize parameter being broken with named sprites and slices.
7+
* Fixes an issue with calculating the size of an object in Javascript.
8+
9+
##1.1.1
10+
* The very first sprite/slice created on a Sheet will not be listed in the show sprite/slice list and requires a page refresh.
11+
* Saving a sprite/slice that has been previously deleted results in it not updating the deleted status.
12+
* The log formatter for sprite names would attempt to use valid, but nonexistent sprite sheets resulting in a fatal error.
13+
214
##1.1.0
315
* This version is not backwards compatible with previous versions.
416
* The SpriteSheet Editor is now hidden by default to reduce the number of curious edits. Wiki editors are cats.

README.wiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
|status = stable
55
|type = parser function
66
|author = Curse Inc. Wiki Platform Team, Alexia E. Smith ([[User:Alexia E. Smith|Alexia E. Smith]])
7-
|version = 1.1.2
8-
|update = 2015-05-27
7+
|version = 1.1.3
8+
|update = 2015-07-30
99
|mediawiki = 1.23+
1010
|php = 5.4+
1111
|download = {{ {{TNTN|GithubDownload}} |CurseStaff|SpriteSheet}}
@@ -31,7 +31,7 @@ The '''SpriteSheet''' extension allows uploaded images to be divided into sprite
3131

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

3636
==Configuration==
3737
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.

SpriteSheet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/******************************************/
1414
/* Credits */
1515
/******************************************/
16-
define('SPRITESHEET_VERSION', '1.1.2');
16+
define('SPRITESHEET_VERSION', '1.1.3');
1717
$credits = [
1818
'path' => __FILE__,
1919
'name' => 'SpriteSheet',

0 commit comments

Comments
 (0)