update
This commit is contained in:
parent
6ba8886d06
commit
bd44afb07a
|
@ -104,7 +104,7 @@ module.exports = {
|
||||||
proxy: true,
|
proxy: true,
|
||||||
baseURL: process.env.URL_CMS,
|
baseURL: process.env.URL_CMS,
|
||||||
browserBaseURL: process.env.URL_APP,
|
browserBaseURL: process.env.URL_APP,
|
||||||
debug: true,
|
debug: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
proxy: {
|
proxy: {
|
||||||
|
|
|
@ -218,6 +218,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.services-list__content {
|
.services-list__content {
|
||||||
|
z-index: 10;
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
@ -1,32 +1,35 @@
|
||||||
1.0.1: First version of PhotoAlbums
|
1.0.1: 'First version of PhotoAlbums'
|
||||||
1.0.2:
|
1.0.2:
|
||||||
- Update with migrations to create albums and photos table
|
- 'Update with migrations to create albums and photos table'
|
||||||
- create_albums_table.php
|
- create_albums_table.php
|
||||||
- create_photos_table.php
|
- create_photos_table.php
|
||||||
1.1.0:
|
1.1.0:
|
||||||
- Add ability to select front photo for album from the interface
|
- 'Add ability to select front photo for album from the interface'
|
||||||
- add_album_front.php
|
- add_album_front.php
|
||||||
1.2.0:
|
1.2.0:
|
||||||
- Added ability to reorder photos in the album
|
- 'Added ability to reorder photos in the album'
|
||||||
- add_sort_order_field.php
|
- add_sort_order_field.php
|
||||||
1.2.1:
|
1.2.1:
|
||||||
- Fill default sort_order values for existing photos
|
- 'Fill default sort_order values for existing photos'
|
||||||
- update_sort_order_on_existing_photos.php
|
- update_sort_order_on_existing_photos.php
|
||||||
1.2.2:
|
1.2.2:
|
||||||
- Sqlite support for RandomPhotos component
|
- 'Sqlite support for RandomPhotos component'
|
||||||
1.2.3:
|
1.2.3:
|
||||||
- Added helper method to get album's cover photo
|
- 'Added helper method to get album''s cover photo'
|
||||||
1.2.4:
|
1.2.4:
|
||||||
- Fix for album front photo eager loading
|
- 'Fix for album front photo eager loading'
|
||||||
1.2.5:
|
1.2.5:
|
||||||
- Fix for photos count in only_full_group_by sql mode
|
- 'Fix for photos count in only_full_group_by sql mode'
|
||||||
1.3.0:
|
1.3.0:
|
||||||
- New dialog to insert photos into blog posts
|
- 'New dialog to insert photos into blog posts'
|
||||||
1.4.0:
|
1.4.0:
|
||||||
- Integration with RainLab.Pages to use Albums and Photos in Menu Items (and Sitemap)
|
- 'Integration with RainLab.Pages to use Albums and Photos in Menu Items (and Sitemap)'
|
||||||
1.4.1:
|
1.4.1:
|
||||||
- Improved layout of Photo form (thanks to gergo85)
|
- 'Improved layout of Photo form (thanks to gergo85)'
|
||||||
- Improved lang.php strings (thanks to gergo85)
|
- 'Improved lang.php strings (thanks to gergo85)'
|
||||||
- Localized Menu Item types
|
- 'Localized Menu Item types'
|
||||||
1.4.2:
|
1.4.2:
|
||||||
- Fixed second insert photo icon from occuring in blog post form
|
- 'Fixed second insert photo icon from occuring in blog post form'
|
||||||
|
1.4.3:
|
||||||
|
- 'Updated table graker_photoalbums_albums'
|
||||||
|
- builder_table_update_graker_photoalbums_albums.php
|
||||||
|
|
Loading…
Reference in New Issue