Metadata-Version: 2.1
Name: urban.schedule
Version: 1.0.0a3
Summary: Schedule configuration for Urban
Home-page: https://github.com/IMIO/urban.schedule
Author: Affinitic
Author-email: support@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/urban.schedule
Project-URL: Source, https://github.com/IMIO/urban.schedule
Project-URL: Tracker, https://github.com/IMIO/urban.schedule/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7
Provides-Extra: test
License-File: LICENSE.rst

==============
urban.schedule
==============

Schedule configuration for Urban

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at ...


Translations
------------

This product has been translated into

- French


Installation
------------

Install urban.schedule by adding it to your buildout::

    [buildout]

    ...

    eggs =
        urban.schedule


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/IMIO/urban.schedule/issues
- Source Code: https://github.com/IMIO/urban.schedule


Support
-------

If you are having issues, please let us know.


License
-------
The project is licensed under the GPLv2.


Contributors
============

- Martin Peeters [mpeeters]


Changelog
=========

.. You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst

.. towncrier release notes start

1.0.0a3 (2024-03-30)
--------------------

New features:


- Store checking completion task config for liege.
  Store reception task config for CODT Buildlicence and CU on Urban classic.
  [daggelpop, mpeeters] (URB-3005)


Internal:


- Add french translations for conditions.
  Handle specific configuration for Liege and Urban classic.
  Improve import of config by adding `match_filename` optional parameter to only import one config filename.
  [mpeeters] (URB-3005)


1.0.0a2 (2024-03-14)
--------------------

Bug fixes:


- Fix import uid and @id and fix existing content handling
  Fix enum dependency
  [jchandelle] (URB-3005)


1.0.0a1 (2024-03-12)
--------------------

New features:


- Add conditions to determine if the current content is under the new reform or not
  [mpeeters] (URB-3004)
- Add upgrade step to import schedule config
  Adapt `urban.schedule.start_date.acknowledgment_limit_date` to handle the new rules of the CODT reform
  [jchandelle, mpeeters] (URB-3005)
