Compare commits

..

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

3 changed files with 4 additions and 19 deletions

View file

@ -10,19 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
nothing as of yet
## [1.1.2] - 2023-08-07
### Added
- link to changelog in package metadata
### Changed
- manifest example in README as to reflect the latest default sample output
### Fixed
- deprecated `license_file` property in package metadata
## [1.1.1] - 2023-08-07
@ -71,7 +58,6 @@ nothing as of yet
[unreleased]: https://bitbucket.org/victorykit/xconfluencebuilder/branch/master
[1.1.2]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.2/
[1.1.1]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.1/
[1.1.0]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.0/
[1.0.1]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.0.1/

View file

@ -38,19 +38,19 @@ The following is a sample manifest generated from the default sample:
"Name": "pexels-just-a-couple-photos-3777622.jpg",
"ContainerPageTitle": "Cats",
"MimeType": "image/jpeg",
"Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg"
"Ref": "attachments/pexels-just-a-couple-photos-3777622.jpg"
},
{
"Name": "pexels-sami-aksu-14356302.jpg",
"ContainerPageTitle": "Cats",
"MimeType": "image/jpeg",
"Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg"
"Ref": "attachments/pexels-sami-aksu-14356302.jpg"
},
{
"Name": "objects.inv",
"ContainerPageTitle": "Default Sample~",
"MimeType": "application/octet-stream",
"Ref": "attachments/Default+Sample~/objects.inv"
"Ref": "attachments/objects.inv"
}
]
}

View file

@ -7,9 +7,8 @@ description = sphinxcontrib.confluencebuilder wrapper for delayed publishing
long_description = file: README.md
long_description_content_type = text/markdown
license = DL-DE-BY-2.0
license_files = LICENSE
license_file = LICENSE
project_urls =
Changelog = https://bitbucket.org/victorykit/xconfluencebuilder/src/master/CHANGELOG.md
Repository = https://bitbucket.org/victorykit/xconfluencebuilder/
classifiers =