Compare commits

..

No commits in common. "master" and "1.0.3" have entirely different histories.

5 changed files with 7 additions and 10 deletions

View File

@ -26,9 +26,6 @@ Template for next version
### Fixed
* Fixed typo https://github.com/ohmyform/ohmyform/pull/185
* node prune location (https://github.com/ohmyform/ohmyform/issues/184)
### Security
## [1.0.3] - 2022-03-27

View File

@ -6,7 +6,7 @@ WORKDIR /usr/src/ui
RUN apk --update --no-cache add curl bash g++ make libpng-dev
# install node-prune (https://github.com/tj/node-prune)
RUN curl -sf https://gobinaries.com/tj/node-prune | sh
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
COPY ui/ .
@ -29,7 +29,7 @@ WORKDIR /usr/src/api
RUN apk --update --no-cache add curl bash g++ make libpng-dev
# install node-prune (https://github.com/tj/node-prune)
RUN curl -sf https://gobinaries.com/tj/node-prune | sh
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
COPY api/ .

View File

@ -10,7 +10,7 @@
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/ohmyform/ohmyform/tree/master)
[Demo](https://demo.ohmyform.org/) Username and password are just `demo`. We will reset the demo instance at least once for every new release and possibly more often so don't rely on it for sending actual forms expect no notice for resets.
[Demo](https://omf-demo.herokuapp.com/)
> An *open source alternative to TypeForm* that can create stunning mobile-ready forms, surveys and questionnaires.
@ -52,7 +52,7 @@
- Custom Subdomains for each User
- Implement encryption for all form data
- Add Typeform API integration
- Add plugin/3rd party integration support (aka Slack)
- Add plugin/3rd party integration support (ala Slack)
- Create wiki for easy installation and setup
- Add Stripe/Payment Form field
- Add Custom Background and Dropdown Field Images
@ -69,7 +69,7 @@ Please checkout our [contributing guide](CONTRIBUTING.md) on ways to contribute
Follow documentation hosted on [OhMyForm.com](http://ohmyform.com/docs/install/) it will be the main and hopefully only location to obtain the up to date documentation.
If you pull the repository do not forget to execute: `git submodule update --init`
if you pull the repository do not forget to execute: `git submodule update --init`
### Some technical Insights

2
api

@ -1 +1 @@
Subproject commit c2c421baa6f41e4e6fb812fa2978956aaf7aa0dd
Subproject commit 3b5a6c92afd4577af0106a033bac2b130fa2e81e

2
ui

@ -1 +1 @@
Subproject commit 011a6baef416bb9265f5172707bc21e7823c8086
Subproject commit 19339436a3ff159b85907bd1b61e114efdcb93c0