Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.5' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 2, 2018
2 parents d8edb36 + 5c1afc6 commit d3f6aac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.0.5 - 2018.02.01
### Added
* Renamed the composer package name to `craft-instantanalytics`

## 1.0.4 - 2018.01.10
### Changed
* Set the documentPath for events, too
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To install the plugin, follow these instructions.

2. Then tell Composer to load the plugin:

composer require nystudio107/craft3-instantanalytics
composer require nystudio107/craft-instantanalytics

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Instant Analytics.

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "nystudio107/craft3-instantanalytics",
"name": "nystudio107/craft-instantanalytics",
"description": "Instant Analytics brings full Google Analytics support to your Twig templates and automatic Craft Commerce integration with Google Enhanced Ecommerce",
"type": "craft-plugin",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [
"craft",
"cms",
Expand All @@ -11,8 +11,8 @@
"instant analytics"
],
"support": {
"docs": "https://github.com/nystudio107/instant-analytics/blob/master/README.md",
"issues": "https://github.com/nystudio107/instant-analytics/issues"
"docs": "https://github.com/nystudio107/craft-instantanalytics/blob/master/README.md",
"issues": "https://github.com/nystudio107/craft-instantanalytics/issues"
},
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"schemaVersion": "1.0.0",
"hasCpSettings": true,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft3-instantanalytics/master/CHANGELOG.md",
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-instantanalytics/master/CHANGELOG.md",
"components": {
"ia": "nystudio107\\instantanalytics\\services\\IA",
"commerce": "nystudio107\\instantanalytics\\services\\Commerce"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/welcome.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set title = 'Welcome to Instant Analytics!' %}

{% set linkGetStarted = url('settings/plugins/instant-analytics') %}
{% set docsUrl = "https://github.com/nystudio107/craft3-instantanalytics/blob/master/README.md" %}
{% set docsUrl = "https://github.com/nystudio107/craft-instantanalytics/blob/master/README.md" %}

{% do view.registerAssetBundle("nystudio107\\instantanalytics\\assetbundles\\instantanalytics\\InstantAnalyticsAsset") %}
{% set baseAssetsUrl = view.getAssetManager().getPublishedUrl('@nystudio107/instantanalytics/assetbundles/instantanalytics/dist', true) %}
Expand Down

0 comments on commit d3f6aac

Please sign in to comment.