File tree Expand file tree Collapse file tree 5 files changed +276
-267
lines changed Expand file tree Collapse file tree 5 files changed +276
-267
lines changed Original file line number Diff line number Diff line change 1
-
1
+ .idea / *
2
2
.DS_Store
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 1.1.2 - 18.02.2022
5
+ --------------------------
6
+
7
+ * Pfad-Korrektur für aktives CSS-File, wenn Subset ausgewählt ist
8
+ * Backend-Formulare mit korrigierter Form-Action verhindert Probleme mit Installationen in Unterordnern (Packages Page)
9
+
10
+ > Bitte nach der Installation / dem Update Cache löschen!
11
+
4
12
Version 1.1.1 - 28.01.2022
5
13
--------------------------
6
14
Original file line number Diff line number Diff line change @@ -178,7 +178,8 @@ public static function getCssUrl(): ?string {
178
178
* @author Peter Schulze | p.schulze[at]bitshifters.de
179
179
*/
180
180
public static function getActiveCssFileName (): ?string {
181
- $ basePath = rex_fa_package::PACKAGE_PATH .self ::getActiveVariant ().DIRECTORY_SEPARATOR .self ::getActiveVariant ()."- " .self ::getActiveVersion ();
181
+ $ basePath = rex_fa_package::PACKAGE_PATH .self ::getActiveVariant ().DIRECTORY_SEPARATOR .self ::getActiveVariant ()."- " .self ::getActiveVersion ().
182
+ (self ::getActiveSubset () != "" ? "- " .self ::getActiveSubset () : "" );
182
183
183
184
if (file_exists (rex_path::data ($ basePath .DIRECTORY_SEPARATOR .'css ' .DIRECTORY_SEPARATOR .self ::ALL_MIN_CSS ))) {
184
185
return self ::ALL_MIN_CSS ;
Original file line number Diff line number Diff line change 1
1
package : fa_iconpicker
2
- version : ' 1.1.1 '
2
+ version : ' 1.1.2 '
3
3
author : Friends Of REDAXO
4
4
pjax : false
5
5
supportpage : https://github.com/FriendsOfREDAXO/fa_iconpicker/
You can’t perform that action at this time.
0 commit comments