Changeset 1859699
- Timestamp:
- 04/17/2018 11:07:34 AM (8 years ago)
- Location:
- siteattention/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-siteattention-admin.php (modified) (1 diff)
-
admin/js/siteattention-module.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
siteattention/trunk/README.txt
r1788590 r1859699 6 6 Requires at least: 4.5 7 7 Tested up to: 4.9 8 Stable tag: 1.0. 68 Stable tag: 1.0.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 == Installation == 27 27 1. 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. 28 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 29 3. 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 198 198 wp_localize_script($this->name,'SiteAttentionSettingsData', [ 199 199 'version' => SiteAttention::VERSION, 200 'cmsUrl' => '/siteattention/settings',200 'cmsUrl' => esc_url(home_url()). '/siteattention/settings', 201 201 'apiUrl' => SiteAttention::URL, 202 202 'key' => $this->option['key'], -
siteattention/trunk/admin/js/siteattention-module.js
r1788585 r1859699 36 36 getCMS() 37 37 { 38 return SiteAttentionModule.Cms.WordPress;38 return 'WP'; 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.