Skip to content

Releases: KamiYang/project_version

1.0.0

04 Mar 19:36
891a1f6
Compare
Choose a tag to compare

Release 1.0.0

Official stable

EXT:project_version is now official in version 1.0.0. Nothing changed based on feature definition. Only some travis, scrutinizer and codacy stuff was added/changed.

2.0.0-dev

This release also introduces the new roadmap to version 2.0.0 in which this entire extension will be rewritten in php 7.2 and drop TYPO3 8.7 Support. But no worries - all 1.* releases will still be available for 8.7. But the 1.* releases will only contain bugfixes and no features.

Changelog

  • 891a1f6 [RELEASE] 1.0
    |\
    | * e70b527 [TASK] Add scrutinizer badge
    | * a58a5d7 [TASK] #10 | Add more travis builds (#12)
    |/
  • 2996671 (tag: 0.6.0) [RELEASE] Set version to 0.6

0.6.0

05 Oct 18:14
2996671
Compare
Choose a tag to compare

Release 0.6.0

TYPO3 v9.5

This release comes with complete TYPO3 9 LTS support.

Fixed version

The ability to configure a fixed version via extension configuration has been added.

Changelog

  • 2996671 [RELEASE] Set version to 0.6
  • ab2eda1 [TASK] #7 | Add travis job for TYPO3 9 LTS (#11)
  • 6ab2343 [TASK] #8 | Add ability to set fixed version via extension configuration
  • b36babb [TASK] #4 | Add copyright header to every php class Feature/4
  • ed64bf6 [TASK] #4 | Remove @author from all classes
  • 9c02ec6 [TASK] #4 | Add copyright header to every php class
  • 3ba8c8d [TASK] Set extension version to 0.6.0-dev

0.5.0

13 Sep 12:32
Compare
Choose a tag to compare

Release 0.5.0

TYPO3 v9.4

Project version is now tested and entirely compatible with 9.4.0! Also icons have been added. Like the Extension.svg was missing for a long time and also inside the toolbar there was no icon while using the filebased configuration. But thats history! Yai!

Travis, StyleCI & Coveralls

Configuration files for Travis-CI, StyleCI and Coveralls have been added. The current state can be checked on the depending project site:

Also these awesome and fancy badges are now included in the README.md!
Build Status StyleCI Coverage Status

UnitTest Coverage

More test are introduced and increased the overall coverage to 100% now.

Note

Further development wont be done on branch master. Two new branches will be created, which will be called '0.5-dev' and '0.6-dev'. Master will only contain release merges from now on.

Changelog

  • 9211984 [RELEASE] Set version to 0.5.0
  • 976124d [TASK] Add milestones for 0.6.0
  • 0cfca94 [TASK] Fix coding style errors
  • caf9652 [TASK] Add test for version file fallback while using git errored
  • e2ec23d [TASK] Outsource translation of version into slot
  • 53a7e73 [TASK] Remove unnecessary bootstrap flag from .travis.yml
  • 850adb7 [TASK] Use nimut/typo3-complete instead of typo3/minimal for travis
  • 641b5ab [TASK] Add coveralls configuration
  • 73a2b82 [TASK] Add coveralls badge to README.md
  • 72d6abc [TASK] Add basic git format configurations
  • 498bab1 [TASK] Use injector methods instead of constructor based DI
  • bba45fb [TASK] Use CommandUtilityFacade in tests
  • dc56e60 [TASK] Fix typo3 env variable in .travis.yml
  • df033f8 [TASK] Cleanup .travis.yml
  • fdc32b9 [TASK] Introduce .travis.yml
  • b3129e6 [TASK] Add badges to README.md
  • e7a2f94 Merge pull request #2 from KamiYang/analysis-XaOBQY
    |\
    | * 3ce3937 Apply fixes from StyleCI
    |/
  • 3ef6225 [TASK] Introduce .styleci.yml
  • 4912f88 [TASK] Introduce CommandUtilityFacade and replace exec calls
  • 2e935c6 [TASK] Localize output in toolbar
  • a27a706 [TASK] Use Enumeration instead of static integer value
  • b0d5dca [TASK] Adjust README.md
  • d72e105 [TASK] Add extension and toolbar icons
  • 8b42bf2 [TASK] Add support for TYPO3 v9.4.0
  • f48e131 [TASK] Use "post-update-cmd" instead of "post-install-cmd" and create "ext" dir
  • f9e90ae [TASK] Cleanup composer license and ignore php-cs-fixer cache
  • 62ae18a [TASK] Update author email address
  • ccd4744 [TASK] Enhance local development environment

