Changeset 2967813
- Timestamp:
- 09/16/2023 02:32:27 PM (3 years ago)
- Location:
- lzb-select-dynamic
- Files:
-
- 6 edited
- 1 copied
-
tags/2.8.0 (copied) (copied from lzb-select-dynamic/trunk)
-
tags/2.8.0/languages/lzb-select-dynamic.pot (modified) (1 diff)
-
tags/2.8.0/lzb-select-dynamic.php (modified) (1 diff)
-
tags/2.8.0/readme.md (modified) (6 diffs)
-
trunk/languages/lzb-select-dynamic.pot (modified) (1 diff)
-
trunk/lzb-select-dynamic.php (modified) (1 diff)
-
trunk/readme.md (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lzb-select-dynamic/tags/2.8.0/languages/lzb-select-dynamic.pot
r2967812 r2967813 9 9 "Language-Team: Jan Widmer <https://github.com/janwidmer>\n" 10 10 "Last-Translator: Jan Widmer <https://github.com/janwidmer>\n" 11 "POT-Creation-Date: 2023-09-16 14:32+0000\n" 11 12 "X-Poedit-Basepath: ..\n" 12 13 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -
lzb-select-dynamic/tags/2.8.0/lzb-select-dynamic.php
r2776294 r2967813 4 4 * Description: lazy-blocks custom control to offer a dynamic select containing wordpress posts, pages or categories 5 5 * Plugin URI: https://github.com/janwidmer/lzb-select-dynamic 6 * Version: 2. 6.06 * Version: 2.8.0 7 7 * Author: Jan Widmer 8 8 * Author URI: https://github.com/janwidmer -
lzb-select-dynamic/tags/2.8.0/readme.md
r2776294 r2967813 4 4 * Tags: lazy-blocks, lazy blocks, custom control, select dynamic 5 5 * Requires at least: 5.8 6 * Tested up to: 6. 1.06 * Tested up to: 6.3.1 7 7 * Requires PHP: 7.2 8 * Stable tag: 2. 6.08 * Stable tag: 2.8.0 9 9 * License: GPLv2 or later 10 10 * License URI: <http://www.gnu.org/licenses/gpl-2.0.html> … … 14 14 ## Description 15 15 16 This custom control enhances the great [Lazy Blocks Plugin](https://lazyblocks.com/) and can be used in blocks to offer 16 This custom control enhances the great [Lazy Blocks Plugin](https://lazyblocks.com/) and can be used in blocks to offer 17 17 the Wordpress Author to choose either wordpress posts, pages or categories. 18 18 … … 48 48 ## Installation 49 49 50 * Make sure you use WordPress 5.0.x. As alternative you need to install the 50 * Make sure you use WordPress 5.0.x. As alternative you need to install the 51 51 [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) to use Lazy Blocks. 52 52 * Make sure, you have installed the [Lazy Blocks Plugin](https://lazyblocks.com/) … … 54 54 ### Automatic installation 55 55 56 Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to 57 leave your web browser. To do an automatic install of lzb-select-dynamic, log in to your WordPress dashboard, 56 Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to 57 leave your web browser. To do an automatic install of lzb-select-dynamic, log in to your WordPress dashboard, 58 58 navigate to the Plugins menu and click Add New. 59 59 60 In the search field type lzb-select-dynamic and click Search Plugins. Once you’ve found our plugin you can view details 61 about it such as the point release, rating and description. Most importantly of course, you can install it by simply 60 In the search field type lzb-select-dynamic and click Search Plugins. Once you’ve found our plugin you can view details 61 about it such as the point release, rating and description. Most importantly of course, you can install it by simply 62 62 clicking “Install Now”. 63 63 64 64 ### Manual installation 65 65 66 The manual installation method involves downloading our lzb-select-dynamic plugin and uploading it to your webserver 67 via your favourite FTP application. The WordPress codex contains 66 The manual installation method involves downloading our lzb-select-dynamic plugin and uploading it to your webserver 67 via your favourite FTP application. The WordPress codex contains 68 68 [instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation). 69 69 … … 73 73 74 74 ## Changelog 75 76 = 2.8.0 = 77 78 * WP Compatibility up to 6.3.1 75 79 76 80 = 2.6.0 = … … 103 107 = 2.1.0 = 104 108 105 * Enhancement to have Taxonomy Type as an option 109 * Enhancement to have Taxonomy Type as an option 106 110 107 111 = 2.0.0 = -
lzb-select-dynamic/trunk/languages/lzb-select-dynamic.pot
r2967812 r2967813 9 9 "Language-Team: Jan Widmer <https://github.com/janwidmer>\n" 10 10 "Last-Translator: Jan Widmer <https://github.com/janwidmer>\n" 11 "POT-Creation-Date: 2023-09-16 14:32+0000\n" 11 12 "X-Poedit-Basepath: ..\n" 12 13 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -
lzb-select-dynamic/trunk/lzb-select-dynamic.php
r2776294 r2967813 4 4 * Description: lazy-blocks custom control to offer a dynamic select containing wordpress posts, pages or categories 5 5 * Plugin URI: https://github.com/janwidmer/lzb-select-dynamic 6 * Version: 2. 6.06 * Version: 2.8.0 7 7 * Author: Jan Widmer 8 8 * Author URI: https://github.com/janwidmer -
lzb-select-dynamic/trunk/readme.md
r2776294 r2967813 4 4 * Tags: lazy-blocks, lazy blocks, custom control, select dynamic 5 5 * Requires at least: 5.8 6 * Tested up to: 6. 1.06 * Tested up to: 6.3.1 7 7 * Requires PHP: 7.2 8 * Stable tag: 2. 6.08 * Stable tag: 2.8.0 9 9 * License: GPLv2 or later 10 10 * License URI: <http://www.gnu.org/licenses/gpl-2.0.html> … … 14 14 ## Description 15 15 16 This custom control enhances the great [Lazy Blocks Plugin](https://lazyblocks.com/) and can be used in blocks to offer 16 This custom control enhances the great [Lazy Blocks Plugin](https://lazyblocks.com/) and can be used in blocks to offer 17 17 the Wordpress Author to choose either wordpress posts, pages or categories. 18 18 … … 48 48 ## Installation 49 49 50 * Make sure you use WordPress 5.0.x. As alternative you need to install the 50 * Make sure you use WordPress 5.0.x. As alternative you need to install the 51 51 [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) to use Lazy Blocks. 52 52 * Make sure, you have installed the [Lazy Blocks Plugin](https://lazyblocks.com/) … … 54 54 ### Automatic installation 55 55 56 Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to 57 leave your web browser. To do an automatic install of lzb-select-dynamic, log in to your WordPress dashboard, 56 Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to 57 leave your web browser. To do an automatic install of lzb-select-dynamic, log in to your WordPress dashboard, 58 58 navigate to the Plugins menu and click Add New. 59 59 60 In the search field type lzb-select-dynamic and click Search Plugins. Once you’ve found our plugin you can view details 61 about it such as the point release, rating and description. Most importantly of course, you can install it by simply 60 In the search field type lzb-select-dynamic and click Search Plugins. Once you’ve found our plugin you can view details 61 about it such as the point release, rating and description. Most importantly of course, you can install it by simply 62 62 clicking “Install Now”. 63 63 64 64 ### Manual installation 65 65 66 The manual installation method involves downloading our lzb-select-dynamic plugin and uploading it to your webserver 67 via your favourite FTP application. The WordPress codex contains 66 The manual installation method involves downloading our lzb-select-dynamic plugin and uploading it to your webserver 67 via your favourite FTP application. The WordPress codex contains 68 68 [instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation). 69 69 … … 73 73 74 74 ## Changelog 75 76 = 2.8.0 = 77 78 * WP Compatibility up to 6.3.1 75 79 76 80 = 2.6.0 = … … 103 107 = 2.1.0 = 104 108 105 * Enhancement to have Taxonomy Type as an option 109 * Enhancement to have Taxonomy Type as an option 106 110 107 111 = 2.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.