Plugin Directory

Changeset 3247718


Ignore:
Timestamp:
02/27/2025 09:31:02 AM (13 months ago)
Author:
hackkzy404
Message:

Update to version 1.0.1 from GitHub

Location:
bento-box
Files:
8 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bento-box/tags/1.0.1/README.md

    r3247675 r3247718  
    4949## 📜 Changelog
    5050
     51### **v1.0.1**
     52
     53-   Minor bug fixes.
     54
    5155### **v1.0.0**
    5256
  • bento-box/tags/1.0.1/bento-box.php

    r3247675 r3247718  
    33 * Plugin Name:       Bento Box
    44 * Description:       A customizable grid block lets users create Bento Layout in block editor.
    5  * Version:           1.0.0
     5 * Version:           1.0.1
    66 * Requires at least: 6.7
    77 * Requires PHP:      7.4
     
    2828     * The version of the plugin.
    2929     */
    30     define( 'BENTOBOX_VERSION', '1.0.0' );
     30    define( 'BENTOBOX_VERSION', '1.0.1' );
    3131}
    3232
  • bento-box/tags/1.0.1/readme.txt

    r3247675 r3247718  
    55Tested up to:      6.7
    66Requires PHP:      7.4
    7 Stable tag:        1.0.0
     7Stable tag:        1.0.1
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    2424
    2525== Changelog ==
     26= 1.0.1 =
     27* Minor bug fixes.
    2628= 1.0.0 =
    2729* Release
  • bento-box/trunk/README.md

    r3247675 r3247718  
    4949## 📜 Changelog
    5050
     51### **v1.0.1**
     52
     53-   Minor bug fixes.
     54
    5155### **v1.0.0**
    5256
  • bento-box/trunk/bento-box.php

    r3247675 r3247718  
    33 * Plugin Name:       Bento Box
    44 * Description:       A customizable grid block lets users create Bento Layout in block editor.
    5  * Version:           1.0.0
     5 * Version:           1.0.1
    66 * Requires at least: 6.7
    77 * Requires PHP:      7.4
     
    2828     * The version of the plugin.
    2929     */
    30     define( 'BENTOBOX_VERSION', '1.0.0' );
     30    define( 'BENTOBOX_VERSION', '1.0.1' );
    3131}
    3232
  • bento-box/trunk/readme.txt

    r3247675 r3247718  
    55Tested up to:      6.7
    66Requires PHP:      7.4
    7 Stable tag:        1.0.0
     7Stable tag:        1.0.1
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    2424
    2525== Changelog ==
     26= 1.0.1 =
     27* Minor bug fixes.
    2628= 1.0.0 =
    2729* Release
Note: See TracChangeset for help on using the changeset viewer.