Plugin Directory

Changeset 3179416


Ignore:
Timestamp:
10/31/2024 12:04:06 PM (17 months ago)
Author:
templateberg
Message:

1.1.9

Location:
templateberg
Files:
63 added
2 edited

Legend:

Unmodified
Added
Removed
  • templateberg/trunk/readme.txt

    r3140741 r3179416  
    55Tags: Pre-designed templates, Template Library, Gutenberg Templates, WordPress Templates, WordPress Themes Template Kits
    66Requires at least: 6.0
    7 Tested up to: 6.6
     7Tested up to: 6.7
    88Requires PHP: 5.6.20
    9 Stable tag: 1.1.8
     9Stable tag: 1.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797== Changelog ==
    9898
     99= 1.1.9 - 2024-10-31 =
     100* Added: WordPress latest compatibility
     101* Added: Language folder
     102
    99103= 1.1.8 - 2024-08-24 =
    100104* Added: WordPress latest compatibility
  • templateberg/trunk/templateberg.php

    r3140741 r3179416  
    1515 * Plugin Name:       Templateberg - Gutenberg Templates, WordPress Themes Template Kits & WordPress Templates
    1616 * Description:       Easily Import pre-designed templates with starter content on your website and instantly build an elegant website with WordPress. Templateberg content Gutenberg Templates, Patterns and WordPress Theme Template Kits.
    17  * Version:           1.1.8
     17 * Version:           1.1.9
    1818 * Author:            templateberg
    1919 * Author URI:        https://www.templateberg.com/
     
    2424
    2525/*Define Constants for this plugin*/
    26 const TEMPLATEBERG_VERSION     = '1.1.8';
     26const TEMPLATEBERG_VERSION     = '1.1.9';
    2727const TEMPLATEBERG_PLUGIN_NAME = 'templateberg';
    2828define( 'TEMPLATEBERG_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.