File manager - Edit - /home/aresglob/public_html/wp/wp-includes/images/smilies/readme.txt.tar
Back
home/aresglob/public_html/wp/wp-content/plugins/safe-svg/readme.txt 0000644 00000027425 15077517726 0021545 0 ustar 00 === Safe SVG === Contributors: 10up, enshrined, jeffpaul Tags: svg, security, media, vector, mime Tested up to: 6.8 Stable tag: 2.3.3 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website. == Description == Safe SVG is the best way to Allow SVG Uploads in WordPress! It gives you the ability to allow SVG uploads whilst making sure that they're sanitized to stop SVG/XML vulnerabilities affecting your site. It also gives you the ability to preview your uploaded SVGs in the media library in all views. #### Current Features * **Sanitised SVGs** - Don't open up security holes in your WordPress site by allowing uploads of unsanitised files. * **SVGO Optimisation** - Runs your SVGs through the SVGO tool on upload to save you space. This feature is disabled by default but can be enabled by adding the following code: `add_filter( 'safe_svg_optimizer_enabled', '__return_true' );` * **View SVGs in the Media Library** - Gone are the days of guessing which SVG is the correct one, we'll enable SVG previews in the WordPress media library. * **Choose Who Can Upload** - Restrict SVG uploads to certain users on your WordPress site or allow anyone to upload. Initially a proof of concept for [#24251](https://core.trac.wordpress.org/ticket/24251). SVG Sanitization is done through the following library: [https://github.com/darylldoyle/svg-sanitizer](https://github.com/darylldoyle/svg-sanitizer). SVG Optimization is done through the following library: [https://github.com/svg/svgo](https://github.com/svg/svgo). == Installation == Install through the WordPress directory or download, unzip and upload the files to your `/wp-content/plugins/` directory == Frequently Asked Questions == = Can we change the allowed attributes and tags? = Yes, this can be done using the `svg_allowed_attributes` and `svg_allowed_tags` filters. They take one argument that must be returned. See below for examples: add_filter( 'svg_allowed_attributes', function ( $attributes ) { // Do what you want here... // This should return an array so add your attributes to // to the $attributes array before returning it. E.G. $attributes[] = 'target'; // This would allow the target="" attribute. return $attributes; } ); add_filter( 'svg_allowed_tags', function ( $tags ) { // Do what you want here... // This should return an array so add your tags to // to the $tags array before returning it. E.G. $tags[] = 'use'; // This would allow the <use> element. return $tags; } ); == Changelog == = 2.3.3 - 2025-08-13 = * **Security:** Update the `enshrined/svg-sanitize` package from `0.19.0` to `0.22.0` to fix an issue with case-insensitive attributes slipping through the sanitiser and address PHP 8.4 deprecation warnings (props [@darylldoyle](https://github.com/darylldoyle), [@sudar](https://github.com/sudar), [@georgestephanis](https://github.com/georgestephanis), [@dkotter](https://github.com/dkotter), [@realazizk](https://github.com/realazizk) via [#268](https://github.com/10up/safe-svg/pull/268), [#272](https://github.com/10up/safe-svg/pull/272)). * **Security:** Bump `form-data` from 4.0.0 to 4.0.4 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#270](https://github.com/10up/safe-svg/pull/270)). * **Security:** Bump `tmp` from 0.2.3 to 0.2.5 and `@inquirer/editor` from 4.2.9 to 4.2.16 (props [@dependabot](https://github.com/apps/dependabot), [@dkotter](https://github.com/dkotter) via [#271](https://github.com/10up/safe-svg/pull/271)). = 2.3.2 - 2025-07-21 = * **Fixed:** Visual parity between the front end and the block editor (props [@s3rgiosan](https://github.com/s3rgiosan), [@dkotter](https://github.com/dkotter) via [#261](https://github.com/10up/safe-svg/pull/261), [#266](https://github.com/10up/safe-svg/pull/266)). * **Changed:** Bump WordPress "tested up to" version 6.8 (props [@godleman](https://github.com/godleman), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#251](https://github.com/10up/safe-svg/pull/251), [#254](https://github.com/10up/safe-svg/pull/254)). * **Changed:** Bump WordPress minimum supported version to 6.6 (props [@godleman](https://github.com/godleman), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter) via [#254](https://github.com/10up/safe-svg/pull/254)). * **Security:** Bump `ws` from 7.5.10 to 8.18.0, `@wordpress/scripts` from 27.9.0 to 30.6.0, `nanoid` from 3.3.7 to 3.3.8 and `mocha` from 10.2.0 to 11.0.1 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#245](https://github.com/10up/safe-svg/pull/245)). * **Security:** Bump `@babel/runtime` from 7.23.9 to 7.27.0, `axios` from 1.7.4 to 1.8.4, `cookie` from 0.4.2 to 0.7.1, `express` from 4.21.0 to 4.21.2 and `@wordpress/e2e-test-utils-playwright` from 0.26.0 to 1.20.0 (props [@dependabot](https://github.com/apps/dependabot), [@dkotter](https://github.com/dkotter) via [#250](https://github.com/10up/safe-svg/pull/250)). * **Security:** Bump `http-proxy-middleware` from 2.0.6 to 2.0.9 (props [@dependabot](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#253](https://github.com/10up/safe-svg/pull/253)). * **Security:** Bump `tar-fs` from 3.0.8 to 3.0.9 (props [@dependabot](https://github.com/apps/dependabot), [@dkotter](https://github.com/dkotter) via [#258](https://github.com/10up/safe-svg/pull/258)). * **Security:** Bump `bytes` from 3.0.0 to 3.1.2 and `compression` from 1.7.4 to 1.8.1 (props [@dependabot](https://github.com/apps/dependabot), [@dkotter](https://github.com/dkotter) via [#265](https://github.com/10up/safe-svg/pull/265)). = 2.3.1 - 2024-12-05 = * **Fixed:** Revert changes made to how we determine custom dimensions for SVGs (props [@dkotter](https://github.com/dkotter), [@martinpl](https://github.com/martinpl), [@subfighter3](https://github.com/subfighter3), [@smerriman](https://github.com/smerriman), [@gigatyrant](https://github.com/gigatyrant), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#238](https://github.com/10up/safe-svg/pull/238)). = 2.3.0 - 2024-11-25 = * **Added:** New setting that allows large SVG files (roughly 10MB or greater) to be uploaded and sanitized properly (props [@kirtangajjar](https://github.com/kirtangajjar), [@faisal-alvi](https://github.com/faisal-alvi), [@darylldoyle](https://github.com/darylldoyle), [@manojsiddoji](https://github.com/manojsiddoji), [@dkotter](https://github.com/dkotter) via [#201](https://github.com/10up/safe-svg/pull/201)). * **Added:** New `get_svg_dimensions` function in order to reduce code duplication (props [@gabriel-glo](https://github.com/gabriel-glo), [@jeremymoore](https://github.com/jeremymoore), [@darylldoyle](https://github.com/darylldoyle), [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#216](https://github.com/10up/safe-svg/pull/216)). * **Changed:** Updated the `enshrined/svg-sanitize` package from 0.16.0 to 0.19.0 to fix a PHP 8.3 compatibility issue (props [@sksaju](https://github.com/sksaju), [@TylerB24890](https://github.com/TylerB24890), [@darylldoyle](https://github.com/darylldoyle), [@rolf-yoast](https://github.com/rolf-yoast), [@faisal-alvi](https://github.com/faisal-alvi) via [#214](https://github.com/10up/safe-svg/pull/214)). * **Changed:** Update how image dimensions are passed in `get_image_tag_override` and `one_pixel_fix` methods (props [@gabriel-glo](https://github.com/gabriel-glo), [@jeremymoore](https://github.com/jeremymoore), [@darylldoyle](https://github.com/darylldoyle), [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#216](https://github.com/10up/safe-svg/pull/216)). * **Changed:** Bump WordPress "tested up to" version to 6.7 (props [@colinswinney](https://github.com/colinswinney), [@jeffpaul](https://github.com/jeffpaul) via [#232](https://github.com/10up/safe-svg/pull/232), [#233](https://github.com/10up/safe-svg/pull/233)). * **Changed:** Bump WordPress minimum from 6.4 to 6.5 (props [@colinswinney](https://github.com/colinswinney), [@jeffpaul](https://github.com/jeffpaul) via [#232](https://github.com/10up/safe-svg/pull/232), [#233](https://github.com/10up/safe-svg/pull/233)). * **Changed:** Remove composer dev dependencies from archived project (props [@TylerB24890](https://github.com/TylerB24890), [@szepeviktor](https://github.com/szepeviktor), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#220](https://github.com/10up/safe-svg/pull/220)). * **Fixed:** Use proper block category for the Safe SVG Icon block (props [@kirtangajjar](https://github.com/kirtangajjar), [@fabiankaegy](https://github.com/fabiankaegy) via [#226](https://github.com/10up/safe-svg/pull/226)). * **Security:** Only allow SVG file types to be uploaded if our sanitizer is able to run on those files (props [@darylldoyle](https://github.com/darylldoyle), [@xknown](https://github.com/xknown), [@dkotter](https://github.com/dkotter) via [#228](https://github.com/10up/safe-svg/pull/228)). * **Security:** Bump `webpack` from 5.90.1 to 5.94.0 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#222](https://github.com/10up/safe-svg/pull/222)). * **Security:** Bump `ws` from 7.5.10 to 8.18.0, `serve-static` from 1.15.0 to 1.16.2 and `express` from 4.19.2 to 4.21.0 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9), [@faisal-alvi](https://github.com/faisal-alvi) via [#227](https://github.com/10up/safe-svg/pull/227), [#230](https://github.com/10up/safe-svg/pull/230), [#234](https://github.com/10up/safe-svg/pull/234)). = 2.2.6 - 2024-08-28 = * **Changed:** Bump WordPress "tested up to" version to 6.6 (props [@sudip-md](https://github.com/sudip-md), [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul) via [#212](https://github.com/10up/safe-svg/pull/212), [#213](https://github.com/10up/safe-svg/pull/213)). * **Changed:** Bump WordPress minimum from 5.7 to 6.4 (props [@sudip-md](https://github.com/sudip-md), [@ankitguptaindia](https://github.com/ankitguptaindia), [@jeffpaul](https://github.com/jeffpaul) via [#212](https://github.com/10up/safe-svg/pull/212), [#213](https://github.com/10up/safe-svg/pull/213)). * **Security:** Add svg sanitization on the `wp_handle_sideload_prefilter` filter (props [@dkotter](https://github.com/dkotter), [@xknown](https://github.com/xknown), [@iamdharmesh](https://github.com/iamdharmesh) via [GHSA-3vr7-86pg-hf4g](https://github.com/10up/safe-svg/security/advisories/GHSA-3vr7-86pg-hf4g)). * **Security:** Bump `braces` from 3.0.2 to 3.0.3, `pac-resolver` from 7.0.0 to 7.0.1, `socks` from 2.7.1 to 2.8.3, `ws` from 7.5.9 to 7.5.10 and remove `ip` (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#206](https://github.com/10up/safe-svg/pull/206)). * **Security:** Bump `axios` from 1.6.7 to 1.7.4 (props [@dependabot](https://github.com/apps/dependabot), [@faisal-alvi](https://github.com/faisal-alvi) via [#218](https://github.com/10up/safe-svg/pull/218)). [View historical changelog details here](https://github.com/10up/safe-svg/blob/develop/CHANGELOG.md). == Upgrade Notice == = 2.3.2 = Note that this release bumps the WordPress minimum version from 6.5 to 6.6. = 2.3.0 = Note that this release bumps the WordPress minimum version from 6.4 to 6.5. = 2.2.6 = Note that this release bumps the WordPress minimum version from 5.7 to 6.4. = 1.9.10 = Important: bumped the WordPress minimum version from 4.0 to 4.7 and the PHP minimum version from 5.6 to 7.0. home/aresglob/public_html/wp/wp-content/plugins/siteseo/readme.txt 0000644 00000030777 15103476332 0021474 0 ustar 00 === SiteSEO - SEO Simplified === Contributors: pagelayer, softaculous Tags: SEO, schema, xml sitemap, meta description Requires at least: 5.0 Tested up to: 6.8 Requires PHP: 7.2 Stable tag: 1.2.5 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html SiteSEO is an easy, fast and powerful SEO plugin for WordPress. Unlock your Website's potential and Maximize your online visibility with our SiteSEO! == Description == SiteSEO is a revolutionary WordPress SEO plugin that seamlessly integrates with all page builders and themes, making it the best choice for optimizing your website. SiteSEO is a powerful WordPress SEO plugin to maximize your online Visibility, boost traffic and elevate rankings. It helps you to manage XML Sitemaps, improve social sharing, manage Titles and Metas and so much more.<br><br> You can find our official documentation at [https://siteseo.io/docs](https://siteseo.io/docs). We are also active in our community support forums on wordpress.org if you are one of our free users. Our Premium Support Ticket System is at [https://softaculous.deskuss.com](https://softaculous.deskuss.com) [Home Page](https://siteseo.io "SiteSEO Homepage") | [Support](https://softaculous.deskuss.com "SiteSEO Support") | [Documents](http://siteseo.io/docs "Documents") ===Key Features :=== - **Content Analysis :** Get valuable insights to create content that is perfectly optimized for search engines. - **Universal SEO Metabox :** Edit your SEO metadata from any page builder or theme builder effortlessly. - **Easy Import :** Migrate your post and term metadata from other plugins with a simple one-click process. ===Why Choose SiteSEO :=== - **Save Time and Money:** Import and export metadata easily with SiteSEO PRO, which starts at $49 per year. - **All-in-One Solution:** SiteSEO comes with all the features you need to optimize your WordPress site's SEO, eliminating the need for additional extensions and potential conflicts. - **Easy and User-Friendly:** You don't need to be an SEO expert or coder to use SiteSEO. Most settings are automatically configured, and an installation wizard guides you through the setup process. ==SiteSEO Free Features : == ===SiteSEO Free offers a comprehensive set of features, including : === - **Google Indexing API and IndexNow API** for quick content indexing. - **Content analysis** with unlimited keywords for optimized content creation. - **Google Knowledge Graph** support for better visibility. - **Social media previews** for Google, Facebook, and Twitter. - **Open Graph and Twitter Cards** integration for enhanced social media sharing. - **Customizable titles and meta** descriptions with dynamic variables. - **Installation wizard** for hassle-free site setup. ==Upgrade to SiteSEO PRO for More Power:== ===Unlock advanced capabilities with SiteSEO PRO, such as:=== - **Enhanced WooCommerce Support:** Optimize e-commerce sites with price and currency meta tags, product XML sitemaps, and more. - **Google Page Speed Insights:** Analyze your site's performance on mobile and desktop, including Core Web Vitals. = Multi-language Support : = SiteSEO is available in multiple languages, and you can contribute to further localization on translate.wordpress.org. = Integrations: = SiteSEO smoothly integrates with popular tools such as Elementor, WooCommerce and more. = Get Started with SiteSEO Today! = Visit our website siteseo.io for more information, join our official community group, and explore our resources to improve your SEO game. Don't miss out on the ultimate SEO solution for your WordPress website – Get SiteSEO now! = Third Party API usage = 1. IndexNow: is used to inform Microsoft Bing about the latest content changes on a user's website. The plugin sends a list of updated URLs along with the API key generated when the user saved the Instant Indexing settings. It also includes the site's URL and the URL of the key location, allowing Bing to verify the website's identity.[Terms and Condition](https://www.indexnow.org/terms) | [IndexNow.org](https://www.indexnow.org) 2. Google Instant Index: Is a service used to notify Google when a post is created, updated, or deleted. SiteSEO utilizes this service to inform Google by sending the updated post's URL, its state ("UPDATE" or "DELETE"), and an access token obtained via Google OAuth. [Terms and Conditions](https://developers.google.com/terms/site-terms) | [Google Search Central](https://developers.google.com) 3. Google OAuth: When using Google Instant Indexing SiteSEO need to verify with Google the keys the users has set to access Google's services. So SiteSEO sends the key users has provided in the SiteSEO settings to Google to verify the user is authorized to use those keys for Instant Indexing. [Terms and Conditions](https://developers.google.com/terms/site-terms) | [Google Search Central](https://developers.google.com) == Installation == 1. Upload 'siteseo' to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Click on SiteSEO and apply settings. == Frequently Asked Questions == = How to use Google Tag Manager / Facebook Pixel with SiteSEO ? = Go to SiteSEO > Analytics > Custom Tracking tab. Paste GTM / Facebook Pixel tracking code to [HEAD] Add an additional tracking code / [BODY] Add an additional tracking code textarea fields. Save changes and clear your cache. = Which types of sitemaps support SiteSEO? = XML sitemaps for search engines: post, page, post type, taxonomies, images and author. HTML sitemap for accessibility and SEO. SiteSEO PRO supports Google News XML. = Is SiteSEO GDPR compliant? = Yes! = Is SiteSEO compatible with WordPress multisite ? = Yes! = My question is not listed here! = <a href="https://siteseo.io/docs/faq/" target="_blank">Read our complete FAQ on our site</a> == Screenshots == 1. SiteSEO Dashboard 2. Content Analysis Metabox 3. Title Settings Metabox 4. Advanced Settings Metabox 5. Titles and Metas Wizard 6. SiteMap Settings == Changelog == = 1.2.5 (July 3, 2025) = * [Bug Fix] Resolved a minor syntax issue for PHP 7.2 compatibility. = 1.2.4 (July 3, 2025) = * [Pro-Improvement] Added suggested rules for robots.txt and .htaccess. * [Improvement] Added suggested dynamic variables for the social settings in the metabox. * [Improvement] Made the universal metabox icon draggable. * [Bug-Fix] Fixed title and description issues on archive pages. * [Bug-Fix] Resolved title and description issue on non-static homepage. = 1.2.3 (June 17, 2025) = * [Pro-Improvement] Added support for virtual robots.txt. * [Improvement] Introduced the Instant Indexing History feature – now you can view indexing submission history. * [Improvement] Added support for importing settings from Slim SEO. * [Improvement] Added a noindex warning in the metabox. * [Bug-Fix] There was a settings sync issue in the Gutenberg sidebar, which has now been resolved. * [Bug-Fix] Fixed a problem related to description length limits. * [Bug-Fix] Fixed an issue with importing taxonomy settings. * [Bug-Fix] There was an issue with static Posts pages, which has now been resolved. * [Bug-Fix] There was an issue with the social preview in the metabox, which has been resolved. = 1.2.2 (May 19, 2025) = * [Improvement] Improved content saving for site verification tags. * [Bug-Fix] There was an issue with cookies Block which has been resolved. * [Bug-Fix] An issue related to archives has been resolved. * [Bug-Fix] A duplicate meta description issue with Elementor Pro has been resolved. * [Bug-Fix] A duplicate canonical URL issue from WordPress has been resolved. * [Bug-Fix] A pagination issue in the Remove Category feature has been fixed. * [Bug-Fix] An issue with the noindex setting for post types has been resolved. * [Bug-Fix] There was issue with save Order By settings in HTML sitemap has been resolved. = 1.2.1 (April 21, 2025) = * [Pro-Feature] Added RSS sitemap. * [Pro-Feature] Added Video sitemap. * [Bug-Fix] There was an issue with Blocking Metabox this has been fixed. * [Bug-Fix] Some user roles we not getting saved in Advanced security settings, this has been fixed. * [Bug-Fix] Setting Primary Category was not working, this has been fixed. * [Bug-Fix] Share of page on Facebook was not giving the correct Thumbnail image and description that has been fixed. * [Bug-Fix] Auto Indexing on Post publish if the option was enabled was not working that has been fixed. * [Task] A WordPress deprecation warning has been fixed. * [Task] Tested with WordPress 6.8 = 1.2.0 (April 1, 2025) = * [Bug-Fix] There was an issue with H1 heading analysis that has been fixed. * [Bug-Fix] There was an issue with Remove Category slug, this has been fixed. * [Bug-Fix] A few onboarding settings were not getting saved, that has been fixed. = 1.1.9 (March 26, 2025) = * [Bug-Fix] There was issue with Social Network settings getting erased on update, that has been fixed. = 1.1.8 (March 25, 2025) = * [Improvement] Now sitemap supports multiple languages. * [Improvement] Now meta description and canonical URL supports multiple languages. * [Improvement pro] The structured data types feature now supports post types, has been added to the metabox. * [Pro Feature] Added Google News sitemap. * [Pro-Feature] Added Redirections / 404 monitoring feature. * [Bug-Fix] There was an issue with OG URL, that has been fixed. * [Bug-Fix] There was Duplicate meta description and canonical URL on the homepage, that has been fixed. = 1.1.7 (February 28, 2025) = * [Task] Title and Meta settings for Post Types and Taxonomies will be enabled by default. * [Task] WP Sitemap will be disabled, and redirected to SiteSEO sitemap, if SEO settings in SiteSEO are enabled. * [Bug-Fix] There was an issue with SEO metabox, it was showing up even when Universal metabox was enabled, this has been fixed. * [Bug-Fix] Google Instant indexing, was returning an error that has been fixed. = 1.1.6 (February 20, 2025) = * [Bug-Fix] There was an issue with WooCommerce compatibility that has been fixed. * [Bug-Fix] Bing API was giving 202 response, this has been fixed. = 1.1.2 (October 09, 2024) = * [Bug-Fix] A PHP warning related to a decoding function has been fixed. * [Pro-Version] A Pro version have been launched which includes features like WooCommerce SEO, Easy Digital Downloads SEO, Dublin Core and PageSpeed Insight = 1.1.1 (July 30, 2024) = * [Improvement] Title and Description input feedback has been improved when used in the editor. * [Bug-Fix] For some users Content Readibility was causing issue, which has been fixed * [Bug-Fix] There was an issue with Sitemaps, that has been fixed. * [Bug-Fix] There was an issue with X Social card that has been fixed. * [Bug-Fix] Product title and description has issue saving which has been fixed. * [Task] Tested with WordPress 6.6. = 1.1.0 (May 24, 2024) = * [Feature] You can now use SiteSEO OnPage SEO optimization tools from the Sidebar plugin in gutenberg. * [Feature] Added Readibility analysis, which includes, Passive voice anlyser, Power word analyser and more. * [Task] A New On Page optimization widget. * [Task] Refactored and rewrote some components of SiteSEO. = 1.0.9 (May 15, 2024) = * [Feature] Now users can add Table of Content to their posts. * [Feature] Option to create and edit robots.txt file. * [Feature] Option to update .htaccess file. = 1.0.8 (May 08, 2024) = * [Feature] Block and shortcode support for On Page Breadcrumbs. * [Task] Title Settings code refactor. = 1.0.7 (April 17, 2024) = * [Feature] Realtime Content Analysis for Gutenberg. * [Bug-Fix] There was an issue on the search page when SiteSEO was active, which has been fixed. = 1.0.6 (April 12, 2024) = * [Feature] Adding Breadcrumb to your posts and pages, can be added using Gutenberg Block, short code or direct PHP code. * [Improvement] Added option to search in tags. * [Improvement] Added placeholder images in Facebook and Twitter metabox form. * [Task] Added credits. = 1.0.5 (Mar 15, 2024) = * [Bug-Fix] There was an issue with metadata importer which has been fixed. * [Bug-Fix] CSS of SiteSEO was not loading on some pages which was breaking the UI at some places that has been fixed. * [Bug-Fix] Meta description was not adding, which has been fixed. * [Task] Updated docs links. = 1.0.4 (Mar 1, 2024) = * [Improvement] Cleaned code for launch. * [Bug-Fix] CSS taking longer to load Setup wizard has been fixed. * [Task] Fixed PHP warnings. = 1.0.1 (Oct 25, 2023) = * [Improvement] Sanitizing and escaping methods have been added where necessary to prevent XSS vulnerabilities and breaking the HTML document structure. = 1.0.0 (August 06, 2023) = * Released Plugin <a href="https://siteseo.io/blog/" target="_blank">View our complete changelog</a> home/aresglob/public_html/wp/wp-content/plugins/akismet/readme.txt 0000644 00000013255 15103504613 0021440 0 ustar 00 === Akismet Anti-spam: Spam Protection === Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, eoigal, cfinke, automattic, jgs, procifer, stephdau, kbrownkd, bluefuton, derekspringer, lschuyler, andyperdomo, akismetantispam Tags: comments, spam, antispam, anti-spam, contact form Requires at least: 5.8 Tested up to: 6.8.1 Stable tag: 5.5 License: GPLv2 or later The best anti-spam protection to block spam comments and spam in a contact form. The most trusted antispam solution for WordPress and WooCommerce. == Description == The best anti-spam protection to block spam comments and spam in a contact form. The most trusted antispam solution for WordPress and WooCommerce. Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog's "Comments" admin screen. Major features in Akismet include: * Automatically checks all comments and filters out the ones that look like spam. * Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator. * URLs are shown in the comment body to reveal hidden or misleading links. * Moderators can see the number of approved comments for each user. * A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site. PS: You'll be prompted to get an Akismet.com API key to use it, once activated. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites. == Installation == Upload the Akismet plugin to your blog, activate it, and then enter your Akismet.com API key. 1, 2, 3: You're done! == Changelog == = 5.5 = *Release Date - 15 July 2025* * Enable webhooks so that Akismet can process comments asynchronously to detect more types of spam. * Only include the Akismet widget CSS when the Akismet widget is present * Improve contrast/readability for certain UI elements = 5.4 = *Release Date - 7 May 2025* * The stats pages now use the user's locale instead of the site's locale if they're different. * Adds a 'Compatible plugins' section that will show installed and active plugins that are compatible with Akismet. * Akismet now requires PHP version 7.2 or above. = 5.3.7 = *Release Date - 14 February 2025* * Simplify the logic used during a comment-check request to compare comments. = 5.3.6 = *Release Date - 4 February 2025* * Improve the utility of submit-spam and submit-ham requests. * Modernize styles for the Akismet classic widget. = 5.3.5 = *Release Date - 18 November 2024* * Address compatibility issues with < PHP 7.3 in v5.3.4 release. = 5.3.4 = *Release Date - 18 November 2024* * Improve activation notice on Comments for users who haven't set up their API key yet. * Improve notice about commercial site status. = 5.3.3 = *Release Date - 10 July 2024* * Make setup step clearer for new users. * Remove the stats section from the configuration page if the site has been revoked from the key. * Skip the Akismet comment check when the comment matches something in the disallowed list. * Prompt users on legacy plans to contact Akismet support for upgrades. = 5.3.2 = *Release Date - 21 March 2024* * Improve the empty state shown to new users when no spam has been caught yet. * Update the message shown to users without a current subscription. * Add foundations for future webhook support. = 5.3.1 = *Release Date - 17 January 2024* * Make the plugin more resilient when asset files are missing (as seen in WordPress Playground). * Add a link to the 'Account overview' page on akismet.com. * Fix a minor error that occurs when another plugin removes all comment actions from the dashboard. * Add the akismet_request_args filter to allow request args in Akismet API requests to be filtered. * Fix a bug that causes some contact forms to include unnecessary data in the comment_content parameter. = 5.3 = *Release Date - 14 September 2023* * Improve display of user notices. * Add stylesheets for RTL languages. * Remove initial disabled state from 'Save changes' button. * Improve accessibility of API key entry form. * Add new filter hooks for Fluent Forms. * Fix issue with PHP 8.1 compatibility. = 5.2 = *Release Date - 21 June 2023* * Visual refresh of Akismet stats. * Improve PHP 8.1 compatibility. * Improve appearance of plugin to match updated stats. * Change minimum supported PHP version to 5.6 to match WordPress. * Drop IE11 support and update minimum WordPress version to 5.8 (where IE11 support was removed from WP Core). = 5.1 = *Release Date - 20 March 2023* * Removed unnecessary limit notices from admin page. * Improved spam detection by including post taxonomies in the comment-check call. * Removed API keys from stats iframes to avoid possible inadvertent exposure. = 5.0.2 = *Release Date - 1 December 2022* * Improved compatibility with themes that hide or show UI elements based on mouse movements. * Increased security of API keys by sending them in request bodies instead of subdomains. = 5.0.1 = *Release Date - 28 September 2022* * Added an empty state for the Statistics section on the admin page. * Fixed a bug that broke some admin page links when Jetpack plugins are active. * Marked some event listeners as passive to improve performance in newer browsers. * Disabled interaction observation on forms that post to other domains. = 5.0 = *Release Date - 26 July 2022* * Added a new feature to catch spammers by observing how they interact with the page. For older changelog entries, please see the [additional changelog.txt file](https://plugins.svn.wordpress.org/akismet/trunk/changelog.txt) delivered with the plugin. home/aresglob/public_html/wp/wp-content/themes/astra/readme.txt 0000644 00000017571 15103577730 0020740 0 ustar 00 === Astra === Contributors: brainstormforce License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: custom-menu, custom-logo, entertainment, featured-images, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog Tested up to: 6.8 Requires PHP: 5.3 Stable tag: 4.11.7 Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. == Description == Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website! The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. <a href="https://zipwp.org/themes/astra/" target="_blank">Try the live demo of Astra</a> == Installation == = From within WordPress = 1. Visit "Appearance > Themes > Add New" 2. Search for "Astra" 3. Install and activate == License == Astra WordPress Theme, Copyright 2020 WPAstra. Astra is distributed under the terms of the GNU GPL. Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. == Features == = Appearance > Widgets = Astra has up to 4 widget area. 1 in your header, 1 for each sidebar and up to 2 in your footer. = Appearance > Customize = - Site Identity: Hide your site title or tagline, and upload your own header. - Layout: Change things like your container width, header layout, Header width, Custom menu item , sidebar layout and much more. - Set footer layout there is a two footer layout layout 1 and layout 2. layout 1 is stack style and layout 2 is inline. - Blog: Show the full post or excerpt, also show and hide blog post meta & adjust blog post width to default or custom. - Single post:Set single post meta and adjust width to custom or default. - Colors & background: Choose your default background color, body color, theme color and link color. - Typography: Choose your default body font & set default font size to H1 to H6 tags, Site title, tagline & blog post title on archive page and single page. = ASTRA Child Theme = There are multiple ways you can use a child theme with the Astra Theme, Use any one method mentoned below to create a child theme or use a child theme we have created. 1. Download the child theme from Github - https://github.com/brainstormforce/astra-child/releases/latest/ 2. More information on creating child theme. - https://developer.wordpress.org/themes/advanced-topics/child-themes/ = Screenshot & WP-Preview Starter Content Licenses = Screenshot image is a collage of actual sites created using the Astra WordPress Theme. Icons used are all licensed under Massachusetts Institute of Technology ( MIT ) License ( https://heroicons.com ) Illustrations used are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans ) https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License. https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png Images used in the WordPress preview starter content are all licensed under Creative Commons ( CC0 ) License ( https://pxhere.com ) The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/. For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/. = Normalizing styles = Normalizing styles have been helped along thanks to the fine work of. Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/ = Flexibility JS = Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility) Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md ) = IcoMoon-Free = Astra icon font is based on IcoMoon-Free vector icon by Keyamoon. IcoMoon-Free vector icon destributed under trems of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html) Source: http://keyamoon.com/ = Breadcrumb Trail = Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail) Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later. Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html) = Webfonts Loader = Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader) Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE ) = WP Background Processing = Astra uses a modified version of WP Background Processing library for handling background tasks efficiently. Original library by Delicious Brains (https://github.com/deliciousbrains/wp-background-processing) Licensed under GNU GPL v2.0 or later. = Privacy Policy = Astra uses a YouTube video embedded in the Astra dashboard to provide helpful information and tutorials. Please note that YouTube may collect user data as outlined in their Privacy Policy (https://policies.google.com/privacy). No personal data is collected or stored by the Astra theme itself through this video embed. For more details on YouTube’s data collection, please refer to their Terms of Service (https://www.youtube.com/t/terms) and Privacy Policy (https://policies.google.com/privacy). == Frequently Asked Questions == = How can I report a security bug? = We take plugin security extremely seriously. If you discover a security vulnerability, please report it in a safe and responsible manner. You can report the issue through our [Bug Bounty Program](https://brainstormforce.com/bug-bounty-program/). home/aresglob/public_html/wp/wp-content/plugins/gosmtp-pro/readme.txt 0000644 00000015013 15103747234 0022114 0 ustar 00 === GoSMTP - SMTP for WordPress === Contributors: softaculous, pagelayer Tags: smtp, wordpress smtp, gmail smtp, sendgrid smtp, aws smtp, gmail, outlook, zoho, aws, postmark, sparkpost, mail, mailer, phpmailer, wp_mail, email, mailgun, sendgrid, gmail, sendinblue, wp smtp, sendlayer Requires at least: 5.5 Tested up to: 6.8 Requires PHP: 5.5 Stable tag: 1.1.4 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Send emails from your WordPress site using your preferred SMTP provider like Gmail, Outlook, AWS, Zoho, SMTP.com, Brevo (formerly Sendinblue), Mailgun, Postmark, Sendgrid, Sparkpost, Sendlayer or any custom SMTP provider. == Description == GoSMTP allows you to send emails from your WordPress over SMTP or many of the popular email sending services. Many web hosting companies have strict mail sending rules and limitations which restrict email deliverability. With GoSMTP, you will not be using your hosting providers PHP email but rather sending emails over SMTP or using API's of various email providers. GoSMTP supports many of your preferred SMTP provider(s) : 1) SMTP.com 2) Sendinblue 3) Mailgun, Postmark 4) Sendgrid 5) Sparkpost 6) Sendlayer 7) ElasticEmail (Pro) 8) SMTP2Go (Pro) 9) Gmail, Gsuite, Google Workspace (Pro) 10) Outlook / Office 365 (Pro) 11) AWS (Pro) 12) Zoho (Pro) 13) Or any custom SMTP provider WordPress uses the PHP mail function to send emails generated by WordPress. The PHP mail function sends emails over the IP of your hosting provider's servers which can have a bad reputation and be blacklisted by many email providers like Gmail, Yahoo, Office 365, Zoho, etc. causing your WordPress originated emails to land in the SPAM folder of your users. By using GoSMTP you ensure that your emails reach the inbox of your user(s). You can find our [official documentation](https://gosmtp.net/docs) on our Website [GoSMTP.net](https://gosmtp.net/) We are also active in our community support forums on wordpress.org if you are one of our free users. Our Premium Support Ticket System is at [https://softaculous.deskuss.com/open.php?topicId=17](https://softaculous.deskuss.com/open.php?topicId=17) [Home Page](https://gosmtp.net "GoSMTP Homepage") | [Support](https://softaculous.deskuss.com/open.php?topicId=17 "GoSMTP Support") | [Documents](http://gosmtp.net/docs "Documents") == GoSMTP PRO == GoSMTP Pro has many other powerful features and services. [Click here to purchase now !](https://gosmtp.net/pricing "Pricing") : === Email Logs === With Email Logging you view all emails sent from your site. This is necessary to keep email records and for auditing outgoing emails. Its also helpful to debug any outgoing email issues. === Resend Emails === You can resend any email, from the email log wizard. You can also resend multiple emails in bulk. === Premium Features === - Forward Emails - Email Reports === Coming Soon === - Backup Email Logs - Track Email Views - Track Clicks - Print Emails - Multi Email Provider Support - Multisite Support == Credits == GoSMTP's Mailer API connecters are derived from Fluent SMTP [https://wordpress.org/plugins/fluent-smtp/](https://wordpress.org/plugins/fluent-smtp/) == Frequently Asked Questions == Do you have questions related to GoSMTP ? Use the following links : 1. [Docs](https://gosmtp.net/docs) 3. [Help Desk](https://gosmtp.deskuss.com) 2. [Support Forum](http://wordpress.org/support/plugin/gosmtp) == How to install GoSMTP == Go To your WordPress install -> Plugins -> Add New Button -> In Search Box search For GoSMTP -> Click on Install. == Screenshots == 1. **Dashboard** of GoSMTP. 2. **Settings** has all options to set your SMTP / Email provider. 3. **Test Email Wizard** you can also send a test Email. 4. **Email Logs Wizard** check the emails sent with this wizard. == Changelog == = 1.1.4 (Jul 24, 2025) = * [Feature Pro] Support for email providers ElasticEmail and SMTP2Go have been added. * [Task] Sendinblue will now be shown as Brevo, as Sendinblue changed its branding from Sendinblue to Brevo. = 1.1.2 (Jul 18, 2025) = * [Task] Tested with WordPress 6.8.2. * [Bug-Fix] In certain case, Other SMTP was not working properly. This is fixed. = 1.1.1 (Nov 18, 2024) = * [Task] Licensing functionality has been further improved. = 1.1.0 (Oct 29, 2024) = * [Bug-Fix] In some cases, license loading was not working properly. This is fixed. = 1.0.9 (Oct 21, 2024) = * [Task] Licensing functionality has been further improved = 1.0.8 (September 26, 2024) = * [Task] Minor structural improvements. * [Task] Improved License handling. = 1.0.7 (July 17, 2024) = * [Task] Structural changes in the plugin. * [Task] Tested with WordPress 6.6. = 1.0.6 (April 20, 2023) = * [Task] Tested compatibility with WordPress 6.5. The plugin is fully compatible with WordPress 6.5. * [Task] Changed the plugins License to GNU GPLv3 or later. = 1.0.5 (Nov 29, 2023) = * [Task] Tested compatibility with WordPress 6.4. The plugin is fully compatible with WordPress 6.4. * [Bug-Fix] Outlook mailer error handling has been further improved. = 1.0.4 (Aug 10, 2023) = * [Bug-Fix] In some cases, the recipients email was not configured properly with SendLayer Mailer. This is fixed. * [Bug-Fix] In some cases, the AmazonSES mailer secret key was not implemented correctly. This is fixed. = 1.0.3 (June 30, 2023) = * [Pro-Feature] Added option of additional connections in setting page, now users can add multiple connections and set them as secondary (backup) email. * [Bug-Fix] In some cases, emails were failing when sending emails from the default PHP. This is fixed. * [Bug-Fix] Changed the "Client Secret" field of Zoho Mailer from a text field to a password field. * [Bug-Fix] The authentication process for Outlook Mailer has been further improved. * [Bug-Fix] In some cases emails were not being sent properly from SMTP.com mailer. This is fixed. = 1.0.2 (Apr 21, 2023) = * [Pro-Feature] Added option to export email logs. * [Pro-Feature] Added option to send weekly email report via email to admin email. * [Bug-Fix] The email body with the HTML content type was showing in plain text when viewing email details in the email log. This is fixed. = 1.0.1 (March 09, 2023) = * [Pro-Feature] Added option to enable email log, now you can store email log and also manage email log. * [Pro-Feature] Added Email Report page. Now you can easily track your email status. * [Bug-Fix] The mailer error handler has been further improved. = 1.0.0 (FEB 21, 2023) = * Released Plugin home/aresglob/public_html/wp/wp-content/plugins/popularfx-templates/readme.txt 0000644 00000016763 15104572612 0024033 0 ustar 00 === PopularFX Website Templates === Contributors: pagelayer, softaculous Tags: pagelayer, wysiwyg, design, maintenance mode, coming soon, under construction, website builder, landing page builder, front-end builder, site-builder Requires at least: 4.7 Tested up to: 6.7 Requires PHP: 5.5 Stable tag: 1.3.1 License: LGPL v2.1 License URI: http://www.gnu.org/licenses/lgpl-2.1.html The most advanced frontend drag & drop page builder. PageLayer is a light weight but extremely powerful Website Builder. With PageLayer you can create great looking websites much faster. Works with any theme and any page. == Description == Pagelayer is a WordPress page builder plugin. Its very easy to use and very light on the browser. Pagelayer works with any WordPress theme. Pagelayer is a real time editor and you can create beautiful web pages and web sites in a few minutes ! You dont need any programming knowledge when using Pagelayer. Pagelayer comes with top-notch features with a great UX and simple UI. [Home Page](https://pagelayer.com "PageLayer Homepage") | [Support](https://pagelayer.deskuss.com "PageLayer Support") | [Documents](http://pagelayer.com/docs "Documents") == Widgets == We have large number of widgets so you can design your page by selecting the widget from widget area. == Drag & Drop Editor == Design your page by dragging widgets from given choices of widget. You will be able to create amazing sections of your website much easily. And you can move them by simply dragging them. == Real Time Design == Whenever you make changes on your page it gets updated instantly on your page. It helps you design your page quickly by saving your time. == In-line Editing == Simply click on any text and by typing you can add your new text. A variety of header and text options enhance your experience as well. == Typography == With this feature you can beautify your page content by changing font-size, weight, transform, decoration. You can also add google fonts to beautify content of page. == Duplicate == Simply click on this option and it will create exact copy of existing element by saving your time. == Animation == Create your page more attractive with animation effects that trigger when the element is in display area. == Styling Options == With large number of styling options you can design your page the way you want such as: background overlay, background image, box shadow etc. == Easily Customizable == Each widget has multiple options to fully customize the widget such as change font colors, sizing and spacing. == Widgets in the Free Version == * Row * Columns * Title * Rich Text * Quote * List * Icon * Badge * Tooltip * Image * Image Slider * Video * Grid Gallery * Button * Tabs * Accordion * Collapse * Image Box * Icon Box * Space * Embed * Shortcodes * Counter * Google Maps * Testimonial * Progress Bars * Color Block * Alert * Divider * Social Profile * Star Rating * Anchor And more are in the making ! == Frequently Asked Questions == Do you have questions related to PageLayer ? Use the following links : 1. [Docs](http://pagelayer.com/docs) 3. [Help Desk](https://pagelayer.deskuss.com) 2. [Support Forum](http://wordpress.org/support/plugin/pagelayer) == Screenshots == 1. **Widgets** You can drag and drop any widgets from the left menu. 2. **Quote Widget** Full width rows with a quote on the left and an image widget 3. **Image Slider** You can create beautiful sliders with Pagelayer. Its just a matter of choosing images. We also have multiple slider options. 4. **Image and Icon Box** Image and icon boxes can be created with overlays, etc. 5. **Image Widget** You can create image overlays with captions and also lightboxes with Pagelayer 6. **Sections** Pagelayer has a nice grid systems with rows and columns. You can create sections so much easily with Pagelayer == Changelog = 1.3.1 (Nov 19, 2024) = * [Task] Tested compatibility with WordPress 6.7. = 1.3.0 (Nov 08, 2024) = * [Bug-Fix] In some cases, import template was not working properly. This has been fixed. = 1.2.9 (Oct 29, 2024) = * [Bug-Fix] In some cases, license loading was not working properly. This is fixed. = 1.2.8 (Oct 18, 2024) = * [Task] Licensing functionality has been further improved. = 1.2.7 (Sep 20, 2024) = * [Task] Licensing functionality has been further improved. = 1.2.6 (Sep 06, 2024) = * [Bug-Fix] In some cases, the Install PageLayer Pro functionality on the license page was not working properly. This is fixed. = 1.2.5 (Jul 26, 2024) = * [Task] PageLayer free is required to use PopularFX, if you are using PageLayer pro 1.8.6 or above. = 1.2.4 (Jan 23, 2024) = * [Task] Updated to the latest version of Pagelayer widgets. = 1.2.3 (Dec 07, 2022) = * [Task] Updated to the latest version of Pagelayer widgets. * [Task] Added the "HTML Tag" option in post title widget. Now you can select the tags to wrap the post title. * [Bug-Fix] In some cases, there was a PHP error when accessing the PopularFX license page. This has been fixed. = 1.2.2 (Feb 04, 2022) = * [Task] Updated to the latest version of Pagelayer widgets * [Task] Added pagelayer required notification on template page = 1.2.1 (Dec 15, 2021) = * [Task] Updated to the latest version of Pagelayer widgets = 1.2.0 (Sept 25, 2021) = * [Task] Updated to the latest version of Pagelayer widgets = 1.1.9 (July 6, 2021) = * [Feature] Added sort by option in the Templates List * [Bug-Fix] License key will be shown only to the Super Admin = 1.1.8 (May 11, 2021) = * [Bug-Fix] Fixed the install Pagelayer Pro function name = 1.1.7 (Mar 23, 2021) = * [Task] Minor UX changes = 1.1.6 (Jan 22, 2021) = * [Bug-Fix] pagelayer_get_the_excerpt function shifted to freemium_functions.php = 1.1.5 (Jan 22, 2021) = * [Task] Updated to latest Pagelayer version compatibility. * [Bug-Fix] WooCommerce compatibility issues fixed. = 1.1.4 (Dec 5, 2020) = * [Task] Updated to latest Pagelayer version compatibility. = 1.1.3 (Nov 5, 2020) = * [Added] Added option for the top / bottom position for the contact form success / failed message. * [Added] Added "Open link in new window (tab)" option to the social widget. * [Bug-Fix] After submitting the contact form the default success/failed message was not shown if the message was not set from the setting. This is fixed. * [Bug-Fix] The post content widget was not working properly for the password protected posts. This is fixed. = 1.1.2 (Oct 28, 2020) = * Added single page import option * If there is an AJAX failure during import, detailed AJAX error report will be shown. * Version checks for templates added ! = 1.1.1 (Oct 14, 2020) = * Added fix for http://www.domain.com URLs which maybe like http://domain.com = 1.1.0 (Oct 14, 2020) = * Added option to re-download template = 1.0.9 (Oct 14, 2020) = * Major bug fix for templates folder getting deleted when PopularFX theme was updated ! = 1.0.8 (Oct 13, 2020) = * When adding the license for the first time within 30 minutes of issuing the license, an Invalid License error was coming. This is fixed. = 1.0.7 (Oct 12, 2020) = * Mobile View of Blog Template Fixed = 1.0.6 (Oct 7, 2020) = * Fixed license loading issue = 1.0.5 (September 29, 2020) = * Improved the Freeium Widgets for more options to edit. = 1.0.4 (September 26, 2020) = * If the PopularFX theme is not installed, the template import used to fail. This is fixed now. = 1.0.3 (September 21, 2020) = * Undefined notice error fixed for $pagelayer = 1.0.2 (September 15, 2020) = * Made some premium options editable in the free version = 1.0.1 (August 25, 2020) = * Improved UX after installing the license = 1.0.0 (August 25, 2020) = * Released Plugin home/aresglob/public_html/wp/wp-content/plugins/astra-sites/readme.txt 0000644 00000112770 15104712156 0022250 0 ustar 00 === Starter Templates – AI-Powered Templates for Elementor & Gutenberg === Contributors: brainstormforce Donate link: https://wpastra.com/pro/ Tags: Elementor,Templates,Gutenberg,Block Editor,Astra Starter Sites Requires at least: 6.6 Requires PHP: 7.4 Tested up to: 6.8.1 Stable tag: 4.4.32 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The growing library of 300+ ready-to-use templates that work with all WordPress themes including Astra, Hello, OceanWP, GeneratePress and more == Description == = Starter Templates: AI Website Builder and Elementor Templates = The future of website creation is here! With Starter Templates, you can create professional-looking websites in just minutes, powered by AI. Leverage the Starter Templates AI website builder to generate websites with: - Stunning designs - All relevant sections and pages - High quality stock images to help engage visitors - Compelling website copy tailored to your business - Extensive customization options Say goodbye to spending days or weeks designing and building a website. With Starter Templates, you can build websites faster than ever with AI. [Try the live demo of Starter Templates](https://bsf.io/starter-templates-demo) = HIGHLIGHTS = ★ WordPress AI website builder ★ Built-in AI assistant ★ Fast and easy to use ★ Large library of Elementor templates ★ Hundreds of WordPress block editor (Gutenberg) templates ★ 200+ Sections and block patterns ★ Supported page builders: Spectra, Elementor, WordPress editor ★ Fully customizable websites = How Does Starter Template AI Website Builder Work? = Starter Templates integrates with ZipWP, our amazing AI website building platform. It takes care of everything for you, from design to content generation. Let AI do the heavy lifting, so you can focus on your ideas! Our mission is to unlock the power of the internet for small businesses. Creating a website shouldn't be difficult, and growing a business on the internet shouldn't be complicated. With Starter Templates, you can create a stunning website in a matter of minutes. Simply describe your idea, and watch as a WordPress website is built before your eyes. Want to create a lightweight website for your business that also looks exceptional? = Follow the steps below: = 1. Select the type of website you're creating (portfolio, business site, landing page, or something else). 2. Provide your business name. 3. Describe your business. Use AI to refine your description prompt if you need to. 4. The AI will suggest images based on your input. Select the images you want to use. 5. Add your contact details and social media handles so people can interact. 6. Choose the website structure from the options. 7. Select any site features you need. 8. The AI will generate a website in under 2 minutes. 9. Customize your site as you see fit! Whether you're a beginner with no website building experience, or a seasoned web designer, Starter Templates has you covered. = All Features = Starter Template has all the essentials you need to create amazing websites! = AI Website Builder = Thanks to the power of AI, you can create your dream website effortlessly. Our AI analyzes your business description and goals, then selects the perfect design, generates professional copy, and curates visuals to match your brand. No more wrestling with complex themes or plugins – just describe your idea and let AI do the rest! = Lightning Fast Websites = Starter Templates prioritizes speed and efficiency without compromising quality. Here's what sets us apart: = Optimized Code = Pages created with Starter Templates have efficient code, and are free from all unnecessary elements. This translates to faster load times and a smoother user experience for visitors regardless of browser or device. = Realistic Templates = Starter Templates goes beyond stunning design. It delivers readymade website templates specifically crafted with your business in mind. Launching an eCommerce store? We have a diverse selection of store templates to get you selling in no time. Creating a business website? We have dozens of professional-quality designs ready for you to make your mark. No matter your industry or niche, we have a template that perfectly aligns with your vision. = Classic Starter Templates = Whether you're a small business owner, freelancer, or nonprofit organization, there's a template that suits your needs. Templates are carefully crafted to provide a polished and attractive look for your website. The cherry on top? Starter Template supports multiple page builders, including Elementor, Spectra and Gutenberg. You have the flexibility to customize your website your way. = Hundreds of Sections and Block Patterns = Want to customize your website to make it truly unique? Use sections and block patterns to add your personal style. Available sections include: - Hero - Page Header - About - Services - Features - Contact - Why Choose Us - Call To Action - Portfolio - Gallery - Testimonials - Pricing - FAQ - Team - Statistics = AI-Integrated Adaptive Design Library = Personalize blocks and patterns to match your website style with the power of AI. The design library within the Starter Templates plugin is integrated with AI and royalty-free image repositories. All elements come pre-populated with relevant text and images that you can easily customize to match your brand. = Elementor Templates = A fan of Elementor? Look no further! Starter Templates offers a vast collection of professionally designed Elementor templates. You can effortlessly import entire websites crafted with Elementor, individual pages, or even specific blocks to enhance your site's functionality and aesthetic appeal. Then just drag, drop, customize, and launch your website! = WordPress Block Editor Templates = The WordPress block editor (formerly Gutenberg) is changing the game for website creation. Building from scratch can be time-consuming. Fortunately, Starter Templates offers a vast library of readymade templates to ignite your website's potential. = AI Assistant for WordPress = Our AI Assistant works in a similar way to ChatGPT but is specifically tailored for WordPress. With just a click of a button, you can use the power of artificial intelligence to help write copy for landing pages, proofread blog posts, translate content into different languages, generate custom HTML and CSS codes, and much more! = Royalty-Free Images = The Starter Templates plugin offers seamless integration with leading royalty-free image repositories such as Pexels and Unsplash. You have access to millions of top-tier images within your WordPress dashboard. Simply search for the image you need and select it. = Training Videos = As the saying goes, "Give someone a fish, and they will eat for a day; teach them how to fish, and they will eat for a lifetime." Embracing this philosophy, we offer a range of comprehensive training videos designed to complement our templates. They provide the knowledge and skills necessary to build, launch, and maintain your website. = Types of Websites You Can Create = Starter Templates is perfect for building websites for: ✔ Personal branding ✔ Restaurants ✔ Service providers ✔ Nonprofits and charities ✔ Events ✔ Startups ✔ Local businesses ✔ Wellness businesses ✔ Landing pages ✔ Lead generation websites ✔ eCommerce stores ✔ Blogs ✔ Manufacturing businesses ✔ Any other type of WordPress website There’s no limit to what you can create! Please note: To access templates and AI features, you’ll need a ZipWP account. [ZipWP platform](https://zipwp.com/). Signing up is quick, easy, and 100% free. = Fun Facts About Starter Templates = ➜ Over 5,000 websites are built with Starter Templates every day. ➜ The plugin has been installed on more than 1.6 million websites. ➜ Starter Templates has more than 4,000 five-star reviews. ➜ Our team of dedicated full-time WordPress experts help and support hundreds of users daily. ➜ A devoted team full-time designers keep the design library up to date. ➜ Our plugin offers more than 100 free Elementor templates. ➜ You can import a complete website, individual page, or section of a page in seconds. ➜ We support 2 page builders: Spectra and Elementor as well as the WordPress editor ➜ "eCommerce" is the most searched keyword in our library. = The Starter Templates Plugin Works With... = ➜ Astra Theme ➜ Spectra website builder ➜ WordPress block editor/Gutenberg ➜ Elementor page builder ➜ WooCommerce ➜ WPForms ➜ Sitekit == Frequently Asked Questions == = Why Is this awesome plugin free? = Free is always the best price. We offer Starter Templates for free to showcase what our team is capable of. It’s also good business. If you have a positive experience with Starter Templates, you might be tempted by the extra features included in premium versions of ZipWP, the Astra WordPress theme and other products we produce. We’re not afraid to prove our worth and offering a plugin for free is a great way to do that. = Which theme Is used by the AI website builder? = Starter Templates, uses the Astra theme. It’s the world's most popular WordPress theme with millions of users. Since Starter Templates and Astra are developed by the same company, we can control their development plans to make the AI website builder work perfectly every time. = What kind of customizations can I make to an AI generated website? = Once your website is generated, you have complete control over its content and layout. You can customize it as you would any other website, including changing colors, text, adding images, and creating new sections and pages. = How can I report a security bug? = We take plugin security extremely seriously. If you discover a security vulnerability, please report it in a safe and responsible manner. You can report the issue through our [Bug Bounty Program](https://brainstormforce.com/bug-bounty-program/). == Screenshots == 1. AI Website Builder - Starter Templates has been integrated with ZipWP - our innovative AI Website Builder to make building websites super easy. 2. Unlimited Customizations - Enjoy complete control of your website content and layout. Change colors, fonts, add images, create and add new patterns and pages. 3. Hundreds of Templates - Choose from over 200 diverse designs to build your dream website in minutes. Whether it's eCommerce, Business, Portfolio, or any niche, find the perfect template tailored to your vision. 4. Limitless Customizations- Explore fonts and colors with a simple click. Effortlessly change images add new patterns/pages. 5. Design Library - No more starting from scratch, no more design roadblocks. Jumpstart your designs with any of our professionally designed pages and patterns templates. 6. Use the power of AI with a single click to write copy, proofread, translate content into different languages. Adjust content length and tone seamlessly for maximum appeal. == Changelog == v4.4.32 - 24-July-2025 - Improvement: - Improved the "Skip & Start Building" flow to ensure essential plugins are correctly set up during site import. v4.4.31 - 17-July-2025 - New: - AI Builder: Added compatibility with the Elementor plugin. - Improvement: - Improved plugin installation architecture on import for enhanced error handling and scalability. - NPS Survey: Rating prompt logic now allows disabling for guideline compliance. - Refined the "Finish Setup" UI for a smoother experience. v4.4.30 - 14-July-2025 - Improvement: - AI Builder: Enhanced user experience with a confirmation popup for credit usage. - Polished UI for plugin installation notice. v4.4.29 - 08-July-2025 - Improvement: - Added a clear plugin installation notice in the feature selection step to improve transparency. v4.4.28 - 03-July-2025 - New: - Integrated the "Finish Setup" course to guide users after import completion. - Integrated SureRank plugin for SEO option in AI and Classic Templates onboarding. - Fix: - AI Builder: Addressed missing alt text when importing Spectra images. v4.4.27 - 30-June-2025 - New: - Added compatibility with WooCommerce Cart Abandonment Recovery plugin. - Improvement: - AI Builder: Updated UI for a more consistent and streamlined user experience. - Fix: - Resolved an issue with Elementor templates import by preventing the processing of old images. - Resolved an issue where Gutenberg batches of Elementor templates were not processed correctly. - Resolved an issue where Preview Palette colors were not applying correctly to some new templates. - Fixed an issue where WooCommerce dependent plugins showed the error `This plugin requires 1 plugin to be installed and activated: WooCommerce`. v4.4.26 - 18-June-2025 - Fix: - AI Builder: Resolved an issue where Elementor Page Builder option remained visible even when the it's disabled from settings page. v4.4.25 - 13-June-2025 - Improvement: - AI Builder: Enhanced user experience with clearer modal actions and a more streamlined interface. v4.4.24 - 09-June-2025 - Improvement: - Improved integration with WooPayments for a smoother setup experience. - Fix: - Resolved an issue with saving block editor after import. v4.4.23 - 02-June-2025 - New - Added compatibility with WooPayments plugin. - Added compatibility with Ultimate Addons for Elementor Lite and Pro plugins. v4.4.22 - 29-May-2025 - Improvement: - AI Builder: Improved the pricing flow for a smoother and more intuitive user experience. v4.4.21 - 26-May-2025 - New: - Added compatibility with the Spectra Pro plugin. - Introducing the compatibility for new Signature templates. - Improvement: - Improved compatibility with Spectra Popup Builder post types. - Displayed the "Show Other Builders" option in the Builders dropdown when any supported page builder is disabled. - Fix: - AI Builder: Resolved an issue where the premium access box was not displaying correctly for disconnected ZipWP users. v4.4.20 - 13-May-2025 - Improvement: - AI Builder: Optimized API for templates loading functionality in batches. - Revised Features Selection on Classic Templates Onboarding. - Refined the condition to detect Gutenberg pages more efficiently. v4.4.19 - 14-April-2025 - New: - Added compatibility with the Variation Swatches for WooCommerce plugin. - Introduced support for AI-generated Elementor templates. - Improvement: - Ensured compatibility with WordPress 6.8. v4.4.18 - 24-March-2025 - New: - Integrated Latepoint plugin for booking options in AI & Classic Templates onboarding. v4.4.17 - 20-March-2025 - Fix: Addressed a critical bug causing an error in the customizer. v4.4.16 - 19-March-2025 - New: - Deprecated Beaver Builder starter templates, enable with `astra_sites_enable_legacy_beaver_builder_support` filter to continue using them - https://startertemplates.com/docs/sunsetting-beaver-builder-support/ - Improvement: - Improved memory error handling for Classic Template import by detecting memory limits and showing user-friendly messages. - Fix: - Resolved an issue where Elementor templates and the sync progress modal were not loading initially on a fresh site. - Resolved an `Undefined array key "id"` warning from Astra Notices library. v4.4.15 - 11-March-2025 - New: - Integrated SureMail plugin for SMTP option in Classic Templates onboarding. - Fix: - Resolved an issue where `_load_textdomain_just_in_time` function was incorrectly triggered for the `astra-sites` text domain. - Resolved inaccurate translations for the Estonian language. v4.4.14 - 24-February-2025 - Improvement: - AI Builder: Integrated SureMail plugin for SMTP feature support in AI onboarding. - Added compatibility for LatePoint redirection during Classic Builder template onboarding. v4.4.13 - 21-February-2025 - New: - Introduced LatePoint Integration with the Wellness Coach template. - Fixes: - Fixed template search issue in Chrome browser. - Free Images: Editors can now search for free images. v4.4.12 - 10-February-2025 - New: - AI Builder: Added filter to update the default business type. - Added translations for the Estonian language. - Improvements: - AI Builder: Added translation support to the Business Category API. - Introduced a progress bar to provide real-time updates during template syncing. - Reduced the likelihood of import failures caused by low memory availability. - Improved mobile responsiveness for the Classic Builder templates. - Fixes: - AI Builder: Removed unnecessary API request headers to improve compatibility. v4.4.11 - 07-January-2025 - Improvements: - Enhanced mobile responsiveness in the classic builder. - Added compatibility for SureForms import. - Fix: - Fixed search terms persisting in the Classic Templates Builder during navigation. v4.4.10 - 16-December-2024 - New: - Expanded plugin accessibility with translations in 7 new languages: [ Spanish, German, Dutch, Frensh, Italian, Polish, Portuguese ] - AI Assistant: The AI Assistant is now Location Aware. - Improvements: - AI Assistant: Revamped the entire UI of the Assistant Sidebar. - Enhanced NPS Survey styles to ensure seamless compatibility with other plugins. - Fix: - Removed redundant code related to authentication to enhance security and simplify maintenance. v4.4.9 - 02-December-2024 - Improvements: - AI Builder: Enhanced error handling in the import process with clearer error messages. - AI Builder: Upgrade plan popup UI enhancements for a better user experience. - AI Builder: Added import success action to trigger custom actions after successful site import. - Design Kit: Improved business description screen for better user experience. - Design Kit: UI enhancements for better usability. - Design Kit: Improved code quality for enhanced performance and maintainability. - UI/UX optimizations for a smoother Classic Templates Builder experience. - SureCart template is now the default selection for eCommerce templates. - Fixes: - Free Images: Removed garbage CSS conflicting with other plugins. v4.4.8 - 15-November-2024 - Improvements: - AI Builder: Hidding ecommerce templates if ecommerce feature is hidden. - Free Images: Removed the "Free Images" option from the WordPress media library where images are not expected. - NPS survey hidden for white-labeled environments. - UI/UX optimizations for a smoother Classic Templates Builder experience. - Fixes: - AI Builder: Addressed a security bug. Props to Patchstack for reporting it. - AI Builder: Fixed SureCart settings import failed error. - AI Builder: Resolved an issue causing the import process to fail due to unexpected SureForm plugin redirection upon activation. - Free Images: Resolved an issue where the media library button text was incorrectly displayed in certain cases. - Ensured selected eCommerce platform and feature plugin are synchronized. - Resolved intermittent issue with other plugin updates failing. v4.4.7 - 04-November-2024 - New: - AI builder: Added compatibility for importing SureForms templates. - AI builder: Added filter to hide specified features on feature selection screen. - Improvement: - Prompted users for detailed business descriptions to enhance content generation. - Enabled SureCart provisional account creation when the eCommerce feature is selected. - Added page builder selection screen for classic templates. - Added pre-import warning to alert users about potential overrides of existing settings during template import. - Hiding non-FSE page builder options when the Spectra One theme is active. - Design Kit: Generating business description based on the selected language. - Design Kit: Optimized styles for better readability and usability on smaller screens. - AI Assistant: Resolved PHP fatal error caused by a conflict with certain plugins. v4.4.6 - 16-October-2024 - Fix: Updated outdated migrations that were causing PHP errors. v4.4.5 - 15-October-2024 - New: - AI Builder: Implemented toasters to provide more detailed error information. - AI Builder: Added source parameters to URLs redirecting to ZipWP for better tracking. - Design Kit: Added source parameters to URLs redirecting to ZipWP for better tracking. - Tweak: Refactored the NPS code by separating it into an independent NPS library. - Improvement: - Design Kit: Removed outdated options data that were previously left undeleted. - Design Kit: Optimized server API call execution for better performance. - Enhanced code quality and optimization for better performance and maintainability. - Fix: - Free Images: Fixed broken UI components for Elementor and Beaver Builder. v4.4.4 - 07-October-2024 - Fix: Resolved issue where the selected page builder was resetting after a page refresh. - Fix: Corrected CSS issues affecting the appearance and functionality of checkboxes on the feature page. v4.4.3 - 30-September-2024 - New: - AI Builder: Added functionality to save failed site creations and allow reimporting them. - AI Builder: Displaying users ZipWP plan information. - AI Builder: Displaying alert notice when AI site generation count is nearing its limit. - AI Builder: Added an option to choose the type of store when the Ecommerce feature is selected. - Design Kit: Introduced filter `ast_block_templates_exclude_post_types` to exclude asset loading for specified post types. - Introduced eCommerce feature for classic templates along with some UI tweaks. - NPS form now includes a back button for better usability and rating edits. - Improvements: - AI Builder: Resume Session popup will now restore the step where the user left off. - AI Builder: Improved images upload process for better performance and user experience. - AI Builder: Showing Premium template notice on customizer screen if user has free plan. - AI Builder: Added a validation on Image upload to check if the image URL is valid. - Design Kit: Added loading skeleton when uploading the images on AI onboarding. - Design Kit: Added images validation on AI onboarding. - Fix: - AI Builder: Customizer 'Show site title' option was not applied correctly during site import. - Design Kit: Resolved CSS conflicts with the WordPress core blocks. - Design Kit: Fixed PHP warning when generating content. - Design Kit: Content was not getting generated in the selected language. - Images Library: Resolved issue where image search results reset to default after applying filters. v4.4.2 - 03-September-2024 - New: - AI Builder : Added a filter to update default website language. - AI Builder : Added image replacement compatibility for archive product banner image. - Added filter to disable the "Design Kit" library. - Improvements: - Design Kit: Enhanced API performance by optimizing execution times and reducing delays. - Free Images : Enhanced UI for better user experience. - Better database handling for the NPS. - Fixes: - Design Kit: Corrected styling issues for patterns/pages preview to ensure consistent display. - Design Kit: Addressed CSS conflicts with SureCart blocks to prevent styling discrepancies. - After import images were not getting replaced for classic Elementor templates. v4.4.1 - 28-August-2024 - Improvement: Hardened the security of the plugin. v4.4.0 - 07-August-2024 - New: - AI Builder: Enhanced onboarding UI. - Design Kit: Enhanced personalized library steps UI. - Improvements: - Switched from using transient to option data for storing information. - AI Builder: Enabled business descriptions to be generated in the selected language. - Design Kit: Converted Spectra common stylesheet to a JSON file instead of an option variable. - Design Kit: Hidden Update Image option until the user personalizes the library. - Design Kit:Blocked block pages preview if import is in process. - Fixes: - Fixed issue where user input was not getting prefilled when switching between steps. - Ensured required plugins for selected features are correctly installed. - Resolved an issue where some classic editor templates were getting stuck during import. - Fixed issue where the default logo was not getting replaced for classic templates. - AI Builder: Removed the condition that showed the site limit exceed popup for all sites. - Design Kit: Fixed issue where the Favorites functionality was not working in certain cases. - Design Kit: Addressed problem where related block pages were not displaying in some scenarios. - Design Kit: Fixed content regeneration for a category. - Design Kit: Resolved visibility issue with the "Design Kit" button in WordPress 6.6 with the full site editor. v4.3.9 - 25-July-2024 - Improvement: Improved the UI/UX. - Improvement: AI Builder - Better error message handling. - Improvement: AI Builder - Added new icon for the ecommerce feature. - Improvement: Improved the way Starter Templates translate strings in the script. - Fix: AI Builder - Fixed an issue where the template preview designs were showing ternary operation results as HTML. - Fix: AI Builder - Required plugins data was incorrect on the Elementor templates screen. - Fix: AI Builder - Social icons title was not translation-ready. - Fix: AI Builder - Fixed an issue where the import process was failing after changing the site language. - Fix: Resolved a fatal error encountered with the Ghost Kit plugin. v4.3.8 - 16-July-2024 - New: AI Builder - Added script translation with a filter to update the text domain for script translation. - Improvement: ZipAI - Added WordPress 6.6 compatibility. - Improvement: Hardcoded index are made dynamic. - Fix: AI Builder - Premium badge was not showing for Premium templates. - Fix: Footer widgets was not getting imported for AI & Classic templates. v4.3.7 - 09-July-2024 - New: - Added NPS Survey. - Improvements: - Updated "What's New" library. - Enhanced sidebar for classic editor to align with AI Builder. - Updated pre-import screen for classic templates. - Standardized text-domain to "astra-aites" for all libraries. - Refreshed font pairs. - Removed duplicate code. - Fix: - Upload logo and selected color pallete was not getting imported for FSE. - Design Kit - Business category now pre-fills correctly during onboarding. - AI Builder - Business name now resets after clicking "Start Over." - AI Builder - "Resume Session" popup no longer appears after site creation. - AI Builder - Business type now pre-fills correctly when site is created from ZipWP platform. - AI Builder - Hover color for accent color is now a CSS variable. - AI Builder - Correct icon now appears for the Contact Form feature. v4.3.6 - 04-July-2024 - Fix: AI Builder - Resolved an issue preventing users from continuing to the next step if the business type input was entered manually. - Fix: Design Kit - Resolved an issue where adding social media URLs caused an error when proceeding to the next step. v4.3.5 - 02-July-2024 - New - Design Kit - Added a page preview feature along with other page options. - Design Kit - Introduced error boundaries for better error management. - Improvement - Design Kit - Introduced a new "Favorites" tab, separated from Patterns, Pages, and Kits. - Design Kit - Added clickable navigation in the sidebar, allowing users to jump to previous steps. - Design Kit - Disabled live preview and other actions while inserting the kit into a page. - Design Kit - Improved UI/UX for a better user experience. - Design Kit - Enhanced error handling during the import process. - Design Kit - Added an admin notice for missing file permissions. - Design Kit - Removed validation for the mobile field in AI onboarding. - Design Kit - Added a loader while inserting the block. - AI Builder - Added ZipWP new features icon support. - AI Builder - Added a filter to disable the Premium Badge for templates. - Fix - Design Kit - Fixed console error causing a blank screen in GT AI onboarding if already prefilled. - Design Kit - Resolved an issue where the Design Library button was not displayed in the Spectra One theme editor when the Gutenberg Plugin was activated. - Design Kit - Fixed a console error that occurred on the screen of the image when AI data was prefilled. - Design Kit - Addressed a blank screen issue when accessing the "Design Library" on Bedrock-powered sites. - Design Kit - Fixed option 'ast-block-templates_data-' not getting deleted after importing the site template. - Design Kit - Prevented adding a block to a new page after Spectra installation. - Design Kit - Fixed shuffling of images when changing the orientation multiple times. - Design Kit - Fixed AI-generated business description response count not working as expected. - Design Kit - Fixed issue with authentication redirection. - AI Builder - Made compulsory features enabled by default and non-clickable. - AI Builder - UI improvements. - AI Builder - Fixed acceptance of incorrect input in the email field. - AI Builder - Ensured the "site creation limit exceeded" popup is displayed correctly. v4.3.4 - 24-June-2024 - Chore: AI-Builder - Included build files. - Improvement: AI-Builder - Added ability to skip the Features screen using a filter. - Improvement: AI-Builder - Improved UI/UX. - Fix: AI-Builder - Site creation limit exceeded popup was not displaying. - Fix: AI-Builder - Removed irrelevant error messages from logs during import failures. v4.3.3 - 12-June-2024 - Improvement: AI Builder - Error Boundary Screen in case of unexpected errors. - Improvement: AI Builder - Removed phone validations to match this phone format - Ex: +1 (888) SIXT-CAR (749-8227) - Improvement: ZipWP Images - Updated preview screen for better UX. - Fix: AI Builder - Better handling of console errors due to missing URLs in Image object from ZipWP images API. - Fix: Design Kit - Fixed a console error in Gutenberg Templates library due to missing URLs for author and engine for placeholder images. - Fix: Resolved PHP 8.2 deprecated notice related to the creation of dynamic properties. - Fix: ZipWP Images - "Select" of media library was not showing in the customiser preview. v4.3.2 - 11-June-2024 - Fix: Fixed an issue where the search functionality in the Elementor editor was not working. v4.3.1 - 06-June-2024 - Improvement: Added logging for import failures with a user alert for log details, warning that retries will exhaust AI site attempts. - Improvement: Prefill websites based on the previous site creation. - Fix: Resolved issue causing infinite skeleton loading for the classic template library. - Fix: Resolved blog posts throwing 404 errors. - Fix: Fixed an error when using the Spectra One theme and Starter Templates to import websites with ZipAI. - Fix: The title for the `Description` step does not change for exceptional cases. - Fix: Design Kit - Resolved Console error for undefined images. v4.3.0 - 04-June-2024 - New: What's New - Ability to see the new updates for Starter Templates plugin in the form of feed. - New: Free Images - Added all new library for Free Images with new free image search engines like Pexels and Pixabay. - Improvement: Added Admin Notice if Required XML Reader Class Not Found. - Improvement: Consistent UI Changes for AI Builder. - Improvement: UI - Improved the tooltip UI. - Fix: Classic Templates Not Showing for New Sites During Sync. - Fix: AI Builder - Fixed an issue with inconsistent font sizes and line height in the onboarding process. v4.2.6 - 27-May-2024 - Improvement: AI Builder - Added a pre-installation confirmation modal before building the site. - Fix: Fixed a redirection issue with the "Try the New AI Builder" button on Starter Templates dashboard. - Fix: Corrected template listing for the Spectra One theme. - Fix: Fixed an issue where import failed for Beaver Builder templates. - Fix: Addressed an issue where fonts, colors, and other settings were not applied after importing Elementor templates. v4.2.5 - 21-May-2024 - Fix: Resolved an issue that caused plugin activation errors on multisite installations. - Fix: Design Kit - The library not displaying on subdomain sites when the plugin is network activated. v4.2.4 - 17-May-2024 - Improvement: Added a way to disable Classic Templates Importer. - Fix: Fixed broken WP-CLI import process for classic templates. v4.2.3 - 14-May-2024 - Fix: Fixed the error while importing the classic templates. v4.2.2 - 10-May-2024 - Improvement: Better error handling. - Improvement: Better preview for the color palette. - Improvement: Better UX while selecting Starter Templates. - Improvement: Improved the way Starter Templates stores JSON data while sync process to address memory issues. - Improvement: AI Builder - Improved the user experience by blocking unwanted options while processing data on a particular step. - Fix: Fixed an issue where the Starter Templates won't get imported on an RTL website. - Fix: Design Kit: Rectified an issue where the Template kit names went missing due to library update. - Fix: AI Builder - Fixed an issue where the import would remain stuck at 98%. - Fix: Made Starter Templates more secure while uploading SVG files. v4.2.1 - 03-May-2024 - Fix: Fixed an incorrect type casting of a string on a popup for AI Builder. v4.2.0 - 29-April-2024 - New: Added custom color palette selection option in AI Builder. - New: Added "Features" screen to the Classic Builder onboarding. - New: 'Load More' templates option in AI Builder. - New: Design Kit - Added language compatibility for personalizing the AI copy. - Improvement: Enhanced template search functionality. - Improvement: Improved the way Starter Templates store JSON data during the import process to address memory issues. - Improvement: Optimized and enhanced code for a better user experience. - Improvement: User Interface improvements for the Template Kit library. - Improvement: Design Kit - Improved responsive design and UX. - Improvement: Classic Templates - Improved responsive design and UX. - Improvement: Ability to edit the previous step of AI Onboarding by clicking on the sidebar. - Improvement: Now, Upload images are available in a new tab within same screen. - Fix: Resolved issue with import for RTL sites. - Fix: Design Kit - Fixed an issue where the Design Kit button was not visible on an FSE-based theme. - Fix: Design Kit - Fixed an issue where the line height of the Design Kit templates appeared messed up. - Fix: Design Kit - Fixed a fatal error caused by unavailable error_log related libraries on the user's server. v4.1.7 - 22-April-2024 - Improvement: Hardened the security of the plugin. v4.1.6 - 09-April-2024 - Fix: Resolved issue with Media library not functioning properly. v4.1.5 - 08-April-2024 - Improvement: Streamlined the Gutenberg Templates library structure to reduce resource consumption. v4.1.4 - 01-April-2024 - Fix: AI image replacement batch was inadvertently functioning for Classic editor templates. - Fix: Displaying "Download images fail" message when no images are selected during onboarding. v4.1.3 - 28-March-2024 - Fix: Resolved import process getting stuck due to resource limitations on certain hosts. v4.1.2 - 25-March-2024 - Improvement: Added Wordpress 6.5 compatibility. v4.1.1 - 20-March-2024 - Fix: Import process was getting stuck after activating the plugin required for selected feature. v4.1.0 - 19-March-2024 - New: Introduced local language support in AI building. - New: Added an upload image feature when selecting images for your site. - Improvement: Enhanced AI building for a better user experience. - Improvement: Consolidated Logo, Font, and Color Palette support into one screen on the Classic Builder. - Improvement: Enhanced and optimised code for an improved user experience. v4.0.13 - 21-February-2024 - Fix: Resolved an issue where the AI description won't get generated on WordPress.com sites. v4.0.12 - 12-February-2024 - Fix: Resolved an issue where the Template Kit button was not visible due to mismatched business categories. v4.0.11 - 10-February-2024 - Fix: Resolved an issue where the import process stayed stuck at 95% with AI Website Builder. v4.0.10 - 07-February-2024 - Fix: Resolved an issue where the Template Kit button was not visible. v4.0.9 - 05-February-2024 - Fix: Resolved an issue where the category was not assigned after import. v4.0.8 - 01-February-2024 - Improvement: AI Website Builder - Ability to create a site with desired features like Donations, Automation, Sales Funnels Video Player, etc for the website. v4.0.7 - 29-January-2024 - Fix: Resolved an issue where the Premium Template Kits won't get imported. v4.0.6 - 25-January-2024 - Improvement: Enhanced user experience by providing informative error messages for better troubleshooting. v4.0.5 - 23-January-2024 - Improvement: Added Flexbox Container compatibility for Elementor templates. v4.0.4 - 22-January-2024 - Fix: Fixed the fatal error issue that would occur after Spectra v2.12.0. v4.0.3 - 17-January-2024 - Fix: Fixed an issue where the import process was breaking for AI websites. - Fix: Fixed an issue where the images won't get reflected in search results as per the search keyword. v4.0.2 - 15-January-2024 - Improvement: Added Flexbox Container compatibility in Elementor. - Improvement: Added ability to resume back to last session while building AI website. - Improvement: Better UX while using AI Website Builder. v4.0.1 - 04-January-2024 - Fix: Fixed an issue where the CSS looked messed up after importing using AI Website Builder. v4.0.0 - 03-January-2024 - New: AI Website Builder. - Fix: Tightened the plugin security. v3.5.7 - 30-December-2023 - Fix: Fixed Template Kit library conflict ( 503 Error ) with Gravity Form plugin. Check out the detailed changelog [here](https://startertemplates.com/whats-new/). home/aresglob/public_html/wp/wp-content/plugins/cookieadmin/readme.txt 0000644 00000003701 15104730420 0022256 0 ustar 00 === CookieAdmin - Cookie Consent Banner === Contributors: softaculous Tags: cookie, notice, banner, consent, gdpr Requires at least: 4.4 Tested up to: 6.8.2 Requires PHP: 7.0 Stable tag: 1.0.6 License: LGPLv2.1 License URI: http://www.gnu.org/licenses/lgpl-2.1.html CookieAdmin provides easy to configure cookie consent banner with GDPR and CCPA law support. == Description == CookieAdmin is a Lightweight, Bloat-free & easy to use Cookie consent banner plugin which allows you to display a personalized banner on your website for your visitors to choose which cookies they would like to use. Admins can customize the UI of the consent banner for the frontend to match with their website / brand identity. CookieAdmin supports categorization of cookies and scanning of cookies used on their website. Users can choose to Accept All, Reject All or choose cookies categories to be loaded. Free Features : * Customizable Consent Form * Preview Consent Form from admin panel * Anonymized User IP * Scan cookies * Categorized cookies list for users * GDPR & US State Laws support * ADA, EAA & WCAG Compliant * Google Consent Mode v2 Pro Features : * User Country Detection * Consent Logs * Export Consent Logs == Installation == Upload the CookieAdmin plugin to your site, Activate it. That's it. You're done! == Screenshots == == Changelog == = 1.0.6 = * [Feature] Added Google Consent Mode v2 * [Bug Fix] Fixes for ADA, EAA & WCAG compliance * [Bug Fix] UI fixes for certain themes = 1.0.5 = * [Feature] CookieAdmin Consent Banner is now compliant with Americans with Disabilities Act (ADA), The European Accessibility Act (EAA) & Web Content Accessibility Guidelines (WCAG). = 1.0.4 = * [Bug Fix] The icons in Cookie Preferences modal were not visible on mobile devices. This has been fixed. = 1.0.3 = * [Bug Fix] In some cases, the consent banner was displayed even after accepting the cookies. This is fixed. * [Bug Fix] Minor UI fixes = 1.0.2 = * Initial Release home/aresglob/public_html/wp/wp-content/plugins/speedycache/readme.txt 0000644 00000056773 15104737315 0022304 0 ustar 00 === SpeedyCache - Cache, Optimization, Performance === Contributors: softaculous Tags: cache, minify, pagespeed, seo, cdn, wordpress cache, website cache, lazy loading, mobile cache, minify css, combine css, minify js, combine js, gzip, browser caching, render blocking js, preload, widget cache, softaculous, speedycache, performance Requires at least: 4.7 Tested up to: 6.8 Requires PHP: 7.0 Stable tag: 1.3.5 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html == Description == SpeedyCache is a WordPress cache plugin that helps you improve performance of your WordPress site by caching, minifying, and compressing your website. You can find our official documentation at [https://speedycache.com/docs](https://speedycache.com/docs). We are also active in our community support forums on wordpress.org if you are one of our free users. Our Premium Support Ticket System is at [https://softaculous.deskuss.com](https://softaculous.deskuss.com) [Home Page](https://speedycache.com "SpeedyCache Homepage") | [Support](https://softaculous.deskuss.com "SpeedyCache Support") | [Documents](http://speedycache.com/docs "Documents") Other than caching SpeedyCache can also do the following:- 1. It can minify and combine CSS/JS giving even better optimization as it reduces the file sizes and reduces the HTTP requests to the server. 2. Eliminate render-blocking JavaScript resources helping your website to load faster. 3. Lazy load images so that the images can be requested only if they come into the viewport. 4. GZIP files to reduce the size of the file sent from the server. == Free Features == * **Caching:** Storing copies of the web pages of the desktop version. Caching happens when a user visits a webpage on your website * **Preload:** Preload makes sure the user always sees the cached version of your website as it periodically creates cache. * **Combine CSS:** Combines CSS files present in the header of the page reducing HTTP requests. * **Minify CSS:** Reduces the size of the CSS files. * **Automatic Cache:** Creates cache of post when it gets deleted if preload is enabled. * **Combine JS:** Combines JS files present in the header of the page reducing HTTP requests. * **GZIP:** It applies GZIP compression on the files hence reducing the file size sent from the server. * **Browser Caching:** Caches the website on the browser of the client for repeating visitors. * **DNS-Prefetch:** DNS prefetch is a technique that improves website performance by resolving domain names in advance, before they are needed. * **Disable Emojis:** You can remove the emoji inline CSS and wp-emoji-release.min.js. * **Exclude:** You can exclude certain Pages, User-Agent, Cookies, CSS, or JS from being cached. * **CDN:** CDN helps improve website speed by placing the static files of your cached on their network of servers hence helping deliver content faster at any point in the world. * **Display Swap:** Adds display swap to Google font URL, so when Google font loads the font will stay visible this is enabled by default. * **Purge Varnish:** If enabled it will purge Varnish cache, whenever cache from SpeedyCache is purged. * **Gravatar Cache:** Host Gravatars on your server. * *Improve Font Rendering:** Adding CSS property of text-rendering to prioritize speed of render of Fonts. == GET SUPPORT AND PRO FEATURES == Get professional support and more features to make your website load faster with [SpeedyCache](https://speedycache.com/pricing) == Pro Features:- == * **Image Optimization:** Image optimization is a way to convert an image to next-gen image formats like webp which load images faster on the web. * **Instant Page:** It loads the page just before user clicks the link, reducing the page load time. * **Google Fonts:** Google fonts are also seen as render-blocking so this feature helps load Google fonts asynchronously. * **Local Google Fonts:** Cache the Google fonts to be compliant with the GDPR rules. * **Lazy Load:** Loading all assets at once can make the page load slower hence lazy load helps by only loading certain resources when they come into the viewport. * **Minify HTML:** It removes empty lines, line breaks, minifies inline Js And Css, removes comments and space in Tags * **Minify JS:** Reduces JS file size. * **Delay JS:** Delays the JS to load on user interaction to reduce or remove the issue of Unused JS. * **Advanced Combine JS:** Combines JS files placed in the footer section helping reduce HTTP calls. * **Render blocking JS:** Before rendering a page the browser parses the HTML to create a DOM tree and if an external script comes it has to stop and wait for the script to execute hence the rendering of the page ends up taking time, hence Render blocking JS feature helps in deferring the load of JS after the render has happened hence the first load get faster. * **Delete Cache Stats:** Provides statistics about the cached files of Desktop or Mobile version and combined/ minified version of CSS and JS. * **Mobile Cache:** Caches the mobile version of your website and shows that version on mobile devices. * **Database Cleanup:** Database cleanup helps you free up your database storage from temporary data, trashed contents, and post revisions which may take a lot of your database storage. * **PreConnect:** Preconnect improves website loading times by establishing early connections to third-party domains. * **Preload:** Preload improves website performance by downloading resources in advance, before they are needed. * **Critical CSS:** Extracts the CSS used by the page in the visible viewport at the time of load. * **Unused CSS:** Removes the unused CSS, keeping the CSS that is being used by the paged, which reduces the size of CSS used on the page. * **Object Cache:** It makes the object to persist by using Redis, to improve availability of the cache. * **Bloat Remover:** Options to remove unnecessary features of WordPress or WooCommerce. * **Image Dimension:** Adds dimensions to the image tag which does not have width or height, to reduce (CLS)Cumulative Layout Shift. * **Lazy Render HTML:** User can lazy render HTML elements which are not in view-port. * **Preload Critical Images:** Preload above-the-fold images to improve LCP(Largest Contentful paint). == Caching == SpeedyCache caches the website by creating static files on the server and delivers those static files to most of the users who visit the website, The static files eliminate the heavy load of Querying the database for data hence the load of your website is faster. You can preload as many pages as you want, and preloading caches the website in regular intervals of time to reduce the load on the server. Deleting Cache on New/updating Post. You can decide to delete the cache on the creation or updating of a post so that the cache can always stay updated. == Minifying/Combining CSS and JS == SpeedyCache helps minify the JS and CSS hence it reduces the file sizes. Combining JS combines the CSS and JS fines reducing the file count and making the server handle lesser requests. == Cache Lifespan == Cache Lifespan is a way to schedule the deletion of cache. == Exclude == Exclude is a way to prevent SpeedyCache from caching certain files/ user-agents/ cookies. == CDN (Content Delivery Network) == CDN helps you host your static content on a distributed network optimized to deliver internet content faster it's not a replacement to a web host. It caches your files on the network edge and delivers the content to the user through the closest and fastest server. SpeedyCache helps you integrate a CDN by rewriting the URLs of the static files you want to host on the CDN or in the Case of Cloudflare it helps with the purging of the cache on the Cloudflare servers. == [Pro] Image Optimization == Image optimization is a way to convert your images from old formats like JPG and PNG to the new next-gen formats like webp which is designed with the web as the target platform to load images faster. webp images result in smaller and richer images that make the web faster. We provide 3 ways to convert your images to webp. GD(a PHP extension), Imagick(a PHP extension), and cwebp(a webp conversion utility from Google). == [Pro] Bloat Remover == SpeedyCache has 12 bloat removal options which are listed below. 1. Disable Dashicons 2. Update Heartbeat 3. Limit Post Revisions 4. Disable XML-RPC 5. Disable Google Fonts 6. Disable jQuery Migrate 7. Disable RSS feeds 8. Disable Gutenberg 9. Disable OEmbeds 10. Disable Block Editor CSS 11. Disable Cart Fragments 12. Disable WooCommerce Assets == [Pro] Database Cleanup == Data cleanup cleans the database by removing the following data:- 1. Post Revisions 2. Trashed Content 3. Trashed and Spam comments 4. Trackbacks and pingbacks 5. All Transient options 6. Expired Transient Options == Frequently Asked Questions == = How to install SpeedyCache = Go To your WordPress install -> Plugins -> Add New Button -> In Search Box, Look For SpeedyCache -> Click on Install. = How will I know if my website got cached = You can either go to the Delete Cache Tab where you will find Stats about the Cache or you can just visit your website in incognito mode and Inspect the HTML and at the last, you will find a comment saying that page got cached with time. = How can I report security bugs? = You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/speedycache) == Screenshots == 1. SpeedyCache Settings page 2. SpeedyCache Delete Cache page 3. CDN integration page 4. SpeedyCache Exclude page == Changelog == = 1.3.5 (17 July 2025) = * [Feature] Import and export of SpeedyCache settings. * [Feature] You can now edit Speculation loading mode and eagerness. * [Improvement Pro] Preload Resources now has an option to set device and fetch priority. * [Improvement] Minor improvements to the user experience. * [Task Pro] Auto Optimization now runs with a reduced scheduling gap of 30 seconds, and a limit of 10 images per page has been introduced to reduce load. * [Bug-Fix Pro] An issue with reverting optimized images has been fixed. * [Bug-Fix Pro] The 'Remove Google Fonts' feature was not working as expected. This has now been fixed. * [Bug-Fix Pro] Previously, if the Redis server became unavailable, disabling Object Cache could lead to errors. This issue has been resolved. * [Bug-Fix Pro] Some icons in image optimization tag were not loading, this has been fixed. * [Bug-Fix] There was an issue deletion of term ancestors that has been fixed. * [Bug-Fix] Previously, when Minify CSS was enabled, relative CSS URLs starting with /wp-content would break. This issue has now been fixed. * [Bug-Fix] There was issue with Speculation rule was getting deferred, this has been fixed. * [Bug-Fix] WooCommerce wc-cart-checkout-vendors-frontend.js script was breaking when minified, that has been fixed. * [Bug-Fix] Exact exclude was not working this has been fixed. = 1.3.4 (7th May 2025) = * [Task] A PHP warning has been fixed. * [Bug-Fix] Some characters were loading as ? when the page was cached, this has been fixed. * [Bug-Fix] Cookie and Useragent excludes were not working properly that has been fixed. * [Bug-Fix] Icon not loading properly when using Minify CSS has been fixed. * [Bug-Fix Pro] Critical CSS and Unused CSS has been improved to reduce the load on server caused by the cron. * [Bug-Fix Pro] Specualtionrule script has been excluded from delay JS, it was breaking the JS for some sites. * [Bug-Fix Pro] Image optimize on upload was not working that has been fixed. * [Bug-Fix Pro] Deletion of optimized image when the attachment is deleted was not working and has been fixed. = 1.3.3 (11th April 2025) = * [Feature] Now you can allow other user roles to delete cache. * [Feature] Option to exclude page from cache if it has some shortcode. * [Bug-Fix Pro] Disable Gutenberg was not working, this has been fixed. * [Task] A few warnings have been fixed. * [Task] jQuery deprecations have been fixed. * [Task] Tested with WordPress 6.8 = 1.3.2 (2nd April 2025) = * [Bug-Fix] Gzipped Cache was not getting deleted on post status change, this has been fixed. * [Bug-Fix Pro] Self Hosted video was not getting lazy loaded but was making the video tag display as plain text, this has been fixed. = 1.3.1 (27th March 2025) = * [Improvement] Exclusion using Post ID now have links to the Page. * [Bug-Fix] If zlib.output_compression was on with SpeedyCache GZIP then the page was getting double encoded, this has been fixed. = 1.3.0 (19th March 2025) = * [Improvement] Added option for deletion of Fonts and Gravatars on Cache Lifetime given cache lifetime is over 10 hours. * [Improvement] We have improved the list of Selections for Delay JS. * [Improvement Pro] Now you can also delay inline JS. * [Improvement Pro] Added metabox to media to optimize single image. * [Improvement-Pro] Now there will be a random prefix in Redis object keys, to prevent conflicts between sites. * [Bug-Fix] GZIP encoding of cache file was not working was only serving GZIP through htaccess rules, this has been fixed. * [Bug-Fix] There was an issue with Pagelayer post inline css background images not getting Auto Optimized that has been fixed. = 1.2.9 (11th Feb 2025) = * [Improvement] Now users can exclude pages from getting cached using Page, Post IDs. = 1.2.8 (13th Jan 2025) = * [Bug-Fix] There was an issue with Logged in user cache, that has been fixed. * [Bug-Fix Pro] There was an issue with Defer JS, that has been fixed. * [Bug-Fix Pro] The Defer JS exclude was not saving this has been fixed. * [Improvement Pro] Some WEBP converters were setting the URL of the original images to .webp that has been taken care of. = 1.2.7 (21st Nov 2024) = * [Bug-Fix] Licensing fix = 1.2.6 (19th Nov 2024) = * [Task] Tested compatibility with WordPress 6.7. * [Improvement] Support for WeGlot translation plugin. = 1.2.5 (22th October 2024) = * [Task] SpeedyCache has been updated to support PHP 7.0 and later, expanding its compatibility from PHP 7.3. * [Bug-Fix] There was a bug related to jQuery which was making it unable to switch tabs which has been fixed. = 1.2.4 (15th October 2024) = * [Feature] Option to make cache lifespan run on a specific time. * [Improvement] Handling cache for URI of non-ASCII characters. * [Improvement] Deletion of related posts. * [Improvement] Support for WBW Currency Switcher. * [Improvement] Deletion of Cache on saving Menu. * [Improvement] Deletion of cache of all the ancestors of the posts who's cache is being deleted. * [Bug-Fix] There was an issue with expiring cache, which has been fixed. = 1.2.3 (20th September 2024) = * [Bug-Fix] There was issue with query string serving homepage's cache that has been fixed. * [Bug-Fix] For a user the SpeedyCache admin requests type were getting overridden, SpeedyCache has been made to handle that. * [Task] License handling improvements. = 1.2.2 (3rd September 2024) = * [Added] Deletion of Cache on comment status change. * [Added] Admin Bar option to delete cache. * [Added] Cache deletion on WooCommerce order completion. * [Improvement] AutoCache has been improved(is enabled by default if preload is enabled). * [Improvement] Cache Logs have been improved further. * [Bug-Fix] There was an issue with saving Delay JS excludes that has been fixed. * [Bug-Fix] There was an issue with excluding pages, that has been fixed. * [Bug-Fix] In cache lifetime Mobile cache was not getting deleted, that has been fixed. = 1.2.1 (27th August 2024) = * [Improvement] Cache purge on post status change has been improved. * [Bug-Fix] There was an issue with htaccess rule in case the admin username had a space. * [Bug-Fix] There was an issue in which user was unable to open SpeedyCache settings page, that has been fixed. * [Bug-Fix] There was an issue with serving Mobile specific cache that has been fixed. = 1.2.0 (23nd August 2024) = * [Improvement] The UI has been improved, by reducing some unnecessary options or making them default. * [Improvement] CSS Minification has been improved. * [Improvement] We now use Advanced cache, for better cache load performance. * [Improvement] Cache Preloads have been improved, with less options to configure. * This version has some breaking changes. = 1.1.9 (26th July 2024) = * [Security-Fix] A Security issue reported by Rafie Muhammad (Patchstack) has been fixed. = 1.1.8 (16th July 2024) = * [Task] Removed StackPath from CDN(as StackPath CDN was retired in September 2023) * [Task] Tested with WordPress 6.6 * [Bug-Fix] There was an issue with deletion of Preloading setting that has been fixed. * [Bug-Fix] There was an issue with enabling Precaching using URL which has been fixed. = 1.1.7 (31st May 2024) = * [Bug-Fix] There was an issue with Delay JS which has been fixed. * [Bug-Fix] Deletion of cache was creating warnings which has been fixed. = 1.1.6 (20th April 2024) = * [Task] Changed the license to GNU GPLv3. * [Bug-Fix] There was an issue with Minify HTML that has been fixed. * [Bug-Fix] There was an issue with render blocking JS which has been fixed. = 1.1.5 (25nd March 2024) = * [Bug-Fix] There was an issue with preload that has been fixed. * [Bug-Fix] There was a conflict with SuperPWA that has been fixed. * [Bug-Fix] PHP Warnings have been fixed. * [Task] Tested with WordPress 6.5. * [Pro Feature] Option to exclude JS files from getting deferred. = 1.1.4 (15th December 2023) = * [Security] There was a privilege check which has been fixed. (Reported by Lucio Sá) * [Bug-Fix] There were some warnings when deleting the cache which have been fixed. * [Improvement] While reverting all optimized images if the image count was 50+ then the images were queued one image per schedule. Which has been changed to a batch of 100 images per schedule. And the limit for schedule has been increased to 100 from 50. = 1.1.3 (30th November 2023) = * [Security] A subscriber could trigger a create cache request which has been fixed. * [Bug-Fix] There was an issue with Object Cache not able to save data in Redis that has been fixed. = 1.1.2 (16th November 2023) = * [Task] Tested on WordPress 6.4. * [Bug-Fix] In Lazy Load DOMSubTreeModified(which is a deprecated Browser API) has been changed to Mutation Observer. * [Bug-Fix] Dynamic Property warnings have been fixed for PHP 8.2. = 1.1.1 (19th October 2023) = * [Structural Change] SpeedyCache Pro will now require the free version to be installed for it to to work. * [Feature] Text Rendering: It tells the browser to prioritize rendering speed over legibility and geometric precision. * [Feature] DNS-Prefetch: It is a technique that tells the browser to resolve domain names in advance, which can speed up website loading. * [Pro-Feature] Preconnect: It is a technique that tells the browser to establish connections to external resources in advance, which can speed up website loading. * [Pro-Feature] Preload Resources: It is a technique that tells the browser to start downloading resources in advance. * [Pro-Feature] Unused CSS: Removes the unused CSS to reduce the size of CSS being loaded on the page. * [Task] We have created a new section in Settings tab "Preloading" it contains all the options related to preloading. Hence Instant Page, Preloading Critical Images, have been shifted to this section. * [Task] Added option to set number of images to skip from lazy loading from top of the page. * [Task] Instant page has been upgraded and improved. * [Bug-Fix] When Mobile Theme was enabled a .mobile file was being created as a cache which has been fixed. = 1.1.0 (8th August 2023) = * [Feature] Localize Gravatar: Caches Gravatar on your server. * [Pro-Feature] Preload Critical Images: Preloads above-the-fold images to improve LCP(Largest Contentful paint). * [Pro-Feature] Lazy Render HTML elements: It helps in reducing the rendering time of the HTML elements, which are not in the viewport. = 1.0.9 (28th July 2023) = * [Pro-Feature] Image Dimensions: Add Image dimensions to Local Images if height or width is not present for it. * [Bug-Fix] Precache was causing a fatal error for some users while uploading via media, which has been fixed now. * [Bug-Fix] Delay JS was breaking HTML for some users that has been fixed. = 1.0.8 = * [Tweak] Updated a nag, to notify user to test Page Speed. * [Bug-Fix] There was an issue with Combine CSS that has been fixed. = 1.0.7 = * [Feature] Added Test Mode, for a user to test the options before pushing it to the live site. * [Feature] Test Score, now user can get Pageinsight scores of their website on how it will score with the cache settings enabled. * [Feature][Pro] Bloat Remover, we have added more than 10 options to remove bloat and speed up your WordPress site. * [Bug-Fix] There was an issue with Minify JS it was breaking some sites, but that has been fixed. * [Bug-Fix] Instant Page was conflicting with JS of other files which has been fixed. = 1.0.6 = * [Bug-Fix] There was an issue while activating the Plugin for some users, default settings weren't getting saved properly. * [Bug-Fix] SpeedyCache was minifying already minified CSS/JS files, that has been fixed. * [Tweak] Added a reminder to enable SpeedyCache if it is activated. = 1.0.5 = * [Feature][PRO] Object Cache: Reduce the count of SQL queries you need to make by caching it in a persistent Cache like Redis. * [Bug-Fix] There was an issue in Preload settings in which the order of the preload was not getting updates as expected which has been fixed. = 1.0.4 = * [Bug-Fix] There was an undefined index issue with Plugins that have custom post types that have been fixed. * [Bug-Fix] WP_User_Query::query was called incorrectly PHP Notice has been fixed. * [Bug-Fix] There was a warning related to an index Brand Data. * [Bug-Fix] [Pro] The License status was not updating immediately after the license was submitted that has been fixed. * [Task] Tested with WordPress 6.2. = 1.0.3 = * [Bug-Fix] When saving a product in Woocommerce if the cache was enabled on SpeedyCache, the user was getting redirected to a JSON response page, which has been fixed. * [Bug-Fix] When saving a product there was a Security Check failed warning, that has been fixed. * [Bug-Fix] There was an issue with deleting SpeedyCache, it has been fixed. * [Bug-Fix] Disabling the Cache for the single page was not working, that has been fixed. = 1.0.2 = * [Feature] Purging Varnish cache when cache from SpeedyCache is purged. * [Feature][Pro] Display swap for Google fonts to keep fonts visible on a load of Google fonts. * [Feature][Pro] Critical CSS: Now SpeedyCache can extract critical CSS from your page to remove Render Blocking CSS to improve page speed. * [Tweak] The Cache folder structure has been updated, to follow common practice. * [Bug-Fix] Cloudflare prompt use to pop-up continuously if user website was being proxied through Cloudflare that has been fixed by converting that popup to an alert. * [Bug-Fix] PHP 8.2 warnings and deprecations have been fixed. * [Bug-Fix] There was an issue while clearing Cache if you have disabled cache in a meta box. * [Bug-Fix][Pro] There was an issue with LazyLoading Iframes that has been fixed. * [Bug-Fix][Pro] There was an issue with Delete Cache logs that has been fixed. * [Bug-Fix][Pro] There was an issue with linking License that has been fixed. = 1.0.1 = * [Bug-Fix] Cache folder was not being created at activation that has been fixed. * [Bug-Fix] There was a PHP Warning that has been fixed. = 1.0.0 = * First release home/aresglob/public_html/wp/wp-content/themes/twentytwentythree/readme.txt 0000644 00000006003 15104750346 0023444 0 ustar 00 === Twenty Twenty-Three === Contributors: wordpressdotorg Requires at least: 6.1 Tested up to: 6.8 Requires PHP: 5.6 Stable tag: 1.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself. == Changelog == = 1.6 = * Released: November 12, 2024 https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.6 = 1.5 = * Released: July 16, 2024 https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.5 = 1.4 = * Released: April 2, 2024 https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.4 = 1.3 = * Released: November 7, 2023 https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.3 = 1.2 = * Released: August 8, 2023 https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.2 = 1.1 = * Released: March 28, 2023 https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.1 = 1.0 = * Released: November 1, 2022 https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.0 == Copyright == Twenty Twenty-Three WordPress Theme, (C) 2022-2025 WordPress.org and contributors. Twenty Twenty-Three is distributed under the terms of the GNU GPL. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This theme bundles the following third-party resources: DM Sans Font Copyright 2014-2017 Indian Type Foundry (info@indiantypefoundry.com) Copyright 2019 Google LLC Copyright 2014-2018 Adobe (http://www.adobe.com/) License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Source: https://github.com/googlefonts/dm-fonts IBM Plex Font Copyright 2017 IBM Corp. License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Source: https://github.com/IBM/plex Inter Font Copyright (c) 2016-2020 The Inter Project Authors. License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Source: https://github.com/rsms/inter Source Serif Font Copyright 2014-2021 Adobe (http://www.adobe.com/) License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Source: https://github.com/adobe-fonts/source-serif home/aresglob/public_html/wp/wp-includes/ID3/readme.txt 0000644 00000063332 15105240251 0017033 0 ustar 00 ///////////////////////////////////////////////////////////////// /// getID3() by James Heinrich <info@getid3.org> // // available at http://getid3.sourceforge.net // // or https://www.getid3.org // // also https://github.com/JamesHeinrich/getID3 // ///////////////////////////////////////////////////////////////// ***************************************************************** ***************************************************************** getID3() is released under multiple licenses. You may choose from the following licenses, and use getID3 according to the terms of the license most suitable to your project. GNU GPL: https://gnu.org/licenses/gpl.html (v3) https://gnu.org/licenses/old-licenses/gpl-2.0.html (v2) https://gnu.org/licenses/old-licenses/gpl-1.0.html (v1) GNU LGPL: https://gnu.org/licenses/lgpl.html (v3) Mozilla MPL: https://www.mozilla.org/MPL/2.0/ (v2) getID3 Commercial License: https://www.getid3.org/#gCL (no longer available, existing licenses remain valid) ***************************************************************** ***************************************************************** Copies of each of the above licenses are included in the 'licenses' directory of the getID3 distribution. +----------------------------------------------+ | If you want to donate, there is a link on | | https://www.getid3.org for PayPal donations. | +----------------------------------------------+ Quick Start =========================================================================== Q: How can I check that getID3() works on my server/files? A: Unzip getID3() to a directory, then access /demos/demo.browse.php Support =========================================================================== Q: I have a question, or I found a bug. What do I do? A: The preferred method of support requests and/or bug reports is the forum at http://support.getid3.org/ Sourceforge Notification =========================================================================== It's highly recommended that you sign up for notification from Sourceforge for when new versions are released. Please visit: http://sourceforge.net/project/showfiles.php?group_id=55859 and click the little "monitor package" icon/link. If you're previously signed up for the mailing list, be aware that it has been discontinued, only the automated Sourceforge notification will be used from now on. What does getID3() do? =========================================================================== Reads & parses (to varying degrees): ¤ tags: * APE (v1 and v2) * ID3v1 (& ID3v1.1) * ID3v2 (v2.4, v2.3, v2.2) * Lyrics3 (v1 & v2) ¤ audio-lossy: * MP3/MP2/MP1 * MPC / Musepack * Ogg (Vorbis, OggFLAC, Speex, Opus) * AAC / MP4 * AC3 * DTS * RealAudio * Speex * DSS * VQF ¤ audio-lossless: * AIFF * AU * Bonk * CD-audio (*.cda) * FLAC * LA (Lossless Audio) * LiteWave * LPAC * MIDI * Monkey's Audio * OptimFROG * RKAU * Shorten * TTA * VOC * WAV (RIFF) * WavPack ¤ audio-video: * ASF: ASF, Windows Media Audio (WMA), Windows Media Video (WMV) * AVI (RIFF) * Flash * Matroska (MKV) * MPEG-1 / MPEG-2 * NSV (Nullsoft Streaming Video) * Quicktime (including MP4) * RealVideo ¤ still image: * BMP * GIF * JPEG * PNG * TIFF * SWF (Flash) * PhotoCD ¤ data: * ISO-9660 CD-ROM image (directory structure) * SZIP (limited support) * ZIP (directory structure) * TAR * CUE Writes: * ID3v1 (& ID3v1.1) * ID3v2 (v2.3 & v2.4) * VorbisComment on OggVorbis * VorbisComment on FLAC (not OggFLAC) * APE v2 * Lyrics3 (delete only) Requirements =========================================================================== * PHP 4.2.0 up to 5.2.x for getID3() 1.7.x (and earlier) * PHP 5.0.5 (or higher) for getID3() 1.8.x (and up) * PHP 5.3.0 (or higher) for getID3() 1.9.17 (and up) * PHP 5.3.0 (or higher) for getID3() 2.0.x (and up) * at least 4MB memory for PHP. 8MB or more is highly recommended. 12MB is required with all modules loaded. Usage =========================================================================== See /demos/demo.basic.php for a very basic use of getID3() with no fancy output, just scanning one file. See structure.txt for the returned data structure. *> For an example of a complete directory-browsing, <* *> file-scanning implementation of getID3(), please run <* *> /demos/demo.browse.php <* See /demos/demo.mysql.php for a sample recursive scanning code that scans every file in a given directory, and all sub-directories, stores the results in a database and allows various analysis / maintenance operations To analyze remote files over HTTP or FTP you need to copy the file locally first before running getID3(). Your code would look something like this: // Copy remote file locally to scan with getID3() $remotefilename = 'http://www.example.com/filename.mp3'; if ($fp_remote = fopen($remotefilename, 'rb')) { $localtempfilename = tempnam('/tmp', 'getID3'); if ($fp_local = fopen($localtempfilename, 'wb')) { while ($buffer = fread($fp_remote, 32768)) { fwrite($fp_local, $buffer); } fclose($fp_local); $remote_headers = array_change_key_case(get_headers($remotefilename, 1), CASE_LOWER); $remote_filesize = (isset($remote_headers['content-length']) ? (is_array($remote_headers['content-length']) ? $remote_headers['content-length'][count($remote_headers['content-length']) - 1] : $remote_headers['content-length']) : null); // Initialize getID3 engine $getID3 = new getID3; $ThisFileInfo = $getID3->analyze($localtempfilename, $remote_filesize, basename($remotefilename)); // Delete temporary file unlink($localtempfilename); } fclose($fp_remote); } Note: since v1.9.9-20150212 it is possible a second and third parameter to $getID3->analyze(), for original filesize and original filename respectively. This permits you to download only a portion of a large remote file but get accurate playtime estimates, assuming the format only requires the beginning of the file for correct format analysis. See /demos/demo.write.php for how to write tags. What does the returned data structure look like? =========================================================================== See structure.txt It is recommended that you look at the output of /demos/demo.browse.php scanning the file(s) you're interested in to confirm what data is actually returned for any particular filetype in general, and your files in particular, as the actual data returned may vary considerably depending on what information is available in the file itself. Notes =========================================================================== getID3() 1.x: If the format parser encounters a critical problem, it will return something in $fileinfo['error'], describing the encountered error. If a less critical error or notice is generated it will appear in $fileinfo['warning']. Both keys may contain more than one warning or error. If something is returned in ['error'] then the file was not correctly parsed and returned data may or may not be correct and/or complete. If something is returned in ['warning'] (and not ['error']) then the data that is returned is OK - usually getID3() is reporting errors in the file that have been worked around due to known bugs in other programs. Some warnings may indicate that the data that is returned is OK but that some data could not be extracted due to errors in the file. getID3() 2.x: See above except errors are thrown (so you will only get one error). Disclaimer =========================================================================== getID3() has been tested on many systems, on many types of files, under many operating systems, and is generally believe to be stable and safe. That being said, there is still the chance there is an undiscovered and/or unfixed bug that may potentially corrupt your file, especially within the writing functions. By using getID3() you agree that it's not my fault if any of your files are corrupted. In fact, I'm not liable for anything :) License =========================================================================== GNU General Public License - see license.txt This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to: Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA 02111-1307, USA. FAQ: Q: Can I use getID3() in my program? Do I need a commercial license? A: You're generally free to use getID3 however you see fit. The only case in which you would require a commercial license is if you're selling your closed-source program that integrates getID3. If you sell your program including a copy of getID3, that's fine as long as you include a copy of the sourcecode when you sell it. Or you can distribute your code without getID3 and say "download it from getid3.sourceforge.net" Why is it called "getID3()" if it does so much more than just that? =========================================================================== v0.1 did in fact just do that. I don't have a copy of code that old, but I could essentially write it today with a one-line function: function getID3($filename) { return unpack('a3TAG/a30title/a30artist/a30album/a4year/a28comment/c1track/c1genreid', substr(file_get_contents($filename), -128)); } Future Plans =========================================================================== https://www.getid3.org/phpBB3/viewforum.php?f=7 * Better support for MP4 container format * Scan for appended ID3v2 tag at end of file per ID3v2.4 specs (Section 5.0) * Support for JPEG-2000 (http://www.morgan-multimedia.com/jpeg2000_overview.htm) * Support for MOD (mod/stm/s3m/it/xm/mtm/ult/669) * Support for ACE (thanks Vince) * Support for Ogg other than Vorbis, Speex and OggFlac (ie. Ogg+Xvid) * Ability to create Xing/LAME VBR header for VBR MP3s that are missing VBR header * Ability to "clean" ID3v2 padding (replace invalid padding with valid padding) * Warn if MP3s change version mid-stream (in full-scan mode) * check for corrupt/broken mid-file MP3 streams in histogram scan * Support for lossless-compression formats (http://www.firstpr.com.au/audiocomp/lossless/#Links) (http://compression.ca/act-sound.html) (http://web.inter.nl.net/users/hvdh/lossless/lossless.htm) * Support for RIFF-INFO chunks * http://lotto.st-andrews.ac.uk/~njh/tag_interchange.html (thanks Nick Humfrey <njhØsurgeradio*co*uk>) * http://abcavi.narod.ru/sof/abcavi/infotags.htm (thanks Kibi) * Better support for Bink video * http://www.hr/josip/DSP/AudioFile2.html * http://www.pcisys.net/~melanson/codecs/ * Detect mp3PRO * Support for PSD * Support for JPC * Support for JP2 * Support for JPX * Support for JB2 * Support for IFF * Support for ICO * Support for ANI * Support for EXE (comments, author, etc) (thanks p*quaedackersØplanet*nl) * Support for DVD-IFO (region, subtitles, aspect ratio, etc) (thanks p*quaedackersØplanet*nl) * More complete support for SWF - parsing encapsulated MP3 and/or JPEG content (thanks n8n8Øyahoo*com) * Support for a2b * Optional scan-through-frames for AVI verification (thanks rockcohenØmassive-interactive*nl) * Support for TTF (thanks infoØbutterflyx*com) * Support for DSS (https://www.getid3.org/phpBB3/viewtopic.php?t=171) * Support for SMAF (http://smaf-yamaha.com/what/demo.html) https://www.getid3.org/phpBB3/viewtopic.php?t=182 * Support for AMR (https://www.getid3.org/phpBB3/viewtopic.php?t=195) * Support for 3gpp (https://www.getid3.org/phpBB3/viewtopic.php?t=195) * Support for ID4 (http://www.wackysoft.cjb.net grizlyY2KØhotmail*com) * Parse XML data returned in Ogg comments * Parse XML data from Quicktime SMIL metafiles (klausrathØmac*com) * ID3v2 genre string creator function * More complete parsing of JPG * Support for all old-style ASF packets * ASF/WMA/WMV tag writing * Parse declared T??? ID3v2 text information frames, where appropriate (thanks Christian Fritz for the idea) * Recognize encoder: http://www.guerillasoft.com/EncSpot2/index.html http://ff123.net/identify.html http://www.hydrogenaudio.org/?act=ST&f=16&t=9414 http://www.hydrogenaudio.org/?showtopic=11785 * Support for other OS/2 bitmap structures: Bitmap Array('BA'), Color Icon('CI'), Color Pointer('CP'), Icon('IC'), Pointer ('PT') http://netghost.narod.ru/gff/graphics/summary/os2bmp.htm * Support for WavPack RAW mode * ASF/WMA/WMV data packet parsing * ID3v2FrameFlagsLookupTagAlter() * ID3v2FrameFlagsLookupFileAlter() * obey ID3v2 tag alter/preserve/discard rules * http://www.geocities.com/SiliconValley/Sector/9654/Softdoc/Illyrium/Aolyr.htm * proper checking for LINK/LNK frame validity in ID3v2 writing * proper checking for ASPI-TLEN frame validity in ID3v2 writing * proper checking for COMR frame validity in ID3v2 writing * http://www.geocities.co.jp/SiliconValley-Oakland/3664/index.html * decode GEOB ID3v2 structure as encoded by RealJukebox, decode NCON ID3v2 structure as encoded by MusicMatch (probably won't happen - the formats are proprietary) Known Bugs/Issues in getID3() that may be fixed eventually =========================================================================== https://www.getid3.org/phpBB3/viewtopic.php?t=25 * Cannot determine bitrate for MPEG video with VBR video data (need documentation) * Interlace/progressive cannot be determined for MPEG video (need documentation) * MIDI playtime is sometimes inaccurate * AAC-RAW mode files cannot be identified * WavPack-RAW mode files cannot be identified * mp4 files report lots of "Unknown QuickTime atom type" (need documentation) * Encrypted ASF/WMA/WMV files warn about "unhandled GUID ASF_Content_Encryption_Object" * Bitrate split between audio and video cannot be calculated for NSV, only the total bitrate. (need documentation) * All Ogg formats (Vorbis, OggFLAC, Speex) are affected by the problem of large VorbisComments spanning multiple Ogg pages, but but only OggVorbis files can be processed with vorbiscomment. * The version of "head" supplied with Mac OS 10.2.8 (maybe other versions too) does only understands a single option (-n) and therefore fails. getID3 ignores this and returns wrong md5_data. Known Bugs/Issues in getID3() that cannot be fixed -------------------------------------------------- https://www.getid3.org/phpBB3/viewtopic.php?t=25 * 32-bit PHP installations only: Files larger than 2GB cannot always be parsed fully by getID3() due to limitations in the 32-bit PHP filesystem functions. NOTE: Since v1.7.8b3 there is partial support for larger-than- 2GB files, most of which will parse OK, as long as no critical data is located beyond the 2GB offset. Known will-work: * all file formats on 64-bit PHP * ZIP (format doesn't support files >2GB) * FLAC (current encoders don't support files >2GB) Known will-not-work: * ID3v1 tags (always located at end-of-file) * Lyrics3 tags (always located at end-of-file) * APE tags (always located at end-of-file) Maybe-will-work: * Quicktime (will work if needed metadata is before 2GB offset, that is if the file has been hinted/optimized for streaming) * RIFF.WAV (should work fine, but gives warnings about not being able to parse all chunks) * RIFF.AVI (playtime will probably be wrong, is only based on "movi" chunk that fits in the first 2GB, should issue error to show that playtime is incorrect. Other data should be mostly correct, assuming that data is constant throughout the file) * PHP <= v5 on Windows cannot read UTF-8 filenames Known Bugs/Issues in other programs ----------------------------------- https://www.getid3.org/phpBB3/viewtopic.php?t=25 * MusicBrainz Picard (at least up to v1.3.2) writes multiple ID3v2.3 genres in non-standard forward-slash separated text rather than parenthesis-numeric+refinement style per the ID3v2.3 specs. Tags written in ID3v2.4 mode are written correctly. (detected and worked around by getID3()) * PZ TagEditor v4.53.408 has been known to insert ID3v2.3 frames into an existing ID3v2.2 tag which, of course, breaks things * Windows Media Player (up to v11) and iTunes (up to v10+) do not correctly handle ID3v2.3 tags with UTF-16BE+BOM encoding (they assume the data is UTF-16LE+BOM and either crash (WMP) or output Asian character set (iTunes) * Winamp (up to v2.80 at least) does not support ID3v2.4 tags, only ID3v2.3 see: http://forums.winamp.com/showthread.php?postid=387524 * Some versions of Helium2 (www.helium2.com) do not write ID3v2.4-compliant Frame Sizes, even though the tag is marked as ID3v2.4) (detected by getID3()) * MP3ext V3.3.17 places a non-compliant padding string at the end of the ID3v2 header. This is supposedly fixed in v3.4b21 but only if you manually add a registry key. This fix is not yet confirmed. (detected by getID3()) * CDex v1.40 (fixed by v1.50b7) writes non-compliant Ogg comment strings, supposed to be in the format "NAME=value" but actually written just "value" (detected by getID3()) * Oggenc 0.9-rc3 flags the encoded file as ABR whether it's actually ABR or VBR. * iTunes (versions "v7.0.0.70" is known-guilty, probably other versions are too) writes ID3v2.3 comment tags using an ID3v2.2 frame name (3-bytes) null-padded to 4 bytes which is not valid for ID3v2.3+ (detected by getID3() since 1.9.12-201603221746) * iTunes (versions "X v2.0.3", "v3.0.1" are known-guilty, probably other versions are too) writes ID3v2.3 comment tags using a frame name 'COM ' which is not valid for ID3v2.3+ (it's an ID3v2.2-style frame name) (detected by getID3()) * MP2enc does not encode mono CBR MP2 files properly (half speed sound and double playtime) * MP2enc does not encode mono VBR MP2 files properly (actually encoded as stereo) * tooLAME does not encode mono VBR MP2 files properly (actually encoded as stereo) * AACenc encodes files in VBR mode (actually ABR) even if CBR is specified * AAC/ADIF - bitrate_mode = cbr for vbr files * LAME 3.90-3.92 prepends one frame of null data (space for the LAME/VBR header, but it never gets written) when encoding in CBR mode with the DLL * Ahead Nero encodes TwinVQF with a DSIZ value (which is supposed to be the filesize in bytes) of "0" for TwinVQF v1.0 and "1" for TwinVQF v2.0 (detected by getID3()) * Ahead Nero encodes TwinVQF files 1 second shorter than they should be * AAC-ADTS files are always actually encoded VBR, even if CBR mode is specified (the CBR-mode switches on the encoder enable ABR mode, not CBR as such, but it's not possible to tell the difference between such ABR files and true VBR) * STREAMINFO.audio_signature in OggFLAC is always null. "The reason it's like that is because there is no seeking support in libOggFLAC yet, so it has no way to go back and write the computed sum after encoding. Seeking support in Ogg FLAC is the #1 item for the next release." - Josh Coalson (FLAC developer) NOTE: getID3() will calculate md5_data in a method similar to other file formats, but that value cannot be compared to the md5_data value from FLAC data in a FLAC file format. * STREAMINFO.audio_signature is not calculated in FLAC v0.3.0 & v0.4.0 - getID3() will calculate md5_data in a method similar to other file formats, but that value cannot be compared to the md5_data value from FLAC v0.5.0+ * RioPort (various versions including 2.0 and 3.11) tags ID3v2 with a WCOM frame that has no data portion * Earlier versions of Coolplayer adds illegal ID3 tags to Ogg Vorbis files, thus making them corrupt. * Meracl ID3 Tag Writer v1.3.4 (and older) incorrectly truncates the last byte of data from an MP3 file when appending a new ID3v1 tag. (detected by getID3()) * Lossless-Audio files encoded with and without the -noseek switch do actually differ internally and therefore cannot match md5_data * iTunes has been known to append a new ID3v1 tag on the end of an existing ID3v1 tag when ID3v2 tag is also present (detected by getID3()) * MediaMonkey may write a blank RGAD ID3v2 frame but put actual replay gain adjustments in a series of user-defined TXXX frames (detected and handled by getID3() since v1.9.2) Reference material: =========================================================================== [www.id3.org material now mirrored at http://id3lib.sourceforge.net/id3/] * http://www.id3.org/id3v2.4.0-structure.txt * http://www.id3.org/id3v2.4.0-frames.txt * http://www.id3.org/id3v2.4.0-changes.txt * http://www.id3.org/id3v2.3.0.txt * http://www.id3.org/id3v2-00.txt * http://www.id3.org/mp3frame.html * http://minnie.tuhs.org/pipermail/mp3encoder/2001-January/001800.html <mathewhendry@hotmail.com> * http://www.dv.co.yu/mpgscript/mpeghdr.htm * http://www.mp3-tech.org/programmer/frame_header.html * http://users.belgacom.net/gc247244/extra/tag.html * http://gabriel.mp3-tech.org/mp3infotag.html * http://www.id3.org/iso4217.html * http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-1.TXT * http://www.xiph.org/ogg/vorbis/doc/framing.html * http://www.xiph.org/ogg/vorbis/doc/v-comment.html * http://leknor.com/code/php/class.ogg.php.txt * http://www.id3.org/iso639-2.html * http://www.id3.org/lyrics3.html * http://www.id3.org/lyrics3200.html * http://www.psc.edu/general/software/packages/ieee/ieee.html * http://www.scri.fsu.edu/~jac/MAD3401/Backgrnd/ieee-expl.html * http://www.scri.fsu.edu/~jac/MAD3401/Backgrnd/binary.html * http://www.jmcgowan.com/avi.html * http://www.wotsit.org/ * http://www.herdsoft.com/ti/davincie/davp3xo2.htm * http://www.mathdogs.com/vorbis-illuminated/bitstream-appendix.html * "Standard MIDI File Format" by Dustin Caldwell (from www.wotsit.org) * http://midistudio.com/Help/GMSpecs_Patches.htm * http://www.xiph.org/archives/vorbis/200109/0459.html * http://www.replaygain.org/ * http://www.lossless-audio.com/ * http://download.microsoft.com/download/winmediatech40/Doc/1.0/WIN98MeXP/EN-US/ASF_Specification_v.1.0.exe * http://mediaxw.sourceforge.net/files/doc/Active%20Streaming%20Format%20(ASF)%201.0%20Specification.pdf * http://www.uni-jena.de/~pfk/mpp/sv8/ (archived at http://www.hydrogenaudio.org/musepack/klemm/www.personal.uni-jena.de/~pfk/mpp/sv8/) * http://jfaul.de/atl/ * http://www.uni-jena.de/~pfk/mpp/ (archived at http://www.hydrogenaudio.org/musepack/klemm/www.personal.uni-jena.de/~pfk/mpp/) * http://www.libpng.org/pub/png/spec/png-1.2-pdg.html * http://www.real.com/devzone/library/creating/rmsdk/doc/rmff.htm * http://www.fastgraph.com/help/bmp_os2_header_format.html * http://netghost.narod.ru/gff/graphics/summary/os2bmp.htm * http://flac.sourceforge.net/format.html * http://www.research.att.com/projects/mpegaudio/mpeg2.html * http://www.audiocoding.com/wiki/index.php?page=AAC * http://libmpeg.org/mpeg4/doc/w2203tfs.pdf * http://www.geocities.com/xhelmboyx/quicktime/formats/qtm-layout.txt * http://developer.apple.com/techpubs/quicktime/qtdevdocs/RM/frameset.htm * http://www.nullsoft.com/nsv/ * http://www.wotsit.org/download.asp?f=iso9660 * http://sandbox.mc.edu/~bennet/cs110/tc/tctod.html * http://www.cdroller.com/htm/readdata.html * http://www.speex.org/manual/node10.html * http://www.harmony-central.com/Computer/Programming/aiff-file-format.doc * http://www.faqs.org/rfcs/rfc2361.html * http://ghido.shelter.ro/ * http://www.ebu.ch/tech_t3285.pdf * http://www.sr.se/utveckling/tu/bwf * http://ftp.aessc.org/pub/aes46-2002.pdf * http://cartchunk.org:8080/ * http://www.broadcastpapers.com/radio/cartchunk01.htm * http://www.hr/josip/DSP/AudioFile2.html * http://home.attbi.com/~chris.bagwell/AudioFormats-11.html * http://www.pure-mac.com/extkey.html * http://cesnet.dl.sourceforge.net/sourceforge/bonkenc/bonk-binary-format-0.9.txt * http://www.headbands.com/gspot/ * http://www.openswf.org/spec/SWFfileformat.html * http://j-faul.virtualave.net/ * http://www.btinternet.com/~AnthonyJ/Atari/programming/avr_format.html * http://cui.unige.ch/OSG/info/AudioFormats/ap11.html * http://sswf.sourceforge.net/SWFalexref.html * http://www.geocities.com/xhelmboyx/quicktime/formats/qti-layout.txt * http://www-lehre.informatik.uni-osnabrueck.de/~fbstark/diplom/docs/swf/Flash_Uncovered.htm * http://developer.apple.com/quicktime/icefloe/dispatch012.html * http://www.csdn.net/Dev/Format/graphics/PCD.htm * http://tta.iszf.irk.ru/ * http://www.atsc.org/standards/a_52a.pdf * http://www.alanwood.net/unicode/ * http://www.freelists.org/archives/matroska-devel/07-2003/msg00010.html * http://www.its.msstate.edu/net/real/reports/config/tags.stats * http://homepages.slingshot.co.nz/~helmboy/quicktime/formats/qtm-layout.txt * http://brennan.young.net/Comp/LiveStage/things.html * http://www.multiweb.cz/twoinches/MP3inside.htm * http://www.geocities.co.jp/SiliconValley-Oakland/3664/alittle.html#GenreExtended * http://www.mactech.com/articles/mactech/Vol.06/06.01/SANENormalized/ * http://www.unicode.org/unicode/faq/utf_bom.html * http://tta.corecodec.org/?menu=format * http://www.scvi.net/nsvformat.htm * http://pda.etsi.org/pda/queryform.asp * http://cpansearch.perl.org/src/RGIBSON/Audio-DSS-0.02/lib/Audio/DSS.pm * http://trac.musepack.net/trac/wiki/SV8Specification * http://wyday.com/cuesharp/specification.php * http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Nikon.html * http://www.codeproject.com/Articles/8295/MPEG-Audio-Frame-Header * http://dsd-guide.com/sites/default/files/white-papers/DSFFileFormatSpec_E.pdf * https://fileformats.fandom.com/wiki/Torrent_file home/aresglob/public_html/wp/wp-content/themes/twentytwentyfive/readme.txt 0000644 00000021356 15105327421 0023271 0 ustar 00 === Twenty Twenty-Five === Contributors: wordpressdotorg Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 7.2 Stable tag: 1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide. == Changelog == = 1.3 = * Released: July 15, 2025 https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.3 = 1.2 = * Released: April 15, 2025 https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.2 = 1.1 = * Released: February 11, 2025 https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.1 = 1.0 = * Released: November 13, 2024 https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.0 == Copyright == Twenty Twenty-Five WordPress Theme, (C) 2024-2025 WordPress.org and contributors. Twenty Twenty-Five is distributed under the terms of the GNU GPL. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This theme incorporates code from: Twenty Twenty-Four WordPress Theme, (C) 2023 WordPress.org License: GPLv2 or later. License URI: http://www.gnu.org/licenses/gpl-2.0.html This theme bundles the following third-party resources: === Fonts === .ttf files downloaded from fonts.google.com have been converted to .woff2 using https://github.com/google/woff2 Fira Code Font Copyright (c) 2014, The Fira Code Project Authors License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: https://github.com/tonsky/FiraCode Source: https://fonts.google.com/specimen/Fira+Code Manrope Font Copyright (c) 2018 The Manrope Project Authors License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: https://github.com/sharanda/manrope Source: https://fonts.google.com/specimen/Manrope Vollkorn Font Copyright (c) 2005–2018, Friedrich Althausen License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: https://github.com/FAlthausen/Vollkorn-Typeface Source: https://fonts.google.com/specimen/Vollkorn Fira Sans Font Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A. License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: https://github.com/mozilla/Fira Source: https://fonts.google.com/specimen/Fira+Sans Platypi Font License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: https://github.com/d-sargent/platypi Source: https://fonts.google.com/specimen/Platypi Ysabeau Office Font License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: https://github.com/CatharsisFonts/Ysabeau Source: https://fonts.google.com/specimen/Ysabeau+Office Literata Font License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: https://github.com/googlefonts/literata Source: https://fonts.google.com/specimen/Literata Roboto Slab Font License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: hhttps://github.com/googlefonts/robotoslab Source: https://fonts.google.com/specimen/Roboto+Slab Beiruti Font License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 Reference: https://github.com/googlefonts/beiruti Source: https://fonts.google.com/specimen/Beiruti === Images === Northern Buttercups. Free public domain CC0 image. northern-buttercups-flowers.webp https://www.rawpixel.com/image/8802603 License: CC0 https://creativecommons.org/publicdomain/zero/1.0/ Small totara tree on ridge above Long Point, Porirua Harbour, by Leslie Adkin. Free public domain CC0 image. 404-image.webp https://www.rawpixel.com/image/13029755 Old gray paris map. Free public domain CC0 image. location.webp https://www.rawpixel.com/image/6033837 Delphinium (Larkspur). Free public domain CC0 image. delphinium-flowers.webp https://www.rawpixel.com/image/2224378 Campanula Alliariifolia (Cornish Bellflower). Free public domain CC0 image. campanula-alliariifolia-flower.webp https://www.rawpixel.com/image/2222755 Centaurea Ruthenica(Star Thristle). Free public domain CC0 image. star-thristle-flower.webp https://www.rawpixel.com/image/2211732 Botany flowers. Free public domain CC0 image. botany-flowers.webp botany-flowers-closeup.webp https://www.rawpixel.com/image/8812207 Person typing on a typewriter. Free public domain CC0 image. typewriter.webp https://www.rawpixel.com/image/12240004/photo-image-face-person-technology Woman wearing a traditional nurse's cap, photographed from behind. nurse.webp Free public domain CC0 image. https://www.rawpixel.com/image/8782633/photo-image-person-white Woman splashing water, at Lake George. woman-splashing-water.webp Free public domain CC0 image. https://www.rawpixel.com/image/9758986/photo-image-people-art-vintage Man in hat, standing in front of a building. man-in-hat.webp Free public domain CC0 image. https://www.slam.org/collection/objects/62642/ African Woman by Pascal Sébah and Jean Pascal Sébah Free public domain CC0 image. agenda-img-4.webp https://www.rawpixel.com/image/14263497 Two Girls, Mill Workers by Lewis W Hine. Free public domain CC0 image. link-in-bio-background.webp https://www.rawpixel.com/image/14265869 Cliff Palace, Mesa Verde National Park, Colorado (vertical orientation) Free public domain CC0 image. poster-image-background.webp ruins-image.webp https://www.rawpixel.com/image/8802835 Flower meadow in Llano, Texas. Free public domain CC0 image. coming-soon-bg-image.webp flower-meadow-square.webp services-subscriber-photo.webp https://www.rawpixel.com/image/8800058 Hibiscus flower. Free public domain CC0 image. grid-flower-1.webp red-hibiscus-closeup.webp https://www.rawpixel.com/image/8799471 Phacelia tanacetifolia (Lacy Phacelia) enlarged 4 times from Urformen der Kunst (1928) by Karl Blossfeldt. Free public domain CC0 image. grid-flower-2.webp https://www.rawpixel.com/image/2222743 At Hawaiian Greenhouse, Inc, near Pahoa, anthuriums grow under a sun screen. Free public domain CC0 image. category-anthuriums.webp https://www.rawpixel.com/image/8799473 Sunflower Free public domain CC0 image. category-sunflowers.webp https://www.rawpixel.com/image/8799614 Detail of cactus "Saguaros, Saguro National Monument," Arizona. Photographer: Adams, Ansel, 1902-1984 Free public domain CC0 image. category-cactus.webp https://www.rawpixel.com/image/8799351 Vash Gon - Jicarilla by Edward S Curtis. Free public domain CC0 image. vash-gon-square.webp https://www.rawpixel.com/image/14262822 One of the 40 Or More Species of Coral at John Pennekamp Coral Reef State Park, a Few Miles Off Key Largo. Free public domain CC0 image. coral-square.webp https://www.rawpixel.com/image/8799931 Parthenon op de Akropolis in Athene (westzijde) (c. 1880 - c. 1890) by Rhomaides Frères. Free public domain CC0 image. parthenon-square.webp https://www.rawpixel.com/image/13759051 Near East Dallas Creek, 05/1972. Photographer: Norton, Boyd. Free public domain CC0 image. dallas-creek-square.webp https://www.rawpixel.com/image/8802688 Marshland birds at the Lake Havasu National Wildlife Refuge. Free public domain CC0 image. marshland-birds-square.webp https://www.rawpixel.com/image/8799403 Photograph - New York [Portrait - Washington Square] by Paul Strand. Free public domain CC0 image. hero-podcast.webp https://www.rawpixel.com/image/14264288 Evening Breeze by Asahachi Kono. Free public domain CC0 image. link-in-bio-image https://www.rawpixel.com/image/14262995 Bust by Mathew brady. Free public domain CC0 image. book-image-landing.webp book-image.webp https://www.rawpixel.com/image/8799536 Book template by Beatriz Fialho, public domain. Flora of Akaka Falls State Park. Free public domain CC0 image. akaka-falls-state-park-flora.webp https://www.rawpixel.com/image/8802845 Closeup of plantlife in the Malibu Canyon area of the Santa Monica Mountains. Free public domain CC0 image. malibu-plantlife.webp https://www.rawpixel.com/image/8799918 home/aresglob/public_html/wp/wp-content/themes/popularfx/readme.txt 0000644 00000021677 15105566121 0021642 0 ustar 00 === PopularFX === Contributors: pagelayer License: LGPL-2.1-or-later License URI: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, microformats, post-formats, theme-options, blog, rtl-language-support Requires at least: 4.5 Tested up to: 6.7 Requires PHP: 5.5 Stable tag: 1.2.6 A starter theme called PopularFX. == Description == PopularFX is a lightweight theme to make beautiful websites with Pagelayer. PopularFX can be used for a blogging site, WooCommerce Store, Business website, personal portfolio, etc. It is also specially tailored for Pagelayer so that you can use the drag and drop features to easily build your website ! It is a simple and fast base theme. We hope you enjoy building your site with PopularFX. Features : # Lightweight # WooCommerce Ready # Responsive # RTL # Translation Ready # Supports Pagelayer # Simple Design == Installation == = From within WordPress = 1. Visit "Appearance > Themes > Add New" 2. Search for "PopularFX" 3. Install and activate == Frequently Asked Questions == = Does this theme support any plugins? = PopularFX includes support for Pagelayer, WooCommerce and for Infinite Scroll in Jetpack. == Changelog == = 1.2.6 - Nov 09 2024 = * [Task] Tested compatibility with WordPress 6.7. * [Security-fix] Some strings were not translated. This is fixed. = 1.2.5 - Feb 02 2024 = * [Security-fix] There was a privilege check failure which has been fixed. = 1.2.2 - Dec 17 2021 = * Customizer Max width bug fixed * PHP 8 Compatibility * WooCommerce Products Archive fix to set 1 column = 1.2.1 - Oct 01 2021 = * Added Scroll to Top Feature * WooCommerce design improvement and compatibily has been improved * Google Fonts list has been updated * Pagelayer compatibily has been improved * Child themes are now fully supported * WooCommerce sidebar option added * Added support for Alpha color in our customizer settings = 1.2.0 - Jan 22 2021 = * WooCommerce compatibily improved ! = 1.1.9 - Jan 4 2021 = * Customizer changes to fix the CSS code that was visible = 1.1.8 - Nov 11 2020 = * Added a check so that only 1 notice is shown at any point in time = 1.1.7 - Nov 4 2020 = * Added getting started video link = 1.1.6 - Nov 2 2020 = * Updated some URLs which were no escaped with esc_url = 1.1.5 - Oct 27 2020 = * If the templates and pages were more than 10, the header or footer edit links were not shown in the Customizer = 1.1.4 - Oct 14 2020 = * Major bug fix for pfx-template style.css getting deleted on theme update. = 1.1.3 - Oct 13 2020 = * Blog template responsive improvement = 1.1.2 - Oct 11 2020 = * Updated templates.png = 1.1.1 - Oct 9 2020 = * Buttons changed to core UI buttons = 1.1.0 - Oct 7 2020 = * Changed screenshots and made other changes as required by the WordPress Theme Team = 1.0.9 - Sept 26 2020 = * Added option to see Pagelayer templates in Customizer * Removed unnecessary codes = 1.0.8 - Sept 21 2020 = * Fixed woocommerce support = 1.0.7 - Sept 19 2020 = * Fixed background color, custom header and custom logo = 1.0.4 - Aug 28 2020 = * wp_body_open() fallback added = 1.0.4 - Aug 26 2020 = * Changes made after Theme Review = 1.0.3 - Aug 17 2020 = * The content width bug is now fixed = 1.0.2 - Aug 11 2020 = * Screenshot updated another time * Made small changes to the code = 1.0.1 - Aug 11 2020 = * Screenshot updated to a simpler one = 1.0 - Aug 11 2020 = * Initial release == Credits == * normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2018 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT) * PopularFX Template Screenshot contains fonts from https://fontawesome.com/ which is GPL compatible : https://fontawesome.com/license/free * Some parts of _s theme are incorporated in this theme and are licensed under GPLv3 * Logos of Loginizer, Pagelayer, PopularFX are owned by Pulkit Gupta who are the creators of this theme. * Facebook, Twitter logos are properties of their respective owners ! == templates.png Credits == /*-------------------------------------------------------------- ## Blossom Template --------------------------------------------------------------*/ --------------------- Pxhere --------------------- https://pxhere.com/en/photo/1564919 https://pxhere.com/en/photo/991341 https://pxhere.com/en/photo/1254723 https://pxhere.com/en/photo/1119894 https://pxhere.com/en/photo/1602065 https://pxhere.com/en/photo/61089 https://pxhere.com/en/photo/31512 https://pxhere.com/en/photo/1121354 https://pxhere.com/en/photo/1594483 https://pxhere.com/en/photo/1409975 https://pxhere.com/en/photo/965001 https://pxhere.com/en/photo/853252 https://pxhere.com/en/photo/720315 https://pxhere.com/en/photo/1412037 https://pxhere.com/en/photo/1553541 https://pxhere.com/en/photo/1169820 https://pxhere.com/en/photo/1037315 https://pxhere.com/en/photo/1284323 https://pxhere.com/en/photo/559486 https://pxhere.com/en/photo/759714 https://pxhere.com/en/photo/1077931 /*-------------------------------------------------------------- ## Chemist Template --------------------------------------------------------------*/ --------------------- Pixy --------------------- https://pixy.org/4766679/ --------------------- Pxhere --------------------- https://pxhere.com/en/photo/968144 https://pxhere.com/en/photo/1537787 https://pxhere.com/en/photo/1550101 https://pxhere.com/en/photo/198299 https://pxhere.com/en/photo/778248 https://pxhere.com/en/photo/1283019 https://pxhere.com/en/photo/1107101 https://pxhere.com/en/photo/1107120 https://pxhere.com/en/photo/878136 https://pxhere.com/en/photo/968149 https://pxhere.com/en/photo/1446751 https://pxhere.com/en/photo/1215588 https://pxhere.com/en/photo/1194636 https://pxhere.com/en/photo/695270 https://pxhere.com/en/photo/1005258 https://pxhere.com/en/photo/655882 /*-------------------------------------------------------------- ## Foodies Template --------------------------------------------------------------*/ --------------------- Pxhere --------------------- https://pxhere.com/en/photo/913533 https://pxhere.com/en/photo/1597798 https://pxhere.com/en/photo/1046506 https://pxhere.com/en/photo/927054 https://pxhere.com/en/photo/889300 https://pxhere.com/en/photo/1411428 https://pxhere.com/en/photo/1594964 https://pxhere.com/en/photo/1593578 https://pxhere.com/en/photo/1603588 https://pxhere.com/en/photo/1417897 https://pxhere.com/en/photo/1608257 https://pxhere.com/en/photo/780582 https://pxhere.com/en/photo/1046506 https://pxhere.com/en/photo/595291 https://pxhere.com/en/photo/1435659 https://pxhere.com/en/photo/992355 https://pxhere.com/en/photo/1568155 https://pxhere.com/en/photo/1418585 https://pxhere.com/en/photo/1410472 https://pxhere.com/en/photo/671156 https://pxhere.com/en/photo/181538 https://pxhere.com/en/photo/833171 https://pxhere.com/en/photo/121607 https://pxhere.com/en/photo/99177 https://pxhere.com/en/photo/1418590 https://pxhere.com/en/photo/1417896 https://pxhere.com/en/photo/1553541 https://pxhere.com/en/photo/1037315 https://pxhere.com/en/photo/759714 /*-------------------------------------------------------------- ## Asana Template --------------------------------------------------------------*/ --------------------- Pxhere --------------------- https://pxhere.com/en/photo/826128 https://pxhere.com/en/photo/1604353 https://pxhere.com/en/photo/1332200 https://pxhere.com/en/photo/1556311 https://pxhere.com/en/photo/977078 https://pxhere.com/en/photo/1198258 https://pxhere.com/en/photo/1161475 https://pxhere.com/en/photo/861619 https://pxhere.com/en/photo/1038451 https://pxhere.com/en/photo/1351808 https://pxhere.com/en/photo/542275 https://pxhere.com/en/photo/1621514 https://pxhere.com/en/photo/1613007 https://pxhere.com/en/photo/1575045 https://pxhere.com/en/photo/1029212 https://pxhere.com/en/photo/1391675 https://pxhere.com/en/photo/1394621 https://pxhere.com/en/photo/1622675 https://pxhere.com/en/photo/949488 https://pxhere.com/en/photo/1622692 https://pxhere.com/en/photo/1084638 https://pxhere.com/en/photo/661351 https://pxhere.com/en/photo/1621388 https://pxhere.com/en/photo/1575051 https://pxhere.com/en/photo/1179715 /*-------------------------------------------------------------- ## Snowski Template --------------------------------------------------------------*/ --------------------- Pxhere --------------------- https://pxhere.com/en/photo/1365738 https://pxhere.com/en/photo/1397434 https://pxhere.com/en/photo/751317 https://pxhere.com/en/photo/661555 https://pxhere.com/en/photo/650719 https://pxhere.com/en/photo/751317 https://pxhere.com/en/photo/45600 https://pxhere.com/en/photo/918955 https://pxhere.com/en/photo/136447 https://pxhere.com/en/photo/1204 https://pxhere.com/en/photo/139188 https://pxhere.com/en/photo/1390051 https://pxhere.com/en/photo/1592318 https://pxhere.com/en/photo/1260422 https://pxhere.com/en/photo/1603805 https://pxhere.com/en/photo/511929 https://pxhere.com/en/photo/1405993 home/aresglob/public_html/wp/wp-content/plugins/backuply/readme.txt 0000644 00000052627 15105577704 0021640 0 ustar 00 === Backuply - Backup, Restore, Migrate and Clone === Contributors: softaculous, backuply Tags: backup, restore, database backup, cloud backup, wordpress backup, migration, cloning, backuply, local backup, amazon s3, database, google drive, gdrive, dropbox, FTP, SCP, SFTP, onedrive, WebDAV Requires at least: 4.7 Tested up to: 6.8 Requires PHP: 5.5 Stable tag: 1.4.7 License: LGPL v2.1 License URI: http://www.gnu.org/licenses/lgpl-2.1.html Backup, restores, and migration with Backuply are fairly simple with a wide range of storage options from Local Backups, FTP to cloud options like AWS S3, Dropbox, Google Drive, SFTP, FTPS, WebDav. == Description == Backuply is a WordPress backup plugin that helps you backup your WordPress website, saving you from loss of data because of server crashes, hacks, dodgy updates, or bad plugins. Backuply comes with Local Backups and Secure Cloud backups with easy integrations with FTP, FTPS, SFTP, WebDAV, Google Drive, Microsoft OneDrive, Dropbox, Amazon S3 and easy One-click restoration. Your website is your asset and it needs to constantly be protected from various security issues, server issues, hacking, etc. While you take all precautionary steps to protect your website, backups are the best form of security. With Backuply, you can be confident that your data is protected and is always available for restore during any disaster. Backuply creates full backups of your website and you can restore it to the same or a new WordPress website with the click of a bu
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings