Plugin Directory

Changeset 2967813


Ignore:
Timestamp:
09/16/2023 02:32:27 PM (3 years ago)
Author:
janwidmer
Message:

Update to version 2.8.0 from GitHub

Location:
lzb-select-dynamic
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • lzb-select-dynamic/tags/2.8.0/languages/lzb-select-dynamic.pot

    r2967812 r2967813  
    99"Language-Team: Jan Widmer <https://github.com/janwidmer>\n"
    1010"Last-Translator: Jan Widmer <https://github.com/janwidmer>\n"
     11"POT-Creation-Date: 2023-09-16 14:32+0000\n"
    1112"X-Poedit-Basepath: ..\n"
    1213"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  
    44 * Description:  lazy-blocks custom control to offer a dynamic select containing wordpress posts, pages or categories
    55 * Plugin URI:   https://github.com/janwidmer/lzb-select-dynamic
    6  * Version:      2.6.0
     6 * Version:      2.8.0
    77 * Author:       Jan Widmer
    88 * Author URI:   https://github.com/janwidmer
  • lzb-select-dynamic/tags/2.8.0/readme.md

    r2776294 r2967813  
    44* Tags: lazy-blocks, lazy blocks, custom control, select dynamic
    55* Requires at least: 5.8
    6 * Tested up to: 6.1.0
     6* Tested up to: 6.3.1
    77* Requires PHP: 7.2
    8 * Stable tag: 2.6.0
     8* Stable tag: 2.8.0
    99* License: GPLv2 or later
    1010* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>
     
    1414## Description
    1515
    16 This custom control enhances the great [Lazy Blocks Plugin](https://lazyblocks.com/) and can be used in blocks to offer 
     16This custom control enhances the great [Lazy Blocks Plugin](https://lazyblocks.com/) and can be used in blocks to offer
    1717the Wordpress Author to choose either wordpress posts, pages or categories.
    1818
     
    4848## Installation
    4949
    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
    5151  [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) to use Lazy Blocks.
    5252* Make sure, you have installed the [Lazy Blocks Plugin](https://lazyblocks.com/)
     
    5454### Automatic installation
    5555
    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, 
     56Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to
     57leave your web browser. To do an automatic install of lzb-select-dynamic, log in to your WordPress dashboard,
    5858navigate to the Plugins menu and click Add New.
    5959
    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 
     60In the search field type lzb-select-dynamic and click Search Plugins. Once you’ve found our plugin you can view details
     61about it such as the point release, rating and description. Most importantly of course, you can install it by simply
    6262clicking “Install Now”.
    6363
    6464### Manual installation
    6565
    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 
     66The manual installation method involves downloading our lzb-select-dynamic plugin and uploading it to your webserver
     67via your favourite FTP application. The WordPress codex contains
    6868[instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
    6969
     
    7373
    7474## Changelog
     75
     76= 2.8.0 =
     77
     78* WP Compatibility up to 6.3.1
    7579
    7680= 2.6.0 =
     
    103107= 2.1.0 =
    104108
    105 * Enhancement to have Taxonomy Type as an option 
     109* Enhancement to have Taxonomy Type as an option
    106110
    107111= 2.0.0 =
  • lzb-select-dynamic/trunk/languages/lzb-select-dynamic.pot

    r2967812 r2967813  
    99"Language-Team: Jan Widmer <https://github.com/janwidmer>\n"
    1010"Last-Translator: Jan Widmer <https://github.com/janwidmer>\n"
     11"POT-Creation-Date: 2023-09-16 14:32+0000\n"
    1112"X-Poedit-Basepath: ..\n"
    1213"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  
    44 * Description:  lazy-blocks custom control to offer a dynamic select containing wordpress posts, pages or categories
    55 * Plugin URI:   https://github.com/janwidmer/lzb-select-dynamic
    6  * Version:      2.6.0
     6 * Version:      2.8.0
    77 * Author:       Jan Widmer
    88 * Author URI:   https://github.com/janwidmer
  • lzb-select-dynamic/trunk/readme.md

    r2776294 r2967813  
    44* Tags: lazy-blocks, lazy blocks, custom control, select dynamic
    55* Requires at least: 5.8
    6 * Tested up to: 6.1.0
     6* Tested up to: 6.3.1
    77* Requires PHP: 7.2
    8 * Stable tag: 2.6.0
     8* Stable tag: 2.8.0
    99* License: GPLv2 or later
    1010* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>
     
    1414## Description
    1515
    16 This custom control enhances the great [Lazy Blocks Plugin](https://lazyblocks.com/) and can be used in blocks to offer 
     16This custom control enhances the great [Lazy Blocks Plugin](https://lazyblocks.com/) and can be used in blocks to offer
    1717the Wordpress Author to choose either wordpress posts, pages or categories.
    1818
     
    4848## Installation
    4949
    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
    5151  [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) to use Lazy Blocks.
    5252* Make sure, you have installed the [Lazy Blocks Plugin](https://lazyblocks.com/)
     
    5454### Automatic installation
    5555
    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, 
     56Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to
     57leave your web browser. To do an automatic install of lzb-select-dynamic, log in to your WordPress dashboard,
    5858navigate to the Plugins menu and click Add New.
    5959
    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 
     60In the search field type lzb-select-dynamic and click Search Plugins. Once you’ve found our plugin you can view details
     61about it such as the point release, rating and description. Most importantly of course, you can install it by simply
    6262clicking “Install Now”.
    6363
    6464### Manual installation
    6565
    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 
     66The manual installation method involves downloading our lzb-select-dynamic plugin and uploading it to your webserver
     67via your favourite FTP application. The WordPress codex contains
    6868[instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
    6969
     
    7373
    7474## Changelog
     75
     76= 2.8.0 =
     77
     78* WP Compatibility up to 6.3.1
    7579
    7680= 2.6.0 =
     
    103107= 2.1.0 =
    104108
    105 * Enhancement to have Taxonomy Type as an option 
     109* Enhancement to have Taxonomy Type as an option
    106110
    107111= 2.0.0 =
Note: See TracChangeset for help on using the changeset viewer.