Plugin Directory

Changeset 3333308


Ignore:
Timestamp:
07/24/2025 06:34:36 AM (8 months ago)
Author:
dealfront
Message:

Add support for WordPress 6.8

Location:
dealfront
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dealfront/tags/1.2.0/dealfront.php

    r3099265 r3333308  
    55 * Author: Dealfront
    66 * Author URI: https://www.dealfront.com/?utm_source=wordpress&utm_medium=plugin
    7  * Version: 1.1.0
     7 * Version: 1.2.0
    88 * License: GPLv3
    99 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    4040     * @var Const Plugin Version Number
    4141     */
    42     const VERSION = '1.1.0';
     42    const VERSION = '1.2.0';
    4343
    4444    /**
     
    7575     * Init the plugin after plugins_loaded so environment variables are set.
    7676     *
    77      * @since 1.1.0
     77     * @since 1.2.0
    7878     */
    7979    public function init()
     
    9898     * Updates the plugin version in db
    9999     *
    100      * @since 1.1.0
     100     * @since 1.2.0
    101101     */
    102102    public function update_plugin_version()
     
    109109     * Handles upgrade routines.
    110110     *
    111      * @since 1.1.0
     111     * @since 1.2.0
    112112     */
    113113    public function install()
     
    126126     * Adds plugin action links.
    127127     *
    128      * @since 1.1.0
     128     * @since 1.2.0
    129129     */
    130130    public function add_settings_link($links, $file)
  • dealfront/tags/1.2.0/readme.txt

    r3099265 r3333308  
    33Tags: dealfront, leadfeeder, website analytics, website visitor identification, b2b lead generation
    44Requires at least: 4.6
    5 Tested up to: 6.4
    6 Stable tag: 1.1.0
     5Tested up to: 6.8
     6Stable tag: 1.2.0
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • dealfront/trunk/changelog.txt

    r3099265 r3333308  
    66- Improved Navigation: on saving the tracker id, a button will be available to go to the Leadfeeder app
    77- Help Link: a link at the bottom of the page that takes to the Help Center article
     8
     9## [1.2.0] - 2025-07-23
     10
     11### Enhancements
     12- Added support for WordPress 6.8
  • dealfront/trunk/dealfront.php

    r3099265 r3333308  
    55 * Author: Dealfront
    66 * Author URI: https://www.dealfront.com/?utm_source=wordpress&utm_medium=plugin
    7  * Version: 1.1.0
     7 * Version: 1.2.0
    88 * License: GPLv3
    99 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    4040     * @var Const Plugin Version Number
    4141     */
    42     const VERSION = '1.1.0';
     42    const VERSION = '1.2.0';
    4343
    4444    /**
     
    7575     * Init the plugin after plugins_loaded so environment variables are set.
    7676     *
    77      * @since 1.1.0
     77     * @since 1.2.0
    7878     */
    7979    public function init()
     
    9898     * Updates the plugin version in db
    9999     *
    100      * @since 1.1.0
     100     * @since 1.2.0
    101101     */
    102102    public function update_plugin_version()
     
    109109     * Handles upgrade routines.
    110110     *
    111      * @since 1.1.0
     111     * @since 1.2.0
    112112     */
    113113    public function install()
     
    126126     * Adds plugin action links.
    127127     *
    128      * @since 1.1.0
     128     * @since 1.2.0
    129129     */
    130130    public function add_settings_link($links, $file)
  • dealfront/trunk/readme.txt

    r3099265 r3333308  
    33Tags: dealfront, leadfeeder, website analytics, website visitor identification, b2b lead generation
    44Requires at least: 4.6
    5 Tested up to: 6.4
    6 Stable tag: 1.1.0
     5Tested up to: 6.8
     6Stable tag: 1.2.0
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Note: See TracChangeset for help on using the changeset viewer.