Plugin Directory

Changeset 3454015


Ignore:
Timestamp:
02/04/2026 06:14:08 PM (13 days ago)
Author:
EDGARROJAS
Message:

Please check log

Location:
pdf-builder-for-gravity/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pdf-builder-for-gravity/trunk/ajax/TemplateListAjax.php

    r3091053 r3454015  
    106106        if(!isset($_GET['template_id'])||!\is_numeric($_GET['template_id']))
    107107        {
    108             echo "Invalid request";
     108            echo __('Invalid request','rnpdfbuilder');
    109109            die();
    110110        }
  • pdf-builder-for-gravity/trunk/core/Loader.php

    r3235552 r3454015  
    3737    public function __construct($prefix,$processLoader,$rootFilePath,$config)
    3838    {
    39         parent::__construct($prefix,31,43,$rootFilePath,$config);
     39        parent::__construct($prefix,31,44,$rootFilePath,$config);
    4040        global $wpdb;
    4141        LogManager::Initialize($this);
  • pdf-builder-for-gravity/trunk/readme.txt

    r3433919 r3454015  
    44Tags: wpform, wpforms, forms, pdf, pdf builder
    55Requires at least: 3.3
    6 Tested up to: 6.9
    7 Stable tag: 1.2.136
     6Tested up to: 6.9.1
     7Stable tag: 1.2.138
    88License: GPLv3 or later
    99Author URI: https://rednao.com/
  • pdf-builder-for-gravity/trunk/rednaopdfgravity.php

    r3433919 r3454015  
    66 * Author: RedNao
    77 * Author URI: http://rednao.com
    8  * Version: 1.2.136
     8 * Version: 1.2.138
    99 * Text Domain: pdf_builder
    1010 * Domain Path: /languages/
Note: See TracChangeset for help on using the changeset viewer.