Skip to content

Instantly share code, notes, and snippets.

@bigin
Created September 24, 2018 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigin/7ec315c670b7009b55be901c1b448c94 to your computer and use it in GitHub Desktop.
Save bigin/7ec315c670b7009b55be901c1b448c94 to your computer and use it in GitHub Desktop.

2.4.3

BUGFIX: Datepicker CSS included

2.4.2

MODIFICATION: Minimal style adjustments and GS 3.4-Alpha adaptations
BUGFIX: in combination with IM Extra Fields usage

2.4.1

BUGFIX: Issue when rekursive selectig SimpleItem objects.

NEW: An ItemMapper method for selecting single SimpleItem objects: ItemMapper::getSimpleItem((string|int) selector, (array) items (optional))

2.3.8

NEW: Item Allocator class - makes easy and quickly work with a huge number of items (1000 >). Also, it simplifies the use of item object, as only the "light-weigth" objects will be loaded into the memory, therefore overhead will be significant reduced. Usage example

NOTE: You can deactivate this function at any time via the $this->useAllocater = false in /plugins/imanager/lib/inc/config.php file.

NEW: FieldFilepicker - File picker field has been implemented, which makes it possible, using the functions of i18n_customfields plugin, the use of GetSimple native images and files from uploads directory - at this point many thanks to tomot for his help!

NOTE: This field is enabled only if "i18n_customfields" plugin is in the GS /plugins/ directory (no installation is necessary).

MODIFICATION: CSS changes - Minimal style changes of pagination and field width.

MODIFICATION: FieldImageupload - Is deprecated and was replaced with newer FieldFileupload field. For compatibility reasons, the FieldImageupload's are still supported, though no longer available when selecting the fields in back-end.

BUGFIX: FieldDatepicker - When selecting the date, when the date format was not specified.

BUGFIX: FieldDatepicker - When you are use several date picker fields (thanks to tomot).

BUGFIX: Check reserved field names when you save category fields.

BUGFIX: Message Reporter - Multiple messages rendering.

BUGFIX: Setup - The date format issue (thanks to morvy for reporting this bug).

BUGFIX: Template Engine - fixed some minor bugs.

BUGFIX: FontAwesome - Restrict include to back-end (thanks to morvy).

2.3.5

BUGFIX: Chunk field bug is fixed NEW: findItem function -Allows search for items without knowing the category

2.3.4

Offers new features, that simplify the usage the plugin in combination with GetSimple native pages See IM Extra Fields plugin: https://github.com/bigin/ImExtraFields

2.3.3

Slightly API modifications have been made in order to ease the use even for non-programming developers.
More infos: http://get-simple.info/forums/showthread.php?tid=7293

2.3.0

BUGFIX: Small cache bug fixed NEW: Expire cache method, can be used to automatically hooked to every $item->save() call
NEW: Simple method to count the number of items, can be used to limiting files on the disk

2.2.0

BUGFIX: Category order in admin
NEW: MarkupSectionCache
NEW: Category Joins

2.1.0

BUGFIX: upload file order
BUGFIX: category listing markup
NEW: Field title for uploaded images
NEW: Field money
NEW: Field datepicker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment