Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Culturefeed 3.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnswaanen committed Jul 20, 2017
1 parent 90c446f commit c2c7028
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ __[Live demo connecting acceptance API](http://acc.culturefeed.be/) only availab

When you start with a clean Drupal install or just for setting up a quick demo site we created a __[Drupal install profile](https://drupal.org/developing/distributions)__ ("Installation profiles provide specific site features and functions for a specific purpose or type of site distributions"). This included also a shell script (Build.sh) which downloads:

- drupal core (at the moment 7.32)
- drupal core (at the moment 7.56)
- drupal contribs (bootstrap 3.0)
- culturefeed
- culturefeed_bootstrap
Expand Down Expand Up @@ -54,9 +54,11 @@ Afterwards copy the composer.json file from the root of the module suite to the
"description": "CultuurNet culturefeed Drupal module",
"license": "Apache-2.0",
"require": {
"composer/composer": "~1.0",
"mobiledetect/mobiledetectlib": "dev-master",
"cultuurnet/search": "~1.2",
"cultuurnet/cdb": "~2.1",
"cultuurnet/culturefeed-php": "~1.5",
"cultuurnet/culturefeed-php": "~1.6",
"cultuurnet/calendar-summary": "~1.0",
"cultuurnet/sitemap-xml": "~1.0"
},
Expand Down Expand Up @@ -101,7 +103,7 @@ We created 3 tutorials to integrate the most common use cases:
Most of the modules have an dependency on these PHP libraries. See "Install" how to install theme with composer.

###CultuurNet\Cdb
Fluent PHP library for manipulating, serializing and deserializing data present in CultuurNet's CdbXML 3.2 format
Fluent PHP library for manipulating, serializing and deserializing data present in CultuurNet's CdbXML 3.2 or 3.3 format

[https://github.com/cultuurnet/cdb](https://github.com/cultuurnet/cdb)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mobiledetect/mobiledetectlib": "dev-master",
"cultuurnet/search": "~1.2",
"cultuurnet/cdb": "~2.1",
"cultuurnet/culturefeed-php": "~1.5",
"cultuurnet/culturefeed-php": "~1.6",
"cultuurnet/calendar-summary": "~1.0",
"cultuurnet/sitemap-xml": "~1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion culturefeed.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = CultureFeed
description = CultureFeed
package = CultureFeed
version = "7.x-3.5"
version = "7.x-3.10"
core = 7.x

files[] = lib/Drupal/DrupalCultureFeedBase.php
Expand Down

0 comments on commit c2c7028

Please sign in to comment.