Plugin Directory

Changeset 1859699


Ignore:
Timestamp:
04/17/2018 11:07:34 AM (8 years ago)
Author:
siteattention
Message:

Bugfixes for PHP URL resolve paths. Read reflects min. requirements for WordPress and for PHP

Location:
siteattention/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • siteattention/trunk/README.txt

    r1788590 r1859699  
    66Requires at least: 4.5
    77Tested up to: 4.9
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2525
    2626== Installation ==
    27 
     271. Check requirements - WP version must be at least 4.5.x and at most at version 4.9.5 (might work for higher versions, tested until 4.9.5).  PHP must be at least version 5.4 - If in doubt, ask your server-host.
    28282. Activate the plugin through the 'Plugins' menu in WordPress.
    29293. Add the license key on the `plugin's setting page` or sign up in the sidebar on a post page if you are a new user.
  • siteattention/trunk/admin/class-siteattention-admin.php

    r1788585 r1859699  
    198198        wp_localize_script($this->name,'SiteAttentionSettingsData', [
    199199            'version' => SiteAttention::VERSION,
    200             'cmsUrl' => '/siteattention/settings',
     200            'cmsUrl' => esc_url(home_url()). '/siteattention/settings',
    201201            'apiUrl' => SiteAttention::URL,
    202202            'key' => $this->option['key'],
  • siteattention/trunk/admin/js/siteattention-module.js

    r1788585 r1859699  
    3636        getCMS()
    3737        {
    38             return SiteAttentionModule.Cms.WordPress;
     38            return 'WP';
    3939        }
    4040
Note: See TracChangeset for help on using the changeset viewer.