Changeset 3333308
- Timestamp:
- 07/24/2025 06:34:36 AM (8 months ago)
- Location:
- dealfront
- Files:
-
- 5 edited
- 1 copied
-
tags/1.2.0 (copied) (copied from dealfront/trunk)
-
tags/1.2.0/dealfront.php (modified) (6 diffs)
-
tags/1.2.0/readme.txt (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/dealfront.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dealfront/tags/1.2.0/dealfront.php
r3099265 r3333308 5 5 * Author: Dealfront 6 6 * Author URI: https://www.dealfront.com/?utm_source=wordpress&utm_medium=plugin 7 * Version: 1. 1.07 * Version: 1.2.0 8 8 * License: GPLv3 9 9 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 40 40 * @var Const Plugin Version Number 41 41 */ 42 const VERSION = '1. 1.0';42 const VERSION = '1.2.0'; 43 43 44 44 /** … … 75 75 * Init the plugin after plugins_loaded so environment variables are set. 76 76 * 77 * @since 1. 1.077 * @since 1.2.0 78 78 */ 79 79 public function init() … … 98 98 * Updates the plugin version in db 99 99 * 100 * @since 1. 1.0100 * @since 1.2.0 101 101 */ 102 102 public function update_plugin_version() … … 109 109 * Handles upgrade routines. 110 110 * 111 * @since 1. 1.0111 * @since 1.2.0 112 112 */ 113 113 public function install() … … 126 126 * Adds plugin action links. 127 127 * 128 * @since 1. 1.0128 * @since 1.2.0 129 129 */ 130 130 public function add_settings_link($links, $file) -
dealfront/tags/1.2.0/readme.txt
r3099265 r3333308 3 3 Tags: dealfront, leadfeeder, website analytics, website visitor identification, b2b lead generation 4 4 Requires at least: 4.6 5 Tested up to: 6. 46 Stable tag: 1. 1.05 Tested up to: 6.8 6 Stable tag: 1.2.0 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
dealfront/trunk/changelog.txt
r3099265 r3333308 6 6 - Improved Navigation: on saving the tracker id, a button will be available to go to the Leadfeeder app 7 7 - 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 5 5 * Author: Dealfront 6 6 * Author URI: https://www.dealfront.com/?utm_source=wordpress&utm_medium=plugin 7 * Version: 1. 1.07 * Version: 1.2.0 8 8 * License: GPLv3 9 9 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 40 40 * @var Const Plugin Version Number 41 41 */ 42 const VERSION = '1. 1.0';42 const VERSION = '1.2.0'; 43 43 44 44 /** … … 75 75 * Init the plugin after plugins_loaded so environment variables are set. 76 76 * 77 * @since 1. 1.077 * @since 1.2.0 78 78 */ 79 79 public function init() … … 98 98 * Updates the plugin version in db 99 99 * 100 * @since 1. 1.0100 * @since 1.2.0 101 101 */ 102 102 public function update_plugin_version() … … 109 109 * Handles upgrade routines. 110 110 * 111 * @since 1. 1.0111 * @since 1.2.0 112 112 */ 113 113 public function install() … … 126 126 * Adds plugin action links. 127 127 * 128 * @since 1. 1.0128 * @since 1.2.0 129 129 */ 130 130 public function add_settings_link($links, $file) -
dealfront/trunk/readme.txt
r3099265 r3333308 3 3 Tags: dealfront, leadfeeder, website analytics, website visitor identification, b2b lead generation 4 4 Requires at least: 4.6 5 Tested up to: 6. 46 Stable tag: 1. 1.05 Tested up to: 6.8 6 Stable tag: 1.2.0 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Note: See TracChangeset
for help on using the changeset viewer.