Plugin Directory

Changeset 3275868


Ignore:
Timestamp:
04/17/2025 01:31:54 PM (12 months ago)
Author:
templateberg
Message:

1.2.0

Location:
templateberg
Files:
61 added
3 edited

Legend:

Unmodified
Added
Removed
  • templateberg/trunk/includes/class-templateberg.php

    r3140741 r3275868  
    105105        $this->version          = TEMPLATEBERG_VERSION;
    106106        $this->plugin_name      = TEMPLATEBERG_PLUGIN_NAME;
    107         $this->plugin_full_name = esc_html__( 'Templateberg', 'templateberg' );
     107        $this->plugin_full_name = 'Templateberg';
    108108
    109109        $this->load_dependencies();
  • templateberg/trunk/readme.txt

    r3179416 r3275868  
    55Tags: Pre-designed templates, Template Library, Gutenberg Templates, WordPress Templates, WordPress Themes Template Kits
    66Requires at least: 6.0
    7 Tested up to: 6.7
     7Tested up to: 6.8
    88Requires PHP: 5.6.20
    9 Stable tag: 1.1.9
     9Stable tag: 1.2.0
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797== Changelog ==
    9898
     99= 1.2.0 - 2025-04-17 =
     100* Added: WordPress latest compatibility
     101* Fixed: Resolved issue with translation function preload
     102
    99103= 1.1.9 - 2024-10-31 =
    100104* Added: WordPress latest compatibility
  • templateberg/trunk/templateberg.php

    r3179416 r3275868  
    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.9
     17 * Version:           1.2.0
    1818 * Author:            templateberg
    1919 * Author URI:        https://www.templateberg.com/
     
    2424
    2525/*Define Constants for this plugin*/
    26 const TEMPLATEBERG_VERSION     = '1.1.9';
     26const TEMPLATEBERG_VERSION     = '1.2.0';
    2727const TEMPLATEBERG_PLUGIN_NAME = 'templateberg';
    2828define( 'TEMPLATEBERG_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.