Version Notes
- fixes for version check
Download this release
Release Info
| Developer | Sellbrite |
| Extension | sellbrite |
| Version | 1.1.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.0.1 to 1.1.0.2
- app/code/community/Sellbrite/.idea/.name +1 -0
- app/code/community/Sellbrite/.idea/Sellbrite.iml +8 -0
- app/code/community/Sellbrite/.idea/encodings.xml +4 -0
- app/code/community/Sellbrite/.idea/modules.xml +8 -0
- app/code/community/Sellbrite/.idea/scopes/scope_settings.xml +5 -0
- app/code/community/Sellbrite/.idea/vcs.xml +6 -0
- app/code/community/Sellbrite/.idea/workspace.xml +272 -0
- app/code/community/Sellbrite/Api/Block/Adminhtml/System/Config/Fieldset/Hint.php +2 -2
- app/code/community/Sellbrite/Api/etc/.config.xml.swp +0 -0
- app/code/community/Sellbrite/Api/etc/config.xml +1 -1
- package.xml +5 -5
app/code/community/Sellbrite/.idea/.name
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
Sellbrite
|
app/code/community/Sellbrite/.idea/Sellbrite.iml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<module type="WEB_MODULE" version="4">
|
| 3 |
+
<component name="NewModuleRootManager">
|
| 4 |
+
<content url="file://$MODULE_DIR$" />
|
| 5 |
+
<orderEntry type="inheritedJdk" />
|
| 6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
| 7 |
+
</component>
|
| 8 |
+
</module>
|
app/code/community/Sellbrite/.idea/encodings.xml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
|
| 4 |
+
</project>
|
app/code/community/Sellbrite/.idea/modules.xml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="ProjectModuleManager">
|
| 4 |
+
<modules>
|
| 5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/Sellbrite.iml" filepath="$PROJECT_DIR$/.idea/Sellbrite.iml" />
|
| 6 |
+
</modules>
|
| 7 |
+
</component>
|
| 8 |
+
</project>
|
app/code/community/Sellbrite/.idea/scopes/scope_settings.xml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<component name="DependencyValidationManager">
|
| 2 |
+
<state>
|
| 3 |
+
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
|
| 4 |
+
</state>
|
| 5 |
+
</component>
|
app/code/community/Sellbrite/.idea/vcs.xml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="VcsDirectoryMappings">
|
| 4 |
+
<mapping directory="" vcs="" />
|
| 5 |
+
</component>
|
| 6 |
+
</project>
|
app/code/community/Sellbrite/.idea/workspace.xml
ADDED
|
@@ -0,0 +1,272 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<project version="4">
|
| 3 |
+
<component name="ChangeListManager">
|
| 4 |
+
<list default="true" id="b5dcfef6-b38b-4aa8-a345-bd26b96761cc" name="Default" comment="" />
|
| 5 |
+
<ignored path="Sellbrite.iws" />
|
| 6 |
+
<ignored path=".idea/workspace.xml" />
|
| 7 |
+
<ignored path=".idea/dataSources.local.xml" />
|
| 8 |
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
| 9 |
+
<option name="TRACKING_ENABLED" value="true" />
|
| 10 |
+
<option name="SHOW_DIALOG" value="false" />
|
| 11 |
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
| 12 |
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
| 13 |
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
| 14 |
+
</component>
|
| 15 |
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
| 16 |
+
<component name="CreatePatchCommitExecutor">
|
| 17 |
+
<option name="PATCH_PATH" value="" />
|
| 18 |
+
</component>
|
| 19 |
+
<component name="DaemonCodeAnalyzer">
|
| 20 |
+
<disable_hints />
|
| 21 |
+
</component>
|
| 22 |
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
| 23 |
+
<component name="FavoritesManager">
|
| 24 |
+
<favorites_list name="Sellbrite" />
|
| 25 |
+
</component>
|
| 26 |
+
<component name="FileEditorManager">
|
| 27 |
+
<leaf>
|
| 28 |
+
<file leaf-file-name="Data.php" pinned="false" current-in-tab="false">
|
| 29 |
+
<entry file="file://$PROJECT_DIR$/Api/Helper/Data.php">
|
| 30 |
+
<provider selected="true" editor-type-id="text-editor">
|
| 31 |
+
<state vertical-scroll-proportion="-0.0" vertical-offset="0" max-vertical-offset="195">
|
| 32 |
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
| 33 |
+
<folding />
|
| 34 |
+
</state>
|
| 35 |
+
</provider>
|
| 36 |
+
</entry>
|
| 37 |
+
</file>
|
| 38 |
+
<file leaf-file-name="Token.php" pinned="false" current-in-tab="false">
|
| 39 |
+
<entry file="file://$PROJECT_DIR$/Api/Model/Token.php">
|
| 40 |
+
<provider selected="true" editor-type-id="text-editor">
|
| 41 |
+
<state vertical-scroll-proportion="26.291666" vertical-offset="631" max-vertical-offset="1245">
|
| 42 |
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
| 43 |
+
<folding />
|
| 44 |
+
</state>
|
| 45 |
+
</provider>
|
| 46 |
+
</entry>
|
| 47 |
+
</file>
|
| 48 |
+
<file leaf-file-name="Hint.php" pinned="false" current-in-tab="true">
|
| 49 |
+
<entry file="file://$PROJECT_DIR$/Api/Block/Adminhtml/System/Config/Fieldset/Hint.php">
|
| 50 |
+
<provider selected="true" editor-type-id="text-editor">
|
| 51 |
+
<state vertical-scroll-proportion="0.3668478" vertical-offset="120" max-vertical-offset="2745">
|
| 52 |
+
<caret line="17" column="7" selection-start-line="17" selection-start-column="7" selection-end-line="17" selection-end-column="7" />
|
| 53 |
+
<folding />
|
| 54 |
+
</state>
|
| 55 |
+
</provider>
|
| 56 |
+
</entry>
|
| 57 |
+
</file>
|
| 58 |
+
<file leaf-file-name="config.xml" pinned="false" current-in-tab="false">
|
| 59 |
+
<entry file="file://$PROJECT_DIR$/Api/etc/config.xml">
|
| 60 |
+
<provider selected="true" editor-type-id="text-editor">
|
| 61 |
+
<state vertical-scroll-proportion="0.0" vertical-offset="931" max-vertical-offset="1350">
|
| 62 |
+
<caret line="84" column="9" selection-start-line="84" selection-start-column="9" selection-end-line="84" selection-end-column="9" />
|
| 63 |
+
<folding />
|
| 64 |
+
</state>
|
| 65 |
+
</provider>
|
| 66 |
+
</entry>
|
| 67 |
+
</file>
|
| 68 |
+
</leaf>
|
| 69 |
+
</component>
|
| 70 |
+
<component name="IdeDocumentHistory">
|
| 71 |
+
<option name="CHANGED_PATHS">
|
| 72 |
+
<list>
|
| 73 |
+
<option value="$PROJECT_DIR$/Api/etc/config.xml" />
|
| 74 |
+
<option value="$PROJECT_DIR$/Api/Block/Adminhtml/System/Config/Fieldset/Hint.php" />
|
| 75 |
+
</list>
|
| 76 |
+
</option>
|
| 77 |
+
</component>
|
| 78 |
+
<component name="JsGulpfileManager">
|
| 79 |
+
<detection-done>true</detection-done>
|
| 80 |
+
</component>
|
| 81 |
+
<component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
|
| 82 |
+
<component name="ProjectFrameBounds">
|
| 83 |
+
<option name="y" value="23" />
|
| 84 |
+
<option name="width" value="1280" />
|
| 85 |
+
<option name="height" value="735" />
|
| 86 |
+
</component>
|
| 87 |
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
| 88 |
+
<OptionsSetting value="true" id="Add" />
|
| 89 |
+
<OptionsSetting value="true" id="Remove" />
|
| 90 |
+
<OptionsSetting value="true" id="Checkout" />
|
| 91 |
+
<OptionsSetting value="true" id="Update" />
|
| 92 |
+
<OptionsSetting value="true" id="Status" />
|
| 93 |
+
<OptionsSetting value="true" id="Edit" />
|
| 94 |
+
<ConfirmationsSetting value="0" id="Add" />
|
| 95 |
+
<ConfirmationsSetting value="0" id="Remove" />
|
| 96 |
+
</component>
|
| 97 |
+
<component name="ProjectView">
|
| 98 |
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
| 99 |
+
<flattenPackages />
|
| 100 |
+
<showMembers />
|
| 101 |
+
<showModules />
|
| 102 |
+
<showLibraryContents />
|
| 103 |
+
<hideEmptyPackages />
|
| 104 |
+
<abbreviatePackageNames />
|
| 105 |
+
<autoscrollToSource />
|
| 106 |
+
<autoscrollFromSource />
|
| 107 |
+
<sortByType />
|
| 108 |
+
</navigator>
|
| 109 |
+
<panes>
|
| 110 |
+
<pane id="ProjectPane">
|
| 111 |
+
<subPane>
|
| 112 |
+
<PATH>
|
| 113 |
+
<PATH_ELEMENT>
|
| 114 |
+
<option name="myItemId" value="Sellbrite" />
|
| 115 |
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
| 116 |
+
</PATH_ELEMENT>
|
| 117 |
+
</PATH>
|
| 118 |
+
<PATH>
|
| 119 |
+
<PATH_ELEMENT>
|
| 120 |
+
<option name="myItemId" value="Sellbrite" />
|
| 121 |
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
| 122 |
+
</PATH_ELEMENT>
|
| 123 |
+
<PATH_ELEMENT>
|
| 124 |
+
<option name="myItemId" value="Sellbrite" />
|
| 125 |
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
| 126 |
+
</PATH_ELEMENT>
|
| 127 |
+
<PATH_ELEMENT>
|
| 128 |
+
<option name="myItemId" value="Api" />
|
| 129 |
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
| 130 |
+
</PATH_ELEMENT>
|
| 131 |
+
</PATH>
|
| 132 |
+
<PATH>
|
| 133 |
+
<PATH_ELEMENT>
|
| 134 |
+
<option name="myItemId" value="Sellbrite" />
|
| 135 |
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
| 136 |
+
</PATH_ELEMENT>
|
| 137 |
+
<PATH_ELEMENT>
|
| 138 |
+
<option name="myItemId" value="Sellbrite" />
|
| 139 |
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
| 140 |
+
</PATH_ELEMENT>
|
| 141 |
+
<PATH_ELEMENT>
|
| 142 |
+
<option name="myItemId" value="Api" />
|
| 143 |
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
| 144 |
+
</PATH_ELEMENT>
|
| 145 |
+
<PATH_ELEMENT>
|
| 146 |
+
<option name="myItemId" value="etc" />
|
| 147 |
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
| 148 |
+
</PATH_ELEMENT>
|
| 149 |
+
</PATH>
|
| 150 |
+
</subPane>
|
| 151 |
+
</pane>
|
| 152 |
+
<pane id="Scope" />
|
| 153 |
+
</panes>
|
| 154 |
+
</component>
|
| 155 |
+
<component name="PropertiesComponent">
|
| 156 |
+
<property name="WebServerToolWindowFactoryState" value="true" />
|
| 157 |
+
<property name="last_opened_file_path" value="$PROJECT_DIR$/../../../design/adminhtml/base" />
|
| 158 |
+
</component>
|
| 159 |
+
<component name="RunManager">
|
| 160 |
+
<configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
|
| 161 |
+
<TestRunner />
|
| 162 |
+
<method />
|
| 163 |
+
</configuration>
|
| 164 |
+
<configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console">
|
| 165 |
+
<method />
|
| 166 |
+
</configuration>
|
| 167 |
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
| 168 |
+
<method />
|
| 169 |
+
</configuration>
|
| 170 |
+
<configuration default="true" type="PhpBehatConfigurationType" factoryName="Behat">
|
| 171 |
+
<BehatRunner />
|
| 172 |
+
<method />
|
| 173 |
+
</configuration>
|
| 174 |
+
<configuration default="true" type="PhpUnitRemoteRunConfigurationType" factoryName="PHPUnit on Server">
|
| 175 |
+
<method />
|
| 176 |
+
</configuration>
|
| 177 |
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
| 178 |
+
<method />
|
| 179 |
+
</configuration>
|
| 180 |
+
<list size="0" />
|
| 181 |
+
</component>
|
| 182 |
+
<component name="ShelveChangesManager" show_recycled="false" />
|
| 183 |
+
<component name="TaskManager">
|
| 184 |
+
<task active="true" id="Default" summary="Default task">
|
| 185 |
+
<changelist id="b5dcfef6-b38b-4aa8-a345-bd26b96761cc" name="Default" comment="" />
|
| 186 |
+
<created>1444188511065</created>
|
| 187 |
+
<option name="number" value="Default" />
|
| 188 |
+
<updated>1444188511065</updated>
|
| 189 |
+
</task>
|
| 190 |
+
<servers />
|
| 191 |
+
</component>
|
| 192 |
+
<component name="ToolWindowManager">
|
| 193 |
+
<frame x="0" y="23" width="1280" height="735" extended-state="0" />
|
| 194 |
+
<editor active="true" />
|
| 195 |
+
<layout>
|
| 196 |
+
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
| 197 |
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
| 198 |
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
| 199 |
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32882884" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
| 200 |
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
| 201 |
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
| 202 |
+
<window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
| 203 |
+
<window_info id="Remote Host" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
| 204 |
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
| 205 |
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
| 206 |
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
|
| 207 |
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
|
| 208 |
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
| 209 |
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
| 210 |
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
| 211 |
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
| 212 |
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
| 213 |
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
| 214 |
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
| 215 |
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
| 216 |
+
</layout>
|
| 217 |
+
</component>
|
| 218 |
+
<component name="Vcs.Log.UiProperties">
|
| 219 |
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
| 220 |
+
<collection />
|
| 221 |
+
</option>
|
| 222 |
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
| 223 |
+
<collection />
|
| 224 |
+
</option>
|
| 225 |
+
</component>
|
| 226 |
+
<component name="VcsContentAnnotationSettings">
|
| 227 |
+
<option name="myLimit" value="2678400000" />
|
| 228 |
+
</component>
|
| 229 |
+
<component name="VcsManagerConfiguration">
|
| 230 |
+
<option name="myTodoPanelSettings">
|
| 231 |
+
<TodoPanelSettings />
|
| 232 |
+
</option>
|
| 233 |
+
</component>
|
| 234 |
+
<component name="XDebuggerManager">
|
| 235 |
+
<breakpoint-manager />
|
| 236 |
+
<watches-manager />
|
| 237 |
+
</component>
|
| 238 |
+
<component name="editorHistoryManager">
|
| 239 |
+
<entry file="file://$PROJECT_DIR$/Api/Helper/Data.php">
|
| 240 |
+
<provider selected="true" editor-type-id="text-editor">
|
| 241 |
+
<state vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="638">
|
| 242 |
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
| 243 |
+
<folding />
|
| 244 |
+
</state>
|
| 245 |
+
</provider>
|
| 246 |
+
</entry>
|
| 247 |
+
<entry file="file://$PROJECT_DIR$/Api/Model/Token.php">
|
| 248 |
+
<provider selected="true" editor-type-id="text-editor">
|
| 249 |
+
<state vertical-scroll-proportion="26.291666" vertical-offset="631" max-vertical-offset="1245">
|
| 250 |
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
| 251 |
+
<folding />
|
| 252 |
+
</state>
|
| 253 |
+
</provider>
|
| 254 |
+
</entry>
|
| 255 |
+
<entry file="file://$PROJECT_DIR$/Api/etc/config.xml">
|
| 256 |
+
<provider selected="true" editor-type-id="text-editor">
|
| 257 |
+
<state vertical-scroll-proportion="0.0" vertical-offset="931" max-vertical-offset="1350">
|
| 258 |
+
<caret line="84" column="9" selection-start-line="84" selection-start-column="9" selection-end-line="84" selection-end-column="9" />
|
| 259 |
+
<folding />
|
| 260 |
+
</state>
|
| 261 |
+
</provider>
|
| 262 |
+
</entry>
|
| 263 |
+
<entry file="file://$PROJECT_DIR$/Api/Block/Adminhtml/System/Config/Fieldset/Hint.php">
|
| 264 |
+
<provider selected="true" editor-type-id="text-editor">
|
| 265 |
+
<state vertical-scroll-proportion="0.3668478" vertical-offset="120" max-vertical-offset="2745">
|
| 266 |
+
<caret line="17" column="7" selection-start-line="17" selection-start-column="7" selection-end-line="17" selection-end-column="7" />
|
| 267 |
+
<folding />
|
| 268 |
+
</state>
|
| 269 |
+
</provider>
|
| 270 |
+
</entry>
|
| 271 |
+
</component>
|
| 272 |
+
</project>
|
app/code/community/Sellbrite/Api/Block/Adminhtml/System/Config/Fieldset/Hint.php
CHANGED
|
@@ -20,7 +20,7 @@ class Sellbrite_Api_Block_Adminhtml_System_Config_Fieldset_Hint
|
|
| 20 |
*
|
| 21 |
* @var string
|
| 22 |
*/
|
| 23 |
-
protected $maxVersion = '1.9.
|
| 24 |
|
| 25 |
/**
|
| 26 |
* Fieldset render template
|
|
@@ -82,7 +82,7 @@ class Sellbrite_Api_Block_Adminhtml_System_Config_Fieldset_Hint
|
|
| 82 |
public function isSupportedVersion()
|
| 83 |
{
|
| 84 |
$version = $this->getMagentoVersion();
|
| 85 |
-
return version_compare($version, $this->minVersion, '>=')
|
| 86 |
}
|
| 87 |
|
| 88 |
/**
|
| 20 |
*
|
| 21 |
* @var string
|
| 22 |
*/
|
| 23 |
+
protected $maxVersion = '1.9.3.0';
|
| 24 |
|
| 25 |
/**
|
| 26 |
* Fieldset render template
|
| 82 |
public function isSupportedVersion()
|
| 83 |
{
|
| 84 |
$version = $this->getMagentoVersion();
|
| 85 |
+
return version_compare($version, $this->minVersion, '>=');
|
| 86 |
}
|
| 87 |
|
| 88 |
/**
|
app/code/community/Sellbrite/Api/etc/.config.xml.swp
DELETED
|
Binary file
|
app/code/community/Sellbrite/Api/etc/config.xml
CHANGED
|
@@ -80,6 +80,6 @@
|
|
| 80 |
</compositions>
|
| 81 |
</global>
|
| 82 |
<default>
|
| 83 |
-
<sellbrite_endpoint_url>https://
|
| 84 |
</default>
|
| 85 |
</config>
|
| 80 |
</compositions>
|
| 81 |
</global>
|
| 82 |
<default>
|
| 83 |
+
<sellbrite_endpoint_url>https://app.sellbrite.com/merchants/magento/init</sellbrite_endpoint_url>
|
| 84 |
</default>
|
| 85 |
</config>
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>sellbrite</name>
|
| 4 |
-
<version>1.1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>MIT License</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Simplified Multi-channel selling.</summary>
|
| 10 |
<description>List your products on more channels, access more customers and maximize your sales, quickly and easily.</description>
|
| 11 |
-
<notes
|
| 12 |
<authors><author><name>Sellbrite</name><user>Sellbrite</user><email>hello@sellbrite.com</email></author></authors>
|
| 13 |
-
<date>2015-
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magecommunity"><dir name="Sellbrite"><dir name="Api"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>sellbrite</name>
|
| 4 |
+
<version>1.1.0.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>MIT License</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Simplified Multi-channel selling.</summary>
|
| 10 |
<description>List your products on more channels, access more customers and maximize your sales, quickly and easily.</description>
|
| 11 |
+
<notes>- fixes for version check</notes>
|
| 12 |
<authors><author><name>Sellbrite</name><user>Sellbrite</user><email>hello@sellbrite.com</email></author></authors>
|
| 13 |
+
<date>2015-10-07</date>
|
| 14 |
+
<time>04:46:19</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="Sellbrite"><dir name="Api"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="Hint.php" hash="af843f7ba6e1809a24cf9b775ecdfdd2"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="fc1bc420427fc76d541930ff49d25e81"/></dir><dir name="Model"><dir name="Catalog"><dir name="Api2"><dir name="Product"><dir name="Rest"><dir name="Admin"><dir name="V1"><file name="Interceptor.php" hash="63175b4f187b6e4a0c0f5828b9cf0691"/></dir></dir></dir></dir></dir><dir name="Product"><dir name="Format"><dir name="ProductType"><file name="Configurable.php" hash="3ed6fc1e0db3e621570698805e7494a2"/></dir></dir><file name="Plugin.php" hash="143dd633a91f4d59655246ee0628c153"/></dir><dir name="ProductCollection"><file name="Plugin.php" hash="fefd50d1e5bcf314ad1b964ae0ff7ea9"/></dir></dir><file name="Credentials.php" hash="de514640f59d93920513d92ad946bf68"/><dir name="Resource"><file name="Token.php" hash="1235bd275aa329bf394f8fe74328c1a2"/></dir><file name="Token.php" hash="b639a039cf7b936b4b18eff6421f2602"/></dir><dir name="data"><dir name="sellbrite_setup"><file name="data-install-1.1.0.php" hash="9602a56f78e5aa5afae3f64ce272a7b6"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d15a171ae1cede0f46acfd8b2d31f12c"/><file name="api2.xml" hash="16aea70942e0b4c4a4bce1fb4c0128b0"/><file name="config.xml" hash="694f1b4ab449ab70dacde49c4220ae64"/><file name="system.xml" hash="34a4d1c88115c78887e65bc14d8ef06e"/></dir></dir><dir name=".idea"><file name="Sellbrite.iml" hash="c9bd9f053e6a09728e39aac3967676f1"/><file name="encodings.xml" hash="d24e6fc9c25296e2c77734f2deb2164d"/><file name="modules.xml" hash="cc9a40e00aa018418d0467baaf1076da"/><dir name="scopes"><file name="scope_settings.xml" hash="3d0b1957d39aa5636904788c54e654cf"/></dir><file name="vcs.xml" hash="241f194483e072034a73b09046c5b480"/><file name="workspace.xml" hash="5f534d63504994a6da5903166e91664c"/><file name=".name" hash="dd9e3cf83d1faf93e8c8506b4d8fd5a7"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="template"><dir name="sellbrite"><dir name="api"><dir name="system"><dir name="config"><dir name="fieldset"><file name="hint.phtml" hash="243f1c7bde19a19fbcd50623d39bfd92"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Sellbrite_Api.xml" hash="1caa543c8db9bc2e24dc4bd4e07cf1a7"/></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
