Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Tags: zendframework/ZendSkeletonApplication

Tags

release-3.1.3

Toggle release-3.1.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
weierophinney Matthew Weier O'Phinney
zendframework/ZendSkeletonApplication 3.1.3

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#452](#452) provides a truly cross-platform approach to removing the `composer.lock` entry from the `.gitignore` file. The skeleton now provides a script for doing so that it invokes as part of its post-create-project-cmd event; the script removes itself on completion.

release-3.1.2

Toggle release-3.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
weierophinney Matthew Weier O'Phinney
zendframework/ZendSkeletonApplication 3.1.2

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#451](#451) provides compatibility on Windows for the script re-instating the composer.lock in the created project.

release-3.1.1

Toggle release-3.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
weierophinney Matthew Weier O'Phinney
zendframework/ZendSkeletonApplication 3.1.1

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#449](#449) fixes a syntax error in the post-create-project-cmd hook.

release-3.1.0

Toggle release-3.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
weierophinney Matthew Weier O'Phinney
zendframework/ZendSkeletonApplication 3.1.0

Added
-----

- Nothing.

Changed
-------

- [#431](#431) updates the skeleton to use Bootstrap 4.

- [#428](#428) changes the default `module_listener_options` in the `config/application.config.php` file to remove the `module_paths` and set `use_zend_loader` to false.

- [#448](#448) removes the `composer.lock` to ensure users creating a new project receive the latest versions of all dependencies as supported by their current PHP version.  Additionally, it adds an entry to the `post-create-project-cmd` Composer hook to remove the `composer.lock` entry from the `.gitignore` file, to promote checking in a `composer.lock` in user projects.

- [#448](#448) bumps the version constraints of all optional packages to the latest versions supported by all PHP versions the skeleton supports.

- [#448](#448) bumps the minimum supported version of zf-development-mode to 3.2

- [#448](#448) bumps the minimum supported version of zend-mvc to 3.1.1.

- [#448](#448) bumps the allowed versions of zend-component-installer to the 1.0 and 2.0 series.

- [#448](#448) bumps the minimum supported version of zend-skeleton-installer to 0.1.7.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#430](#430) updates the `serve` command to work cross-platform, and across all supported PHP versions.

release-3.0.3

Toggle release-3.0.3's commit message
Zend Skeleton Application 3.0.3

Added
-----

- Nothing.

Changed
-------

- [#386](#386)
  updates the Vagrant box to be based on bento/ubuntu-16.04.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#395](#395)
  fixes an issue with environment expansion when creating the default vhost in
  the Vagrant box.

- [#406](#406)
  updates the `composer serve` script to work on Windows.

release-3.0.2

Toggle release-3.0.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Xerkus Aleksei Khudiakov
Zend Skeleton Application 3.0.2

Added
-----

- Nothing.

Changed
----------

- [#412](#412)
  Bumped minimum zend-component-installer version to ^0.7

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#361](#361)
  Fixed document root in dockerfile

release-2.4.11

Toggle release-2.4.11's commit message
Zend Framework Skeleton Application 2.4.11

Pins to 2.4 series of Zend Framework, setting minimum version to 2.4.11.

release-3.0.1

Toggle release-3.0.1's commit message
Zend Skeleton Application 3.0.1

Added
-----

- [#375](#375) adds
  support for Ubuntu 16.04 in the shipped vagrant configuration.
- [#377](#377) adds
  composer scripts for running CS checks and unit tests.
- [#380](#380) adds
  the file `public/web.config` file for usage with IIS, with rules matching
  those in `public/.htaccess`.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#376](#376)
  updates the shipped Bootstrap version to 3.3.7.
- [#376](#376)
  updates the shipped jQuery version to 3.1.0.
- [#381](#381)
  updates the skeleton to enable development mode on initial project
  installation, via a Composer hook.

release-2.5.0

Toggle release-2.5.0's commit message
Zend Skeleton Application 2.5.0

Last working version using zendframework ~2.5 as a dependency.

release-3.0.0

Toggle release-3.0.0's commit message
Zend Skeleton Application 3.0.0

This release updates the skeleton application to zend-mvc v3.0, with the following additional changes:

- No more dependency on the zendframework package; instead, it only defines dependencies on the minimum set of components needed to execute a zend-mvc application.
- Adds dependencies on zend-component-installer and zend-skeleton-installer; the latter prompts for additional packages to install, and the former auto-registers them with the MVC.
- Adds a dependency on zf-development-mode, allowing users to toggle development mode settings.
- Adds unit testing scaffolding for the application.
- Adds docker-compose and vagrant configuration, to provide workable, default development environments out-of-the-box.