Skip to content

Commit

Permalink
version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashyablok committed Mar 18, 2021
2 parents 708973a + 88e1b75 commit 35e0b92
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion dist/pathfora.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

/** @module pathfora/globals/config */

var PF_VERSION = '1.2.5',
var PF_VERSION = '1.2.6',
PF_LOCALE = 'en-US',
PF_DATE_OPTIONS = {},
PREFIX_REC = 'PathforaRecommend_',
Expand Down
2 changes: 1 addition & 1 deletion dist/pathfora.min.js

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
site_name: PathforaJS SDK
pages:
- Pathfora JS: index.md
- Pathfora JS: 'index.md'
- Modules:
- API Reference:
- Methods: api/methods.md
- Generalized Configuration: api/config.md
- Methods: 'api/methods.md'
- Generalized Configuration: 'api/config.md'
- Types:
- Message: types/message.md
- Form: types/form.md
- Subscription: types/subscription.md
- Gate: types/gate.md
- Message: 'types/message.md'
- Form: 'types/form.md'
- Subscription: 'types/subscription.md'
- Gate: 'types/gate.md'
- Layouts:
- Modal: layouts/modal.md
- Slideout: layouts/slideout.md
- Bar: layouts/bar.md
- Button: layouts/button.md
- Inline: layouts/inline.md
- Modal: 'layouts/modal.md'
- Slideout: 'layouts/slideout.md'
- Bar: 'layouts/bar.md'
- Button: 'layouts/button.md'
- Inline: 'layouts/inline.md'
- Customization:
- Action Buttons: customization/buttons.md
- Color Themes: customization/themes.md
- Custom CSS: customization/css.md
- Form Elements: customization/form.md
- Form Schema Builder: customization/form_builder.md
- Form Elements (Legacy): customization/form_legacy.md
- Responsive Styles: customization/responsive.md
- Entity Fields: customization/entity_fields.md
- A/B Testing: ab_testing.md
- Audience Targeting: targeting.md
- Callbacks: callbacks.md
- Content Recommendations: content_recommend.md
- Display Conditions: display_conditions.md
- Tracking: tracking.md
- Action Buttons: 'customization/buttons.md'
- Color Themes: 'customization/themes.md'
- Custom CSS: 'customization/css.md'
- Form Elements: 'customization/form.md'
- Form Schema Builder: 'customization/form_builder.md'
- Form Elements (Legacy): 'customization/form_legacy.md'
- Responsive Styles: 'customization/responsive.md'
- Entity Fields: 'customization/entity_fields.md'
- A/B Testing: 'ab_testing.md'
- Audience Targeting: 'targeting.md'
- Callbacks: 'callbacks.md'
- Content Recommendations: 'content_recommend.md'
- Display Conditions: 'display_conditions.md'
- Tracking: 'tracking.md'
- Inline Personalization:
- Element Toggle: toggle.md
- Inline Content Recommendations: inline_content.md
- Element Toggle: 'toggle.md'
- Inline Content Recommendations: 'inline_content.md'
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js
- assets/pre.js
Expand Down
2 changes: 1 addition & 1 deletion src/rollup/globals/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import resetDataObject from './reset-data-object';
// ab tests
import createABTestingModePreset from '../ab-test/create-preset';

export var PF_VERSION = '1.2.5',
export var PF_VERSION = '1.2.6',
PF_LOCALE = 'en-US',
PF_DATE_OPTIONS = {},
PREFIX_REC = 'PathforaRecommend_',
Expand Down

0 comments on commit 35e0b92

Please sign in to comment.