Xenforo Core Full Package Nulled

Xenforo Core Full Package Nulled 2.3.0 beta 2

No permission to download
theresa First Sergeant
Bronze Member
badge id 2 2 Years of Membership badge id 1 1 Year of Membership badge id 13 100 Messages badge id 14 500 Messages
Sep 11, 2021
4,113
2,266
$5,153
theresa submitted a new resource:

Xenforo Core Package Nulled 2.2.7 - Xenforo Core

In addition to the usual bug fixes and improvements, there is a database schema change which may take significant time to perform. If you have a particularly large xf_attachment and xf_attachmet_data table (several million records) then we recommend performing a CLI upgrade.

XenForo 2.2.7 is also the first version to support cleaning up files that belong to uninstalled add-ons. You can read more about that.

Some of the changes in XF 2.2.7 include:
  • Update add-on list filter bar to...

Read more about this resource...
 
jessy updated Xenforo Core Full Package Nulled with a new update entry:

change log

XenForo 2.2.7 inadvertently shipped with an implicit minimum requirement of PHP 7.1 due to the way that newer versions of composer attempt to validate your platform is compatible with the included dependencies.

If you're currently running PHP 7.0 you may have been unable to upgrade to or run XenForo 2.2.7. Patch 1 removes this platform check.

Additionally, if you're currently running PHP 7.0 we would strongly urge you to consider upgrading to a newer version as soon as possible...

Read the rest of this update entry...
 
jessy updated Xenforo Core Full Package Nulled with a new update entry:

2.2.8 update

Some of the changes in XF 2.2.8 include:
  • Do not wrap iconic inputs when directly adjacent to other inline items
  • Generate PhpStorm metadata for validator classes
  • Optionally normalize a URL passed into getRoutePathFromUrl to exclude the script part of the URL if it is passed in.
  • Fix further JavaScript regression in editor.js that affected older browsers.
  • Fix undefined variable $option when failing to refresh an OAuth email access token.
  • If the location field is...

Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

2.2.9

XenForo 2.2.9 is now available for all licensed customers to download. We strongly recommend that all customers running previous versions of XenForo 2.2 upgrade to this release to benefit from increased stability.

In addition to the usual bug fixes and improvements, we've continued to improve compatibility with PHP 8.1 and added support for self-hosted licenses to more easily sign outgoing emails with DKIM as per...

Read the rest of this update entry...
 
2.2.10 bug:
Screenshot_20220713_200901.png

you need to do this :
add code
PHP:
--- src/XF/Pub/Controller/Search.orig.php    2022-07-14 09:15:02.888904630 +0200
+++ src/XF/Pub/Controller/Search.php    2022-07-14 09:14:47.017272442 +0200
@@ -143,12 +143,16 @@ class Search extends AbstractController
             }
             else if ($search && $search->search_query && $search->search_query !== $this->filter('q', 'str'))
             {
                 return $this->notFound();
             }
         }
+        # [ TL: workaround regression of 2.2.10 producing many errors with guests searching ]
+        if (!is_object($search)) {
+            return $this->message(\XF::phrase('no_results_found'));
+        }
 
         $page = $this->filterPage();
         $perPage = $this->options()->searchResultsPerPage;
 
         $this->assertValidPage($page, $perPage, $search->result_count, 'search', $search);

IOW, add the following hunk to the actionResults function before the $page = $this->filterPage(); line:
PHP:
if (!is_object($search)) {
    return $this->message(\XF::phrase('no_results_found'));
}
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog

Today, we are releasing XenForo 2.2.11 to address a potential security vulnerability. We recommend that all customers running XenForo 2.2 upgrade to 2.2.11 or use the attached patch file as soon as possible.

The issue relates to HTML attribute injection which can be triggered when rendering editor content, such as when a post is edited or quoted.

XenForo extends thanks to security researcher @PaulB, the team at @NamePros and @Xon for reporting the issues.

We recommend doing a full upgrade...

Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog

XenForo 2.2.12 is now available for all licensed customers to download. We strongly recommend that all customers running previous versions of XenForo 2.2 upgrade to this release to benefit from increased stability.

We're pleased to announce the introduction of two new features available in XenForo 2.2.12.

New CAPTCHA provider: Cloudflare Turnstile​

In September...

Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog

XenForo 2.2.13 Released​

XenForo 2.2.13 is now available for all licensed customers to download. We strongly recommend that all customers running previous versions of XenForo 2.2 upgrade to this release to benefit from increased stability.

In addition to the fixes listed below, we have a few other aces up our sleeves this time around.

Full iOS PWA compatibility with push notification support​

iOS 16.4 finally introduced push notifications for...

Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog

Hot on the heels of yesterday's XF 2.2.14 release and subsequent patches, we are today making XenForo 2.2.15 available for all licensed customers to download. We strongly recommend that all customers running previous versions of XenForo 2.2 upgrade to this release to benefit from increased stability, particularly if you already upgraded to XenForo 2.2.14.

As of this point, XenForo 2.2.14 and its patches are no longer available for download. We are still planning a final XF 2.2 release at...

Read the rest of this update entry...
 
thanks to dear member @lytvyn обновил ресурс Xenforo Core Full Package Nulled новой записью:

XenForo 2.3.0 Beta 2 unstable full

Brand new in XenForo 2.3.0 Beta 2 is support for a few long overdue enhancements related to our payment and purchasable system. Let's look at each of these below!
Stripe Checkout

Stripe Checkout is Stripe's native and hosted checkout page which not only brings with it some powerful customisability, it also makes accepting new payment methods completely trivial and available in an instant. Allow user upgrades and other purchasables to be purchased with options for "Buy Now Pay Later" (e.g...

Посмотреть подробности об этом обновлении...
 
Back
Top