Changeset 2416214
- Timestamp:
- 11/10/2020 11:27:38 PM (5 years ago)
- Location:
- clearboth
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.3.5 (copied) (copied from clearboth/trunk)
-
tags/1.0.3.5/clearboth.php (modified) (1 diff)
-
tags/1.0.3.5/readme.txt (modified) (4 diffs)
-
trunk/clearboth.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clearboth/tags/1.0.3.5/clearboth.php
r2237167 r2416214 3 3 Plugin Name: ClearBoth 4 4 Plugin URI: https://nabtron.com/clearboth/ 5 Description: Add linebreak with css style <strong>clear:both</strong> from wordpress editor using shortcode: <strong>[clearboth]</strong> in your post or page plugin for wordpress6 Version: 1.0.3. 45 Description: Add linebreak with css style <strong>clear:both</strong> from wordpress editor using shortcode: <strong>[clearboth]</strong> in your post or page. 6 Version: 1.0.3.5 7 7 Author: Nabtron 8 8 Author URI: https://nabtron.com/ 9 9 Min WP Version: 4.2 10 Max WP Version: 5. 3.210 Max WP Version: 5.5.3 11 11 */ 12 12 -
clearboth/tags/1.0.3.5/readme.txt
r2237167 r2416214 2 2 Contributors: nabtron 3 3 Donate link: https://nabtron.com/clearboth/ 4 Tags: clear, both, clearboth, wordpress, post, remove, float, floating, alignment, left, right 4 Tags: clear, both, clearboth, wordpress, post, remove, float, floating, alignment, left, right, css, shortcode 5 5 Requires at least: 4.2 6 Tested up to: 5. 3.27 Stable tag: 1.0.3. 46 Tested up to: 5.5.3 7 Stable tag: 1.0.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 27 27 1. Upload `clearboth.php` to the `/wp-content/plugins/` directory 28 2. Activate the plugin through the 'Plugins'menu in WordPress28 2. Activate the plugin through the `Plugins` menu in WordPress 29 29 30 30 == Frequently Asked Questions == … … 39 39 40 40 == Changelog == 41 42 = 1.0.3.5 = 43 * Confirmed WordPress 5.5.3 compatibility 41 44 42 45 = 1.0.3.4 = … … 66 69 == Upgrade Notice == 67 70 68 = 1.0.3. 4=69 Confirmed WordPress 5. 3.2compatibility71 = 1.0.3.5 = 72 Confirmed WordPress 5.5.3 compatibility -
clearboth/trunk/clearboth.php
r2237167 r2416214 3 3 Plugin Name: ClearBoth 4 4 Plugin URI: https://nabtron.com/clearboth/ 5 Description: Add linebreak with css style <strong>clear:both</strong> from wordpress editor using shortcode: <strong>[clearboth]</strong> in your post or page plugin for wordpress6 Version: 1.0.3. 45 Description: Add linebreak with css style <strong>clear:both</strong> from wordpress editor using shortcode: <strong>[clearboth]</strong> in your post or page. 6 Version: 1.0.3.5 7 7 Author: Nabtron 8 8 Author URI: https://nabtron.com/ 9 9 Min WP Version: 4.2 10 Max WP Version: 5. 3.210 Max WP Version: 5.5.3 11 11 */ 12 12 -
clearboth/trunk/readme.txt
r2237167 r2416214 2 2 Contributors: nabtron 3 3 Donate link: https://nabtron.com/clearboth/ 4 Tags: clear, both, clearboth, wordpress, post, remove, float, floating, alignment, left, right 4 Tags: clear, both, clearboth, wordpress, post, remove, float, floating, alignment, left, right, css, shortcode 5 5 Requires at least: 4.2 6 Tested up to: 5. 3.27 Stable tag: 1.0.3. 46 Tested up to: 5.5.3 7 Stable tag: 1.0.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 27 27 1. Upload `clearboth.php` to the `/wp-content/plugins/` directory 28 2. Activate the plugin through the 'Plugins'menu in WordPress28 2. Activate the plugin through the `Plugins` menu in WordPress 29 29 30 30 == Frequently Asked Questions == … … 39 39 40 40 == Changelog == 41 42 = 1.0.3.5 = 43 * Confirmed WordPress 5.5.3 compatibility 41 44 42 45 = 1.0.3.4 = … … 66 69 == Upgrade Notice == 67 70 68 = 1.0.3. 4=69 Confirmed WordPress 5. 3.2compatibility71 = 1.0.3.5 = 72 Confirmed WordPress 5.5.3 compatibility
Note: See TracChangeset
for help on using the changeset viewer.