Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
f3a7193f
Commit
f3a7193f
authored
Apr 18, 2017
by
lucha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[auto] plugin: nextgen-gallery 2.2.3
parent
109d028b
Changes
126
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
126 changed files
with
9727 additions
and
2262 deletions
+9727
-2262
wp-content/plugins/nextgen-gallery/changelog.txt
wp-content/plugins/nextgen-gallery/changelog.txt
+21
-1
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/account.css
...ins/nextgen-gallery/freemius/assets/css/admin/account.css
+1
-1
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/account.min.css
...nextgen-gallery/freemius/assets/css/admin/account.min.css
+1
-1
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/common.css
...gins/nextgen-gallery/freemius/assets/css/admin/common.css
+1
-1
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/common.min.css
.../nextgen-gallery/freemius/assets/css/admin/common.min.css
+1
-1
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/dialog-boxes.css
...extgen-gallery/freemius/assets/css/admin/dialog-boxes.css
+1
-1
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/dialog-boxes.min.css
...en-gallery/freemius/assets/css/admin/dialog-boxes.min.css
+1
-1
wp-content/plugins/nextgen-gallery/freemius/assets/scss/_mixins.scss
...plugins/nextgen-gallery/freemius/assets/scss/_mixins.scss
+11
-0
wp-content/plugins/nextgen-gallery/freemius/assets/scss/admin/_modal-common.scss
...gen-gallery/freemius/assets/scss/admin/_modal-common.scss
+2
-0
wp-content/plugins/nextgen-gallery/freemius/assets/scss/admin/account.scss
...s/nextgen-gallery/freemius/assets/scss/admin/account.scss
+66
-0
wp-content/plugins/nextgen-gallery/freemius/assets/scss/admin/common.scss
...ns/nextgen-gallery/freemius/assets/scss/admin/common.scss
+20
-0
wp-content/plugins/nextgen-gallery/freemius/config.php
wp-content/plugins/nextgen-gallery/freemius/config.php
+132
-60
wp-content/plugins/nextgen-gallery/freemius/includes/class-freemius-abstract.php
...gen-gallery/freemius/includes/class-freemius-abstract.php
+86
-12
wp-content/plugins/nextgen-gallery/freemius/includes/class-freemius.php
...gins/nextgen-gallery/freemius/includes/class-freemius.php
+1293
-371
wp-content/plugins/nextgen-gallery/freemius/includes/class-fs-api.php
...lugins/nextgen-gallery/freemius/includes/class-fs-api.php
+83
-7
wp-content/plugins/nextgen-gallery/freemius/includes/class-fs-logger.php
...ins/nextgen-gallery/freemius/includes/class-fs-logger.php
+27
-1
wp-content/plugins/nextgen-gallery/freemius/includes/entities/class-fs-billing.php
...n-gallery/freemius/includes/entities/class-fs-billing.php
+95
-0
wp-content/plugins/nextgen-gallery/freemius/includes/entities/class-fs-plugin.php
...en-gallery/freemius/includes/entities/class-fs-plugin.php
+4
-0
wp-content/plugins/nextgen-gallery/freemius/includes/entities/class-fs-site.php
...tgen-gallery/freemius/includes/entities/class-fs-site.php
+21
-0
wp-content/plugins/nextgen-gallery/freemius/includes/fs-core-functions.php
...s/nextgen-gallery/freemius/includes/fs-core-functions.php
+56
-14
wp-content/plugins/nextgen-gallery/freemius/includes/fs-essential-functions.php
...tgen-gallery/freemius/includes/fs-essential-functions.php
+23
-5
wp-content/plugins/nextgen-gallery/freemius/includes/fs-plugin-info-dialog.php
...xtgen-gallery/freemius/includes/fs-plugin-info-dialog.php
+3
-3
wp-content/plugins/nextgen-gallery/freemius/includes/i18n.php
...ontent/plugins/nextgen-gallery/freemius/includes/i18n.php
+353
-209
wp-content/plugins/nextgen-gallery/freemius/includes/managers/class-fs-admin-menu-manager.php
...reemius/includes/managers/class-fs-admin-menu-manager.php
+23
-1
wp-content/plugins/nextgen-gallery/freemius/includes/managers/class-fs-admin-notice-manager.php
...emius/includes/managers/class-fs-admin-notice-manager.php
+3
-0
wp-content/plugins/nextgen-gallery/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php
...ius/includes/sdk/Exceptions/ArgumentNotExistException.php
+4
-1
wp-content/plugins/nextgen-gallery/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
...eemius/includes/sdk/Exceptions/EmptyArgumentException.php
+4
-1
wp-content/plugins/nextgen-gallery/freemius/includes/sdk/Exceptions/Exception.php
...en-gallery/freemius/includes/sdk/Exceptions/Exception.php
+66
-67
wp-content/plugins/nextgen-gallery/freemius/includes/sdk/Exceptions/InvalidArgumentException.php
...mius/includes/sdk/Exceptions/InvalidArgumentException.php
+3
-1
wp-content/plugins/nextgen-gallery/freemius/includes/sdk/Exceptions/OAuthException.php
...llery/freemius/includes/sdk/Exceptions/OAuthException.php
+7
-7
wp-content/plugins/nextgen-gallery/freemius/includes/sdk/Freemius.php
...lugins/nextgen-gallery/freemius/includes/sdk/Freemius.php
+15
-8
wp-content/plugins/nextgen-gallery/freemius/includes/sdk/FreemiusBase.php
...ns/nextgen-gallery/freemius/includes/sdk/FreemiusBase.php
+14
-4
wp-content/plugins/nextgen-gallery/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php
...s/includes/supplements/fs-essential-functions-1.1.7.1.php
+4
-2
wp-content/plugins/nextgen-gallery/freemius/languages/freemius-da_DK.mo
...gins/nextgen-gallery/freemius/languages/freemius-da_DK.mo
+0
-0
wp-content/plugins/nextgen-gallery/freemius/languages/freemius-da_DK.po
...gins/nextgen-gallery/freemius/languages/freemius-da_DK.po
+1661
-0
wp-content/plugins/nextgen-gallery/freemius/languages/freemius-en.mo
...plugins/nextgen-gallery/freemius/languages/freemius-en.mo
+0
-0
wp-content/plugins/nextgen-gallery/freemius/languages/freemius-en.po
...plugins/nextgen-gallery/freemius/languages/freemius-en.po
+430
-304
wp-content/plugins/nextgen-gallery/freemius/languages/freemius-he.mo
...plugins/nextgen-gallery/freemius/languages/freemius-he.mo
+0
-0
wp-content/plugins/nextgen-gallery/freemius/languages/freemius-he.po
...plugins/nextgen-gallery/freemius/languages/freemius-he.po
+1661
-0
wp-content/plugins/nextgen-gallery/freemius/languages/freemius-it_IT.mo
...gins/nextgen-gallery/freemius/languages/freemius-it_IT.mo
+0
-0
wp-content/plugins/nextgen-gallery/freemius/languages/freemius-it_IT.po
...gins/nextgen-gallery/freemius/languages/freemius-it_IT.po
+465
-318
wp-content/plugins/nextgen-gallery/freemius/languages/freemius.pot
...t/plugins/nextgen-gallery/freemius/languages/freemius.pot
+427
-301
wp-content/plugins/nextgen-gallery/freemius/start.php
wp-content/plugins/nextgen-gallery/freemius/start.php
+3
-7
wp-content/plugins/nextgen-gallery/freemius/templates/account.php
...nt/plugins/nextgen-gallery/freemius/templates/account.php
+32
-7
wp-content/plugins/nextgen-gallery/freemius/templates/add-trial-to-pricing.php
...xtgen-gallery/freemius/templates/add-trial-to-pricing.php
+31
-0
wp-content/plugins/nextgen-gallery/freemius/templates/billing.php
...nt/plugins/nextgen-gallery/freemius/templates/billing.php
+401
-4
wp-content/plugins/nextgen-gallery/freemius/templates/checkout.php
...t/plugins/nextgen-gallery/freemius/templates/checkout.php
+32
-54
wp-content/plugins/nextgen-gallery/freemius/templates/connect.php
...nt/plugins/nextgen-gallery/freemius/templates/connect.php
+74
-18
wp-content/plugins/nextgen-gallery/freemius/templates/debug.php
...tent/plugins/nextgen-gallery/freemius/templates/debug.php
+76
-5
wp-content/plugins/nextgen-gallery/freemius/templates/debug/logger.php
...ugins/nextgen-gallery/freemius/templates/debug/logger.php
+2
-2
wp-content/plugins/nextgen-gallery/freemius/templates/forms/deactivation/form.php
...en-gallery/freemius/templates/forms/deactivation/form.php
+2
-1
wp-content/plugins/nextgen-gallery/freemius/templates/forms/deactivation/retry-skip.php
...lery/freemius/templates/forms/deactivation/retry-skip.php
+1
-1
wp-content/plugins/nextgen-gallery/freemius/templates/forms/license-activation.php
...n-gallery/freemius/templates/forms/license-activation.php
+9
-26
wp-content/plugins/nextgen-gallery/freemius/templates/forms/optout.php
...ugins/nextgen-gallery/freemius/templates/forms/optout.php
+211
-0
wp-content/plugins/nextgen-gallery/freemius/templates/forms/resend-key.php
...s/nextgen-gallery/freemius/templates/forms/resend-key.php
+1
-1
wp-content/plugins/nextgen-gallery/freemius/templates/forms/trial-start.php
.../nextgen-gallery/freemius/templates/forms/trial-start.php
+174
-0
wp-content/plugins/nextgen-gallery/freemius/templates/plugin-icon.php
...lugins/nextgen-gallery/freemius/templates/plugin-icon.php
+54
-23
wp-content/plugins/nextgen-gallery/freemius/templates/pricing.php
...nt/plugins/nextgen-gallery/freemius/templates/pricing.php
+21
-10
wp-content/plugins/nextgen-gallery/nggallery.php
wp-content/plugins/nextgen-gallery/nggallery.php
+12
-6
wp-content/plugins/nextgen-gallery/non_pope/class.nextgen_settings.php
...ugins/nextgen-gallery/non_pope/class.nextgen_settings.php
+3
-0
wp-content/plugins/nextgen-gallery/pope/lib/class.base_module.php
...nt/plugins/nextgen-gallery/pope/lib/class.base_module.php
+4
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/module.ajax.php
.../products/photocrati_nextgen/modules/ajax/module.ajax.php
+10
-3
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php
..._nextgen/modules/attach_to_post/module.attach_to_post.php
+12
-5
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/package.module.attach_to_post.php
.../modules/attach_to_post/package.module.attach_to_post.php
+1
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/display_tab.js
...rati_nextgen/modules/attach_to_post/static/display_tab.js
+3
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/static/display_tab.min.js
..._nextgen/modules/attach_to_post/static/display_tab.min.js
+1
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/cache/module.cache.php
...roducts/photocrati_nextgen/modules/cache/module.cache.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/module.datamapper.php
...otocrati_nextgen/modules/datamapper/module.datamapper.php
+19
-12
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/package.module.datamapper.php
..._nextgen/modules/datamapper/package.module.datamapper.php
+6
-10
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_stylesheet/module.dynamic_stylesheet.php
.../modules/dynamic_stylesheet/module.dynamic_stylesheet.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/dynamic_thumbnails/module.dynamic_thumbnails.php
.../modules/dynamic_thumbnails/module.dynamic_thumbnails.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/frame_communication/module.frame_communication.php
...odules/frame_communication/module.frame_communication.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/module.fs.php
...lery/products/photocrati_nextgen/modules/fs/module.fs.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery-sv_SE.po
...s/photocrati_nextgen/modules/i18n/lang/nggallery-sv_SE.po
+5
-5
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/lang/nggallery.po
...roducts/photocrati_nextgen/modules/i18n/lang/nggallery.po
+4
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php
.../products/photocrati_nextgen/modules/i18n/module.i18n.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/module.lightbox.php
...s/photocrati_nextgen/modules/lightbox/module.lightbox.php
+10
-3
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/module.mvc.php
...ry/products/photocrati_nextgen/modules/mvc/module.mvc.php
+15
-8
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/module.nextgen_addgallery_page.php
...extgen_addgallery_page/module.nextgen_addgallery_page.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/module.nextgen_admin.php
...ti_nextgen/modules/nextgen_admin/module.nextgen_admin.php
+111
-18
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php
...en/modules/nextgen_admin/package.module.nextgen_admin.php
+162
-80
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/admin_notices.js
...ati_nextgen/modules/nextgen_admin/static/admin_notices.js
+5
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/admin_notices.min.js
...nextgen/modules/nextgen_admin/static/admin_notices.min.js
+1
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/admin_notice.php
..._nextgen/modules/nextgen_admin/templates/admin_notice.php
+1
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/templates/review_notice.php
...nextgen/modules/nextgen_admin/templates/review_notice.php
+17
-0
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/module.nextgen_basic_album.php
...odules/nextgen_basic_album/module.nextgen_basic_album.php
+12
-3
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/package.module.nextgen_basic_album.php
...extgen_basic_album/package.module.nextgen_basic_album.php
+147
-35
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php
...nextgen/modules/nextgen_basic_album/templates/compact.php
+22
-29
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php
...extgen/modules/nextgen_basic_album/templates/extended.php
+16
-26
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/module.nextgen_basic_gallery.php
...es/nextgen_basic_gallery/module.nextgen_basic_gallery.php
+10
-3
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php
...en_basic_gallery/package.module.nextgen_basic_gallery.php
+1
-11
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/module.nextgen_basic_imagebrowser.php
..._basic_imagebrowser/module.nextgen_basic_imagebrowser.php
+13
-6
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/style.css
...xtgen/modules/nextgen_basic_imagebrowser/static/style.css
+142
-0
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/style.min.css
...n/modules/nextgen_basic_imagebrowser/static/style.min.css
+1
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/templates/imagebrowser-simple-template.php
...c_imagebrowser/templates/imagebrowser-simple-template.php
+71
-0
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/module.nextgen_basic_singlepic.php
...extgen_basic_singlepic/module.nextgen_basic_singlepic.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/module.nextgen_basic_tagcloud.php
.../nextgen_basic_tagcloud/module.nextgen_basic_tagcloud.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_templates/module.nextgen_basic_templates.php
...extgen_basic_templates/module.nextgen_basic_templates.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/module.nextgen_data.php
...rati_nextgen/modules/nextgen_data/module.nextgen_data.php
+11
-4
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php
...tgen/modules/nextgen_data/package.module.nextgen_data.php
+9
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php
...extgen_gallery_display/module.nextgen_gallery_display.php
+39
-5
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php
...allery_display/package.module.nextgen_gallery_display.php
+149
-0
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/common.js
..._nextgen/modules/nextgen_gallery_display/static/common.js
+57
-5
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/static/common.min.js
...tgen/modules/nextgen_gallery_display/static/common.min.js
+3
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/templates/thumbnail_settings.php
.../nextgen_gallery_display/templates/thumbnail_settings.php
+22
-0
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_other_options/module.nextgen_other_options.php
...es/nextgen_other_options/module.nextgen_other_options.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pagination/module.nextgen_pagination.php
.../modules/nextgen_pagination/module.nextgen_pagination.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pro_upgrade/module.nextgen_pro_upgrade.php
...odules/nextgen_pro_upgrade/module.nextgen_pro_upgrade.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_settings/module.nextgen_settings.php
...tgen/modules/nextgen_settings/module.nextgen_settings.php
+10
-3
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php
..._nextgen/modules/nextgen_xmlrpc/module.nextgen_xmlrpc.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/functions.php
.../photocrati_nextgen/modules/ngglegacy/admin/functions.php
+6
-8
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/admin/manage.php
...cts/photocrati_nextgen/modules/ngglegacy/admin/manage.php
+2
-0
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php
...ducts/photocrati_nextgen/modules/ngglegacy/lib/ngg-db.php
+9
-9
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/module.ngglegacy.php
...photocrati_nextgen/modules/ngglegacy/module.ngglegacy.php
+18
-10
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php
...otocrati_nextgen/modules/ngglegacy/view/album-compact.php
+20
-3
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/module.router.php
...ducts/photocrati_nextgen/modules/router/module.router.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/package.module.router.php
...otocrati_nextgen/modules/router/package.module.router.php
+1
-1
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/security/module.security.php
...s/photocrati_nextgen/modules/security/module.security.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/simplehtmldom/module.simple_html_dom.php
..._nextgen/modules/simplehtmldom/module.simple_html_dom.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/third_party_compat/module.third_party_compat.php
.../modules/third_party_compat/module.third_party_compat.php
+68
-7
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/validation/module.validation.php
...otocrati_nextgen/modules/validation/module.validation.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/module.widget.php
...ducts/photocrati_nextgen/modules/widget/module.widget.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/wordpress_routing/module.wordpress_routing.php
...en/modules/wordpress_routing/module.wordpress_routing.php
+9
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/wpcli/module.wpcli.php
...roducts/photocrati_nextgen/modules/wpcli/module.wpcli.php
+22
-2
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/product.photocrati_nextgen.php
...roducts/photocrati_nextgen/product.photocrati_nextgen.php
+11
-4
wp-content/plugins/nextgen-gallery/readme.txt
wp-content/plugins/nextgen-gallery/readme.txt
+24
-4
No files found.
wp-content/plugins/nextgen-gallery/changelog.txt
View file @
f3a7193f
NextGEN Gallery
by Imagely
= V2.2.3 - 04.05.2017 =
* Fixed: E_WARNING on Gallery Settings page due to improper use of array_combine() on PHP <= 5.3
= V2.2.2 - 04.04.2017 =
* Fixed: Hyperlinks in image descriptions
* Fixed: WordPress SEO sitemap image count
* Fixed: Removed id parameter in shortcodes
* Fixed: Fatal error in Freemius code
= V2.2.1 - 03.13.2017 =
* NEW: Template mechanism for all display types
* NEW: Review notices
* Changed: Updated branding to Imagely
* Changed: Added the ability to click on a gallery title and have it open direct to Pro Lightbox
* Fixed: Problems with activation after initial installation
* Fixed: Don't display legacy shortcodes after creating new galleries
* Fixed: false positive malware detection notices against 'eval'
* Fixed: Various PHP notices and warnings
* Fixed: Issue with dynamic container height for Imagebrowser display types
= V2.1.79 - 02.23.2017 =
*
Changed: Tag display adjustment
*
Secured: Resolved vulnerability with tag cloud displays
= V2.1.77 - 01.31.2017 =
* Changed: Corrected Facebook link
...
...
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/account.css
View file @
f3a7193f
#fs_account
.postbox
,
#fs_account
.widefat
{
max-width
:
700px
}
#fs_account
h3
{
font-size
:
1.3em
;
padding
:
12px
15px
;
margin
:
0
0
12px
0
;
line-height
:
1.4
;
border-bottom
:
1px
solid
#F1F1F1
}
#fs_account
i
.dashicons
{
font-size
:
1.2em
;
height
:
1.2em
;
width
:
1.2em
}
#fs_account
.button
i
.dashicons
{
vertical-align
:
middle
}
#fs_account
.fs-header-actions
{
position
:
absolute
;
top
:
17px
;
right
:
15px
;
font-size
:
0.9em
}
#fs_account
.fs-header-actions
ul
{
margin
:
0
}
#fs_account
.fs-header-actions
li
{
float
:
left
}
#fs_account
.fs-header-actions
li
form
{
display
:
inline-block
}
#fs_account
.fs-header-actions
li
a
{
text-decoration
:
none
}
#fs_account_details
.button-group
{
float
:
right
}
.rtl
#fs_account
.fs-header-actions
{
left
:
15px
;
right
:
auto
}
.fs-key-value-table
{
width
:
100%
}
.fs-key-value-table
form
{
display
:
inline-block
}
.fs-key-value-table
tr
td
:first-child
{
text-align
:
right
}
.fs-key-value-table
tr
td
:first-child
nobr
{
font-weight
:
bold
}
.fs-key-value-table
tr
td
:first-child
form
{
display
:
block
}
.fs-key-value-table
tr
td
.fs-right
{
text-align
:
right
}
.fs-key-value-table
tr
.fs-odd
{
background
:
#ebebeb
}
.fs-key-value-table
td
,
.fs-key-value-table
th
{
padding
:
10px
}
.fs-key-value-table
code
{
line-height
:
28px
}
.fs-key-value-table
var
,
.fs-key-value-table
code
,
.fs-key-value-table
input
[
type
=
"text"
]
{
color
:
#0073AA
;
font-size
:
16px
;
background
:
none
}
.fs-key-value-table
input
[
type
=
"text"
]
{
width
:
100%
;
font-weight
:
bold
}
label
.fs-tag
{
background
:
#ffba00
;
color
:
#fff
;
display
:
inline-block
;
border-radius
:
3px
;
padding
:
5px
;
font-size
:
11px
;
line-height
:
11px
;
vertical-align
:
baseline
}
label
.fs-tag.fs-warn
{
background
:
#ffba00
}
label
.fs-tag.fs-success
{
background
:
#46b450
}
label
.fs-tag.fs-error
{
background
:
#dc3232
}
#fs_addons
h3
{
border
:
none
;
margin-bottom
:
0
;
padding
:
4px
5px
}
#fs_addons
td
{
vertical-align
:
middle
}
#fs_addons
t
d
:first-child
,
#fs_addons
th
:first-child
{
text-align
:
left
;
font-weight
:
bold
}
#fs_addons
td
:last-child
,
#fs_addons
th
:last-child
{
text-align
:
right
}
#fs_addons
th
{
font-weight
:
bold
}
#fs_account
.postbox
,
#fs_account
.widefat
{
max-width
:
700px
}
#fs_account
h3
{
font-size
:
1.3em
;
padding
:
12px
15px
;
margin
:
0
0
12px
0
;
line-height
:
1.4
;
border-bottom
:
1px
solid
#F1F1F1
}
#fs_account
i
.dashicons
{
font-size
:
1.2em
;
height
:
1.2em
;
width
:
1.2em
}
#fs_account
.button
i
.dashicons
{
vertical-align
:
middle
}
#fs_account
.fs-header-actions
{
position
:
absolute
;
top
:
17px
;
right
:
15px
;
font-size
:
0.9em
}
#fs_account
.fs-header-actions
ul
{
margin
:
0
}
#fs_account
.fs-header-actions
li
{
float
:
left
}
#fs_account
.fs-header-actions
li
form
{
display
:
inline-block
}
#fs_account
.fs-header-actions
li
a
{
text-decoration
:
none
}
#fs_account_details
.button-group
{
float
:
right
}
.rtl
#fs_account
.fs-header-actions
{
left
:
15px
;
right
:
auto
}
.fs-key-value-table
{
width
:
100%
}
.fs-key-value-table
form
{
display
:
inline-block
}
.fs-key-value-table
tr
td
:first-child
{
text-align
:
right
}
.fs-key-value-table
tr
td
:first-child
nobr
{
font-weight
:
bold
}
.fs-key-value-table
tr
td
:first-child
form
{
display
:
block
}
.fs-key-value-table
tr
td
.fs-right
{
text-align
:
right
}
.fs-key-value-table
tr
.fs-odd
{
background
:
#ebebeb
}
.fs-key-value-table
td
,
.fs-key-value-table
th
{
padding
:
10px
}
.fs-key-value-table
code
{
line-height
:
28px
}
.fs-key-value-table
var
,
.fs-key-value-table
code
,
.fs-key-value-table
input
[
type
=
"text"
]
{
color
:
#0073AA
;
font-size
:
16px
;
background
:
none
}
.fs-key-value-table
input
[
type
=
"text"
]
{
width
:
100%
;
font-weight
:
bold
}
label
.fs-tag
{
background
:
#ffba00
;
color
:
#fff
;
display
:
inline-block
;
border-radius
:
3px
;
padding
:
5px
;
font-size
:
11px
;
line-height
:
11px
;
vertical-align
:
baseline
}
label
.fs-tag.fs-warn
{
background
:
#ffba00
}
label
.fs-tag.fs-success
{
background
:
#46b450
}
label
.fs-tag.fs-error
{
background
:
#dc3232
}
#fs_addons
h3
{
border
:
none
;
margin-bottom
:
0
;
padding
:
4px
5px
}
#fs_addons
td
{
vertical-align
:
middle
}
#fs_addons
t
head
{
white-space
:
nowrap
}
#fs_addons
td
:first-child
,
#fs_addons
th
:first-child
{
text-align
:
left
;
font-weight
:
bold
}
#fs_addons
td
:last-child
,
#fs_addons
th
:last-child
{
text-align
:
right
}
#fs_addons
th
{
font-weight
:
bold
}
#fs_billing_address
{
width
:
100%
}
#fs_billing_address
tr
td
{
width
:
50%
;
padding
:
5px
}
#fs_billing_address
tr
:first-of-type
td
{
padding-top
:
0
}
#fs_billing_address
span
{
font-weight
:
bold
}
#fs_billing_address
input
,
#fs_billing_address
select
{
display
:
block
;
width
:
100%
;
margin-top
:
5px
}
#fs_billing_address
input
::-moz-placeholder
,
#fs_billing_address
select
::-moz-placeholder
{
color
:
transparent
;
opacity
:
1
}
#fs_billing_address
input
:-ms-input-placeholder
,
#fs_billing_address
select
:-ms-input-placeholder
{
color
:
transparent
}
#fs_billing_address
input
::-webkit-input-placeholder
,
#fs_billing_address
select
::-webkit-input-placeholder
{
color
:
transparent
}
#fs_billing_address
input
.fs-read-mode
,
#fs_billing_address
select
.fs-read-mode
{
border-color
:
transparent
;
color
:
#777
;
border-bottom
:
1px
dashed
#ccc
;
padding-left
:
0
;
background
:
none
}
#fs_billing_address
.fs-read-mode
td
span
{
display
:
none
}
#fs_billing_address
.fs-read-mode
input
,
#fs_billing_address
.fs-read-mode
select
{
border-color
:
transparent
;
color
:
#777
;
border-bottom
:
1px
dashed
#ccc
;
padding-left
:
0
;
background
:
none
}
#fs_billing_address
.fs-read-mode
input
::-moz-placeholder
,
#fs_billing_address
.fs-read-mode
select
::-moz-placeholder
{
color
:
#ccc
;
opacity
:
1
}
#fs_billing_address
.fs-read-mode
input
:-ms-input-placeholder
,
#fs_billing_address
.fs-read-mode
select
:-ms-input-placeholder
{
color
:
#ccc
}
#fs_billing_address
.fs-read-mode
input
::-webkit-input-placeholder
,
#fs_billing_address
.fs-read-mode
select
::-webkit-input-placeholder
{
color
:
#ccc
}
#fs_billing_address
button
{
display
:
block
;
width
:
100%
}
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/account.min.css
View file @
f3a7193f
#fs_account
.fs-header-actions
li
form
,
.fs-key-value-table
form
{
display
:
inline-block
}
#fs_addons
td
:last-child
,
#fs_addons
th
:last-child
,
.fs-key-value-table
tr
td
.fs-right
,
.fs-key-value-table
tr
td
:first-child
{
text-align
:
right
}
#fs_account
.postbox
,
#fs_account
.widefat
{
max-width
:
700px
}
#fs_account
h3
{
font-size
:
1.3em
;
padding
:
12px
15px
;
margin
:
0
0
12px
;
line-height
:
1.4
;
border-bottom
:
1px
solid
#F1F1F1
}
#fs_account
i
.dashicons
{
font-size
:
1.2em
;
height
:
1.2em
;
width
:
1.2em
}
#fs_account
.button
i
.dashicons
{
vertical-align
:
middle
}
#fs_account
.fs-header-actions
{
position
:
absolute
;
top
:
17px
;
right
:
15px
;
font-size
:
.9em
}
#fs_account
.fs-header-actions
ul
{
margin
:
0
}
#fs_account
.fs-header-actions
li
{
float
:
left
}
#fs_account
.fs-header-actions
li
a
{
text-decoration
:
none
}
#fs_account_details
.button-group
{
float
:
right
}
.rtl
#fs_account
.fs-header-actions
{
left
:
15px
;
right
:
auto
}
.fs-key-value-table
{
width
:
100%
}
.fs-key-value-table
tr
td
:first-child
nobr
{
font-weight
:
700
}
.fs-key-value-table
tr
td
:first-child
form
{
display
:
block
}
.fs-key-value-table
tr
.fs-odd
{
background
:
#ebebeb
}
.fs-key-value-table
td
,
.fs-key-value-table
th
{
padding
:
10px
}
.fs-key-value-table
code
{
line-height
:
28px
}
.fs-key-value-table
code
,
.fs-key-value-table
input
[
type
=
text
],
.fs-key-value-table
var
{
color
:
#0073AA
;
font-size
:
16px
;
background
:
0
0
}
label
.fs-tag
,
label
.fs-tag.fs-warn
{
background
:
#ffba00
}
.fs-key-value-table
input
[
type
=
text
]
{
width
:
100%
;
font-weight
:
700
}
label
.fs-tag
{
color
:
#fff
;
display
:
inline-block
;
border-radius
:
3px
;
padding
:
5px
;
font-size
:
11px
;
line-height
:
11px
;
vertical-align
:
baseline
}
label
.fs-tag.fs-success
{
background
:
#46b450
}
label
.fs-tag.fs-error
{
background
:
#dc3232
}
#fs_addons
h3
{
border
:
none
;
margin-bottom
:
0
;
padding
:
4px
5px
}
#fs_addons
td
{
vertical-align
:
middle
}
#fs_addons
td
:first-child
,
#fs_addons
th
:first-child
{
text-align
:
left
;
font-weight
:
700
}
#fs_addons
th
{
font-weight
:
700
}
\ No newline at end of file
#fs_account
.fs-header-actions
li
form
,
.fs-key-value-table
form
{
display
:
inline-block
}
#fs_addons
td
:last-child
,
#fs_addons
th
:last-child
,
.fs-key-value-table
tr
td
.fs-right
,
.fs-key-value-table
tr
td
:first-child
{
text-align
:
right
}
#fs_account
.postbox
,
#fs_account
.widefat
{
max-width
:
700px
}
#fs_account
h3
{
font-size
:
1.3em
;
padding
:
12px
15px
;
margin
:
0
0
12px
;
line-height
:
1.4
;
border-bottom
:
1px
solid
#F1F1F1
}
#fs_account
i
.dashicons
{
font-size
:
1.2em
;
height
:
1.2em
;
width
:
1.2em
}
#fs_account
.button
i
.dashicons
{
vertical-align
:
middle
}
#fs_account
.fs-header-actions
{
position
:
absolute
;
top
:
17px
;
right
:
15px
;
font-size
:
.9em
}
#fs_account
.fs-header-actions
ul
{
margin
:
0
}
#fs_account
.fs-header-actions
li
{
float
:
left
}
#fs_account
.fs-header-actions
li
a
{
text-decoration
:
none
}
#fs_account_details
.button-group
{
float
:
right
}
.rtl
#fs_account
.fs-header-actions
{
left
:
15px
;
right
:
auto
}
.fs-key-value-table
{
width
:
100%
}
.fs-key-value-table
tr
td
:first-child
nobr
{
font-weight
:
700
}
.fs-key-value-table
tr
td
:first-child
form
{
display
:
block
}
.fs-key-value-table
tr
.fs-odd
{
background
:
#ebebeb
}
.fs-key-value-table
td
,
.fs-key-value-table
th
{
padding
:
10px
}
.fs-key-value-table
code
{
line-height
:
28px
}
.fs-key-value-table
code
,
.fs-key-value-table
input
[
type
=
text
],
.fs-key-value-table
var
{
color
:
#0073AA
;
font-size
:
16px
;
background
:
0
0
}
label
.fs-tag
,
label
.fs-tag.fs-warn
{
background
:
#ffba00
}
.fs-key-value-table
input
[
type
=
text
]
{
width
:
100%
;
font-weight
:
700
}
label
.fs-tag
{
color
:
#fff
;
display
:
inline-block
;
border-radius
:
3px
;
padding
:
5px
;
font-size
:
11px
;
line-height
:
11px
;
vertical-align
:
baseline
}
label
.fs-tag.fs-success
{
background
:
#46b450
}
label
.fs-tag.fs-error
{
background
:
#dc3232
}
#fs_addons
h3
{
border
:
none
;
margin-bottom
:
0
;
padding
:
4px
5px
}
#fs_addons
td
{
vertical-align
:
middle
}
#fs_addons
thead
{
white-space
:
nowrap
}
#fs_addons
td
:first-child
,
#fs_addons
th
:first-child
{
text-align
:
left
;
font-weight
:
700
}
#fs_addons
th
,
#fs_billing_address
span
{
font-weight
:
700
}
#fs_billing_address
{
width
:
100%
}
#fs_billing_address
tr
td
{
width
:
50%
;
padding
:
5px
}
#fs_billing_address
tr
:first-of-type
td
{
padding-top
:
0
}
#fs_billing_address
input
,
#fs_billing_address
select
{
display
:
block
;
width
:
100%
;
margin-top
:
5px
}
#fs_billing_address
input
::-moz-placeholder
,
#fs_billing_address
select
::-moz-placeholder
{
color
:
transparent
;
opacity
:
1
}
#fs_billing_address
input
:-ms-input-placeholder
,
#fs_billing_address
select
:-ms-input-placeholder
{
color
:
transparent
}
#fs_billing_address
input
::-webkit-input-placeholder
,
#fs_billing_address
select
::-webkit-input-placeholder
{
color
:
transparent
}
#fs_billing_address
input
.fs-read-mode
,
#fs_billing_address
select
.fs-read-mode
{
border-color
:
transparent
;
color
:
#777
;
border-bottom
:
1px
dashed
#ccc
;
padding-left
:
0
;
background
:
0
0
}
#fs_billing_address
.fs-read-mode
td
span
{
display
:
none
}
#fs_billing_address
.fs-read-mode
input
,
#fs_billing_address
.fs-read-mode
select
{
border-color
:
transparent
;
color
:
#777
;
border-bottom
:
1px
dashed
#ccc
;
padding-left
:
0
;
background
:
0
0
}
#fs_billing_address
.fs-read-mode
input
::-moz-placeholder
,
#fs_billing_address
.fs-read-mode
select
::-moz-placeholder
{
color
:
#ccc
;
opacity
:
1
}
#fs_billing_address
.fs-read-mode
input
:-ms-input-placeholder
,
#fs_billing_address
.fs-read-mode
select
:-ms-input-placeholder
{
color
:
#ccc
}
#fs_billing_address
.fs-read-mode
input
::-webkit-input-placeholder
,
#fs_billing_address
.fs-read-mode
select
::-webkit-input-placeholder
{
color
:
#ccc
}
#fs_billing_address
button
{
display
:
block
;
width
:
100%
}
\ No newline at end of file
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/common.css
View file @
f3a7193f
.fs-notice
{
position
:
relative
}
.fs-notice.fs-has-title
{
margin-bottom
:
30px
!important
}
.fs-notice.success
{
color
:
green
}
.fs-notice.promotion
{
border-color
:
#00a0d2
!important
;
background-color
:
#f2fcff
!important
}
.fs-notice
.fs-notice-body
{
margin
:
.5em
0
;
padding
:
2px
}
.fs-notice
.fs-close
{
cursor
:
pointer
;
color
:
#aaa
;
float
:
right
}
.fs-notice
.fs-close
:hover
{
color
:
#666
}
.fs-notice
.fs-close
>*
{
margin-top
:
7px
;
display
:
inline-block
}
.fs-notice
label
.fs-plugin-title
{
background
:
rgba
(
0
,
0
,
0
,
0.3
);
color
:
#fff
;
padding
:
2px
10px
;
position
:
absolute
;
top
:
100%
;
bottom
:
auto
;
right
:
auto
;
-moz-border-radius
:
0
0
3px
3px
;
-webkit-border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
left
:
10px
;
font-size
:
12px
;
font-weight
:
bold
;
cursor
:
auto
}
.rtl
.fs-notice
.fs-close
{
float
:
left
}
.fs-secure-notice
{
position
:
fixed
;
top
:
32px
;
left
:
160px
;
right
:
0
;
background
:
#ebfdeb
;
padding
:
10px
20px
;
color
:
green
;
z-index
:
9999
;
box-shadow
:
0px
2px
2px
rgba
(
6
,
113
,
6
,
0.3
);
opacity
:
0.95
;
filter
:
alpha
(
opacity
=
95
)}
.fs-secure-notice
:hover
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
)}
@media
screen
and
(
max-width
:
960px
){
.fs-secure-notice
{
left
:
36px
}}
@media
screen
and
(
max-width
:
500px
){
#fs_promo_tab
{
display
:
none
}}
@media
screen
and
(
max-width
:
782px
){
.fs-secure-notice
{
left
:
0
;
top
:
46px
;
text-align
:
center
}}
span
.fs-submenu-item.fs-sub
:before
{
content
:
'\21B3'
;
padding
:
0
5px
}
.rtl
span
.fs-submenu-item.fs-sub
:before
{
content
:
'\21B2'
}
.fs-notice
{
position
:
relative
}
.fs-notice.fs-has-title
{
margin-bottom
:
30px
!important
}
.fs-notice.success
{
color
:
green
}
.fs-notice.promotion
{
border-color
:
#00a0d2
!important
;
background-color
:
#f2fcff
!important
}
.fs-notice
.fs-notice-body
{
margin
:
.5em
0
;
padding
:
2px
}
.fs-notice
.fs-close
{
cursor
:
pointer
;
color
:
#aaa
;
float
:
right
}
.fs-notice
.fs-close
:hover
{
color
:
#666
}
.fs-notice
.fs-close
>*
{
margin-top
:
7px
;
display
:
inline-block
}
.fs-notice
label
.fs-plugin-title
{
background
:
rgba
(
0
,
0
,
0
,
0.3
);
color
:
#fff
;
padding
:
2px
10px
;
position
:
absolute
;
top
:
100%
;
bottom
:
auto
;
right
:
auto
;
-moz-border-radius
:
0
0
3px
3px
;
-webkit-border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
left
:
10px
;
font-size
:
12px
;
font-weight
:
bold
;
cursor
:
auto
}
.rtl
.fs-notice
.fs-close
{
float
:
left
}
.fs-secure-notice
{
position
:
fixed
;
top
:
32px
;
left
:
160px
;
right
:
0
;
background
:
#ebfdeb
;
padding
:
10px
20px
;
color
:
green
;
z-index
:
9999
;
box-shadow
:
0px
2px
2px
rgba
(
6
,
113
,
6
,
0.3
);
opacity
:
0.95
;
filter
:
alpha
(
opacity
=
95
)}
.fs-secure-notice
:hover
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
)}
@media
screen
and
(
max-width
:
960px
){
.fs-secure-notice
{
left
:
36px
}}
@media
screen
and
(
max-width
:
500px
){
#fs_promo_tab
{
display
:
none
}}
@media
screen
and
(
max-width
:
782px
){
.fs-secure-notice
{
left
:
0
;
top
:
46px
;
text-align
:
center
}}
span
.fs-submenu-item.fs-sub
:before
{
content
:
'\21B3'
;
padding
:
0
5px
}
.rtl
span
.fs-submenu-item.fs-sub
:before
{
content
:
'\21B2'
}
.fs-submenu-item.pricing.upgrade-mode
{
color
:
greenyellow
}
.fs-submenu-item.pricing.trial-mode
{
color
:
#83e2ff
}
#adminmenu
.update-plugins.fs-trial
{
background-color
:
#00b9eb
}
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/common.min.css
View file @
f3a7193f
.fs-notice
{
position
:
relative
}
.fs-notice.fs-has-title
{
margin-bottom
:
30px
!important
}
.fs-notice.success
{
color
:
green
}
.fs-notice.promotion
{
border-color
:
#00a0d2
!important
;
background-color
:
#f2fcff
!important
}
.fs-notice
.fs-notice-body
{
margin
:
.5em
0
;
padding
:
2px
}
.fs-notice
.fs-close
{
cursor
:
pointer
;
color
:
#aaa
;
float
:
right
}
.fs-notice
.fs-close
:hover
{
color
:
#666
}
.fs-notice
.fs-close
>*
{
margin-top
:
7px
;
display
:
inline-block
}
.fs-notice
label
.fs-plugin-title
{
background
:
rgba
(
0
,
0
,
0
,
.3
);
color
:
#fff
;
padding
:
2px
10px
;
position
:
absolute
;
top
:
100%
;
bottom
:
auto
;
right
:
auto
;
-moz-border-radius
:
0
0
3px
3px
;
-webkit-border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
left
:
10px
;
font-size
:
12px
;
font-weight
:
700
;
cursor
:
auto
}
.rtl
.fs-notice
.fs-close
{
float
:
left
}
.fs-secure-notice
{
position
:
fixed
;
top
:
32px
;
left
:
160px
;
right
:
0
;
background
:
#ebfdeb
;
padding
:
10px
20px
;
color
:
green
;
z-index
:
9999
;
box-shadow
:
0
2px
2px
rgba
(
6
,
113
,
6
,
.3
);
opacity
:
.95
;
filter
:
alpha
(
opacity
=
95
)}
.fs-secure-notice
:hover
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
)}
@media
screen
and
(
max-width
:
960px
){
.fs-secure-notice
{
left
:
36px
}}
@media
screen
and
(
max-width
:
500px
){
#fs_promo_tab
{
display
:
none
}}
@media
screen
and
(
max-width
:
782px
){
.fs-secure-notice
{
left
:
0
;
top
:
46px
;
text-align
:
center
}}
span
.fs-submenu-item.fs-sub
:before
{
content
:
'\21B3'
;
padding
:
0
5px
}
.rtl
span
.fs-submenu-item.fs-sub
:before
{
content
:
'\21B2'
}
\ No newline at end of file
.fs-notice
{
position
:
relative
}
.fs-notice.fs-has-title
{
margin-bottom
:
30px
!important
}
.fs-notice.success
{
color
:
green
}
.fs-notice.promotion
{
border-color
:
#00a0d2
!important
;
background-color
:
#f2fcff
!important
}
.fs-notice
.fs-notice-body
{
margin
:
.5em
0
;
padding
:
2px
}
.fs-notice
.fs-close
{
cursor
:
pointer
;
color
:
#aaa
;
float
:
right
}
.fs-notice
.fs-close
:hover
{
color
:
#666
}
.fs-notice
.fs-close
>*
{
margin-top
:
7px
;
display
:
inline-block
}
.fs-notice
label
.fs-plugin-title
{
background
:
rgba
(
0
,
0
,
0
,
.3
);
color
:
#fff
;
padding
:
2px
10px
;
position
:
absolute
;
top
:
100%
;
bottom
:
auto
;
right
:
auto
;
-moz-border-radius
:
0
0
3px
3px
;
-webkit-border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
left
:
10px
;
font-size
:
12px
;
font-weight
:
700
;
cursor
:
auto
}
.rtl
.fs-notice
.fs-close
{
float
:
left
}
.fs-secure-notice
{
position
:
fixed
;
top
:
32px
;
left
:
160px
;
right
:
0
;
background
:
#ebfdeb
;
padding
:
10px
20px
;
color
:
green
;
z-index
:
9999
;
box-shadow
:
0
2px
2px
rgba
(
6
,
113
,
6
,
.3
);
opacity
:
.95
;
filter
:
alpha
(
opacity
=
95
)}
.fs-secure-notice
:hover
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
)}
@media
screen
and
(
max-width
:
960px
){
.fs-secure-notice
{
left
:
36px
}}
@media
screen
and
(
max-width
:
500px
){
#fs_promo_tab
{
display
:
none
}}
@media
screen
and
(
max-width
:
782px
){
.fs-secure-notice
{
left
:
0
;
top
:
46px
;
text-align
:
center
}}
span
.fs-submenu-item.fs-sub
:before
{
content
:
'\21B3'
;
padding
:
0
5px
}
.rtl
span
.fs-submenu-item.fs-sub
:before
{
content
:
'\21B2'
}
.fs-submenu-item.pricing.upgrade-mode
{
color
:
#adff2f
}
.fs-submenu-item.pricing.trial-mode
{
color
:
#83e2ff
}
#adminmenu
.update-plugins.fs-trial
{
background-color
:
#00b9eb
}
\ No newline at end of file
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/dialog-boxes.css
View file @
f3a7193f
.fs-modal
{
position
:
fixed
;
overflow
:
auto
;
height
:
100%
;
width
:
100%
;
top
:
0
;
z-index
:
100000
;
display
:
none
;
background
:
rgba
(
0
,
0
,
0
,
0.6
)}
.fs-modal
.fs-modal-dialog
{
background
:
transparent
;
position
:
absolute
;
left
:
50%
;
margin-left
:
-298px
;
padding-bottom
:
30px
;
top
:
-100%
;
z-index
:
100001
;
width
:
596px
}
@media
(
max-width
:
650px
){
.fs-modal
.fs-modal-dialog
{
margin-left
:
-50%
;
box-sizing
:
border-box
;
padding-left
:
10px
;
padding-right
:
10px
;
width
:
100%
}
.fs-modal
.fs-modal-dialog
.fs-modal-panel
>
h3
>
strong
{
font-size
:
1.3em
}}
.fs-modal.active
{
display
:
block
}
.fs-modal.active
:before
{
display
:
block
}
.fs-modal.active
.fs-modal-dialog
{
top
:
10%
}
.fs-modal
.fs-modal-body
,
.fs-modal
.fs-modal-footer
{
border
:
0
;
background
:
#fefefe
;
padding
:
20px
}
.fs-modal
.fs-modal-header
{
border-bottom
:
#eeeeee
solid
1px
;
background
:
#fbfbfb
;
padding
:
15px
20px
;
position
:
relative
}
.fs-modal
.fs-modal-header
h4
{
margin
:
0
;
padding
:
0
;
text-transform
:
uppercase
;
font-size
:
1.2em
;
font-weight
:
bold
;
color
:
#cacaca
;
text-shadow
:
1px
1px
1px
#fff
;
letter-spacing
:
0.6px
;
-webkit-font-smoothing
:
antialiased
}
.fs-modal
.fs-modal-header
.fs-close
{
position
:
absolute
;
right
:
10px
;
top
:
12px
;
cursor
:
pointer
;
color
:
#bbb
;
-moz-border-radius
:
20px
;
-webkit-border-radius
:
20px
;
border-radius
:
20px
;
padding
:
3px
;
-moz-transition
:
all
0.2s
ease-in-out
;
-o-transition
:
all
0.2s
ease-in-out
;
-ms-transition
:
all
0.2s
ease-in-out
;
-webkit-transition
:
all
0.2s
ease-in-out
;
transition
:
all
0.2s
ease-in-out
}
.fs-modal
.fs-modal-header
.fs-close
:hover
{
color
:
#fff
;
background
:
#aaa
}
.fs-modal
.fs-modal-body
{
border-bottom
:
0
}
.fs-modal
.fs-modal-body
p
{
font-size
:
14px
}
.fs-modal
.fs-modal-body
h2
{
font-size
:
20px
}
.fs-modal
.fs-modal-body
>
div
{
margin-top
:
10px
}
.fs-modal
.fs-modal-body
>
div
h2
{
font-weight
:
bold
;
font-size
:
20px
;
margin-top
:
0
}
.fs-modal
.fs-modal-footer
{
border-top
:
#eeeeee
solid
1px
;
text-align
:
right
}
.fs-modal
.fs-modal-footer
>
.button
{
margin
:
0
7px
}
.fs-modal
.fs-modal-footer
>
.button
:first-child
{
margin
:
0
}
.fs-modal
.fs-modal-panel
>
.notice.inline
{
margin
:
0
;
display
:
none
}
.fs-modal
.fs-modal-panel
:not
(
.active
)
{
display
:
none
}
.rtl
.fs-modal
.fs-modal-header
.fs-close
{
right
:
auto
;
left
:
20px
}
body
.has-fs-modal
{
overflow
:
hidden
}
.fs-modal.fs-modal-deactivation-feedback
.reason-input
,
.fs-modal.fs-modal-deactivation-feedback
.internal-message
{
margin
:
3px
0
3px
22px
}
.fs-modal.fs-modal-deactivation-feedback
.reason-input
input
,
.fs-modal.fs-modal-deactivation-feedback
.reason-input
textarea
,
.fs-modal.fs-modal-deactivation-feedback
.internal-message
input
,
.fs-modal.fs-modal-deactivation-feedback
.internal-message
textarea
{
width
:
100%
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason.has-internal-message
.internal-message
{
border
:
1px
solid
#ccc
;
padding
:
7px
;
display
:
none
}
@media
(
max-width
:
650px
){
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
{
margin-bottom
:
10px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
.reason-input
,
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
.internal-message
{
margin-left
:
29px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
label
{
display
:
table
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
label
>
span
{
display
:
table-cell
;
font-size
:
1.3em
}}
.fs-modal.fs-modal-deactivation-feedback
.anonymous-feedback-label
{
float
:
left
}
.fs-modal.fs-modal-deactivation-feedback
.fs-modal-panel
{
margin-top
:
0
!important
}
.fs-modal.fs-modal-deactivation-feedback
.fs-modal-panel
h3
{
margin-top
:
0
;
line-height
:
1.5em
}
#the-list
.deactivate
>
.fs-slug
{
display
:
none
}
.fs-modal.fs-modal-license-activation
.fs-modal-body
input
.license_key
{
width
:
100%
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.input-container
>
.email-address-container
{
overflow
:
hidden
;
padding-right
:
2px
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
input
.email-address
{
width
:
100%
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
float
:
right
;
margin-left
:
7px
}
@media
(
max-width
:
650px
){
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
margin-top
:
2px
}}
.fs-modal
{
position
:
fixed
;
overflow
:
auto
;
height
:
100%
;
width
:
100%
;
top
:
0
;
z-index
:
100000
;
display
:
none
;
background
:
rgba
(
0
,
0
,
0
,
0.6
)}
.fs-modal
.fs-modal-dialog
{
background
:
transparent
;
position
:
absolute
;
left
:
50%
;
margin-left
:
-298px
;
padding-bottom
:
30px
;
top
:
-100%
;
z-index
:
100001
;
width
:
596px
}
@media
(
max-width
:
650px
){
.fs-modal
.fs-modal-dialog
{
margin-left
:
-50%
;
box-sizing
:
border-box
;
padding-left
:
10px
;
padding-right
:
10px
;
width
:
100%
}
.fs-modal
.fs-modal-dialog
.fs-modal-panel
>
h3
>
strong
{
font-size
:
1.3em
}}
.fs-modal.active
{
display
:
block
}
.fs-modal.active
:before
{
display
:
block
}
.fs-modal.active
.fs-modal-dialog
{
top
:
10%
}
.fs-modal
.fs-modal-body
,
.fs-modal
.fs-modal-footer
{
border
:
0
;
background
:
#fefefe
;
padding
:
20px
}
.fs-modal
.fs-modal-header
{
border-bottom
:
#eeeeee
solid
1px
;
background
:
#fbfbfb
;
padding
:
15px
20px
;
position
:
relative
;
margin-bottom
:
-10px
}
.fs-modal
.fs-modal-header
h4
{
margin
:
0
;
padding
:
0
;
text-transform
:
uppercase
;
font-size
:
1.2em
;
font-weight
:
bold
;
color
:
#cacaca
;
text-shadow
:
1px
1px
1px
#fff
;
letter-spacing
:
0.6px
;
-webkit-font-smoothing
:
antialiased
}
.fs-modal
.fs-modal-header
.fs-close
{
position
:
absolute
;
right
:
10px
;
top
:
12px
;
cursor
:
pointer
;
color
:
#bbb
;
-moz-border-radius
:
20px
;
-webkit-border-radius
:
20px
;
border-radius
:
20px
;
padding
:
3px
;
-moz-transition
:
all
0.2s
ease-in-out
;
-o-transition
:
all
0.2s
ease-in-out
;
-ms-transition
:
all
0.2s
ease-in-out
;
-webkit-transition
:
all
0.2s
ease-in-out
;
transition
:
all
0.2s
ease-in-out
}
.fs-modal
.fs-modal-header
.fs-close
:hover
{
color
:
#fff
;
background
:
#aaa
}
.fs-modal
.fs-modal-body
{
border-bottom
:
0
}
.fs-modal
.fs-modal-body
p
{
font-size
:
14px
}
.fs-modal
.fs-modal-body
h2
{
font-size
:
20px
;
line-height
:
1.5em
}
.fs-modal
.fs-modal-body
>
div
{
margin-top
:
10px
}
.fs-modal
.fs-modal-body
>
div
h2
{
font-weight
:
bold
;
font-size
:
20px
;
margin-top
:
0
}
.fs-modal
.fs-modal-footer
{
border-top
:
#eeeeee
solid
1px
;
text-align
:
right
}
.fs-modal
.fs-modal-footer
>
.button
{
margin
:
0
7px
}
.fs-modal
.fs-modal-footer
>
.button
:first-child
{
margin
:
0
}
.fs-modal
.fs-modal-panel
>
.notice.inline
{
margin
:
0
;
display
:
none
}
.fs-modal
.fs-modal-panel
:not
(
.active
)
{
display
:
none
}
.rtl
.fs-modal
.fs-modal-header
.fs-close
{
right
:
auto
;
left
:
20px
}
body
.has-fs-modal
{
overflow
:
hidden
}
.fs-modal.fs-modal-deactivation-feedback
.reason-input
,
.fs-modal.fs-modal-deactivation-feedback
.internal-message
{
margin
:
3px
0
3px
22px
}
.fs-modal.fs-modal-deactivation-feedback
.reason-input
input
,
.fs-modal.fs-modal-deactivation-feedback
.reason-input
textarea
,
.fs-modal.fs-modal-deactivation-feedback
.internal-message
input
,
.fs-modal.fs-modal-deactivation-feedback
.internal-message
textarea
{
width
:
100%
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason.has-internal-message
.internal-message
{
border
:
1px
solid
#ccc
;
padding
:
7px
;
display
:
none
}
@media
(
max-width
:
650px
){
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
{
margin-bottom
:
10px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
.reason-input
,
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
.internal-message
{
margin-left
:
29px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
label
{
display
:
table
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
label
>
span
{
display
:
table-cell
;
font-size
:
1.3em
}}
.fs-modal.fs-modal-deactivation-feedback
.anonymous-feedback-label
{
float
:
left
}
.fs-modal.fs-modal-deactivation-feedback
.fs-modal-panel
{
margin-top
:
0
!important
}
.fs-modal.fs-modal-deactivation-feedback
.fs-modal-panel
h3
{
margin-top
:
0
;
line-height
:
1.5em
}
#the-list
.deactivate
>
.fs-slug
{
display
:
none
}
.fs-modal.fs-modal-license-activation
.fs-modal-body
input
.license_key
{
width
:
100%
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.input-container
>
.email-address-container
{
overflow
:
hidden
;
padding-right
:
2px
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
input
.email-address
{
width
:
100%
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
float
:
right
;
margin-left
:
7px
}
@media
(
max-width
:
650px
){
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
margin-top
:
2px
}}
.rtl
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.input-container
>
.email-address-container
{
padding-left
:
2px
;
padding-right
:
0
}
.rtl
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
float
:
left
;
margin-right
:
7px
;
margin-left
:
0
}
a
.show-license-resend-modal
{
margin-top
:
4px
;
display
:
inline-block
}
wp-content/plugins/nextgen-gallery/freemius/assets/css/admin/dialog-boxes.min.css
View file @
f3a7193f
.fs-modal
{
position
:
fixed
;
overflow
:
auto
;
height
:
100%
;
width
:
100%
;
top
:
0
;
z-index
:
100000
;
display
:
none
;
background
:
rgba
(
0
,
0
,
0
,
.6
)}
.fs-modal
.fs-modal-dialog
{
background
:
0
0
;
position
:
absolute
;
left
:
50%
;
margin-left
:
-298px
;
padding-bottom
:
30px
;
top
:
-100%
;
z-index
:
100001
;
width
:
596px
}
.fs-modal.fs-modal-deactivation-feedback
.internal-message
input
,
.fs-modal.fs-modal-deactivation-feedback
.internal-message
textarea
,
.fs-modal.fs-modal-deactivation-feedback
.reason-input
input
,
.fs-modal.fs-modal-deactivation-feedback
.reason-input
textarea
,
.fs-modal.fs-modal-license-activation
.fs-modal-body
input
.license_key
,
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
input
.email-address
{
width
:
100%
}
@media
(
max-width
:
650px
){
.fs-modal
.fs-modal-dialog
{
margin-left
:
-50%
;
box-sizing
:
border-box
;
padding-left
:
10px
;
padding-right
:
10px
;
width
:
100%
}
.fs-modal
.fs-modal-dialog
.fs-modal-panel
>
h3
>
strong
{
font-size
:
1.3em
}}
.fs-modal.active
,
.fs-modal.active
:before
{
display
:
block
}
.fs-modal.active
.fs-modal-dialog
{
top
:
10%
}
.fs-modal
.fs-modal-body
,
.fs-modal
.fs-modal-footer
{
border
:
0
;
background
:
#fefefe
;
padding
:
20px
}
.fs-modal
.fs-modal-header
{
border-bottom
:
#eee
solid
1px
;
background
:
#fbfbfb
;
padding
:
15px
20px
;
position
:
relative
}
.fs-modal
.fs-modal-header
h4
{
margin
:
0
;
padding
:
0
;
text-transform
:
uppercase
;
font-size
:
1.2em
;
font-weight
:
700
;
color
:
#cacaca
;
text-shadow
:
1px
1px
1px
#fff
;
letter-spacing
:
.6px
;
-webkit-font-smoothing
:
antialiased
}
.fs-modal
.fs-modal-header
.fs-close
{
position
:
absolute
;
right
:
10px
;
top
:
12px
;
cursor
:
pointer
;
color
:
#bbb
;
-moz-border-radius
:
20px
;
-webkit-border-radius
:
20px
;
border-radius
:
20px
;
padding
:
3px
;
-moz-transition
:
all
.2s
ease-in-out
;
-o-transition
:
all
.2s
ease-in-out
;
-ms-transition
:
all
.2s
ease-in-out
;
-webkit-transition
:
all
.2s
ease-in-out
;
transition
:
all
.2s
ease-in-out
}
.fs-modal
.fs-modal-header
.fs-close
:hover
{
color
:
#fff
;
background
:
#aaa
}
.fs-modal
.fs-modal-body
{
border-bottom
:
0
}
.fs-modal
.fs-modal-body
p
{
font-size
:
14px
}
.fs-modal
.fs-modal-body
h2
{
font-size
:
20px
}
.fs-modal
.fs-modal-body
>
div
{
margin-top
:
10px
}
.fs-modal
.fs-modal-body
>
div
h2
{
font-weight
:
700
;
font-size
:
20px
;
margin-top
:
0
}
.fs-modal
.fs-modal-footer
{
border-top
:
#eee
solid
1px
;
text-align
:
right
}
.fs-modal
.fs-modal-footer
>
.button
{
margin
:
0
7px
}
.fs-modal
.fs-modal-footer
>
.button
:first-child
{
margin
:
0
}
.fs-modal
.fs-modal-panel
>
.notice.inline
{
margin
:
0
;
display
:
none
}
.fs-modal
.fs-modal-panel
:not
(
.active
)
{
display
:
none
}
.rtl
.fs-modal
.fs-modal-header
.fs-close
{
right
:
auto
;
left
:
20px
}
body
.has-fs-modal
{
overflow
:
hidden
}
.fs-modal.fs-modal-deactivation-feedback
.internal-message
,
.fs-modal.fs-modal-deactivation-feedback
.reason-input
{
margin
:
3px
0
3px
22px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason.has-internal-message
.internal-message
{
border
:
1px
solid
#ccc
;
padding
:
7px
;
display
:
none
}
@media
(
max-width
:
650px
){
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
{
margin-bottom
:
10px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
.internal-message
,
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
.reason-input
{
margin-left
:
29px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
label
{
display
:
table
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
label
>
span
{
display
:
table-cell
;
font-size
:
1.3em
}}
.fs-modal.fs-modal-deactivation-feedback
.anonymous-feedback-label
{
float
:
left
}
.fs-modal.fs-modal-deactivation-feedback
.fs-modal-panel
{
margin-top
:
0
!important
}
.fs-modal.fs-modal-deactivation-feedback
.fs-modal-panel
h3
{
margin-top
:
0
;
line-height
:
1.5em
}
#the-list
.deactivate
>
.fs-slug
{
display
:
none
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.input-container
>
.email-address-container
{
overflow
:
hidden
;
padding-right
:
2px
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
float
:
right
;
margin-left
:
7px
}
@media
(
max-width
:
650px
){
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
margin-top
:
2px
}}
.rtl
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.input-container
>
.email-address-container
{
padding-left
:
2px
;
padding-right
:
0
}
.rtl
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
float
:
left
;
margin-right
:
7px
;
margin-left
:
0
}
a
.show-license-resend-modal
{
margin-top
:
4px
;
display
:
inline-block
}
\ No newline at end of file
.fs-modal
{
position
:
fixed
;
overflow
:
auto
;
height
:
100%
;
width
:
100%
;
top
:
0
;
z-index
:
100000
;
display
:
none
;
background
:
rgba
(
0
,
0
,
0
,
.6
)}
.fs-modal
.fs-modal-dialog
{
background
:
0
0
;
position
:
absolute
;
left
:
50%
;
margin-left
:
-298px
;
padding-bottom
:
30px
;
top
:
-100%
;
z-index
:
100001
;
width
:
596px
}
.fs-modal.fs-modal-deactivation-feedback
.internal-message
input
,
.fs-modal.fs-modal-deactivation-feedback
.internal-message
textarea
,
.fs-modal.fs-modal-deactivation-feedback
.reason-input
input
,
.fs-modal.fs-modal-deactivation-feedback
.reason-input
textarea
,
.fs-modal.fs-modal-license-activation
.fs-modal-body
input
.license_key
,
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
input
.email-address
{
width
:
100%
}
@media
(
max-width
:
650px
){
.fs-modal
.fs-modal-dialog
{
margin-left
:
-50%
;
box-sizing
:
border-box
;
padding-left
:
10px
;
padding-right
:
10px
;
width
:
100%
}
.fs-modal
.fs-modal-dialog
.fs-modal-panel
>
h3
>
strong
{
font-size
:
1.3em
}}
.fs-modal.active
,
.fs-modal.active
:before
{
display
:
block
}
.fs-modal.active
.fs-modal-dialog
{
top
:
10%
}
.fs-modal
.fs-modal-body
,
.fs-modal
.fs-modal-footer
{
border
:
0
;
background
:
#fefefe
;
padding
:
20px
}
.fs-modal
.fs-modal-header
{
border-bottom
:
#eee
solid
1px
;
background
:
#fbfbfb
;
padding
:
15px
20px
;
position
:
relative
;
margin-bottom
:
-10px
}
.fs-modal
.fs-modal-header
h4
{
margin
:
0
;
padding
:
0
;
text-transform
:
uppercase
;
font-size
:
1.2em
;
font-weight
:
700
;
color
:
#cacaca
;
text-shadow
:
1px
1px
1px
#fff
;
letter-spacing
:
.6px
;
-webkit-font-smoothing
:
antialiased
}
.fs-modal
.fs-modal-header
.fs-close
{
position
:
absolute
;
right
:
10px
;
top
:
12px
;
cursor
:
pointer
;
color
:
#bbb
;
-moz-border-radius
:
20px
;
-webkit-border-radius
:
20px
;
border-radius
:
20px
;
padding
:
3px
;
-moz-transition
:
all
.2s
ease-in-out
;
-o-transition
:
all
.2s
ease-in-out
;
-ms-transition
:
all
.2s
ease-in-out
;
-webkit-transition
:
all
.2s
ease-in-out
;
transition
:
all
.2s
ease-in-out
}
.fs-modal
.fs-modal-header
.fs-close
:hover
{
color
:
#fff
;
background
:
#aaa
}
.fs-modal
.fs-modal-body
{
border-bottom
:
0
}
.fs-modal
.fs-modal-body
p
{
font-size
:
14px
}
.fs-modal
.fs-modal-body
h2
{
font-size
:
20px
;
line-height
:
1.5em
}
.fs-modal
.fs-modal-body
>
div
{
margin-top
:
10px
}
.fs-modal
.fs-modal-body
>
div
h2
{
font-weight
:
700
;
font-size
:
20px
;
margin-top
:
0
}
.fs-modal
.fs-modal-footer
{
border-top
:
#eee
solid
1px
;
text-align
:
right
}
.fs-modal
.fs-modal-footer
>
.button
{
margin
:
0
7px
}
.fs-modal
.fs-modal-footer
>
.button
:first-child
{
margin
:
0
}
.fs-modal
.fs-modal-panel
>
.notice.inline
{
margin
:
0
;
display
:
none
}
.fs-modal
.fs-modal-panel
:not
(
.active
)
{
display
:
none
}
.rtl
.fs-modal
.fs-modal-header
.fs-close
{
right
:
auto
;
left
:
20px
}
body
.has-fs-modal
{
overflow
:
hidden
}
.fs-modal.fs-modal-deactivation-feedback
.internal-message
,
.fs-modal.fs-modal-deactivation-feedback
.reason-input
{
margin
:
3px
0
3px
22px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason.has-internal-message
.internal-message
{
border
:
1px
solid
#ccc
;
padding
:
7px
;
display
:
none
}
@media
(
max-width
:
650px
){
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
{
margin-bottom
:
10px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
.internal-message
,
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
.reason-input
{
margin-left
:
29px
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
label
{
display
:
table
}
.fs-modal.fs-modal-deactivation-feedback
li
.reason
li
.reason
label
>
span
{
display
:
table-cell
;
font-size
:
1.3em
}}
.fs-modal.fs-modal-deactivation-feedback
.anonymous-feedback-label
{
float
:
left
}
.fs-modal.fs-modal-deactivation-feedback
.fs-modal-panel
{
margin-top
:
0
!important
}
.fs-modal.fs-modal-deactivation-feedback
.fs-modal-panel
h3
{
margin-top
:
0
;
line-height
:
1.5em
}
#the-list
.deactivate
>
.fs-slug
{
display
:
none
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.input-container
>
.email-address-container
{
overflow
:
hidden
;
padding-right
:
2px
}
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
float
:
right
;
margin-left
:
7px
}
@media
(
max-width
:
650px
){
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
margin-top
:
2px
}}
.rtl
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.input-container
>
.email-address-container
{
padding-left
:
2px
;
padding-right
:
0
}
.rtl
.fs-modal.fs-modal-license-key-resend
.fs-modal-body
.button-container
{
float
:
left
;
margin-right
:
7px
;
margin-left
:
0
}
a
.show-license-resend-modal
{
margin-top
:
4px
;
display
:
inline-block
}
\ No newline at end of file
wp-content/plugins/nextgen-gallery/freemius/assets/scss/_mixins.scss
View file @
f3a7193f
...
...
@@ -213,4 +213,15 @@ $useIEFilters: 0;
display
:
table
;
clear
:
both
;
}
}
// Placeholder text
@mixin
placeholder
(
$color
:
$input-color-placeholder
)
{
// Firefox
&
::-moz-placeholder
{
color
:
$color
;
opacity
:
1
;
// Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
}
&
:-ms-input-placeholder
{
color
:
$color
;
}
// Internet Explorer 10+
&
::-webkit-input-placeholder
{
color
:
$color
;
}
// Safari and Chrome
}
\ No newline at end of file
wp-content/plugins/nextgen-gallery/freemius/assets/scss/admin/_modal-common.scss
View file @
f3a7193f
...
...
@@ -58,6 +58,7 @@
background
:
#fbfbfb
;
padding
:
15px
20px
;
position
:
relative
;
margin-bottom
:
-10px
;
// z-index: 2;
h4
{
...
...
@@ -98,6 +99,7 @@
h2
{
font-size
:
20px
;
line-height
:
1
.5em
;
}
>
div
{
...
...
wp-content/plugins/nextgen-gallery/freemius/assets/scss/admin/account.scss
View file @
f3a7193f
@import
"../start"
;
#fs_account
{
.postbox
,
...
...
@@ -166,6 +168,10 @@ label.fs-tag
vertical-align
:
middle
;
}
thead
{
white-space
:
nowrap
;
}
td
:first-child
,
th
:first-child
{
...
...
@@ -181,4 +187,64 @@ label.fs-tag
{
font-weight
:
bold
;
}
}
#fs_billing_address
{
width
:
100%
;
tr
{
td
{
width
:
50%
;
padding
:
5px
;
}
&
:first-of-type
{
td
{
padding-top
:
0
;
}
}
}
@mixin
read-mode
{
border-color
:
transparent
;
color
:
#777
;
border-bottom
:
1px
dashed
#ccc
;
padding-left
:
0
;
background
:
none
;
}
span
{
font-weight
:
bold
;
}
input
,
select
{
@include
placeholder
(
transparent
);
display
:
block
;
width
:
100%
;
margin-top
:
5px
;
&
.fs-read-mode
{
@include
read-mode
();
}
}
&
.fs-read-mode
{
td
span
{
display
:
none
;
}
input
,
select
{
@include
read-mode
();
@include
placeholder
(
#ccc
);
}
}
button
{
display
:
block
;
width
:
100%
;
}
}
\ No newline at end of file
wp-content/plugins/nextgen-gallery/freemius/assets/scss/admin/common.scss
View file @
f3a7193f
...
...
@@ -137,4 +137,24 @@ span.fs-submenu-item.fs-sub:before
// Add small RTL arrow.
content
:
'\21B2'
;
}
}
.fs-submenu-item
{
&
.pricing
{
&
.upgrade-mode
{
color
:
greenyellow
;
}
&
.trial-mode
{
color
:
#83e2ff
;
}
}
}
#adminmenu
.update-plugins.fs-trial
{
background-color
:
#00b9eb
;
}
\ No newline at end of file
wp-content/plugins/nextgen-gallery/freemius/config.php
View file @
f3a7193f
...
...
@@ -10,14 +10,17 @@
exit
;
}
define
(
'WP_FS__SLUG'
,
'freemius'
);
if
(
!
defined
(
'WP_FS__SLUG'
)
)
{
define
(
'WP_FS__SLUG'
,
'freemius'
);
}
if
(
!
defined
(
'WP_FS__DEV_MODE'
)
)
{
define
(
'WP_FS__DEV_MODE'
,
false
);
}
/**
* API Connectivity Simulation
*/
#--------------------------------------------------------------------------------
#region API Connectivity Issues Simulation
#--------------------------------------------------------------------------------
if
(
!
defined
(
'WP_FS__SIMULATE_NO_API_CONNECTIVITY'
)
)
{
define
(
'WP_FS__SIMULATE_NO_API_CONNECTIVITY'
,
false
);
}
...
...
@@ -40,6 +43,8 @@
define
(
'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL'
,
true
);
}
#endregion
if
(
!
defined
(
'WP_FS__SIMULATE_FREEMIUS_OFF'
)
)
{
define
(
'WP_FS__SIMULATE_FREEMIUS_OFF'
,
false
);
}
...
...
@@ -87,18 +92,36 @@
}
/**
* Directories
*/
define
(
'WP_FS__DIR'
,
dirname
(
__FILE__
)
);
define
(
'WP_FS__DIR_INCLUDES'
,
WP_FS__DIR
.
'/includes'
);
define
(
'WP_FS__DIR_TEMPLATES'
,
WP_FS__DIR
.
'/templates'
);
define
(
'WP_FS__DIR_ASSETS'
,
WP_FS__DIR
.
'/assets'
);
define
(
'WP_FS__DIR_CSS'
,
WP_FS__DIR_ASSETS
.
'/css'
);
define
(
'WP_FS__DIR_JS'
,
WP_FS__DIR_ASSETS
.
'/js'
);
define
(
'WP_FS__DIR_IMG'
,
WP_FS__DIR_ASSETS
.
'/img'
);
define
(
'WP_FS__DIR_SDK'
,
WP_FS__DIR_INCLUDES
.
'/sdk'
);
#--------------------------------------------------------------------------------
#region Directories
#--------------------------------------------------------------------------------
if
(
!
defined
(
'WP_FS__DIR'
)
)
{
define
(
'WP_FS__DIR'
,
dirname
(
__FILE__
)
);
}
if
(
!
defined
(
'WP_FS__DIR_INCLUDES'
)
)
{
define
(
'WP_FS__DIR_INCLUDES'
,
WP_FS__DIR
.
'/includes'
);
}
if
(
!
defined
(
'WP_FS__DIR_TEMPLATES'
)
)
{
define
(
'WP_FS__DIR_TEMPLATES'
,
WP_FS__DIR
.
'/templates'
);
}
if
(
!
defined
(
'WP_FS__DIR_ASSETS'
)
)
{
define
(
'WP_FS__DIR_ASSETS'
,
WP_FS__DIR
.
'/assets'
);
}
if
(
!
defined
(
'WP_FS__DIR_CSS'
)
)
{
define
(
'WP_FS__DIR_CSS'
,
WP_FS__DIR_ASSETS
.
'/css'
);
}
if
(
!
defined
(
'WP_FS__DIR_JS'
)
)
{
define
(
'WP_FS__DIR_JS'
,
WP_FS__DIR_ASSETS
.
'/js'
);
}
if
(
!
defined
(
'WP_FS__DIR_IMG'
)
)
{
define
(
'WP_FS__DIR_IMG'
,
WP_FS__DIR_ASSETS
.
'/img'
);
}
if
(
!
defined
(
'WP_FS__DIR_SDK'
)
)
{
define
(
'WP_FS__DIR_SDK'
,
WP_FS__DIR_INCLUDES
.
'/sdk'
);
}
#endregion
/**
* Domain / URL / Address
...
...
@@ -117,42 +140,87 @@
define
(
'WP_FS__TESTING_DOMAIN'
,
'fswp'
);
}
if
(
!
defined
(
'WP_FS__API_ADDRESS_LOCALHOST'
)
)
{
define
(
'WP_FS__API_ADDRESS_LOCALHOST'
,
'http://api.freemius:8080'
);
#--------------------------------------------------------------------------------
#region HTTP
#--------------------------------------------------------------------------------
if
(
!
defined
(
'WP_FS__IS_HTTP_REQUEST'
)
)
{
define
(
'WP_FS__IS_HTTP_REQUEST'
,
isset
(
$_SERVER
[
'HTTP_HOST'
]
)
);
}
if
(
!
defined
(
'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST'
)
)
{
define
(
'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST'
,
'http://sandbox-api.freemius:8080'
);
if
(
!
defined
(
'WP_FS__IS_HTTPS'
)
)
{
define
(
'WP_FS__IS_HTTPS'
,
(
WP_FS__IS_HTTP_REQUEST
&&
// Checks if CloudFlare's HTTPS (Flexible SSL support).
isset
(
$_SERVER
[
'HTTP_X_FORWARDED_PROTO'
]
)
&&
'https'
===
strtolower
(
$_SERVER
[
'HTTP_X_FORWARDED_PROTO'
]
)
)
||
// Check if HTTPS request.
(
isset
(
$_SERVER
[
'HTTPS'
]
)
&&
'on'
==
$_SERVER
[
'HTTPS'
]
)
||
(
isset
(
$_SERVER
[
'SERVER_PORT'
]
)
&&
443
==
$_SERVER
[
'SERVER_PORT'
]
)
);
}
if
(
!
defined
(
'WP_FS__IS_POST_REQUEST'
)
)
{
define
(
'WP_FS__IS_POST_REQUEST'
,
(
WP_FS__IS_HTTP_REQUEST
&&
strtoupper
(
$_SERVER
[
'REQUEST_METHOD'
]
)
==
'POST'
)
);
}
if
(
!
defined
(
'WP_FS__REMOTE_ADDR'
)
)
{
define
(
'WP_FS__REMOTE_ADDR'
,
fs_get_ip
()
);
}
if
(
!
defined
(
'WP_FS__IS_LOCALHOST'
)
)
{
if
(
defined
(
'WP_FS__LOCALHOST_IP'
)
)
{
define
(
'WP_FS__IS_LOCALHOST'
,
(
WP_FS__LOCALHOST_IP
===
WP_FS__REMOTE_ADDR
)
);
}
else
{
define
(
'WP_FS__IS_LOCALHOST'
,
WP_FS__IS_HTTP_REQUEST
&&
is_string
(
WP_FS__REMOTE_ADDR
)
&&
(
substr
(
WP_FS__REMOTE_ADDR
,
0
,
4
)
===
'127.'
||
WP_FS__REMOTE_ADDR
===
'::1'
)
);
}
}
if
(
!
defined
(
'WP_FS__IS_LOCALHOST_FOR_SERVER'
)
)
{
define
(
'WP_FS__IS_LOCALHOST_FOR_SERVER'
,
(
!
WP_FS__IS_HTTP_REQUEST
||
false
!==
strpos
(
$_SERVER
[
'HTTP_HOST'
],
'localhost'
)
)
);
}
define
(
'WP_FS__IS_HTTP_REQUEST'
,
isset
(
$_SERVER
[
'HTTP_HOST'
]
)
);
define
(
'WP_FS__REMOTE_ADDR'
,
fs_get_ip
()
);
#endregion
if
(
!
defined
(
'WP_FS__IS_PRODUCTION_MODE'
)
)
{
// By default, run with Freemius production servers.
define
(
'WP_FS__IS_PRODUCTION_MODE'
,
true
);
}
define
(
'WP_FS__ADDRESS'
,
(
WP_FS__IS_PRODUCTION_MODE
?
WP_FS__ADDRESS_PRODUCTION
:
WP_FS__ADDRESS_LOCALHOST
)
);
if
(
defined
(
'WP_FS__LOCALHOST_IP'
)
)
{
define
(
'WP_FS__IS_LOCALHOST'
,
(
WP_FS__LOCALHOST_IP
===
WP_FS__REMOTE_ADDR
)
);
}
else
{
define
(
'WP_FS__IS_LOCALHOST'
,
WP_FS__IS_HTTP_REQUEST
&&
is_string
(
WP_FS__REMOTE_ADDR
)
&&
(
substr
(
WP_FS__REMOTE_ADDR
,
0
,
4
)
===
'127.'
||
WP_FS__REMOTE_ADDR
===
'::1'
)
);
if
(
!
defined
(
'WP_FS__ADDRESS'
)
)
{
define
(
'WP_FS__ADDRESS'
,
(
WP_FS__IS_PRODUCTION_MODE
?
WP_FS__ADDRESS_PRODUCTION
:
WP_FS__ADDRESS_LOCALHOST
)
);
}
define
(
'WP_FS__IS_LOCALHOST_FOR_SERVER'
,
(
!
WP_FS__IS_HTTP_REQUEST
||
false
!==
strpos
(
$_SERVER
[
'HTTP_HOST'
],
'localhost'
)
)
);
#--------------------------------------------------------------------------------
#region API
#--------------------------------------------------------------------------------
if
(
!
defined
(
'WP_FS__API_ADDRESS_LOCALHOST'
)
)
{
define
(
'WP_FS__API_ADDRESS_LOCALHOST'
,
'http://api.freemius:8080'
);
}
if
(
!
defined
(
'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST'
)
)
{
define
(
'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST'
,
'http://sandbox-api.freemius:8080'
);
}
// Set API address for local testing.
if
(
!
WP_FS__IS_PRODUCTION_MODE
)
{
define
(
'FS_API__ADDRESS'
,
WP_FS__API_ADDRESS_LOCALHOST
);
define
(
'FS_API__SANDBOX_ADDRESS'
,
WP_FS__API_SANDBOX_ADDRESS_LOCALHOST
);
if
(
!
defined
(
'FS_API__ADDRESS'
)
)
{
define
(
'FS_API__ADDRESS'
,
WP_FS__API_ADDRESS_LOCALHOST
);
}
if
(
!
defined
(
'FS_API__SANDBOX_ADDRESS'
)
)
{
define
(
'FS_API__SANDBOX_ADDRESS'
,
WP_FS__API_SANDBOX_ADDRESS_LOCALHOST
);
}
}
#endregion
define
(
'WP_FS___OPTION_PREFIX'
,
'fs'
.
(
WP_FS__IS_PRODUCTION_MODE
?
''
:
'_dbg'
)
.
'_'
);
if
(
!
defined
(
'WP_FS__ACCOUNTS_OPTION_NAME'
)
)
{
...
...
@@ -163,17 +231,6 @@
}
define
(
'WP_FS__OPTIONS_OPTION_NAME'
,
WP_FS___OPTION_PREFIX
.
'options'
);
define
(
'WP_FS__IS_HTTPS'
,
(
WP_FS__IS_HTTP_REQUEST
&&
// Checks if CloudFlare's HTTPS (Flexible SSL support).
isset
(
$_SERVER
[
'HTTP_X_FORWARDED_PROTO'
]
)
&&
'https'
===
strtolower
(
$_SERVER
[
'HTTP_X_FORWARDED_PROTO'
]
)
)
||
// Check if HTTPS request.
(
isset
(
$_SERVER
[
'HTTPS'
]
)
&&
'on'
==
$_SERVER
[
'HTTPS'
]
)
||
(
isset
(
$_SERVER
[
'SERVER_PORT'
]
)
&&
443
==
$_SERVER
[
'SERVER_PORT'
]
)
);
define
(
'WP_FS__IS_POST_REQUEST'
,
(
WP_FS__IS_HTTP_REQUEST
&&
strtoupper
(
$_SERVER
[
'REQUEST_METHOD'
]
)
==
'POST'
)
);
/**
* Billing Frequencies
*/
...
...
@@ -191,14 +248,21 @@
/**
* Times in seconds
*/
define
(
'WP_FS__TIME_5_MIN_IN_SEC'
,
300
);
define
(
'WP_FS__TIME_10_MIN_IN_SEC'
,
600
);
if
(
!
defined
(
'WP_FS__TIME_5_MIN_IN_SEC'
)
)
{
define
(
'WP_FS__TIME_5_MIN_IN_SEC'
,
300
);
}
if
(
!
defined
(
'WP_FS__TIME_10_MIN_IN_SEC'
)
)
{
define
(
'WP_FS__TIME_10_MIN_IN_SEC'
,
600
);
}
// define( 'WP_FS__TIME_15_MIN_IN_SEC', 900 );
define
(
'WP_FS__TIME_24_HOURS_IN_SEC'
,
86400
);
if
(
!
defined
(
'WP_FS__TIME_24_HOURS_IN_SEC'
)
)
{
define
(
'WP_FS__TIME_24_HOURS_IN_SEC'
,
86400
);
}
#--------------------------------------------------------------------------------
#region Debugging
#--------------------------------------------------------------------------------
/**
* Debugging
*/
if
(
!
defined
(
'WP_FS__DEBUG_SDK'
)
)
{
$debug_mode
=
get_option
(
'fs_debug_mode'
,
null
);
...
...
@@ -210,20 +274,28 @@
define
(
'WP_FS__DEBUG_SDK'
,
is_numeric
(
$debug_mode
)
?
(
0
<
$debug_mode
)
:
WP_FS__DEV_MODE
);
}
define
(
'WP_FS__ECHO_DEBUG_SDK'
,
WP_FS__DEV_MODE
&&
!
empty
(
$_GET
[
'fs_dbg_echo'
]
)
);
define
(
'WP_FS__LOG_DATETIME_FORMAT'
,
'Y-n-d H:i:s'
);
if
(
!
defined
(
'WP_FS__ECHO_DEBUG_SDK'
)
)
{
define
(
'WP_FS__ECHO_DEBUG_SDK'
,
WP_FS__DEV_MODE
&&
!
empty
(
$_GET
[
'fs_dbg_echo'
]
)
);
}
if
(
!
defined
(
'WP_FS__LOG_DATETIME_FORMAT'
)
)
{
define
(
'WP_FS__LOG_DATETIME_FORMAT'
,
'Y-m-d H:i:s'
);
}
if
(
!
defined
(
'FS_API__LOGGER_ON'
)
)
{
define
(
'FS_API__LOGGER_ON'
,
WP_FS__DEBUG_SDK
);
}
if
(
WP_FS__ECHO_DEBUG_SDK
)
{
error_reporting
(
E_ALL
);
ini_set
(
'error_reporting'
,
E_ALL
);
ini_set
(
'display_errors'
,
true
);
ini_set
(
'html_errors'
,
true
);
}