Changeset 3451389
- Timestamp:
- 02/01/2026 01:32:30 PM (5 weeks ago)
- Location:
- winden-dplugins-tailwind-css-compiler
- Files:
-
- 20 edited
- 1 copied
-
tags/1.0.7 (copied) (copied from winden-dplugins-tailwind-css-compiler/trunk)
-
tags/1.0.7/build/admin/index.asset.php (modified) (1 diff)
-
tags/1.0.7/build/plain-classes/gutenberg/index.asset.php (modified) (1 diff)
-
tags/1.0.7/build/plain-classes/winauto-component/index.asset.php (modified) (1 diff)
-
tags/1.0.7/build/scss-compiler/build-info.json (modified) (1 diff)
-
tags/1.0.7/build/tailwind-autocomplete/core/index.asset.php (modified) (1 diff)
-
tags/1.0.7/build/tailwind-autocomplete/core/ui.asset.php (modified) (1 diff)
-
tags/1.0.7/build/tailwind-autocomplete/gutenberg/index.asset.php (modified) (1 diff)
-
tags/1.0.7/build/tailwind-autocomplete/oxygen/index.asset.php (modified) (1 diff)
-
tags/1.0.7/readme.txt (modified) (4 diffs)
-
tags/1.0.7/winden-dplugins-tailwind-css-compiler.php (modified) (1 diff)
-
trunk/build/admin/index.asset.php (modified) (1 diff)
-
trunk/build/plain-classes/gutenberg/index.asset.php (modified) (1 diff)
-
trunk/build/plain-classes/winauto-component/index.asset.php (modified) (1 diff)
-
trunk/build/scss-compiler/build-info.json (modified) (1 diff)
-
trunk/build/tailwind-autocomplete/core/index.asset.php (modified) (1 diff)
-
trunk/build/tailwind-autocomplete/core/ui.asset.php (modified) (1 diff)
-
trunk/build/tailwind-autocomplete/gutenberg/index.asset.php (modified) (1 diff)
-
trunk/build/tailwind-autocomplete/oxygen/index.asset.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/winden-dplugins-tailwind-css-compiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
winden-dplugins-tailwind-css-compiler/tags/1.0.7/build/admin/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array('react', 'react-dom', 'wp-element'), 3 'version' => '1769952 249914'3 'version' => '1769952712560' 4 4 ); -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/build/plain-classes/gutenberg/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 249000'3 'version' => '1769952711705' 4 4 ); -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/build/plain-classes/winauto-component/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array('react'), 3 'version' => '1769952 248992'3 'version' => '1769952711695' 4 4 ); -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/build/scss-compiler/build-info.json
r3451387 r3451389 1 1 { 2 "buildDate": "2026-02-01T13: 24:08.230Z",2 "buildDate": "2026-02-01T13:31:50.906Z", 3 3 "versions": { 4 4 "sass": "1.93.3", -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/build/tailwind-autocomplete/core/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 248956'3 'version' => '1769952711652' 4 4 ); -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/build/tailwind-autocomplete/core/ui.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 248951'3 'version' => '1769952711649' 4 4 ); -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/build/tailwind-autocomplete/gutenberg/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 248989'3 'version' => '1769952711695' 4 4 ); -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/build/tailwind-autocomplete/oxygen/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 248951'3 'version' => '1769952711637' 4 4 ); -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/readme.txt
r3451387 r3451389 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 * Full Tailwind CSS v4 support 20 * Fallback for Tailwind CSS v3 with Config support 20 21 * Real-time compilation in browser 21 22 * Works with any theme or page builder … … 37 38 * @tailwindcss/container-queries 38 39 39 **Easy migration **40 With single copy paste of style tab you can migrate form WindPress and other tailwindcss integration to Winden keeping all the classs in block attributes40 **Easy migration:** 41 * With single copy paste of style tab you can migrate form WindPress and other tailwindcss integration to Winden keeping all the classs in block attributes 41 42 42 43 == Installation == … … 81 82 == Changelog == 82 83 83 = 1.0.5 = 84 * Initial release 85 86 = 1.0.4 = 87 * Initial release 88 89 = 1.0.3 = 90 * Initial release 91 92 = 1.0.2 = 93 * Initial release 94 95 = 1.0.1 = 84 = 1.0.7 > 1.0.0 = 96 85 * Initial release 97 86 -
winden-dplugins-tailwind-css-compiler/tags/1.0.7/winden-dplugins-tailwind-css-compiler.php
r3451387 r3451389 5 5 * Plugin URI: https://dplugins.com/products/winden/ 6 6 * Description: Universal Tailwind CSS integration for WordPress Page Builders. 7 * Version: 1.0. 67 * Version: 1.0.7 8 8 * Author: DPlugins 9 9 * Author URI: https://dplugins.com/ -
winden-dplugins-tailwind-css-compiler/trunk/build/admin/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array('react', 'react-dom', 'wp-element'), 3 'version' => '1769952 249914'3 'version' => '1769952712560' 4 4 ); -
winden-dplugins-tailwind-css-compiler/trunk/build/plain-classes/gutenberg/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 249000'3 'version' => '1769952711705' 4 4 ); -
winden-dplugins-tailwind-css-compiler/trunk/build/plain-classes/winauto-component/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array('react'), 3 'version' => '1769952 248992'3 'version' => '1769952711695' 4 4 ); -
winden-dplugins-tailwind-css-compiler/trunk/build/scss-compiler/build-info.json
r3451387 r3451389 1 1 { 2 "buildDate": "2026-02-01T13: 24:08.230Z",2 "buildDate": "2026-02-01T13:31:50.906Z", 3 3 "versions": { 4 4 "sass": "1.93.3", -
winden-dplugins-tailwind-css-compiler/trunk/build/tailwind-autocomplete/core/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 248956'3 'version' => '1769952711652' 4 4 ); -
winden-dplugins-tailwind-css-compiler/trunk/build/tailwind-autocomplete/core/ui.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 248951'3 'version' => '1769952711649' 4 4 ); -
winden-dplugins-tailwind-css-compiler/trunk/build/tailwind-autocomplete/gutenberg/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 248989'3 'version' => '1769952711695' 4 4 ); -
winden-dplugins-tailwind-css-compiler/trunk/build/tailwind-autocomplete/oxygen/index.asset.php
r3451387 r3451389 1 1 <?php return array( 2 2 'dependencies' => array(), 3 'version' => '1769952 248951'3 'version' => '1769952711637' 4 4 ); -
winden-dplugins-tailwind-css-compiler/trunk/readme.txt
r3451387 r3451389 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 * Full Tailwind CSS v4 support 20 * Fallback for Tailwind CSS v3 with Config support 20 21 * Real-time compilation in browser 21 22 * Works with any theme or page builder … … 37 38 * @tailwindcss/container-queries 38 39 39 **Easy migration **40 With single copy paste of style tab you can migrate form WindPress and other tailwindcss integration to Winden keeping all the classs in block attributes40 **Easy migration:** 41 * With single copy paste of style tab you can migrate form WindPress and other tailwindcss integration to Winden keeping all the classs in block attributes 41 42 42 43 == Installation == … … 81 82 == Changelog == 82 83 83 = 1.0.5 = 84 * Initial release 85 86 = 1.0.4 = 87 * Initial release 88 89 = 1.0.3 = 90 * Initial release 91 92 = 1.0.2 = 93 * Initial release 94 95 = 1.0.1 = 84 = 1.0.7 > 1.0.0 = 96 85 * Initial release 97 86 -
winden-dplugins-tailwind-css-compiler/trunk/winden-dplugins-tailwind-css-compiler.php
r3451387 r3451389 5 5 * Plugin URI: https://dplugins.com/products/winden/ 6 6 * Description: Universal Tailwind CSS integration for WordPress Page Builders. 7 * Version: 1.0. 67 * Version: 1.0.7 8 8 * Author: DPlugins 9 9 * Author URI: https://dplugins.com/
Note: See TracChangeset
for help on using the changeset viewer.