Changeset 3357502
- Timestamp:
- 09/07/2025 07:35:31 PM (6 months ago)
- Location:
- secured-wp
- Files:
-
- 424 added
- 5 deleted
- 5 edited
-
tags/2.0 (deleted)
-
tags/2.0.0 (deleted)
-
tags/2.0.1 (deleted)
-
tags/2.0.2 (deleted)
-
tags/2.0.3 (deleted)
-
trunk/classes/Helpers/class-ajax-requests.php (modified) (1 diff)
-
trunk/classes/Helpers/class-totp-helper.php (modified) (1 diff)
-
trunk/constants.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/secured-wp.php (modified) (1 diff)
-
trunk/third-party (added)
-
trunk/third-party/vendor (added)
-
trunk/third-party/vendor/autoload.php (added)
-
trunk/third-party/vendor/composer (added)
-
trunk/third-party/vendor/composer.json (added)
-
trunk/third-party/vendor/composer/ClassLoader.php (added)
-
trunk/third-party/vendor/composer/InstalledVersions.php (added)
-
trunk/third-party/vendor/composer/LICENSE (added)
-
trunk/third-party/vendor/composer/autoload_classmap.php (added)
-
trunk/third-party/vendor/composer/autoload_files.php (added)
-
trunk/third-party/vendor/composer/autoload_namespaces.php (added)
-
trunk/third-party/vendor/composer/autoload_psr4.php (added)
-
trunk/third-party/vendor/composer/autoload_real.php (added)
-
trunk/third-party/vendor/composer/autoload_static.php (added)
-
trunk/third-party/vendor/scoper-autoload.php (added)
-
trunk/third-party/vendor/vendor (added)
-
trunk/third-party/vendor/vendor/autoload.php (added)
-
trunk/third-party/vendor/vendor/bacon (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/BitArray.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/BitMatrix.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/BitUtils.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/EcBlock.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/EcBlocks.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/Mode.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Common/Version.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Encoder (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Encoder/BlockPair.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Encoder/MaskUtil.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Encoder/QrCode.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Exception (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Exception/WriterException.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Color (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Color/Gray.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Eye (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Eye/PointyEye.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/GDLibRenderer.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Image (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Module (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Path (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Path/Close.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Path/Curve.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Path/Line.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Path/Move.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/Path/Path.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/RendererInterface.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php (added)
-
trunk/third-party/vendor/vendor/bacon/bacon-qr-code/src/Writer.php (added)
-
trunk/third-party/vendor/vendor/beberlei (added)
-
trunk/third-party/vendor/vendor/beberlei/assert (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert/Assert.php (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert/Assertion.php (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert/AssertionChain.php (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert/AssertionFailedException.php (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert/InvalidArgumentException.php (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert/LazyAssertion.php (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert/LazyAssertionException.php (added)
-
trunk/third-party/vendor/vendor/beberlei/assert/lib/Assert/functions.php (added)
-
trunk/third-party/vendor/vendor/bin (added)
-
trunk/third-party/vendor/vendor/bin/pscss (added)
-
trunk/third-party/vendor/vendor/composer (added)
-
trunk/third-party/vendor/vendor/composer/ClassLoader.php (added)
-
trunk/third-party/vendor/vendor/composer/InstalledVersions.php (added)
-
trunk/third-party/vendor/vendor/composer/autoload_classmap.php (added)
-
trunk/third-party/vendor/vendor/composer/autoload_files.php (added)
-
trunk/third-party/vendor/vendor/composer/autoload_namespaces.php (added)
-
trunk/third-party/vendor/vendor/composer/autoload_psr4.php (added)
-
trunk/third-party/vendor/vendor/composer/autoload_real.php (added)
-
trunk/third-party/vendor/vendor/composer/autoload_static.php (added)
-
trunk/third-party/vendor/vendor/composer/installed.json (added)
-
trunk/third-party/vendor/vendor/composer/installed.php (added)
-
trunk/third-party/vendor/vendor/composer/platform_check.php (added)
-
trunk/third-party/vendor/vendor/dasprid (added)
-
trunk/third-party/vendor/vendor/dasprid/enum (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/AbstractEnum.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/EnumMap.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/Exception (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/Exception/CloneNotSupportedException.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/Exception/ExceptionInterface.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/Exception/ExpectationException.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/Exception/IllegalArgumentException.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/Exception/MismatchException.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/Exception/SerializeNotSupportedException.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/Exception/UnserializeNotSupportedException.php (added)
-
trunk/third-party/vendor/vendor/dasprid/enum/src/NullValue.php (added)
-
trunk/third-party/vendor/vendor/mobiledetect (added)
-
trunk/third-party/vendor/vendor/mobiledetect/mobiledetectlib (added)
-
trunk/third-party/vendor/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.json (added)
-
trunk/third-party/vendor/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php (added)
-
trunk/third-party/vendor/vendor/mobiledetect/mobiledetectlib/docker-compose.yml (added)
-
trunk/third-party/vendor/vendor/mobiledetect/mobiledetectlib/namespaced (added)
-
trunk/third-party/vendor/vendor/mobiledetect/mobiledetectlib/namespaced/Detection (added)
-
trunk/third-party/vendor/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php (added)
-
trunk/third-party/vendor/vendor/mobiledetect/mobiledetectlib/phpcs.xml (added)
-
trunk/third-party/vendor/vendor/paragonie (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Base32.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Base32Hex.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Base64.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Binary.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Encoding.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/Hex.php (added)
-
trunk/third-party/vendor/vendor/paragonie/constant_time_encoding/src/RFC4648.php (added)
-
trunk/third-party/vendor/vendor/scssphp (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/bin (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/bin/pscss (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/scss.inc.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Base (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Base/Range.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/AtRootBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/CallableBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/ContentBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/DirectiveBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/EachBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/ElseBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/ElseifBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/ForBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/IfBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/MediaBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/NestedPropertyBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Block/WhileBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Cache.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Colors.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/CompilationResult.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Compiler (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Compiler.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Compiler/CachedResult.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Compiler/Environment.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Exception (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Exception/CompilerException.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Exception/ParserException.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Exception/RangeException.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Exception/SassException.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Exception/SassScriptException.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Exception/ServerException.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter/Compact.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter/Compressed.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter/Crunched.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter/Debug.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter/Expanded.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter/Nested.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Formatter/OutputBlock.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Logger (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Logger/LoggerInterface.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Logger/QuietLogger.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Logger/StreamLogger.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Node (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Node.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Node/Number.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/OutputStyle.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Parser.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/SourceMap (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/SourceMap/Base64.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/SourceMap/Base64VLQ.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/SourceMap/SourceMapGenerator.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Type.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Util (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Util.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Util/Path.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/ValueConverter.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Version.php (added)
-
trunk/third-party/vendor/vendor/scssphp/scssphp/src/Warn.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/Factory.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/FactoryInterface.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/HOTP.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/HOTPInterface.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/OTP.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/OTPInterface.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/ParameterTrait.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/TOTP.php (added)
-
trunk/third-party/vendor/vendor/spomky-labs/otphp/src/TOTPInterface.php (added)
-
trunk/third-party/vendor/vendor/tedivm (added)
-
trunk/third-party/vendor/vendor/tedivm/jshrink (added)
-
trunk/third-party/vendor/vendor/tedivm/jshrink/src (added)
-
trunk/third-party/vendor/vendor/tedivm/jshrink/src/JShrink (added)
-
trunk/third-party/vendor/vendor/tedivm/jshrink/src/JShrink/Minifier.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/Exceptions (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/Exceptions/ApcException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/Exceptions/LibeventException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/Exceptions/MssqlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/Exceptions/MysqliException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/Exceptions/PasswordException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/Exceptions/StatsException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/apc.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/array.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/datetime.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/functionsList.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/libevent.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/misc.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/mssql.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/mysqli.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/password.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/stats.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/deprecated/strings.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ApacheException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ApcuException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ArrayException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/Bzip2Exception.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/CalendarException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ClassobjException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ComException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/CubridException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/DirException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/EioException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ErrorfuncException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ExecException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/FileinfoException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/FilesystemException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/FilterException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/FpmException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/FtpException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/GettextException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/GmpException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/HashException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/IbaseException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/IbmDb2Exception.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/IconvException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ImageException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ImapException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/InfoException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/InotifyException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/LdapException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/LibxmlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/LzfException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/MailparseException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/MbstringException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/MiscException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/MysqlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/NetworkException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/Oci8Exception.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/OpcacheException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/PcntlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/PgsqlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/PosixException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/PsException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/PspellException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ReadlineException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/RrdException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SemException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SessionException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SocketsException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SodiumException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SolrException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SplException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SqlsrvException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SsdeepException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/Ssh2Exception.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/StreamException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/StringsException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/SwooleException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/UodbcException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/UopzException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/VarException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/XdiffException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/XmlrpcException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/YamlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/YazException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ZipException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/Exceptions/ZlibException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/apache.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/apcu.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/array.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/bzip2.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/calendar.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/classobj.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/com.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/cubrid.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/curl.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/datetime.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/dir.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/eio.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/errorfunc.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/exec.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/fileinfo.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/filesystem.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/filter.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/fpm.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/ftp.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/funchand.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/functionsList.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/gettext.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/gmp.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/gnupg.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/hash.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/ibase.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/ibmDb2.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/iconv.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/image.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/imap.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/info.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/inotify.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/json.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/ldap.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/libxml.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/lzf.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/mailparse.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/mbstring.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/misc.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/mysql.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/network.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/oci8.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/opcache.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/openssl.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/outcontrol.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/pcntl.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/pcre.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/pgsql.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/posix.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/ps.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/pspell.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/readline.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/rpminfo.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/rrd.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/sem.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/session.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/shmop.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/sockets.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/sodium.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/solr.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/spl.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/sqlsrv.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/ssdeep.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/ssh2.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/stream.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/strings.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/swoole.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/uodbc.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/uopz.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/url.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/var.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/xdiff.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/xml.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/xmlrpc.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/yaml.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/yaz.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/zip.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/generated/zlib.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/DateTime.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/DateTimeImmutable.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/Exceptions (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/Exceptions/CurlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/Exceptions/JsonException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/Exceptions/OpensslException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/Exceptions/PcreException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/Exceptions/SimplexmlException.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/lib/special_cases.php (added)
-
trunk/third-party/vendor/vendor/thecodingmachine/safe/rector-migrate.php (added)
Legend:
- Unmodified
- Added
- Removed
-
secured-wp/trunk/classes/Helpers/class-ajax-requests.php
r3357500 r3357502 56 56 * @return void 57 57 */ 58 public static function delete_remember_me_device( string $device = null, $user = null ) {58 public static function delete_remember_me_device( ?string $device = null, $user = null ) { 59 59 if ( ! isset( $_POST['nonce'] ) || 60 60 empty( $_POST['nonce'] ) || -
secured-wp/trunk/classes/Helpers/class-totp-helper.php
r3357500 r3357502 41 41 * @since 1.7 42 42 */ 43 public static function generate_qrsvg_data( \WP_User $user = null ): string {43 public static function generate_qrsvg_data( ?\WP_User $user = null ): string { 44 44 $otp = TOTP::create( User::get_user_totp( $user ) ); 45 45 -
secured-wp/trunk/constants.php
r3108774 r3357502 16 16 define( 'WPSEC_REQUIRED_PHP_VERSION', '8.0' ); 17 17 define( 'WPSEC_REQUIRED_WP_VERSION', '6.0' ); 18 define( 'WPSEC_PLUGIN_SECURED_VERSION', '2. 1.3' );18 define( 'WPSEC_PLUGIN_SECURED_VERSION', '2.2.1' ); 19 19 define( 'WPSEC_PLUGIN_SECURED_NAME', 'Secured WP' ); 20 20 define( 'WPSEC_PLUGIN_SECURED_SLUG', 'secured-wp' ); -
secured-wp/trunk/readme.txt
r3357500 r3357502 5 5 Tested up to: 6.8.2 6 6 Requires PHP: 8.1 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = 2.2.1 = 80 PHP 8 fixes. 81 79 82 = 2.2.0 = 80 83 Updated libs and fixed deprecations. -
secured-wp/trunk/secured-wp.php
r3357500 r3357502 16 16 * Plugin URI: https://wp-secured.com 17 17 * Description: Provides Security for WP sites. 2FA, login attempts, hardens WP login process 18 * Version: 2.2. 018 * Version: 2.2.1 19 19 * Author: wp-secured 20 20 * Author URI: https://wp-secured.com
Note: See TracChangeset
for help on using the changeset viewer.