Skip to content

Commit

Permalink
Update minimum PHP & WP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danieliser committed Dec 18, 2024
1 parent 562acbc commit 78b3aab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions popup-maker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Plugin URI: https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-header&utm_medium=plugin-uri
* Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
* Version: 1.20.3
* Requires PHP: 5.6
* Requires at least: 4.9
* Requires PHP: 7.4
* Requires at least: 6.5
* Author: Popup Maker
* Author URI: https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-header&utm_medium=author-uri
* License: GPL2 or later
Expand Down Expand Up @@ -55,8 +55,8 @@ function popup_maker_config() {
'option_prefix' => 'popup_maker',
'text_domain' => 'popup-maker',
'fullname' => 'Popup Maker',
'min_wp_ver' => '4.9.0',
'min_php_ver' => '5.6.0',
'min_wp_ver' => '6.2.0',
'min_php_ver' => '7.4.0',
'future_wp_req' => '6.5.0',
'future_php_req' => '7.4.0',
'file' => __FILE__,
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Author URI: https://wppopupmaker.com/?utm_campaign=readme&utm_medium=referral&ut
Plugin URI: https://wppopupmaker.com/?utm_campaign=readme&utm_medium=referral&utm_source=readme-header&utm_content=plugin-url
Donate link:
Tags: marketing, popup, popups, optin, conversion
Requires at least: 4.9
Tested up to: 6.6.2
Requires PHP: 5.6
Requires at least: 6.2
Tested up to: 6.7.1
Requires PHP: 7.4
Stable tag: 1.20.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 78b3aab

Please sign in to comment.