1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

6370 Commits

Author SHA1 Message Date
Awilum
08757d0762 refactor(core): mute phpstat.neon 2020-12-28 11:40:25 +03:00
Awilum
536e31dc80 refactor(entries): fix typhint in Entries API 2020-12-28 11:31:34 +03:00
Awilum
2af20d3402 refactor(find): fix typhint in FindHelper 2020-12-28 11:19:02 +03:00
Awilum
1daffb5361 feat(entries): return $this instead of void in setStorage() method in Entries API. #533 2020-12-28 01:10:35 +03:00
Awilum
7fdf75320b fix(entries): fix issue with deleteStorage() method return data in Entries API. #532 2020-12-28 01:06:09 +03:00
Awilum
c24af495d6 refactor(core): mute phpstat.neon 2020-12-28 01:05:26 +03:00
Awilum
aa60ce360f fix(entries): fix issue with empty variable $data in fetch() method. #531 2020-12-28 00:57:19 +03:00
Awilum
ea125e012e feat(plugins): use plugin.php as common point to access plugin feature #530
BREAKING CHANGES

in your plugin rename bootstrap.php to plugin.php
2020-12-27 22:42:55 +03:00
Awilum
c5b57620ef refactor(core): mute phpstat.neon 2020-12-27 22:17:07 +03:00
Awilum
43a77995e5 refactor(shortcode): fix typhint in Shortcode 2020-12-27 22:16:17 +03:00
Awilum
0255e21640 fix(entries-fields): fix issue with undefined $data variable in MediaField #529 2020-12-27 22:01:51 +03:00
Awilum
ed5103e80e fix(entries-fields): fix issue with undefined $data variable in EntriesField #528 2020-12-27 22:00:54 +03:00
Awilum
a6a9dcb7b5 refactor(media-rest-api): set strict array type for $request->getParsedBody() #526 2020-12-27 21:59:08 +03:00
Awilum
087a4c5330 refactor(entries-rest-api): set strict array type for $request->getParsedBody() #527 2020-12-27 21:58:39 +03:00
Awilum
be1f12c700 refactor(core): add phpstat.neon config file 2020-12-27 20:52:49 +03:00
Awilum
2b6d0af338 fix(media-rest-api): fix issue with endpoints saving response count. #525 2020-12-27 20:07:26 +03:00
Awilum
75ce33bc52 refactor(endpoints): fix typhint in validate_files_token() validate_folders_token() 2020-12-27 20:02:09 +03:00
Awilum
acc99c4b28 refactor(endpoints): fix typhint in validate_registry_token() 2020-12-27 20:01:49 +03:00
Awilum
ceca5a1647 refactor(endpoints): fix typhint in validate_images_token() 2020-12-27 20:01:19 +03:00
Awilum
92d5bc525f refactor(endpoints): fix typhint in validate_entries_token() 2020-12-27 19:58:55 +03:00
Awilum
57d7c33de6 refactor(endpoints): fix typhint in validate_access_token() 2020-12-27 19:58:17 +03:00
Awilum
5954d8ebea refactor(core): add phpstat.neon config file 2020-12-27 19:56:44 +03:00
Awilum
6b6812aa00 feat(core): Moving to PHP 7.4.0 #524 2020-12-27 19:35:22 +03:00
Awilum
1e981dc058 feat(core): Moving to PHP 7.4.0 #524 2020-12-27 18:59:16 +03:00
Awilum
16fa2bf28c feat(core): Moving to PHP 7.4.0 #524 2020-12-27 18:25:37 +03:00
Awilum
b4c842f4f4 feat(plugins): set default plugin priority 100 #523 2020-12-27 16:58:50 +03:00
Awilum
82bc127f87 feat(plugins): set default plugin priority 1000 #523 2020-12-27 15:05:54 +03:00
Awilum
12d8a6a8a7 feat(plugins): set default plugin priority 1000 #523 2020-12-27 15:04:12 +03:00
Awilum
de10f4f163 fix(core): fix issue with Rest API endpoints detection. #522
BREAKING CHANGES

- method isApiRequest() removed.
2020-12-25 15:53:34 +03:00
Awilum
4adaecfbaa Merge branch 'dev' 2020-12-20 14:36:51 +03:00
Awilum
79440a3ddd Flextype 0.9.13 v0.9.13 2020-12-20 14:35:58 +03:00
Awilum
3909fbac9a update CHANGELOG.md 2020-12-20 10:29:17 +03:00
Awilum
850675e23d fix(fields): fix issue with slug field in Entries API #520 2020-12-20 10:28:09 +03:00
Awilum
3442e5afe4 feat(parsers): standardise parsers container names with macroable ability for Parsers API. #519 2020-12-19 21:28:27 +03:00
Awilum
bc01684988 update CHANGELOG.md 2020-12-19 18:10:09 +03:00
Awilum
ee8164ab7d update CHANGELOG.md 2020-12-19 16:57:24 +03:00
Awilum
1793800f85 update CHANGELOG.md 2020-12-19 16:56:33 +03:00
Awilum
c7a4eb14e4 update CHANGELOG.md 2020-12-19 16:47:37 +03:00
Awilum
255951c00b update CHANGELOG.md 2020-12-19 16:34:18 +03:00
Awilum
be6c3eb8cf update CHANGELOG.md 2020-12-19 16:31:09 +03:00
Awilum
7680c224c6 update CHANGELOG.md 2020-12-19 16:27:37 +03:00
Awilum
98d10819dd update CHANGELOG.md 2020-12-19 16:18:35 +03:00
Awilum
97c42a8682 update CHANGELOG.md 2020-12-19 14:39:42 +03:00
Awilum
500ff741d9 update CHANGELOG.md 2020-12-19 14:33:00 +03:00
Awilum
c42fe3aacf refactor(core): code formating and refactoring 2020-12-19 01:20:02 +03:00
Awilum
86004c57ac refactor(core): code formating and refactoring 2020-12-19 01:15:44 +03:00
Awilum
4082e1c63e feat(parsers): standardise parsers container names with macroable ability for Parsers API. #519 2020-12-18 23:44:13 +03:00
Awilum
81679a84ba feat(parsers): standardise parsers container names with macroable ability for Parsers API. #519 2020-12-18 23:44:03 +03:00
Awilum
5b1713d14c feat(media): Add new field media.folders.fetch and media.files.fetch for Media Folders and Files API #501 #500 2020-12-18 22:36:12 +03:00
Awilum
43727e1796 feat(fields): Add new field entries.fetch for Entries API #492 2020-12-18 22:35:32 +03:00