Changeset 1147192
- Timestamp:
- 04/27/2015 03:00:26 PM (11 years ago)
- Location:
- exxica-social-marketing
- Files:
-
- 4 edited
- 8 copied
-
tags/1.1.8.2 (copied) (copied from exxica-social-marketing/trunk)
-
tags/1.1.8.2/README.txt (copied) (copied from exxica-social-marketing/trunk/README.txt) (2 diffs)
-
tags/1.1.8.2/admin/class-exxica-social-marketing-handlers.php (copied) (copied from exxica-social-marketing/trunk/admin/class-exxica-social-marketing-handlers.php)
-
tags/1.1.8.2/admin/partials/exxica-social-marketing-admin-display.php (copied) (copied from exxica-social-marketing/trunk/admin/partials/exxica-social-marketing-admin-display.php) (2 diffs)
-
tags/1.1.8.2/exxica-social-marketing.php (copied) (copied from exxica-social-marketing/trunk/exxica-social-marketing.php)
-
tags/1.1.8.2/includes/class-exxica-social-marketing-activator.php (copied) (copied from exxica-social-marketing/trunk/includes/class-exxica-social-marketing-activator.php) (1 diff)
-
tags/1.1.8.2/includes/class-exxica-social-marketing-handlers.php (copied) (copied from exxica-social-marketing/trunk/includes/class-exxica-social-marketing-handlers.php)
-
tags/1.1.8.2/includes/class-exxica-social-marketing.php (copied) (copied from exxica-social-marketing/trunk/includes/class-exxica-social-marketing.php) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/partials/exxica-social-marketing-admin-display.php (modified) (2 diffs)
-
trunk/includes/class-exxica-social-marketing-activator.php (modified) (1 diff)
-
trunk/includes/class-exxica-social-marketing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exxica-social-marketing/tags/1.1.8.2/README.txt
r1146816 r1147192 86 86 87 87 == Changelog == 88 = 1.1.8.2 = 89 - Hotfix for bug in cURL. 90 88 91 = 1.1.8.1 = 89 92 - Added check for PHP cURL. … … 152 155 153 156 == Upgrade Notice == 157 = 1.1.8.2 = 158 Hotfix for bug in cURL. Update recommended. 159 154 160 = 1.1.8.1 = 155 161 Added requirement. Update recommended. -
exxica-social-marketing/tags/1.1.8.2/admin/partials/exxica-social-marketing-admin-display.php
r1146816 r1147192 16 16 <h1 style="color:red;">WARNING: PHP cURL is disabled on your server.</h1> 17 17 <p>Exxica Social Marketing Scheduler requires cURL to work. Please consult your hosting provider to turn on PHP cURL.</p> 18 <?php e lse :?>18 <?php endif; ?> 19 19 <table style="width:100%;background-color:#fff;border:1px solid #ddd;padding:10px;"> 20 20 <tbody> … … 401 401 </tbody> 402 402 </table> 403 <?php endif; ?> -
exxica-social-marketing/tags/1.1.8.2/includes/class-exxica-social-marketing-activator.php
r1146816 r1147192 30 30 $sql = ''; 31 31 32 $latest_version = '1.1.8. 1';32 $latest_version = '1.1.8.2'; 33 33 $installed_version = get_option('exxica_social_marketing_version', false); 34 34 -
exxica-social-marketing/tags/1.1.8.2/includes/class-exxica-social-marketing.php
r1146816 r1147192 61 61 62 62 $this->plugin_name = 'exxica-social-marketing'; 63 $this->version = '1.1.8. 1';63 $this->version = '1.1.8.2'; 64 64 65 65 $this->load_dependencies(); -
exxica-social-marketing/trunk/README.txt
r1146816 r1147192 86 86 87 87 == Changelog == 88 = 1.1.8.2 = 89 - Hotfix for bug in cURL. 90 88 91 = 1.1.8.1 = 89 92 - Added check for PHP cURL. … … 152 155 153 156 == Upgrade Notice == 157 = 1.1.8.2 = 158 Hotfix for bug in cURL. Update recommended. 159 154 160 = 1.1.8.1 = 155 161 Added requirement. Update recommended. -
exxica-social-marketing/trunk/admin/partials/exxica-social-marketing-admin-display.php
r1146816 r1147192 16 16 <h1 style="color:red;">WARNING: PHP cURL is disabled on your server.</h1> 17 17 <p>Exxica Social Marketing Scheduler requires cURL to work. Please consult your hosting provider to turn on PHP cURL.</p> 18 <?php e lse :?>18 <?php endif; ?> 19 19 <table style="width:100%;background-color:#fff;border:1px solid #ddd;padding:10px;"> 20 20 <tbody> … … 401 401 </tbody> 402 402 </table> 403 <?php endif; ?> -
exxica-social-marketing/trunk/includes/class-exxica-social-marketing-activator.php
r1146816 r1147192 30 30 $sql = ''; 31 31 32 $latest_version = '1.1.8. 1';32 $latest_version = '1.1.8.2'; 33 33 $installed_version = get_option('exxica_social_marketing_version', false); 34 34 -
exxica-social-marketing/trunk/includes/class-exxica-social-marketing.php
r1146816 r1147192 61 61 62 62 $this->plugin_name = 'exxica-social-marketing'; 63 $this->version = '1.1.8. 1';63 $this->version = '1.1.8.2'; 64 64 65 65 $this->load_dependencies();
Note: See TracChangeset
for help on using the changeset viewer.