Version Description
- Increased compability to other plugins and themes.
- Improved compability especially for MasterSlider
Download this release
Release Info
Developer | PascalBajorat |
Plugin | PB SEO Friendly Images |
Version | 2.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.4.0 to 2.4.1
- .idea/deployment.xml +22 -0
- .idea/encodings.xml +7 -0
- .idea/misc.xml +6 -0
- .idea/modules.xml +8 -0
- .idea/php.xml +8 -0
- .idea/trunk.iml +18 -0
- .idea/vcs.xml +6 -0
- .idea/watcherTasks.xml +24 -0
- .idea/webServers.xml +15 -0
- .idea/workspace.xml +861 -0
- pb-seo-friendly-images.php +2 -2
- readme.txt +7 -3
.idea/deployment.xml
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="PublishConfigData" autoUpload="On explicit save action" serverName="Webdesign-Podcast.de" autoUploadExternalChanges="true">
|
4 |
+
<serverData>
|
5 |
+
<paths name="MAMP">
|
6 |
+
<serverdata>
|
7 |
+
<mappings>
|
8 |
+
<mapping deploy="wordpress/wp-content/plugins/pb-seo-friendly-images" local="$PROJECT_DIR$" web="/" />
|
9 |
+
</mappings>
|
10 |
+
</serverdata>
|
11 |
+
</paths>
|
12 |
+
<paths name="Webdesign-Podcast.de">
|
13 |
+
<serverdata>
|
14 |
+
<mappings>
|
15 |
+
<mapping deploy="/webdesign-podcast.de/wp-content/plugins/pb-seo-friendly-images" local="$PROJECT_DIR$" web="/" />
|
16 |
+
</mappings>
|
17 |
+
</serverdata>
|
18 |
+
</paths>
|
19 |
+
</serverData>
|
20 |
+
<option name="myAutoUpload" value="ON_EXPLICIT_SAVE" />
|
21 |
+
</component>
|
22 |
+
</project>
|
.idea/encodings.xml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="Encoding">
|
4 |
+
<file url="file://$PROJECT_DIR$" charset="UTF-8" />
|
5 |
+
<file url="PROJECT" charset="UTF-8" />
|
6 |
+
</component>
|
7 |
+
</project>
|
.idea/misc.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="SvnBranchConfigurationManager">
|
4 |
+
<option name="mySupportsUserInfoFilter" value="true" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.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/trunk.iml" filepath="$PROJECT_DIR$/.idea/trunk.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/php.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="PhpIncludePathManager">
|
4 |
+
<include_path>
|
5 |
+
<path value="$PROJECT_DIR$/../../../wordpress" />
|
6 |
+
</include_path>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/trunk.iml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
<orderEntry type="module-library">
|
8 |
+
<library name="PHP" type="php">
|
9 |
+
<CLASSES>
|
10 |
+
<root url="file://$MODULE_DIR$/../../../wordpress" />
|
11 |
+
</CLASSES>
|
12 |
+
<SOURCES>
|
13 |
+
<root url="file://$MODULE_DIR$/../../../wordpress" />
|
14 |
+
</SOURCES>
|
15 |
+
</library>
|
16 |
+
</orderEntry>
|
17 |
+
</component>
|
18 |
+
</module>
|
.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="$PROJECT_DIR$" vcs="svn" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.idea/watcherTasks.xml
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectTasksOptions">
|
4 |
+
<TaskOptions isEnabled="true">
|
5 |
+
<option name="arguments" value="--no-cache --update $FileName$:$FileNameWithoutExtension$.css" />
|
6 |
+
<option name="checkSyntaxErrors" value="true" />
|
7 |
+
<option name="description" />
|
8 |
+
<option name="exitCodeBehavior" value="ERROR" />
|
9 |
+
<option name="fileExtension" value="scss" />
|
10 |
+
<option name="immediateSync" value="true" />
|
11 |
+
<option name="name" value="SCSS" />
|
12 |
+
<option name="output" value="$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map" />
|
13 |
+
<option name="outputFilters">
|
14 |
+
<array />
|
15 |
+
</option>
|
16 |
+
<option name="outputFromStdout" value="false" />
|
17 |
+
<option name="program" value="/usr/local/bin/scss" />
|
18 |
+
<option name="scopeName" value="Project Files" />
|
19 |
+
<option name="trackOnlyRoot" value="true" />
|
20 |
+
<option name="workingDir" value="$FileDir$" />
|
21 |
+
<envs />
|
22 |
+
</TaskOptions>
|
23 |
+
</component>
|
24 |
+
</project>
|
.idea/webServers.xml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="WebServers">
|
4 |
+
<option name="servers">
|
5 |
+
<webServer id="f3c9739f-0825-49f9-a2cd-2b816c46f2f4" name="Webdesign-Podcast.de" url="http://s88.goserver.host">
|
6 |
+
<fileTransfer host="s88.goserver.host" port="22" rootFolder="/home/www" accessType="SFTP">
|
7 |
+
<advancedOptions>
|
8 |
+
<advancedOptions dataProtectionLevel="Private" />
|
9 |
+
</advancedOptions>
|
10 |
+
<option name="port" value="22" />
|
11 |
+
</fileTransfer>
|
12 |
+
</webServer>
|
13 |
+
</option>
|
14 |
+
</component>
|
15 |
+
</project>
|
.idea/workspace.xml
ADDED
@@ -0,0 +1,861 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ChangeListManager">
|
4 |
+
<list default="true" readonly="true" id="1f458e14-7413-491a-98b3-42767d141c54" name="Default" comment="" />
|
5 |
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
6 |
+
<option name="TRACKING_ENABLED" value="true" />
|
7 |
+
<option name="SHOW_DIALOG" value="false" />
|
8 |
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
9 |
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
10 |
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
11 |
+
</component>
|
12 |
+
<component name="CreatePatchCommitExecutor">
|
13 |
+
<option name="PATCH_PATH" value="" />
|
14 |
+
</component>
|
15 |
+
<component name="FileEditorManager">
|
16 |
+
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
17 |
+
<file leaf-file-name="pro.php" pinned="false" current-in-tab="false">
|
18 |
+
<entry file="file://$PROJECT_DIR$/inc/pro.php">
|
19 |
+
<provider selected="true" editor-type-id="text-editor">
|
20 |
+
<state relative-caret-position="577">
|
21 |
+
<caret line="129" column="39" lean-forward="false" selection-start-line="129" selection-start-column="39" selection-end-line="129" selection-end-column="39" />
|
22 |
+
<folding />
|
23 |
+
</state>
|
24 |
+
</provider>
|
25 |
+
</entry>
|
26 |
+
</file>
|
27 |
+
<file leaf-file-name="admin.scss" pinned="false" current-in-tab="false">
|
28 |
+
<entry file="file://$PROJECT_DIR$/css/admin.scss">
|
29 |
+
<provider selected="true" editor-type-id="text-editor">
|
30 |
+
<state relative-caret-position="2460">
|
31 |
+
<caret line="164" column="0" lean-forward="false" selection-start-line="164" selection-start-column="0" selection-end-line="164" selection-end-column="0" />
|
32 |
+
<folding />
|
33 |
+
</state>
|
34 |
+
</provider>
|
35 |
+
</entry>
|
36 |
+
</file>
|
37 |
+
<file leaf-file-name="pbSettingsFramework.php" pinned="false" current-in-tab="false">
|
38 |
+
<entry file="file://$PROJECT_DIR$/inc/pbSettingsFramework.php">
|
39 |
+
<provider selected="true" editor-type-id="text-editor">
|
40 |
+
<state relative-caret-position="2400">
|
41 |
+
<caret line="160" column="56" lean-forward="false" selection-start-line="160" selection-start-column="56" selection-end-line="160" selection-end-column="56" />
|
42 |
+
<folding />
|
43 |
+
</state>
|
44 |
+
</provider>
|
45 |
+
</entry>
|
46 |
+
</file>
|
47 |
+
<file leaf-file-name="settings.php" pinned="false" current-in-tab="false">
|
48 |
+
<entry file="file://$PROJECT_DIR$/inc/settings.php">
|
49 |
+
<provider selected="true" editor-type-id="text-editor">
|
50 |
+
<state relative-caret-position="5445">
|
51 |
+
<caret line="348" column="28" lean-forward="false" selection-start-line="348" selection-start-column="12" selection-end-line="348" selection-end-column="28" />
|
52 |
+
<folding>
|
53 |
+
<marker date="1495976553000" expanded="true" signature="1194:1210" ph="..." />
|
54 |
+
<marker date="1495976553000" expanded="true" signature="2790:2821" ph="..." />
|
55 |
+
<marker date="1495976553000" expanded="true" signature="5016:5028" ph="..." />
|
56 |
+
<marker date="1495976553000" expanded="true" signature="5030:5037" ph="..." />
|
57 |
+
<marker date="1495976553000" expanded="true" signature="16617:16635" ph="..." />
|
58 |
+
<marker date="1495976553000" expanded="true" signature="16989:16993" ph="<" />
|
59 |
+
<marker date="1495976553000" expanded="true" signature="17177:17181" ph=">" />
|
60 |
+
</folding>
|
61 |
+
</state>
|
62 |
+
</provider>
|
63 |
+
</entry>
|
64 |
+
</file>
|
65 |
+
<file leaf-file-name="pb-seo-friendly-images.php" pinned="false" current-in-tab="true">
|
66 |
+
<entry file="file://$PROJECT_DIR$/pb-seo-friendly-images.php">
|
67 |
+
<provider selected="true" editor-type-id="text-editor">
|
68 |
+
<state relative-caret-position="90">
|
69 |
+
<caret line="5" column="14" lean-forward="false" selection-start-line="5" selection-start-column="14" selection-end-line="5" selection-end-column="14" />
|
70 |
+
<folding>
|
71 |
+
<marker date="1507759784834" expanded="true" signature="15752:15768" ph="SELECT `ID` " />
|
72 |
+
<marker date="1507759784834" expanded="true" signature="15752:15769" ph="SELECT `ID` ${WHERE}" />
|
73 |
+
<marker date="1507759784834" expanded="true" signature="15752:15802" ph="SELECT `ID` " />
|
74 |
+
<marker date="1507759784834" expanded="true" signature="15752:15809" ph="SELECT `ID` " />
|
75 |
+
</folding>
|
76 |
+
</state>
|
77 |
+
</provider>
|
78 |
+
</entry>
|
79 |
+
</file>
|
80 |
+
<file leaf-file-name="readme.txt" pinned="false" current-in-tab="false">
|
81 |
+
<entry file="file://$PROJECT_DIR$/readme.txt">
|
82 |
+
<provider selected="true" editor-type-id="text-editor">
|
83 |
+
<state relative-caret-position="90">
|
84 |
+
<caret line="6" column="17" lean-forward="false" selection-start-line="6" selection-start-column="17" selection-end-line="6" selection-end-column="17" />
|
85 |
+
<folding />
|
86 |
+
</state>
|
87 |
+
</provider>
|
88 |
+
</entry>
|
89 |
+
</file>
|
90 |
+
<file leaf-file-name="unveil.js" pinned="false" current-in-tab="false">
|
91 |
+
<entry file="file://$PROJECT_DIR$/js/unveil.js">
|
92 |
+
<provider selected="true" editor-type-id="text-editor">
|
93 |
+
<state relative-caret-position="45">
|
94 |
+
<caret line="3" column="3" lean-forward="false" selection-start-line="3" selection-start-column="3" selection-end-line="3" selection-end-column="40" />
|
95 |
+
<folding />
|
96 |
+
</state>
|
97 |
+
</provider>
|
98 |
+
</entry>
|
99 |
+
</file>
|
100 |
+
</leaf>
|
101 |
+
</component>
|
102 |
+
<component name="FileTemplateManagerImpl">
|
103 |
+
<option name="RECENT_TEMPLATES">
|
104 |
+
<list>
|
105 |
+
<option value="CSS File" />
|
106 |
+
</list>
|
107 |
+
</option>
|
108 |
+
</component>
|
109 |
+
<component name="FindInProjectRecents">
|
110 |
+
<findStrings>
|
111 |
+
<find>wp_enqueue_scripts</find>
|
112 |
+
<find>unveilScript</find>
|
113 |
+
<find>addSettings</find>
|
114 |
+
<find>optionsPage</find>
|
115 |
+
<find>save</find>
|
116 |
+
<find>bit</find>
|
117 |
+
<find>upgrade-m</find>
|
118 |
+
<find>pb-custom-message</find>
|
119 |
+
<find>upgrade-</find>
|
120 |
+
<find>data</find>
|
121 |
+
<find><tabe</find>
|
122 |
+
<find>pb-cu</find>
|
123 |
+
<find>$proURL</find>
|
124 |
+
<find>optionsPageMenu</find>
|
125 |
+
<find>admin.</find>
|
126 |
+
<find>self::getArrayKey</find>
|
127 |
+
<find>self::$userSettings</find>
|
128 |
+
<find>self::</find>
|
129 |
+
<find>getA</find>
|
130 |
+
<find>prepareContentImages</find>
|
131 |
+
<find>self</find>
|
132 |
+
<find>pbsfi_disable_srcset</find>
|
133 |
+
<find>improve</find>
|
134 |
+
<find>disable_srcset</find>
|
135 |
+
<find>$post</find>
|
136 |
+
<find>pro fe</find>
|
137 |
+
<find>R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw</find>
|
138 |
+
<find>prepareContentImagesAttributes</find>
|
139 |
+
<find>mb_</find>
|
140 |
+
<find>%category</find>
|
141 |
+
</findStrings>
|
142 |
+
<replaceStrings>
|
143 |
+
<replace>\"</replace>
|
144 |
+
<replace>"</replace>
|
145 |
+
<replace>pbSEOFriendlyImages::getArrayKey</replace>
|
146 |
+
<replace>pbSEOFriendlyImagesPro::$updateURL</replace>
|
147 |
+
<replace>pbSEOFriendlyImages::$userSettings</replace>
|
148 |
+
<replace>pbSEOFriendlyImagesSettings::$settings</replace>
|
149 |
+
<replace>pbSettingsFramework::getArrayKey</replace>
|
150 |
+
<replace>pbSettingsFramework::$args</replace>
|
151 |
+
</replaceStrings>
|
152 |
+
</component>
|
153 |
+
<component name="IdeDocumentHistory">
|
154 |
+
<option name="CHANGED_PATHS">
|
155 |
+
<list>
|
156 |
+
<option value="$PROJECT_DIR$/js/jquery.unveil.js" />
|
157 |
+
<option value="$PROJECT_DIR$/plugin-update-checker/plugin-update-checker.php" />
|
158 |
+
<option value="$PROJECT_DIR$/lang/pb-seo-friendly-images.pot" />
|
159 |
+
<option value="$PROJECT_DIR$/lang/pb-seo-friendly-images-de_DE.po" />
|
160 |
+
<option value="$PROJECT_DIR$/css/admin.css" />
|
161 |
+
<option value="$PROJECT_DIR$/js/unveil.js" />
|
162 |
+
<option value="$PROJECT_DIR$/inc/pbSettingsFramework.php" />
|
163 |
+
<option value="$PROJECT_DIR$/css/lazy.css" />
|
164 |
+
<option value="$PROJECT_DIR$/inc/settings.php" />
|
165 |
+
<option value="$PROJECT_DIR$/css/admin.scss" />
|
166 |
+
<option value="$PROJECT_DIR$/pb-seo-friendly-images.php" />
|
167 |
+
<option value="$PROJECT_DIR$/inc/pro.php" />
|
168 |
+
<option value="$PROJECT_DIR$/readme.txt" />
|
169 |
+
</list>
|
170 |
+
</option>
|
171 |
+
</component>
|
172 |
+
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
173 |
+
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
174 |
+
<component name="JsGulpfileManager">
|
175 |
+
<detection-done>true</detection-done>
|
176 |
+
<sorting>DEFINITION_ORDER</sorting>
|
177 |
+
</component>
|
178 |
+
<component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true">
|
179 |
+
<include_path>
|
180 |
+
<path value="$PROJECT_DIR$/../../../wordpress" />
|
181 |
+
</include_path>
|
182 |
+
</component>
|
183 |
+
<component name="ProjectFrameBounds">
|
184 |
+
<option name="y" value="22" />
|
185 |
+
<option name="width" value="1680" />
|
186 |
+
<option name="height" value="1024" />
|
187 |
+
</component>
|
188 |
+
<component name="ProjectView">
|
189 |
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
190 |
+
<flattenPackages />
|
191 |
+
<showMembers />
|
192 |
+
<showModules />
|
193 |
+
<showLibraryContents />
|
194 |
+
<hideEmptyPackages />
|
195 |
+
<abbreviatePackageNames />
|
196 |
+
<autoscrollToSource />
|
197 |
+
<autoscrollFromSource />
|
198 |
+
<sortByType />
|
199 |
+
<manualOrder />
|
200 |
+
<foldersAlwaysOnTop value="true" />
|
201 |
+
</navigator>
|
202 |
+
<panes>
|
203 |
+
<pane id="ProjectPane">
|
204 |
+
<subPane>
|
205 |
+
<expand>
|
206 |
+
<path>
|
207 |
+
<item name="trunk" type="b2602c69:ProjectViewProjectNode" />
|
208 |
+
<item name="trunk" type="2a2b976b:PhpTreeStructureProvider$1" />
|
209 |
+
</path>
|
210 |
+
<path>
|
211 |
+
<item name="trunk" type="b2602c69:ProjectViewProjectNode" />
|
212 |
+
<item name="trunk" type="2a2b976b:PhpTreeStructureProvider$1" />
|
213 |
+
<item name="css" type="2a2b976b:PhpTreeStructureProvider$1" />
|
214 |
+
</path>
|
215 |
+
<path>
|
216 |
+
<item name="trunk" type="b2602c69:ProjectViewProjectNode" />
|
217 |
+
<item name="trunk" type="2a2b976b:PhpTreeStructureProvider$1" />
|
218 |
+
<item name="css" type="2a2b976b:PhpTreeStructureProvider$1" />
|
219 |
+
<item name="admin.scss" type="620a8d5e:NestingTreeNode" />
|
220 |
+
</path>
|
221 |
+
<path>
|
222 |
+
<item name="trunk" type="b2602c69:ProjectViewProjectNode" />
|
223 |
+
<item name="trunk" type="2a2b976b:PhpTreeStructureProvider$1" />
|
224 |
+
<item name="inc" type="2a2b976b:PhpTreeStructureProvider$1" />
|
225 |
+
</path>
|
226 |
+
<path>
|
227 |
+
<item name="trunk" type="b2602c69:ProjectViewProjectNode" />
|
228 |
+
<item name="trunk" type="2a2b976b:PhpTreeStructureProvider$1" />
|
229 |
+
<item name="js" type="2a2b976b:PhpTreeStructureProvider$1" />
|
230 |
+
</path>
|
231 |
+
</expand>
|
232 |
+
<select />
|
233 |
+
</subPane>
|
234 |
+
</pane>
|
235 |
+
<pane id="Scratches" />
|
236 |
+
<pane id="Scope" />
|
237 |
+
</panes>
|
238 |
+
</component>
|
239 |
+
<component name="PropertiesComponent">
|
240 |
+
<property name="options.lastSelected" value="vcs.Git" />
|
241 |
+
<property name="options.splitter.main.proportions" value="0.3" />
|
242 |
+
<property name="options.splitter.details.proportions" value="0.2" />
|
243 |
+
<property name="options.searchVisible" value="true" />
|
244 |
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
245 |
+
<property name="WebServerToolWindowFactoryState" value="true" />
|
246 |
+
<property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
|
247 |
+
<property name="js.eslint.eslintPackage" value="" />
|
248 |
+
<property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
|
249 |
+
<property name="settings.editor.selected.configurable" value="web.server" />
|
250 |
+
<property name="list.type.of.created.stylesheet" value="CSS" />
|
251 |
+
</component>
|
252 |
+
<component name="RunDashboard">
|
253 |
+
<option name="ruleStates">
|
254 |
+
<list>
|
255 |
+
<RuleState>
|
256 |
+
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
257 |
+
</RuleState>
|
258 |
+
<RuleState>
|
259 |
+
<option name="name" value="StatusDashboardGroupingRule" />
|
260 |
+
</RuleState>
|
261 |
+
</list>
|
262 |
+
</option>
|
263 |
+
</component>
|
264 |
+
<component name="RunManager">
|
265 |
+
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
266 |
+
<node-interpreter>project</node-interpreter>
|
267 |
+
<node-options />
|
268 |
+
<gulpfile />
|
269 |
+
<tasks />
|
270 |
+
<arguments />
|
271 |
+
<envs />
|
272 |
+
</configuration>
|
273 |
+
<configuration default="true" type="CodeceptionConfigurationType" factoryName="Codeception">
|
274 |
+
<PhpTestRunnerSettings />
|
275 |
+
<method />
|
276 |
+
</configuration>
|
277 |
+
<configuration default="true" type="JavaScriptTestRunnerJest" factoryName="Jest">
|
278 |
+
<node-interpreter value="project" />
|
279 |
+
<working-dir value="" />
|
280 |
+
<envs />
|
281 |
+
<scope-kind value="ALL" />
|
282 |
+
<method />
|
283 |
+
</configuration>
|
284 |
+
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
285 |
+
<config-file value="" />
|
286 |
+
<node-interpreter value="project" />
|
287 |
+
<envs />
|
288 |
+
<method />
|
289 |
+
</configuration>
|
290 |
+
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
291 |
+
<method />
|
292 |
+
</configuration>
|
293 |
+
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
|
294 |
+
<method />
|
295 |
+
</configuration>
|
296 |
+
<configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
|
297 |
+
<TestRunner />
|
298 |
+
<method />
|
299 |
+
</configuration>
|
300 |
+
<configuration default="true" type="PhpBehatConfigurationType" factoryName="Behat">
|
301 |
+
<BehatRunner />
|
302 |
+
<method />
|
303 |
+
</configuration>
|
304 |
+
<configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console">
|
305 |
+
<method />
|
306 |
+
</configuration>
|
307 |
+
<configuration default="true" type="PhpSpecConfigurationType" factoryName="PHPSpec">
|
308 |
+
<PhpTestRunnerSettings />
|
309 |
+
<method />
|
310 |
+
</configuration>
|
311 |
+
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
312 |
+
<command value="run" />
|
313 |
+
<scripts />
|
314 |
+
<node-interpreter value="project" />
|
315 |
+
<envs />
|
316 |
+
<method />
|
317 |
+
</configuration>
|
318 |
+
<configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
|
319 |
+
<node-interpreter>project</node-interpreter>
|
320 |
+
<node-options />
|
321 |
+
<working-directory />
|
322 |
+
<pass-parent-env>true</pass-parent-env>
|
323 |
+
<envs />
|
324 |
+
<ui />
|
325 |
+
<extra-mocha-options />
|
326 |
+
<test-kind>DIRECTORY</test-kind>
|
327 |
+
<test-directory />
|
328 |
+
<recursive>false</recursive>
|
329 |
+
<method />
|
330 |
+
</configuration>
|
331 |
+
</component>
|
332 |
+
<component name="ShelveChangesManager" show_recycled="false">
|
333 |
+
<option name="remove_strategy" value="false" />
|
334 |
+
</component>
|
335 |
+
<component name="SvnConfiguration" cleanupOnStartRun="true">
|
336 |
+
<configuration>$USER_HOME$/.subversion</configuration>
|
337 |
+
<supportedVersion>125</supportedVersion>
|
338 |
+
</component>
|
339 |
+
<component name="TaskManager">
|
340 |
+
<task active="true" id="Default" summary="Default task">
|
341 |
+
<changelist id="1f458e14-7413-491a-98b3-42767d141c54" name="Default" comment="" />
|
342 |
+
<created>1481913777532</created>
|
343 |
+
<option name="number" value="Default" />
|
344 |
+
<option name="presentableId" value="Default" />
|
345 |
+
<updated>1481913777532</updated>
|
346 |
+
<workItem from="1481913787651" duration="5064000" />
|
347 |
+
<workItem from="1482067416938" duration="3460000" />
|
348 |
+
<workItem from="1482422661627" duration="34294000" />
|
349 |
+
<workItem from="1482699534230" duration="4084000" />
|
350 |
+
<workItem from="1483018543466" duration="1412000" />
|
351 |
+
<workItem from="1483181804141" duration="4000" />
|
352 |
+
<workItem from="1484145793390" duration="6987000" />
|
353 |
+
<workItem from="1484389736485" duration="9379000" />
|
354 |
+
<workItem from="1484566174042" duration="1734000" />
|
355 |
+
<workItem from="1484773551209" duration="1911000" />
|
356 |
+
<workItem from="1485044144128" duration="1373000" />
|
357 |
+
<workItem from="1485249789536" duration="605000" />
|
358 |
+
<workItem from="1485277683370" duration="1908000" />
|
359 |
+
<workItem from="1485529451722" duration="11036000" />
|
360 |
+
<workItem from="1485643876681" duration="37000" />
|
361 |
+
<workItem from="1485788261902" duration="2754000" />
|
362 |
+
<workItem from="1486067621075" duration="646000" />
|
363 |
+
<workItem from="1487029751423" duration="4002000" />
|
364 |
+
<workItem from="1487181993521" duration="645000" />
|
365 |
+
<workItem from="1487265523985" duration="540000" />
|
366 |
+
<workItem from="1487506041823" duration="855000" />
|
367 |
+
<workItem from="1488749338210" duration="7286000" />
|
368 |
+
<workItem from="1489264907321" duration="24763000" />
|
369 |
+
<workItem from="1489522100794" duration="3914000" />
|
370 |
+
<workItem from="1492783264687" duration="5638000" />
|
371 |
+
<workItem from="1492975511163" duration="851000" />
|
372 |
+
<workItem from="1493552109672" duration="5082000" />
|
373 |
+
<workItem from="1494255081736" duration="849000" />
|
374 |
+
<workItem from="1494573564243" duration="6495000" />
|
375 |
+
<workItem from="1494846182815" duration="590000" />
|
376 |
+
<workItem from="1495290880629" duration="21000" />
|
377 |
+
<workItem from="1495290945419" duration="490000" />
|
378 |
+
<workItem from="1495973920515" duration="3391000" />
|
379 |
+
<workItem from="1496304637281" duration="2446000" />
|
380 |
+
<workItem from="1497954798509" duration="1594000" />
|
381 |
+
<workItem from="1498147003604" duration="695000" />
|
382 |
+
<workItem from="1498147753667" duration="385000" />
|
383 |
+
<workItem from="1498215592284" duration="174000" />
|
384 |
+
<workItem from="1498248002680" duration="4553000" />
|
385 |
+
<workItem from="1498915446573" duration="632000" />
|
386 |
+
<workItem from="1500583361214" duration="23000" />
|
387 |
+
<workItem from="1503089420907" duration="5432000" />
|
388 |
+
<workItem from="1504437613883" duration="647000" />
|
389 |
+
<workItem from="1505157071531" duration="782000" />
|
390 |
+
<workItem from="1506280283599" duration="3779000" />
|
391 |
+
<workItem from="1507061453988" duration="595000" />
|
392 |
+
<workItem from="1507392900372" duration="4084000" />
|
393 |
+
<workItem from="1507759685969" duration="876000" />
|
394 |
+
</task>
|
395 |
+
<servers />
|
396 |
+
</component>
|
397 |
+
<component name="TimeTrackingManager">
|
398 |
+
<option name="totallyTimeSpent" value="178797000" />
|
399 |
+
</component>
|
400 |
+
<component name="ToolWindowManager">
|
401 |
+
<frame x="0" y="22" width="1680" height="1024" extended-state="0" />
|
402 |
+
<editor active="true" />
|
403 |
+
<layout>
|
404 |
+
<window_info id="Remote Host" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
405 |
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.17261904" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
406 |
+
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
407 |
+
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
408 |
+
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
409 |
+
<window_info id="File Transfer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32831" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
|
410 |
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32938644" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
411 |
+
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
412 |
+
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
413 |
+
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
414 |
+
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
415 |
+
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
416 |
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
417 |
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
418 |
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
419 |
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
420 |
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
421 |
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32938644" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
422 |
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
423 |
+
</layout>
|
424 |
+
</component>
|
425 |
+
<component name="TypeScriptGeneratedFilesManager">
|
426 |
+
<option name="version" value="1" />
|
427 |
+
</component>
|
428 |
+
<component name="VcsContentAnnotationSettings">
|
429 |
+
<option name="myLimit" value="2678400000" />
|
430 |
+
</component>
|
431 |
+
<component name="WordPressConfiguration" enabled="true">
|
432 |
+
<wordpressPath>$PROJECT_DIR$/../../../wordpress</wordpressPath>
|
433 |
+
</component>
|
434 |
+
<component name="XDebuggerManager">
|
435 |
+
<breakpoint-manager />
|
436 |
+
<watches-manager />
|
437 |
+
</component>
|
438 |
+
<component name="editorHistoryManager">
|
439 |
+
<entry file="file://$PROJECT_DIR$/plugin-update-checker/README.md" />
|
440 |
+
<entry file="file://$PROJECT_DIR$/readme.txt">
|
441 |
+
<provider selected="true" editor-type-id="text-editor">
|
442 |
+
<state relative-caret-position="150">
|
443 |
+
<caret line="10" column="142" lean-forward="false" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="142" />
|
444 |
+
</state>
|
445 |
+
</provider>
|
446 |
+
</entry>
|
447 |
+
<entry file="file://$PROJECT_DIR$/inc/settings.php">
|
448 |
+
<provider selected="true" editor-type-id="text-editor">
|
449 |
+
<state relative-caret-position="2655">
|
450 |
+
<caret line="177" column="190" lean-forward="false" selection-start-line="177" selection-start-column="29" selection-end-line="177" selection-end-column="190" />
|
451 |
+
<folding>
|
452 |
+
<marker date="1495976553000" expanded="true" signature="1194:1210" ph="..." />
|
453 |
+
<marker date="1495976553000" expanded="true" signature="2790:2821" ph="..." />
|
454 |
+
<marker date="1495976553000" expanded="true" signature="5016:5028" ph="..." />
|
455 |
+
<marker date="1495976553000" expanded="true" signature="5030:5037" ph="..." />
|
456 |
+
<marker date="1495976553000" expanded="true" signature="16617:16635" ph="..." />
|
457 |
+
<marker date="1495976553000" expanded="true" signature="16989:16993" ph="<" />
|
458 |
+
<marker date="1495976553000" expanded="true" signature="17177:17181" ph=">" />
|
459 |
+
</folding>
|
460 |
+
</state>
|
461 |
+
</provider>
|
462 |
+
</entry>
|
463 |
+
<entry file="file://$PROJECT_DIR$/css/admin.scss">
|
464 |
+
<provider selected="true" editor-type-id="text-editor">
|
465 |
+
<state relative-caret-position="270">
|
466 |
+
<caret line="18" column="14" lean-forward="false" selection-start-line="18" selection-start-column="14" selection-end-line="18" selection-end-column="14" />
|
467 |
+
</state>
|
468 |
+
</provider>
|
469 |
+
</entry>
|
470 |
+
<entry file="file://$PROJECT_DIR$/inc/pbSettingsFramework.php">
|
471 |
+
<provider selected="true" editor-type-id="text-editor">
|
472 |
+
<state relative-caret-position="1515">
|
473 |
+
<caret line="106" column="151" lean-forward="false" selection-start-line="106" selection-start-column="151" selection-end-line="106" selection-end-column="151" />
|
474 |
+
<folding />
|
475 |
+
</state>
|
476 |
+
</provider>
|
477 |
+
</entry>
|
478 |
+
<entry file="file://$PROJECT_DIR$/inc/pro.php">
|
479 |
+
<provider selected="true" editor-type-id="text-editor">
|
480 |
+
<state relative-caret-position="420">
|
481 |
+
<caret line="28" column="99" lean-forward="false" selection-start-line="28" selection-start-column="99" selection-end-line="28" selection-end-column="99" />
|
482 |
+
<folding />
|
483 |
+
</state>
|
484 |
+
</provider>
|
485 |
+
</entry>
|
486 |
+
<entry file="file://$PROJECT_DIR$/js/unveil.js">
|
487 |
+
<provider selected="true" editor-type-id="text-editor">
|
488 |
+
<state relative-caret-position="795">
|
489 |
+
<caret line="61" column="44" lean-forward="false" selection-start-line="61" selection-start-column="44" selection-end-line="61" selection-end-column="44" />
|
490 |
+
</state>
|
491 |
+
</provider>
|
492 |
+
</entry>
|
493 |
+
<entry file="file://$PROJECT_DIR$/pb-seo-friendly-images.php">
|
494 |
+
<provider selected="true" editor-type-id="text-editor">
|
495 |
+
<state relative-caret-position="0">
|
496 |
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
497 |
+
<folding>
|
498 |
+
<marker date="1507759784834" expanded="true" signature="15752:15768" ph="SELECT `ID` " />
|
499 |
+
<marker date="1507759784834" expanded="true" signature="15752:15769" ph="SELECT `ID` ${WHERE}" />
|
500 |
+
<marker date="1507759784834" expanded="true" signature="15752:15802" ph="SELECT `ID` " />
|
501 |
+
<marker date="1507759784834" expanded="true" signature="15752:15809" ph="SELECT `ID` " />
|
502 |
+
</folding>
|
503 |
+
</state>
|
504 |
+
</provider>
|
505 |
+
</entry>
|
506 |
+
<entry file="file://$PROJECT_DIR$/plugin-update-checker/README.md" />
|
507 |
+
<entry file="file://$PROJECT_DIR$/readme.txt">
|
508 |
+
<provider selected="true" editor-type-id="text-editor">
|
509 |
+
<state relative-caret-position="150">
|
510 |
+
<caret line="10" column="142" lean-forward="false" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="142" />
|
511 |
+
</state>
|
512 |
+
</provider>
|
513 |
+
</entry>
|
514 |
+
<entry file="file://$PROJECT_DIR$/inc/settings.php">
|
515 |
+
<provider selected="true" editor-type-id="text-editor">
|
516 |
+
<state relative-caret-position="2655">
|
517 |
+
<caret line="177" column="190" lean-forward="false" selection-start-line="177" selection-start-column="29" selection-end-line="177" selection-end-column="190" />
|
518 |
+
<folding>
|
519 |
+
<marker date="1495976553000" expanded="true" signature="1194:1210" ph="..." />
|
520 |
+
<marker date="1495976553000" expanded="true" signature="2790:2821" ph="..." />
|
521 |
+
<marker date="1495976553000" expanded="true" signature="5016:5028" ph="..." />
|
522 |
+
<marker date="1495976553000" expanded="true" signature="5030:5037" ph="..." />
|
523 |
+
<marker date="1495976553000" expanded="true" signature="16617:16635" ph="..." />
|
524 |
+
<marker date="1495976553000" expanded="true" signature="16989:16993" ph="<" />
|
525 |
+
<marker date="1495976553000" expanded="true" signature="17177:17181" ph=">" />
|
526 |
+
</folding>
|
527 |
+
</state>
|
528 |
+
</provider>
|
529 |
+
</entry>
|
530 |
+
<entry file="file://$PROJECT_DIR$/css/admin.scss">
|
531 |
+
<provider selected="true" editor-type-id="text-editor">
|
532 |
+
<state relative-caret-position="270">
|
533 |
+
<caret line="18" column="14" lean-forward="false" selection-start-line="18" selection-start-column="14" selection-end-line="18" selection-end-column="14" />
|
534 |
+
</state>
|
535 |
+
</provider>
|
536 |
+
</entry>
|
537 |
+
<entry file="file://$PROJECT_DIR$/inc/pbSettingsFramework.php">
|
538 |
+
<provider selected="true" editor-type-id="text-editor">
|
539 |
+
<state relative-caret-position="1515">
|
540 |
+
<caret line="106" column="151" lean-forward="false" selection-start-line="106" selection-start-column="151" selection-end-line="106" selection-end-column="151" />
|
541 |
+
<folding />
|
542 |
+
</state>
|
543 |
+
</provider>
|
544 |
+
</entry>
|
545 |
+
<entry file="file://$PROJECT_DIR$/inc/pro.php">
|
546 |
+
<provider selected="true" editor-type-id="text-editor">
|
547 |
+
<state relative-caret-position="420">
|
548 |
+
<caret line="28" column="99" lean-forward="false" selection-start-line="28" selection-start-column="99" selection-end-line="28" selection-end-column="99" />
|
549 |
+
<folding />
|
550 |
+
</state>
|
551 |
+
</provider>
|
552 |
+
</entry>
|
553 |
+
<entry file="file://$PROJECT_DIR$/js/unveil.js">
|
554 |
+
<provider selected="true" editor-type-id="text-editor">
|
555 |
+
<state relative-caret-position="795">
|
556 |
+
<caret line="61" column="44" lean-forward="false" selection-start-line="61" selection-start-column="44" selection-end-line="61" selection-end-column="44" />
|
557 |
+
</state>
|
558 |
+
</provider>
|
559 |
+
</entry>
|
560 |
+
<entry file="file://$PROJECT_DIR$/pb-seo-friendly-images.php">
|
561 |
+
<provider selected="true" editor-type-id="text-editor">
|
562 |
+
<state relative-caret-position="0">
|
563 |
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
564 |
+
<folding>
|
565 |
+
<marker date="1507759784834" expanded="true" signature="15752:15768" ph="SELECT `ID` " />
|
566 |
+
<marker date="1507759784834" expanded="true" signature="15752:15769" ph="SELECT `ID` ${WHERE}" />
|
567 |
+
<marker date="1507759784834" expanded="true" signature="15752:15802" ph="SELECT `ID` " />
|
568 |
+
<marker date="1507759784834" expanded="true" signature="15752:15809" ph="SELECT `ID` " />
|
569 |
+
</folding>
|
570 |
+
</state>
|
571 |
+
</provider>
|
572 |
+
</entry>
|
573 |
+
<entry file="file://$PROJECT_DIR$/plugin-update-checker/README.md" />
|
574 |
+
<entry file="file://$PROJECT_DIR$/readme.txt">
|
575 |
+
<provider selected="true" editor-type-id="text-editor">
|
576 |
+
<state relative-caret-position="150">
|
577 |
+
<caret line="10" column="142" lean-forward="false" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="142" />
|
578 |
+
</state>
|
579 |
+
</provider>
|
580 |
+
</entry>
|
581 |
+
<entry file="file://$PROJECT_DIR$/inc/settings.php">
|
582 |
+
<provider selected="true" editor-type-id="text-editor">
|
583 |
+
<state relative-caret-position="2655">
|
584 |
+
<caret line="177" column="190" lean-forward="false" selection-start-line="177" selection-start-column="29" selection-end-line="177" selection-end-column="190" />
|
585 |
+
<folding>
|
586 |
+
<marker date="1495976553000" expanded="true" signature="1194:1210" ph="..." />
|
587 |
+
<marker date="1495976553000" expanded="true" signature="2790:2821" ph="..." />
|
588 |
+
<marker date="1495976553000" expanded="true" signature="5016:5028" ph="..." />
|
589 |
+
<marker date="1495976553000" expanded="true" signature="5030:5037" ph="..." />
|
590 |
+
<marker date="1495976553000" expanded="true" signature="16617:16635" ph="..." />
|
591 |
+
<marker date="1495976553000" expanded="true" signature="16989:16993" ph="<" />
|
592 |
+
<marker date="1495976553000" expanded="true" signature="17177:17181" ph=">" />
|
593 |
+
</folding>
|
594 |
+
</state>
|
595 |
+
</provider>
|
596 |
+
</entry>
|
597 |
+
<entry file="file://$PROJECT_DIR$/css/admin.scss">
|
598 |
+
<provider selected="true" editor-type-id="text-editor">
|
599 |
+
<state relative-caret-position="270">
|
600 |
+
<caret line="18" column="14" lean-forward="false" selection-start-line="18" selection-start-column="14" selection-end-line="18" selection-end-column="14" />
|
601 |
+
</state>
|
602 |
+
</provider>
|
603 |
+
</entry>
|
604 |
+
<entry file="file://$PROJECT_DIR$/inc/pbSettingsFramework.php">
|
605 |
+
<provider selected="true" editor-type-id="text-editor">
|
606 |
+
<state relative-caret-position="1515">
|
607 |
+
<caret line="106" column="151" lean-forward="false" selection-start-line="106" selection-start-column="151" selection-end-line="106" selection-end-column="151" />
|
608 |
+
<folding />
|
609 |
+
</state>
|
610 |
+
</provider>
|
611 |
+
</entry>
|
612 |
+
<entry file="file://$PROJECT_DIR$/inc/pro.php">
|
613 |
+
<provider selected="true" editor-type-id="text-editor">
|
614 |
+
<state relative-caret-position="420">
|
615 |
+
<caret line="28" column="99" lean-forward="false" selection-start-line="28" selection-start-column="99" selection-end-line="28" selection-end-column="99" />
|
616 |
+
<folding />
|
617 |
+
</state>
|
618 |
+
</provider>
|
619 |
+
</entry>
|
620 |
+
<entry file="file://$PROJECT_DIR$/js/unveil.js">
|
621 |
+
<provider selected="true" editor-type-id="text-editor">
|
622 |
+
<state relative-caret-position="795">
|
623 |
+
<caret line="61" column="44" lean-forward="false" selection-start-line="61" selection-start-column="44" selection-end-line="61" selection-end-column="44" />
|
624 |
+
</state>
|
625 |
+
</provider>
|
626 |
+
</entry>
|
627 |
+
<entry file="file://$PROJECT_DIR$/pb-seo-friendly-images.php">
|
628 |
+
<provider selected="true" editor-type-id="text-editor">
|
629 |
+
<state relative-caret-position="0">
|
630 |
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
631 |
+
<folding>
|
632 |
+
<marker date="1507759784834" expanded="true" signature="15752:15768" ph="SELECT `ID` " />
|
633 |
+
<marker date="1507759784834" expanded="true" signature="15752:15769" ph="SELECT `ID` ${WHERE}" />
|
634 |
+
<marker date="1507759784834" expanded="true" signature="15752:15802" ph="SELECT `ID` " />
|
635 |
+
<marker date="1507759784834" expanded="true" signature="15752:15809" ph="SELECT `ID` " />
|
636 |
+
</folding>
|
637 |
+
</state>
|
638 |
+
</provider>
|
639 |
+
</entry>
|
640 |
+
<entry file="file://$PROJECT_DIR$/plugin-update-checker/README.md" />
|
641 |
+
<entry file="file://$PROJECT_DIR$/readme.txt">
|
642 |
+
<provider selected="true" editor-type-id="text-editor">
|
643 |
+
<state relative-caret-position="0">
|
644 |
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
645 |
+
</state>
|
646 |
+
</provider>
|
647 |
+
</entry>
|
648 |
+
<entry file="file://$PROJECT_DIR$/inc/settings.php">
|
649 |
+
<provider selected="true" editor-type-id="text-editor">
|
650 |
+
<state relative-caret-position="2655">
|
651 |
+
<caret line="177" column="190" lean-forward="false" selection-start-line="177" selection-start-column="29" selection-end-line="177" selection-end-column="190" />
|
652 |
+
<folding>
|
653 |
+
<marker date="1495976553000" expanded="true" signature="1194:1210" ph="..." />
|
654 |
+
<marker date="1495976553000" expanded="true" signature="2790:2821" ph="..." />
|
655 |
+
<marker date="1495976553000" expanded="true" signature="5016:5028" ph="..." />
|
656 |
+
<marker date="1495976553000" expanded="true" signature="5030:5037" ph="..." />
|
657 |
+
<marker date="1495976553000" expanded="true" signature="16617:16635" ph="..." />
|
658 |
+
<marker date="1495976553000" expanded="true" signature="16989:16993" ph="<" />
|
659 |
+
<marker date="1495976553000" expanded="true" signature="17177:17181" ph=">" />
|
660 |
+
</folding>
|
661 |
+
</state>
|
662 |
+
</provider>
|
663 |
+
</entry>
|
664 |
+
<entry file="file://$PROJECT_DIR$/css/admin.scss">
|
665 |
+
<provider selected="true" editor-type-id="text-editor">
|
666 |
+
<state relative-caret-position="270">
|
667 |
+
<caret line="18" column="14" lean-forward="false" selection-start-line="18" selection-start-column="14" selection-end-line="18" selection-end-column="14" />
|
668 |
+
</state>
|
669 |
+
</provider>
|
670 |
+
</entry>
|
671 |
+
<entry file="file://$PROJECT_DIR$/inc/pbSettingsFramework.php">
|
672 |
+
<provider selected="true" editor-type-id="text-editor">
|
673 |
+
<state relative-caret-position="1515">
|
674 |
+
<caret line="106" column="151" lean-forward="false" selection-start-line="106" selection-start-column="151" selection-end-line="106" selection-end-column="151" />
|
675 |
+
<folding />
|
676 |
+
</state>
|
677 |
+
</provider>
|
678 |
+
</entry>
|
679 |
+
<entry file="file://$PROJECT_DIR$/inc/pro.php">
|
680 |
+
<provider selected="true" editor-type-id="text-editor">
|
681 |
+
<state relative-caret-position="420">
|
682 |
+
<caret line="28" column="99" lean-forward="false" selection-start-line="28" selection-start-column="99" selection-end-line="28" selection-end-column="99" />
|
683 |
+
<folding />
|
684 |
+
</state>
|
685 |
+
</provider>
|
686 |
+
</entry>
|
687 |
+
<entry file="file://$PROJECT_DIR$/js/unveil.js">
|
688 |
+
<provider selected="true" editor-type-id="text-editor">
|
689 |
+
<state relative-caret-position="795">
|
690 |
+
<caret line="61" column="44" lean-forward="false" selection-start-line="61" selection-start-column="44" selection-end-line="61" selection-end-column="44" />
|
691 |
+
</state>
|
692 |
+
</provider>
|
693 |
+
</entry>
|
694 |
+
<entry file="file://$PROJECT_DIR$/pb-seo-friendly-images.php">
|
695 |
+
<provider selected="true" editor-type-id="text-editor">
|
696 |
+
<state relative-caret-position="1440">
|
697 |
+
<caret line="108" column="110" lean-forward="false" selection-start-line="108" selection-start-column="21" selection-end-line="108" selection-end-column="110" />
|
698 |
+
<folding>
|
699 |
+
<marker date="1507759784834" expanded="true" signature="15752:15768" ph="SELECT `ID` " />
|
700 |
+
<marker date="1507759784834" expanded="true" signature="15752:15769" ph="SELECT `ID` ${WHERE}" />
|
701 |
+
<marker date="1507759784834" expanded="true" signature="15752:15802" ph="SELECT `ID` " />
|
702 |
+
<marker date="1507759784834" expanded="true" signature="15752:15809" ph="SELECT `ID` " />
|
703 |
+
</folding>
|
704 |
+
</state>
|
705 |
+
</provider>
|
706 |
+
</entry>
|
707 |
+
<entry file="file://$PROJECT_DIR$/plugin-update-checker/README.md" />
|
708 |
+
<entry file="file://$PROJECT_DIR$/readme.txt">
|
709 |
+
<provider selected="true" editor-type-id="text-editor">
|
710 |
+
<state relative-caret-position="0">
|
711 |
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
712 |
+
</state>
|
713 |
+
</provider>
|
714 |
+
</entry>
|
715 |
+
<entry file="file://$PROJECT_DIR$/pb-seo-friendly-images.php">
|
716 |
+
<provider selected="true" editor-type-id="text-editor">
|
717 |
+
<state relative-caret-position="60">
|
718 |
+
<caret line="4" column="189" lean-forward="false" selection-start-line="4" selection-start-column="189" selection-end-line="4" selection-end-column="189" />
|
719 |
+
<folding>
|
720 |
+
<marker date="1507759784834" expanded="true" signature="15752:15768" ph="SELECT `ID` " />
|
721 |
+
<marker date="1507759784834" expanded="true" signature="15752:15769" ph="SELECT `ID` ${WHERE}" />
|
722 |
+
<marker date="1507759784834" expanded="true" signature="15752:15802" ph="SELECT `ID` " />
|
723 |
+
<marker date="1507759784834" expanded="true" signature="15752:15809" ph="SELECT `ID` " />
|
724 |
+
</folding>
|
725 |
+
</state>
|
726 |
+
</provider>
|
727 |
+
</entry>
|
728 |
+
<entry file="file://$PROJECT_DIR$/readme.txt">
|
729 |
+
<provider selected="true" editor-type-id="text-editor">
|
730 |
+
<state relative-caret-position="0">
|
731 |
+
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
732 |
+
</state>
|
733 |
+
</provider>
|
734 |
+
</entry>
|
735 |
+
<entry file="file://$PROJECT_DIR$/pb-seo-friendly-images.php">
|
736 |
+
<provider selected="true" editor-type-id="text-editor">
|
737 |
+
<state relative-caret-position="60">
|
738 |
+
<caret line="4" column="213" lean-forward="false" selection-start-line="4" selection-start-column="213" selection-end-line="4" selection-end-column="213" />
|
739 |
+
<folding>
|
740 |
+
<marker date="1507759784834" expanded="true" signature="15752:15768" ph="SELECT `ID` " />
|
741 |
+
<marker date="1507759784834" expanded="true" signature="15752:15769" ph="SELECT `ID` ${WHERE}" />
|
742 |
+
<marker date="1507759784834" expanded="true" signature="15752:15802" ph="SELECT `ID` " />
|
743 |
+
<marker date="1507759784834" expanded="true" signature="15752:15809" ph="SELECT `ID` " />
|
744 |
+
</folding>
|
745 |
+
</state>
|
746 |
+
</provider>
|
747 |
+
</entry>
|
748 |
+
<entry file="file://$PROJECT_DIR$/lang/pb-seo-friendly-images-de_DE.po">
|
749 |
+
<provider selected="true" editor-type-id="text-editor">
|
750 |
+
<state relative-caret-position="75">
|
751 |
+
<caret line="5" column="63" lean-forward="true" selection-start-line="5" selection-start-column="63" selection-end-line="5" selection-end-column="63" />
|
752 |
+
</state>
|
753 |
+
</provider>
|
754 |
+
</entry>
|
755 |
+
<entry file="file://$PROJECT_DIR$/lang/pb-seo-friendly-images.pot">
|
756 |
+
<provider selected="true" editor-type-id="text-editor">
|
757 |
+
<state relative-caret-position="593">
|
758 |
+
<caret line="312" column="22" lean-forward="false" selection-start-line="312" selection-start-column="22" selection-end-line="312" selection-end-column="22" />
|
759 |
+
</state>
|
760 |
+
</provider>
|
761 |
+
</entry>
|
762 |
+
<entry file="file://$PROJECT_DIR$/plugin-update-checker/README.md" />
|
763 |
+
<entry file="file://$PROJECT_DIR$/../../../wordpress/wp-admin/includes/template.php">
|
764 |
+
<provider selected="true" editor-type-id="text-editor">
|
765 |
+
<state relative-caret-position="300">
|
766 |
+
<caret line="1205" column="9" lean-forward="false" selection-start-line="1205" selection-start-column="9" selection-end-line="1205" selection-end-column="9" />
|
767 |
+
</state>
|
768 |
+
</provider>
|
769 |
+
</entry>
|
770 |
+
<entry file="file://$PROJECT_DIR$/../../../wordpress/wp-admin/includes/plugin.php">
|
771 |
+
<provider selected="true" editor-type-id="text-editor">
|
772 |
+
<state relative-caret-position="300">
|
773 |
+
<caret line="67" column="9" lean-forward="false" selection-start-line="67" selection-start-column="9" selection-end-line="67" selection-end-column="9" />
|
774 |
+
</state>
|
775 |
+
</provider>
|
776 |
+
</entry>
|
777 |
+
<entry file="file://$PROJECT_DIR$/inc/pbSettingsFramework.php">
|
778 |
+
<provider selected="true" editor-type-id="text-editor">
|
779 |
+
<state relative-caret-position="2400">
|
780 |
+
<caret line="160" column="56" lean-forward="false" selection-start-line="160" selection-start-column="56" selection-end-line="160" selection-end-column="56" />
|
781 |
+
<folding />
|
782 |
+
</state>
|
783 |
+
</provider>
|
784 |
+
</entry>
|
785 |
+
<entry file="file://$PROJECT_DIR$/css/lazy.css">
|
786 |
+
<provider selected="true" editor-type-id="text-editor">
|
787 |
+
<state relative-caret-position="60">
|
788 |
+
<caret line="4" column="1" lean-forward="true" selection-start-line="4" selection-start-column="1" selection-end-line="4" selection-end-column="1" />
|
789 |
+
</state>
|
790 |
+
</provider>
|
791 |
+
</entry>
|
792 |
+
<entry file="file://$PROJECT_DIR$/css/admin.scss">
|
793 |
+
<provider selected="true" editor-type-id="text-editor">
|
794 |
+
<state relative-caret-position="2460">
|
795 |
+
<caret line="164" column="0" lean-forward="false" selection-start-line="164" selection-start-column="0" selection-end-line="164" selection-end-column="0" />
|
796 |
+
<folding />
|
797 |
+
</state>
|
798 |
+
</provider>
|
799 |
+
</entry>
|
800 |
+
<entry file="file://$PROJECT_DIR$/plugin-update-checker/plugin-update-checker.php">
|
801 |
+
<provider selected="true" editor-type-id="text-editor">
|
802 |
+
<state relative-caret-position="277">
|
803 |
+
<caret line="124" column="32" lean-forward="false" selection-start-line="124" selection-start-column="32" selection-end-line="124" selection-end-column="32" />
|
804 |
+
</state>
|
805 |
+
</provider>
|
806 |
+
</entry>
|
807 |
+
<entry file="file://$PROJECT_DIR$/js/unveil.js">
|
808 |
+
<provider selected="true" editor-type-id="text-editor">
|
809 |
+
<state relative-caret-position="45">
|
810 |
+
<caret line="3" column="3" lean-forward="false" selection-start-line="3" selection-start-column="3" selection-end-line="3" selection-end-column="40" />
|
811 |
+
<folding />
|
812 |
+
</state>
|
813 |
+
</provider>
|
814 |
+
</entry>
|
815 |
+
<entry file="file://$PROJECT_DIR$/inc/settings.php">
|
816 |
+
<provider selected="true" editor-type-id="text-editor">
|
817 |
+
<state relative-caret-position="5445">
|
818 |
+
<caret line="348" column="28" lean-forward="false" selection-start-line="348" selection-start-column="12" selection-end-line="348" selection-end-column="28" />
|
819 |
+
<folding>
|
820 |
+
<marker date="1495976553000" expanded="true" signature="1194:1210" ph="..." />
|
821 |
+
<marker date="1495976553000" expanded="true" signature="2790:2821" ph="..." />
|
822 |
+
<marker date="1495976553000" expanded="true" signature="5016:5028" ph="..." />
|
823 |
+
<marker date="1495976553000" expanded="true" signature="5030:5037" ph="..." />
|
824 |
+
<marker date="1495976553000" expanded="true" signature="16617:16635" ph="..." />
|
825 |
+
<marker date="1495976553000" expanded="true" signature="16989:16993" ph="<" />
|
826 |
+
<marker date="1495976553000" expanded="true" signature="17177:17181" ph=">" />
|
827 |
+
</folding>
|
828 |
+
</state>
|
829 |
+
</provider>
|
830 |
+
</entry>
|
831 |
+
<entry file="file://$PROJECT_DIR$/inc/pro.php">
|
832 |
+
<provider selected="true" editor-type-id="text-editor">
|
833 |
+
<state relative-caret-position="577">
|
834 |
+
<caret line="129" column="39" lean-forward="false" selection-start-line="129" selection-start-column="39" selection-end-line="129" selection-end-column="39" />
|
835 |
+
<folding />
|
836 |
+
</state>
|
837 |
+
</provider>
|
838 |
+
</entry>
|
839 |
+
<entry file="file://$PROJECT_DIR$/readme.txt">
|
840 |
+
<provider selected="true" editor-type-id="text-editor">
|
841 |
+
<state relative-caret-position="90">
|
842 |
+
<caret line="6" column="17" lean-forward="false" selection-start-line="6" selection-start-column="17" selection-end-line="6" selection-end-column="17" />
|
843 |
+
<folding />
|
844 |
+
</state>
|
845 |
+
</provider>
|
846 |
+
</entry>
|
847 |
+
<entry file="file://$PROJECT_DIR$/pb-seo-friendly-images.php">
|
848 |
+
<provider selected="true" editor-type-id="text-editor">
|
849 |
+
<state relative-caret-position="90">
|
850 |
+
<caret line="5" column="14" lean-forward="false" selection-start-line="5" selection-start-column="14" selection-end-line="5" selection-end-column="14" />
|
851 |
+
<folding>
|
852 |
+
<marker date="1507759784834" expanded="true" signature="15752:15768" ph="SELECT `ID` " />
|
853 |
+
<marker date="1507759784834" expanded="true" signature="15752:15769" ph="SELECT `ID` ${WHERE}" />
|
854 |
+
<marker date="1507759784834" expanded="true" signature="15752:15802" ph="SELECT `ID` " />
|
855 |
+
<marker date="1507759784834" expanded="true" signature="15752:15809" ph="SELECT `ID` " />
|
856 |
+
</folding>
|
857 |
+
</state>
|
858 |
+
</provider>
|
859 |
+
</entry>
|
860 |
+
</component>
|
861 |
+
</project>
|
pb-seo-friendly-images.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: PB SEO Friendly Images
|
4 |
Plugin URI: https://wordpress.org/extend/plugins/pb-seo-friendly-images/
|
5 |
Description: This plugin is a full-featured solution for SEO friendly images. Optimize "alt" and "title" attributes for all images and post thumbnails. This plugin helps you to improve your traffic from search engines.
|
6 |
-
Version: 2.4.
|
7 |
Author: Pascal Bajorat
|
8 |
Author URI: https://www.pascal-bajorat.com
|
9 |
Text Domain: pb-seo-friendly-images
|
@@ -37,7 +37,7 @@ if( !class_exists('pbSEOFriendlyImages') ):
|
|
37 |
class pbSEOFriendlyImages
|
38 |
{
|
39 |
public static $verMajor = '2.4';
|
40 |
-
public static $verMinor = '
|
41 |
|
42 |
public static $basename = false;
|
43 |
public static $userSettings = array();
|
3 |
Plugin Name: PB SEO Friendly Images
|
4 |
Plugin URI: https://wordpress.org/extend/plugins/pb-seo-friendly-images/
|
5 |
Description: This plugin is a full-featured solution for SEO friendly images. Optimize "alt" and "title" attributes for all images and post thumbnails. This plugin helps you to improve your traffic from search engines.
|
6 |
+
Version: 2.4.1
|
7 |
Author: Pascal Bajorat
|
8 |
Author URI: https://www.pascal-bajorat.com
|
9 |
Text Domain: pb-seo-friendly-images
|
37 |
class pbSEOFriendlyImages
|
38 |
{
|
39 |
public static $verMajor = '2.4';
|
40 |
+
public static $verMinor = '1';
|
41 |
|
42 |
public static $basename = false;
|
43 |
public static $userSettings = array();
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== PB SEO Friendly Images ===
|
2 |
Contributors: pascalbajorat
|
3 |
Donate link: https://www.pascal-bajorat.com/spenden/
|
4 |
-
Tags: seo, images, Post, admin, google, attachment, optimize, photo, picture, image, media, photos, pictures, alt, title
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.4.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -42,6 +42,10 @@ If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesi
|
|
42 |
|
43 |
== Changelog ==
|
44 |
|
|
|
|
|
|
|
|
|
45 |
= 2.4.0 =
|
46 |
* Increased compability to other plugins and themes.
|
47 |
|
1 |
=== PB SEO Friendly Images ===
|
2 |
Contributors: pascalbajorat
|
3 |
Donate link: https://www.pascal-bajorat.com/spenden/
|
4 |
+
Tags: seo, images, Post, admin, google, attachment, optimize, photo, picture, image, media, photos, pictures, alt, title, lazy, load
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.9
|
7 |
+
Stable tag: 2.4.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
+
= 2.4.1 =
|
46 |
+
* Increased compability to other plugins and themes.
|
47 |
+
* Improved compability especially for MasterSlider
|
48 |
+
|
49 |
= 2.4.0 =
|
50 |
* Increased compability to other plugins and themes.
|
51 |
|