Skip to content

Commit

Permalink
Merge pull request #97 from webability-go/late-night
Browse files Browse the repository at this point in the history
patch v1.8.0
  • Loading branch information
metalwolf authored Apr 10, 2024
2 parents 540214f + 9ae26a0 commit 61c832c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,11 @@ Extras:

# Version Changes Control

v1.8.0 - 2024-04-08
-----------------------
- Added GetConfig() in Datasource Interface so the xmodules can use Datasource interface as standard without casting
- The various parts of xamboo-env, xamboo-master, xamboo-admin and xmodules have been modified to meet new normalized standard

v1.7.7 - 2023-03-16
-----------------------
- Documentation enhanced with some new entries
Expand Down
1 change: 1 addition & 0 deletions applications/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type DatasourceSet interface {
type Datasource interface {
// general needed funcion
GetName() string
GetConfig() *xconfig.XConfig
AddLanguage(lang language.Tag)
GetLanguages() []language.Tag
SetLog(id string, logger *log.Logger)
Expand Down
2 changes: 1 addition & 1 deletion xamboo.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
package xamboo

// VERSION last oficial published version of the xamboo on github.com
const VERSION = "1.7.7"
const VERSION = "1.8.0"

0 comments on commit 61c832c

Please sign in to comment.