Skip to content

Commit 182d620

Browse files
committed
Update versions and documentation for current release
1 parent ca854bd commit 182d620

3 files changed

Lines changed: 10 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![license](https://img.shields.io/badge/license-CC0%201.0%20Universal-blue.svg)](https://github.com/moqui/moqui-framework/blob/master/LICENSE.md)
44
[![build](https://travis-ci.org/moqui/moqui-framework.svg)](https://travis-ci.org/moqui/moqui-framework)
55
[![release](https://img.shields.io/github/release/moqui/moqui-framework.svg)](https://github.com/moqui/moqui-framework/releases)
6-
[![commits since release](http://img.shields.io/github/commits-since/moqui/moqui-framework/v3.0.0.svg)](https://github.com/moqui/moqui-framework/commits/master)
6+
[![commits since release](http://img.shields.io/github/commits-since/moqui/moqui-framework/v3.9.9.svg)](https://github.com/moqui/moqui-framework/commits/master)
77
[![downloads](https://img.shields.io/github/downloads/moqui/moqui-framework/total.svg)](https://github.com/moqui/moqui-framework/releases)
8-
[![downloads](https://img.shields.io/github/downloads/moqui/moqui-framework/v3.0.0/total.svg)](https://github.com/moqui/moqui-framework/releases/tag/v3.0.0)
8+
[![downloads](https://img.shields.io/github/downloads/moqui/moqui-framework/v3.9.9/total.svg)](https://github.com/moqui/moqui-framework/releases/tag/v3.9.9)
99

1010
[![Discourse Forum](https://img.shields.io/badge/moqui%20forum-discourse-blue.svg)](https://forum.moqui.org)
1111
[![Google Group](https://img.shields.io/badge/google%20group-moqui-blue.svg)](https://groups.google.com/d/forum/moqui)

ReleaseNotes.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22

33
# Moqui Framework Release Notes
44

5-
## Release 3.1.0 - Not Yet Released
5+
## Release 3.9.9 - Feb 25 2026
66

7-
Moqui Framework 3.1.0 is a minor new feature and bug fix release with no changes that are not backward compatible.
7+
Moqui Framework 3.9.9 is a minor new feature and bug fix release, but mostly a maintenance release for the Moqui Framework
8+
4.0.0 release series.
89

9-
### New Features
10+
For a complete list see the commit log:
1011

11-
- Updated Docker Compose files to use more recent recommended configurations, and scripts to use 'docker compose' for
12-
the Docker Compose Plugin instead of 'docker-compose' for the old separate package
13-
- Entity Datasource implementation for Elastic/OpenSearch using the ElasticFacade
14-
- supports CrUD operations, filtered finds, and large find result handling with a paginating EntityListIterator
15-
- does not currently support view entities as Elastic/OpenSearch do not support any sort of joins; some view entity
16-
support may be added for single-member view entities, or perhaps multi-member with nested documents in some way
17-
- intended primarily for logging type data with the ArtifactHit as the main test case, which can now be put in the
18-
new `logging` entity group to put ArtifactHit data in Elastic/OpenSearch instead of the transactional database
12+
https://github.com/moqui/moqui-framework/compare/v3.0.0...v3.9.9
1913

2014
## Release 3.0.0 - 31 May 2022
2115

addons.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
<component name="PopCommerce" group="moqui" version="2.2.1" branch="master"/>
8181
<component name="MarbleERP" group="moqui" version="1.0.1" branch="master"/>
8282
<component name="PopRestStore" group="moqui" version="1.1.1" branch="master"/>
83-
<component name="WeCreate" group="moqui" version="" branch="master"/><!-- no releases yet -->
84-
<component name="moqui-mjml" group="moqui" version="" branch="master"/><!-- no releases yet -->
83+
<component name="WeCreate" group="moqui" version="" branch="master"/>
84+
<component name="moqui-mjml" group="moqui" version="" branch="master"/>
8585
<!-- Moqui Web and Demo Sites -->
8686
<component name="moqui-org" group="moqui" version="" branch="master"/><!-- no releases -->
8787
<component name="moqui-demo" group="moqui" version="" branch="master"/><!-- no releases -->
@@ -111,6 +111,7 @@
111111

112112
<component-set name="demo" components="moqui-poi,moqui-demo,example,HiveMind,PopCommerce,PopRestStore,MarbleERP"/>
113113
<component-set name="popc" components="PopCommerce,PopRestStore"/>
114+
<component-set name="all-moqui" components="example,start,moqui-aws,moqui-camel,moqui-cups,moqui-fop,moqui-hazelcast,moqui-image,moqui-kie,moqui-orientdb,moqui-poi,moqui-sftp,moqui-sso,moqui-wikitext,mantle-udm,mantle-usl,AuthorizeDotNet,mantle-edi,mantle-paytrace,mantle-shippo,mantle-yotpo,mantle-braintree,mantle-rsis,mantle-oagis,mantle-ubpl,SimpleScreens,HiveMind,PopCommerce,MarbleERP,PopRestStore,WeCreate,moqui-mjml,moqui-org,moqui-demo"/>
114115

115116
<!-- Release builds:
116117
gradle getComponentSet -PcomponentSet=demo -PlocationType=release

0 commit comments

Comments
 (0)