0.4.1

21 Aug 15:04
Compare
Choose a tag to compare

Release 0.4.1 aka 0.3.4

aka 0.3.4?

This is a different release. There is no difference between 0.4.1 and 0.3.4.
Some time ago I messed up with one of my releases for TER. Ever since this release (0.3.2), I struggled with the current version on TER. To fix this problem I decided to go straight to 0.4.1. All upcoming releases will then be as expected and there will be no 0.3.5.

0.5.0 is the new 0.4.0

Because of the choice to skip 0.4.0 and go straight to 0.4.1 all planed features/improvements for 0.4.0 will be take place in 0.5.0.

Changelog

  • b066bcf [TASK] Raise version to 0.4.1

0.3.4

21 Aug 14:03
Compare
Choose a tag to compare

Release 0.3.4

TYPO3 8.7.19

Support for TYPO3 8.7.19

Changelog

  • 3cb788e [TASK] Raise TYPO3 compatibilty to 8.7.19

0.3.3

31 Jul 10:00
Compare
Choose a tag to compare

Release 0.3.3

Wrong versions

Due to some rebaseing and git foo I messed up with the version numbers. Instead of 0.3.2 I ended up with 0.4.0 in the files. This sets the version to 0.3.3.

Changelog

  • 5308b1e [HOTFIX] Fix version numbers in composer.json and emconf

0.3.1

19 Jul 14:49
Compare
Choose a tag to compare

Release 0.3.1

TYPO3 8.7.17

Raise version compatibility. Also set version state to "beta".

Changelog

  • 2caa075 [TASK] Raise version number and set state to "beta

0.3.0

14 Jun 15:46
Compare
Choose a tag to compare

Release 0.3.0

GIT support

Finally git support has been added. This is one of the two main features. Read the README to see all configuration possibilities.

Changelog

96c02b3 [TASK] Update readme
c321248 [TASK] Create a facade objects
d842a0d [TASK] Create a facade object for CommandUtility
2cf09d4 [BUGFIX] Fix failing tests
e5ebb27 [TASK] Add git revision support
4472ac2 [TASK] Respect mode and get project version depending on its value
588b5e5 [TASK] Extend ExtensionConfiguration with mode
bcfc3e7 [TASK] Raise version to 0.3.0

0.2.1

14 Jun 13:40
Compare
Choose a tag to compare

Raise version constraint to support latest TYPO3 version (8.7.16)

0.2.0

30 May 13:31
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Release 0.2.0

This is a pre-release!

Custom version file path

The main focus for this release was on supporting custom version file names and locations. Default location and name is still 'VERSION' in the web docroot.
But this can now be configured inside the ExtensionConfiguration to a custom location in the web docroot.

Changelog

ffeb288 [TASK] Add simple examples on how to configure a custom version path
2dd11a1 [BUGFIX] Use default value if path from configuration is empty
26fb03e [BUGFIX] Fix requirement table in README.md
b80c2bb [TASK] Rename LICENSE.txt LICENSE
75fcbe2 [TASK] Add GNU General Public License v3.0
cffdecd [CLEANUP] Add some explanation comments into localconf
39120b0 [TASK] Add Unit test for ProjectVersionService
2d12653 [BUGFIX] Fix ProjectVersionTest
a02b53a [CLEANUP] Remove unnecessary ObjectManager->get call
f9edb08 [TASK] Add ability to configure VERSION-file path
5947838 [CLEANUP] Rename test method