Skip to content

Commit

Permalink
Merge pull request #57 from apostrophecms/remove-version
Browse files Browse the repository at this point in the history
Removes specific version number and fixes link
  • Loading branch information
BoDonkey authored Mar 14, 2024
2 parents bc7042b + a9e4514 commit 3c9e74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<h1>Apostrophe Import Export Module</h1>
<p>
<a aria-label="Apostrophe logo" href="https://v3.docs.apostrophecms.org">
<a aria-label="Apostrophe logo" href="https://docs.apostrophecms.org">
<img src="https://img.shields.io/badge/MADE%20FOR%20ApostropheCMS-000000.svg?style=for-the-badge&logo=Apostrophe&labelColor=6516dd">
</a>
<a aria-label="Join the community on Discord" href="http://chat.apostrophecms.org">
Expand All @@ -15,7 +15,7 @@
</p>
</div>

This A3 module enables import and export of pages and pieces, with or without related
This module enables import and export of pages and pieces, with or without related
documents such as files, images and other related types.

## Installation
Expand Down Expand Up @@ -142,7 +142,7 @@ module.exports = {
## Importing documents from another locale
Exported documents maintain their locale settings. If the locale during import differs from the export locale, and only one locale is configured in the @apostrophecms/i18n module, the documents will be automatically rewritten to align with the new import locale.
Exported documents maintain their locale settings. If the locale during import differs from the export locale, and only one locale is configured in the `@apostrophecms/i18n` module, the documents will be automatically rewritten to align with the new import locale.
If multiple locales are set up, the user will be prompted to choose between canceling the import or proceeding with it.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apostrophecms/import-export",
"version": "1.4.0",
"description": "Import Export Documents for ApostropheCMS 3.",
"description": "Import Export Documents for ApostropheCMS",
"main": "index.js",
"scripts": {
"eslint": "eslint --ext .js,.vue .",
Expand Down

0 comments on commit 3c9e74b

Please sign in to comment.